📄 about.frm
字号:
VERSION 5.00
Begin VB.Form about
Caption = "关于软件"
ClientHeight = 1635
ClientLeft = 60
ClientTop = 450
ClientWidth = 3990
FillColor = &H00FF0000&
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 1635
ScaleWidth = 3990
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton Command1
Caption = "确定"
Default = -1 'True
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1200
MaskColor = &H00C00000&
TabIndex = 1
Top = 840
Width = 1215
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "试卷生成和评分系统 V1.0"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 300
Left = 600
TabIndex = 0
Top = 240
Width = 2715
End
End
Attribute VB_Name = "about"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Form_Load()
Me.BackColor = &H8000000F
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -