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

📄 form3.frm

📁 排课不完全版
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form3 
   Caption         =   "教师信息"
   ClientHeight    =   4305
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   4545
   LinkTopic       =   "Form3"
   ScaleHeight     =   4305
   ScaleWidth      =   4545
   StartUpPosition =   3  '窗口缺省
   Begin VB.Data Data1 
      Caption         =   "Data1"
      Connect         =   "Access"
      DatabaseName    =   "D:\db2.mdb"
      DefaultCursorType=   0  '缺省游标
      DefaultType     =   2  '使用 ODBC
      Exclusive       =   0   'False
      Height          =   375
      Left            =   960
      Options         =   0
      ReadOnly        =   0   'False
      RecordsetType   =   1  'Dynaset
      RecordSource    =   "teainfo"
      Top             =   3720
      Width           =   2535
   End
   Begin VB.CommandButton Command4 
      Caption         =   "退出"
      Height          =   495
      Left            =   2760
      TabIndex        =   11
      Top             =   3000
      Width           =   615
   End
   Begin VB.CommandButton Command3 
      Caption         =   "查看"
      Height          =   495
      Left            =   2160
      TabIndex        =   10
      Top             =   3000
      Width           =   615
   End
   Begin VB.CommandButton Command2 
      Caption         =   "删除"
      Height          =   495
      Left            =   1560
      TabIndex        =   9
      Top             =   3000
      Width           =   615
   End
   Begin VB.CommandButton Command1 
      Caption         =   "添加"
      Height          =   495
      Left            =   960
      TabIndex        =   8
      Top             =   3000
      Width           =   615
   End
   Begin VB.ComboBox Combo1 
      Height          =   300
      Left            =   2040
      TabIndex        =   7
      Top             =   2520
      Width           =   1695
   End
   Begin VB.TextBox Text3 
      Height          =   375
      Left            =   2040
      TabIndex        =   6
      Top             =   1800
      Width           =   1575
   End
   Begin VB.TextBox Text2 
      Height          =   375
      Left            =   2040
      TabIndex        =   5
      Top             =   1080
      Width           =   1575
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Left            =   2040
      TabIndex        =   4
      Top             =   480
      Width           =   1575
   End
   Begin VB.Label Label4 
      Caption         =   "所属学院"
      Height          =   255
      Left            =   840
      TabIndex        =   3
      Top             =   2520
      Width           =   855
   End
   Begin VB.Label Label3 
      Caption         =   "教师职称"
      Height          =   255
      Left            =   840
      TabIndex        =   2
      Top             =   1920
      Width           =   855
   End
   Begin VB.Label Label2 
      Caption         =   "教师姓名"
      Height          =   255
      Left            =   840
      TabIndex        =   1
      Top             =   1200
      Width           =   855
   End
   Begin VB.Label Label1 
      Caption         =   "教师编号"
      Height          =   255
      Left            =   840
      TabIndex        =   0
      Top             =   600
      Width           =   735
   End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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