⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.frm

📁 vb电子书籍
💻 FRM
字号:
   VERSION 5.00
   Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
   Begin VB.Form Form1
      Caption         =   "基础情况"
      ClientHeight    =   3390
      ClientLeft      =   60
      ClientTop       =   345
      ClientWidth     =   6285
      LinkTopic       =   "Form1"
      ScaleHeight     =   3390
      ScaleWidth      =   6285
      StartUpPosition =   2  '屏幕中心
      Begin VB.TextBox Text5
         Appearance      =   0  'Flat
         DataField       =   "专业"
         DataSource      =   "Adodc1"
         Height          =   270
         Left            =   2400
         TabIndex        =   10
         Top             =   1920
         Width           =   1815
      End
      Begin VB.TextBox Text4
         Appearance      =   0  'Flat
         DataField       =   "学号"
         DataSource      =   "Adodc1"
         Height          =   270
         Left            =   2400
         TabIndex        =   9
         Top             =   1440
         Width           =   1815
      End
      Begin VB.TextBox Text3
         Appearance      =   0  'Flat
         DataField       =   "性别"
         DataSource      =   "Adodc1"
         Height          =   270
         Left            =   2400
         TabIndex        =   8
         Top             =   1080
         Width           =   1815
      End
      Begin VB.TextBox Text2
         Appearance      =   0  'Flat
         DataField       =   "姓名"
         DataSource      =   "Adodc1"
         Height          =   270
         Left            =   2400
         TabIndex        =   7
         Top             =   720
         Width           =   1815
      End
      Begin VB.TextBox Text1
         Appearance      =   0  'Flat
         DataField       =   "出生日期"
         DataSource      =   "Adodc1"
         Height          =   270
         Left            =   2400
         TabIndex        =   6
         Top             =   240
         Width           =   1815
      End
      Begin VB.CommandButton Command5
         Caption         =   "关闭"
         Height          =   375
         Left            =   5040
         TabIndex        =   4
         Top             =   2400
         Width           =   975
      End
      Begin VB.CommandButton Command4
         Caption         =   "刷新"
         Height          =   375
         Left            =   3840
         TabIndex        =   3
         Top             =   2400
         Width           =   975
      End
      Begin VB.CommandButton Command3
         Caption         =   "删除"
         Height          =   375
         Left            =   2640
         TabIndex        =   2
         Top             =   2400
         Width           =   975
      End
      Begin VB.CommandButton Command2
         Caption         =   "更新"
         Height          =   375
         Left            =   1440
         TabIndex        =   1
         Top             =   2400
         Width           =   975
      End
      Begin VB.CommandButton Command1
         Caption         =   "添加"
         Height          =   375
         Left            =   240
         TabIndex        =   0
         Top             =   2400
         Width           =   975
      End
      Begin MSAdodcLib.Adodc Adodc1
         Height          =   375
         Left            =   960
         Top             =   2880
         Width           =   4335
         _ExtentX        =   7646
         _ExtentY        =   661
         ConnectMode     =   0
         CursorLocation  =   3
         IsolationLevel  =   -1
         ConnectionTimeout=   15
         CommandTimeout  =   30
         CursorType      =   3
         LockType        =   3
         CommandType     =   2
         CursorOptions   =   0
         CacheSize       =   50
         MaxRecords      =   0
         BOFAction       =   0
         EOFAction       =   0
         ConnectStringType=   1
         Appearance      =   1
         BackColor       =   -2147483643
         ForeColor       =   -2147483640
         Orientation     =   0
         Enabled         =   -1
         Connect         =   "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=C:\VB\第十一章  数据库技术\11.3.5例11.5\student.mdb"
         OLEDBString     =   "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=C:\VB\第十一章  数据库技术\11.3.5例11.5\student.mdb"
         OLEDBFile       =   ""
         DataSourceName  =   ""
         OtherAttributes =   ""
         UserName        =   ""
         Password        =   ""
         RecordSource    =   "student"
         Caption         =   "Adodc1"
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         _Version        =   393216
      End
      Begin VB.Label Label1
         BackStyle       =   0  'Transparent
         Caption         =   "出生年月:                姓名:                性别:                学号:                专业:"
         BeginProperty Font
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   2055
         Left            =   1200
         TabIndex        =   5
         Top             =   240
         Width           =   1095
      End
   End
   Attribute VB_Name = "Form1"
   Attribute VB_GlobalNameSpace = False
   Attribute VB_Creatable = False
   Attribute VB_PredeclaredId = True
   Attribute VB_Exposed = False
'CODE Manger By BcodeXRose
'##################################################################
'## 过程名称:Command5_Click
'## 参数: 无
'##################################################################
Private Sub Command5_Click()
    End
End Sub
    

⌨️ 快捷键说明

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