📄 form6.frm
字号:
VERSION 5.00
Begin VB.Form Form6
Caption = "时间信息"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic = "Form6"
ScaleHeight = 3090
ScaleWidth = 4680
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 = 375
Left = 720
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "timeinfo"
Top = 2400
Width = 2655
End
Begin VB.TextBox Text3
Height = 375
Left = 1800
TabIndex = 7
Top = 1680
Width = 1695
End
Begin VB.TextBox Text2
Height = 375
Left = 1800
TabIndex = 6
Top = 960
Width = 1695
End
Begin VB.TextBox Text1
Height = 375
Left = 1800
TabIndex = 5
Top = 360
Width = 1695
End
Begin VB.CommandButton Command2
Caption = "查看"
Height = 495
Left = 3600
TabIndex = 4
Top = 1440
Width = 975
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 495
Left = 3600
TabIndex = 3
Top = 600
Width = 975
End
Begin VB.Label Label3
Caption = "一天上课节数"
Height = 255
Left = 480
TabIndex = 2
Top = 1800
Width = 1215
End
Begin VB.Label Label2
Caption = "一周天数"
Height = 255
Left = 480
TabIndex = 1
Top = 1080
Width = 975
End
Begin VB.Label Label1
Caption = "一学期周数"
Height = 255
Left = 480
TabIndex = 0
Top = 480
Width = 975
End
End
Attribute VB_Name = "Form6"
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 + -