form1.frm

来自「visual basic 6 与sql连接的几个例子」· FRM 代码 · 共 494 行 · 第 1/2 页

FRM
494
字号
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form Form1 
   Caption         =   "Form1"
   ClientHeight    =   3825
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   5625
   LinkTopic       =   "Form2"
   ScaleHeight     =   3825
   ScaleWidth      =   5625
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton CmdExit 
      Caption         =   "退出"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   4320
      TabIndex        =   18
      Top             =   1440
      Width           =   975
   End
   Begin VB.CommandButton CmdLast 
      Caption         =   "末一条"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   4320
      TabIndex        =   17
      Top             =   2880
      Width           =   975
   End
   Begin VB.CommandButton CmdNext 
      Caption         =   "下一条"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   2960
      TabIndex        =   16
      Top             =   2880
      Width           =   975
   End
   Begin VB.CommandButton CmdPrevious 
      Caption         =   "上一条"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   1600
      TabIndex        =   15
      Top             =   2880
      Width           =   975
   End
   Begin VB.CommandButton CmdFirst 
      Caption         =   "第一条"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   240
      TabIndex        =   14
      Top             =   2880
      Width           =   975
   End
   Begin VB.CommandButton CmdCancel 
      Caption         =   "取消"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   4320
      TabIndex        =   13
      Top             =   2160
      Width           =   975
   End
   Begin VB.CommandButton CmdUpdate 
      Caption         =   "更新"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   2960
      TabIndex        =   12
      Top             =   2160
      Width           =   975
   End
   Begin VB.CommandButton CmdDel 
      Caption         =   "删除"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   1600
      TabIndex        =   11
      Top             =   2160
      Width           =   975
   End
   Begin VB.CommandButton CmdAdd 
      Caption         =   "添加"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   240
      TabIndex        =   10
      Top             =   2160
      Width           =   975
   End
   Begin VB.TextBox TxtSdept 
      DataField       =   "Sdept"
      DataSource      =   "AdodcStudent"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   3840
      TabIndex        =   9
      Text            =   "TxtSdept"
      Top             =   720
      Width           =   1455
   End
   Begin VB.TextBox TxtSage 
      DataField       =   "Sage"
      DataSource      =   "AdodcStudent"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   3840
      TabIndex        =   8
      Text            =   "TxtSage"
      Top             =   120
      Width           =   1455
   End
   Begin VB.TextBox TxtSsex 
      DataField       =   "Ssex"
      DataSource      =   "AdodcStudent"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   960
      TabIndex        =   5
      Text            =   "TxtSsex"
      Top             =   1320
      Width           =   1455
   End
   Begin VB.TextBox TxtSname 
      DataField       =   "Sname"
      DataSource      =   "AdodcStudent"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   960
      TabIndex        =   4
      Text            =   "TxtSname"
      Top             =   720
      Width           =   1455
   End
   Begin VB.TextBox TxtSno 
      DataField       =   "Sno"
      DataSource      =   "AdodcStudent"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12

⌨️ 快捷键说明

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