exam8-5-1.frm

来自「vb数据库编程资料」· FRM 代码 · 共 568 行 · 第 1/2 页

FRM
568
字号
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "Form1"
   ClientHeight    =   6255
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   6045
   LinkTopic       =   "Form1"
   ScaleHeight     =   6255
   ScaleWidth      =   6045
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame4 
      Caption         =   "记录操作"
      Height          =   735
      Left            =   240
      TabIndex        =   38
      Top             =   5400
      Width           =   5655
      Begin VB.CommandButton Command18 
         Caption         =   "取消"
         Height          =   375
         Left            =   4080
         TabIndex        =   42
         Top             =   240
         Width           =   1095
      End
      Begin VB.CommandButton Command17 
         Caption         =   "确认"
         Height          =   375
         Left            =   2880
         TabIndex        =   41
         Top             =   240
         Width           =   975
      End
      Begin VB.CommandButton Command16 
         Caption         =   "修改记录"
         Height          =   375
         Left            =   1560
         TabIndex        =   40
         Top             =   240
         Width           =   1095
      End
      Begin VB.CommandButton Command15 
         Caption         =   "添加记录"
         Height          =   375
         Left            =   360
         TabIndex        =   39
         Top             =   240
         Width           =   975
      End
   End
   Begin VB.Frame Frame3 
      Caption         =   "按学号索引查找"
      Height          =   735
      Left            =   240
      TabIndex        =   34
      Top             =   4560
      Width           =   5655
      Begin VB.CommandButton Command14 
         Caption         =   "查找"
         Height          =   375
         Left            =   2160
         TabIndex        =   37
         Top             =   240
         Width           =   975
      End
      Begin VB.TextBox Text11 
         Height          =   375
         Left            =   720
         TabIndex        =   36
         Top             =   240
         Width           =   1095
      End
      Begin VB.Label Label10 
         Caption         =   "学号:"
         Height          =   375
         Left            =   120
         TabIndex        =   35
         Top             =   240
         Width           =   615
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "按姓名模糊查找"
      Height          =   735
      Left            =   240
      TabIndex        =   27
      Top             =   3720
      Width           =   5535
      Begin VB.CommandButton Command13 
         Caption         =   "最后一个"
         Height          =   375
         Left            =   4560
         TabIndex        =   33
         Top             =   240
         Width           =   855
      End
      Begin VB.CommandButton Command12 
         Caption         =   "上一个"
         Height          =   375
         Left            =   3600
         TabIndex        =   32
         Top             =   240
         Width           =   855
      End
      Begin VB.CommandButton Command11 
         Caption         =   "下一个"
         Height          =   375
         Left            =   2640
         TabIndex        =   31
         Top             =   240
         Width           =   855
      End
      Begin VB.CommandButton Command10 
         Caption         =   "第一个"
         Height          =   375
         Left            =   1680
         TabIndex        =   30
         Top             =   240
         Width           =   855
      End
      Begin VB.TextBox Text10 
         Height          =   375
         Left            =   720
         TabIndex        =   29
         Top             =   240
         Width           =   855
      End
      Begin VB.Label Label9 
         Caption         =   "姓名:"
         Height          =   375
         Left            =   120
         TabIndex        =   28
         Top             =   240
         Width           =   615
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "按姓名精确查找"
      Height          =   735
      Left            =   240
      TabIndex        =   20
      Top             =   2880
      Width           =   5535
      Begin VB.TextBox Text9 
         Height          =   375
         Left            =   720
         TabIndex        =   26
         Top             =   240
         Width           =   975
      End
      Begin VB.CommandButton Command9 
         Caption         =   "最后一个"
         Height          =   375
         Left            =   4560
         TabIndex        =   24
         Top             =   240
         Width           =   855
      End
      Begin VB.CommandButton Command8 
         Caption         =   "上一个"
         Height          =   375
         Left            =   3600
         TabIndex        =   23
         Top             =   240
         Width           =   855
      End
      Begin VB.CommandButton Command7 
         Caption         =   "下一个"
         Height          =   375
         Left            =   2640
         TabIndex        =   22
         Top             =   240
         Width           =   855
      End
      Begin VB.CommandButton Command6 
         Caption         =   "第一个"
         Height          =   375
         Left            =   1680
         TabIndex        =   21
         Top             =   240
         Width           =   855
      End
      Begin VB.Label Label8 
         Caption         =   "姓名:"
         Height          =   375
         Left            =   120
         TabIndex        =   25
         Top             =   240
         Width           =   615
      End
   End
   Begin VB.TextBox Text8 
      Height          =   375
      Left            =   5040
      TabIndex        =   19
      Top             =   2400
      Width           =   735
   End
   Begin VB.CommandButton Command5 
      Caption         =   "移动记录数"
      Height          =   375
      Left            =   3840
      TabIndex        =   18
      Top             =   2400
      Width           =   1095
   End
   Begin VB.CommandButton Command4 
      Caption         =   "末记录"
      Height          =   375
      Left            =   2880
      TabIndex        =   17
      Top             =   2400
      Width           =   855
   End
   Begin VB.CommandButton Command3 
      Caption         =   "后移"
      Height          =   375
      Left            =   2040
      TabIndex        =   16
      Top             =   2400
      Width           =   735
   End
   Begin VB.CommandButton Command2 
      Caption         =   "前移"
      Height          =   375
      Left            =   1200
      TabIndex        =   15
      Top             =   2400
      Width           =   735
   End
   Begin VB.CommandButton Command1 
      Caption         =   "首记录"
      Height          =   375
      Left            =   120
      TabIndex        =   14
      Top             =   2400
      Width           =   975
   End
   Begin VB.TextBox Text7 
      DataField       =   "工资"
      DataSource      =   "Data1"
      Height          =   375
      Left            =   1200
      TabIndex        =   13
      Text            =   "Text7"
      Top             =   1920
      Width           =   975
   End
   Begin VB.TextBox Text6 
      DataField       =   "单位"
      DataSource      =   "Data1"
      Height          =   375
      Left            =   3600
      TabIndex        =   10
      Text            =   "Text6"
      Top             =   1440
      Width           =   1695
   End
   Begin VB.TextBox Text5 
      DataField       =   "职称"
      DataSource      =   "Data1"
      Height          =   375
      Left            =   1200
      TabIndex        =   8
      Text            =   "Text5"
      Top             =   1440
      Width           =   975
   End
   Begin VB.TextBox Text4 
      DataField       =   "出年日期"
      DataSource      =   "Data1"
      Height          =   375
      Left            =   3720
      TabIndex        =   6
      Text            =   "Text4"
      Top             =   840
      Width           =   975
   End
   Begin VB.TextBox Text3 
      DataField       =   "性别"
      DataSource      =   "Data1"
      Height          =   375
      Left            =   1200

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?