📄 form6.frm
字号:
VERSION 5.00
Begin VB.Form Form6
Caption = "testRuleForm"
ClientHeight = 4485
ClientLeft = 60
ClientTop = 405
ClientWidth = 7965
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form6"
ScaleHeight = 4485
ScaleWidth = 7965
StartUpPosition = 2 '屏幕中心
Begin VB.Label Label6
Caption = "5、通过高级的考生将会有意外的惊喜等着你。"
ForeColor = &H000000FF&
Height = 375
Left = 360
TabIndex = 5
Top = 3600
Width = 5535
End
Begin VB.Label Label5
Caption = "4、考试不得作弊,一经发现取消该考生考试资格;"
ForeColor = &H000000FF&
Height = 375
Left = 360
TabIndex = 4
Top = 3000
Width = 6135
End
Begin VB.Label Label4
Caption = "3、只有通过当前级别才能进入下一级别的考试(至少答对三道题目);"
ForeColor = &H000000FF&
Height = 375
Left = 360
TabIndex = 3
Top = 2400
Width = 7335
End
Begin VB.Label Label3
Caption = "2、每个级别时间为二分钟,时间一到系统自动提交试卷;"
ForeColor = &H000000FF&
Height = 375
Left = 360
TabIndex = 2
Top = 1800
Width = 6615
End
Begin VB.Label Label2
Caption = "1、本考试系统分为初级、中级与高级三个级别;"
ForeColor = &H000000FF&
Height = 375
Left = 360
TabIndex = 1
Top = 1200
Width = 5535
End
Begin VB.Label Label1
Caption = "考试说明"
BeginProperty Font
Name = "宋体"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 375
Left = 3240
TabIndex = 0
Top = 480
Width = 1335
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 + -