📄 frmexammain.frm
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form frmExamChoose
BorderStyle = 3 'Fixed Dialog
Caption = "共20道选择题"
ClientHeight = 5775
ClientLeft = 720
ClientTop = 1005
ClientWidth = 8685
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5775
ScaleWidth = 8685
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton cmdEnd
Caption = "放弃"
Height = 375
Left = 7290
TabIndex = 24
Top = 4590
Width = 1050
End
Begin MSFlexGridLib.MSFlexGrid MSFlexGrid1
Height = 5550
Left = 45
TabIndex = 21
Top = 90
Width = 2400
_ExtentX = 4233
_ExtentY = 9790
_Version = 393216
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin VB.CommandButton cmdA
Caption = "选项 A"
Height = 375
Left = 2970
TabIndex = 9
Top = 4590
Width = 1050
End
Begin VB.CommandButton cmdB
Caption = "选项 B"
Height = 375
Left = 4050
TabIndex = 8
Top = 4590
Width = 1050
End
Begin VB.CommandButton cmdC
Caption = "选项 C"
Height = 375
Left = 5130
TabIndex = 7
Top = 4590
Width = 1050
End
Begin VB.CommandButton cmdD
Caption = "选项 D"
Height = 375
Left = 6210
TabIndex = 6
Top = 4590
Width = 1050
End
Begin VB.Frame Frame2
Height = 555
Left = 2700
TabIndex = 0
Top = 5085
Width = 5910
Begin VB.CommandButton cmdFrist
Caption = "第一道题"
Height = 375
Left = 90
TabIndex = 5
Top = 135
Width = 1050
End
Begin VB.CommandButton cmdNext
Caption = "下一道题"
Height = 375
Left = 1260
TabIndex = 4
Top = 135
Width = 1050
End
Begin VB.CommandButton cmdPre
Caption = "上一道题"
Height = 375
Left = 2430
TabIndex = 3
Top = 135
Width = 1050
End
Begin VB.CommandButton cmdLast
Caption = "最后一道题"
Height = 375
Left = 3600
TabIndex = 2
Top = 135
Width = 1050
End
Begin VB.CommandButton cmdReturn
Caption = "返 回"
Height = 375
Left = 4770
TabIndex = 1
Top = 135
Width = 1050
End
End
Begin VB.Label lblNum
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "1"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 3465
TabIndex = 23
Top = 135
Width = 150
End
Begin VB.Label Label9
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "题号:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 2745
TabIndex = 22
Top = 135
Width = 780
End
Begin VB.Label Label8
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "C:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 3
Left = 2655
TabIndex = 20
Top = 2985
Width = 285
End
Begin VB.Label Label8
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "B:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 2
Left = 2655
TabIndex = 19
Top = 2580
Width = 285
End
Begin VB.Label Label8
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "D:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 1
Left = 2655
TabIndex = 18
Top = 3390
Width = 285
End
Begin VB.Label Label8
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "A:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 0
Left = 2655
TabIndex = 17
Top = 2175
Width = 285
End
Begin VB.Label lblTitle
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 1 'Fixed Single
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 1230
Left = 2655
TabIndex = 16
Top = 540
Width = 5820
End
Begin VB.Label lblA
BackColor = &H00FFFF80&
BackStyle = 0 'Transparent
Caption = "1"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 285
Left = 3015
TabIndex = 15
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -