frmxz.frm
来自「VB6.0应用例题」· FRM 代码 · 共 493 行 · 第 1/2 页
FRM
493 行
VERSION 5.00
Begin VB.Form Frmxz
Caption = "单项选择题"
ClientHeight = 6765
ClientLeft = 60
ClientTop = 345
ClientWidth = 9420
BeginProperty Font
Name = "宋体"
Size = 7.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6765
ScaleWidth = 9420
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "退出"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3360
TabIndex = 14
Top = 6000
Width = 1215
End
Begin VB.Frame Frame1
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 855
Index = 0
Left = 480
TabIndex = 8
Top = 4920
Width = 8415
Begin VB.CommandButton Cmdmsg
Caption = "跳至"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 500
Index = 2
Left = 2760
TabIndex = 13
Top = 240
Width = 1215
End
Begin VB.CommandButton Cmdmsg
Caption = "下一题"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 500
Index = 1
Left = 1560
TabIndex = 12
Top = 240
Width = 1215
End
Begin VB.CommandButton Cmdmsg
Caption = "上一题"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 500
Index = 0
Left = 480
TabIndex = 11
Top = 240
Width = 1095
End
Begin VB.Label daan
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 375
Left = 6480
TabIndex = 15
Top = 360
Width = 495
End
Begin VB.Image Image1
Height = 500
Left = 5880
Picture = "Frmxz.frx":0000
Stretch = -1 'True
Top = 240
Width = 500
End
End
Begin VB.OptionButton Option1
Alignment = 1 'Right Justify
BackColor = &H00FF8080&
Caption = "D"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Index = 3
Left = 240
TabIndex = 7
Top = 4080
Width = 375
End
Begin VB.OptionButton Option1
Alignment = 1 'Right Justify
BackColor = &H00FF8080&
Caption = "C"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Index = 2
Left = 240
TabIndex = 5
Top = 3360
Width = 375
End
Begin VB.OptionButton Option1
Alignment = 1 'Right Justify
BackColor = &H00FF8080&
Caption = "B"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Index = 1
Left = 240
TabIndex = 3
Top = 2640
Width = 375
End
Begin VB.OptionButton Option1
Alignment = 1 'Right Justify
BackColor = &H00FF8080&
Caption = "A"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Index = 0
Left = 240
TabIndex = 1
Top = 1920
Width = 375
End
Begin VB.Frame Frame2
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1575
Left = 240
TabIndex = 9
Top = 120
Width = 9135
Begin VB.Label Lblti
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1215
Left = 240
TabIndex = 10
Top = 240
Width = 8775
End
End
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?