📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "“计算机基础”上机考试系统"
ClientHeight = 4800
ClientLeft = 60
ClientTop = 390
ClientWidth = 9285
BeginProperty Font
Name = "宋体-方正超大字符集"
Size = 24
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form1"
Picture = "Form1.frx":0000
ScaleHeight = 4800
ScaleWidth = 9285
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command2
Caption = "退出系统"
BeginProperty Font
Name = "宋体-方正超大字符集"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 6000
TabIndex = 2
Top = 3360
Width = 1815
End
Begin VB.CommandButton Command1
Caption = "登陆系统"
BeginProperty Font
Name = "宋体-方正超大字符集"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 1320
TabIndex = 1
Top = 3360
Width = 1815
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "Word操作部分"
BeginProperty Font
Name = "宋体"
Size = 36
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 975
Left = 2520
TabIndex = 0
Top = 720
Width = 4815
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()
Form1.Hide
Form2.Show
End Sub
Private Sub Command2_Click()
End
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -