📄 form4.frm
字号:
VERSION 5.00
Begin VB.Form Form4
Caption = "课程信息"
ClientHeight = 5115
ClientLeft = 60
ClientTop = 450
ClientWidth = 4455
LinkTopic = "Form4"
ScaleHeight = 5115
ScaleWidth = 4455
StartUpPosition = 3 '窗口缺省
Begin VB.Data Data1
Caption = "Data1"
Connect = "Access"
DatabaseName = "C:\Documents and Settings\Administrator\My Documents\排课\db1.mdb"
DefaultCursorType= 0 '缺省游标
DefaultType = 2 '使用 ODBC
Exclusive = 0 'False
Height = 495
Left = 720
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "courseinfo"
Top = 3960
Width = 2655
End
Begin VB.CommandButton Command4
Caption = "退出"
Height = 495
Left = 3720
TabIndex = 15
Top = 2880
Width = 495
End
Begin VB.CommandButton Command3
Caption = "查看"
Height = 495
Left = 3720
TabIndex = 14
Top = 2160
Width = 495
End
Begin VB.CommandButton Command2
Caption = "删除"
Height = 495
Left = 3720
TabIndex = 13
Top = 1440
Width = 495
End
Begin VB.CommandButton Command1
Caption = "添加"
Height = 495
Left = 3720
TabIndex = 12
Top = 600
Width = 495
End
Begin VB.TextBox Text6
Height = 375
Left = 1560
TabIndex = 11
Text = "Text6"
Top = 3240
Width = 1815
End
Begin VB.TextBox Text5
Height = 375
Left = 1560
TabIndex = 10
Text = "Text5"
Top = 2640
Width = 1815
End
Begin VB.TextBox Text4
Height = 375
Left = 1560
TabIndex = 9
Text = "Text4"
Top = 2040
Width = 1815
End
Begin VB.TextBox Text3
Height = 375
Left = 1560
TabIndex = 8
Text = "Text3"
Top = 1440
Width = 1815
End
Begin VB.TextBox Text2
Height = 375
Left = 1560
TabIndex = 7
Text = "Text2"
Top = 840
Width = 1815
End
Begin VB.TextBox Text1
Height = 375
Left = 1560
TabIndex = 6
Text = "Text1"
Top = 240
Width = 1815
End
Begin VB.Label Label6
Caption = "任课教师编号"
Height = 255
Left = 240
TabIndex = 5
Top = 3240
Width = 1095
End
Begin VB.Label Label5
Caption = "所属专业"
Height = 255
Left = 240
TabIndex = 4
Top = 2640
Width = 855
End
Begin VB.Label Label4
Caption = "学分"
Height = 255
Left = 360
TabIndex = 3
Top = 2040
Width = 375
End
Begin VB.Label Label3
Caption = "学时"
Height = 255
Left = 360
TabIndex = 2
Top = 1560
Width = 495
End
Begin VB.Label Label2
Caption = "课程名"
Height = 255
Left = 360
TabIndex = 1
Top = 960
Width = 615
End
Begin VB.Label Label1
Caption = "课程编号"
Height = 255
Left = 360
TabIndex = 0
Top = 360
Width = 735
End
End
Attribute VB_Name = "Form4"
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 + -