📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 5775
ClientLeft = 60
ClientTop = 345
ClientWidth = 7425
DrawMode = 15 'Merge Pen Not
DrawStyle = 2 'Dot
LinkTopic = "Form1"
Picture = "Form1.frx":0000
ScaleHeight = 5775
ScaleWidth = 7425
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command3
Caption = "退出"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 855
Left = 5160
Picture = "Form1.frx":72516
Style = 1 'Graphical
TabIndex = 3
Top = 4680
Width = 1215
End
Begin VB.CommandButton Command2
Caption = "选择题"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 855
Left = 3240
Picture = "Form1.frx":72CBA
Style = 1 'Graphical
TabIndex = 1
Top = 4680
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "填空题"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 855
Left = 1200
Picture = "Form1.frx":732F1
Style = 1 'Graphical
TabIndex = 0
Top = 4680
Width = 1215
End
Begin VB.Label Label1
Alignment = 2 'Center
AutoSize = -1 'True
BackColor = &H80000013&
BackStyle = 0 'Transparent
Caption = "学生考试系统"
BeginProperty Font
Name = "宋体"
Size = 36
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FFFF&
Height = 750
Left = 1800
TabIndex = 2
Top = 960
Width = 4455
WordWrap = -1 'True
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form2.Show
End Sub
Private Sub Command2_Click()
Form3.Show
End Sub
Private Sub Command3_Click()
Form7.Show
End Sub
Private Sub menuu_Click()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -