?? form1.frm
字號:
VERSION 5.00
Begin VB.Form Form1
BackColor = &H00FFC0FF&
Caption = "From1"
ClientHeight = 3465
ClientLeft = 60
ClientTop = 345
ClientWidth = 5040
LinkTopic = "Form1"
ScaleHeight = 3465
ScaleWidth = 5040
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame2
BackColor = &H00FFC0FF&
Caption = "性別"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2535
Left = 2640
TabIndex = 1
Top = 480
Width = 1815
Begin VB.OptionButton Option3
BackColor = &H00FFC0FF&
Caption = "女"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 480
TabIndex = 6
Top = 1320
Width = 975
End
Begin VB.OptionButton Option2
BackColor = &H00FFC0FF&
Caption = "男"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 480
TabIndex = 5
Top = 600
Width = 975
End
End
Begin VB.Frame Frame1
BackColor = &H00FFC0FF&
Caption = "年級"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2535
Left = 480
TabIndex = 0
Top = 480
Width = 1695
Begin VB.OptionButton Option1
BackColor = &H00FFC0FF&
Caption = "四年級"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Index = 3
Left = 240
TabIndex = 7
Top = 1800
Width = 1335
End
Begin VB.OptionButton Option1
BackColor = &H00FFC0FF&
Caption = "三年級"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Index = 2
Left = 240
TabIndex = 4
Top = 1320
Width = 1335
End
Begin VB.OptionButton Option1
BackColor = &H00FFC0FF&
Caption = "二年級"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Index = 1
Left = 240
TabIndex = 3
Top = 900
Width = 1335
End
Begin VB.OptionButton Option1
BackColor = &H00FFC0FF&
Caption = "一年級"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Index = 0
Left = 240
TabIndex = 2
Top = 480
Width = 1335
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 + -