?? form1.frm
字號:
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 5940
ClientLeft = 60
ClientTop = 450
ClientWidth = 8310
LinkTopic = "Form1"
ScaleHeight = 5940
ScaleWidth = 8310
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
Caption = "取消"
BeginProperty Font
Name = "楷體_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 4920
TabIndex = 14
Top = 5280
Width = 1335
End
Begin VB.CommandButton Command1
Caption = "確定"
BeginProperty Font
Name = "楷體_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1920
TabIndex = 13
Top = 5280
Width = 1575
End
Begin VB.Frame Frame2
Caption = "學生出勤信息"
BeginProperty Font
Name = "楷體_GB2312"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2775
Left = 360
TabIndex = 5
Top = 2160
Width = 7695
Begin VB.Frame Frame3
Caption = "出入信息"
BeginProperty Font
Name = "楷體_GB2312"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1335
Left = 240
TabIndex = 8
Top = 1320
Width = 7215
Begin VB.TextBox Text4
Height = 375
Left = 5160
TabIndex = 12
Top = 600
Width = 1815
End
Begin VB.OptionButton Option2
Caption = "放學時間"
BeginProperty Font
Name = "楷體_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3720
TabIndex = 11
Top = 600
Width = 1455
End
Begin VB.TextBox Text3
Height = 375
Left = 1680
TabIndex = 10
Top = 600
Width = 1695
End
Begin VB.OptionButton Option1
Caption = "上學時間"
BeginProperty Font
Name = "楷體_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 240
TabIndex = 9
Top = 600
Width = 1575
End
End
Begin VB.TextBox Text2
Height = 375
Left = 3000
TabIndex = 7
Top = 600
Width = 2295
End
Begin VB.Label Label3
Caption = "當前日期:"
BeginProperty Font
Name = "楷體_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1560
TabIndex = 6
Top = 600
Width = 1455
End
End
Begin VB.Frame Frame1
Caption = "學生個人信息"
BeginProperty Font
Name = "楷體_GB2312"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1575
Left = 360
TabIndex = 0
Top = 240
Width = 7575
Begin VB.TextBox Text1
Height = 375
Left = 5280
TabIndex = 4
Top = 720
Width = 1815
End
Begin VB.ComboBox Combo1
Height = 300
Left = 1680
TabIndex = 2
Top = 720
Width = 2055
End
Begin VB.Label Label2
Caption = "學生姓名:"
BeginProperty Font
Name = "楷體_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 4080
TabIndex = 3
Top = 720
Width = 1095
End
Begin VB.Label Label1
Caption = "學生編號:"
BeginProperty Font
Name = "楷體_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 360
TabIndex = 1
Top = 720
Width = 1095
End
End
End
Attribute VB_Name = "Form1"
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 + -