📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form FrmAbout
BackColor = &H00FF8080&
BorderStyle = 1 'Fixed Single
Caption = "关于"
ClientHeight = 3510
ClientLeft = 45
ClientTop = 360
ClientWidth = 5640
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
Picture = "FrmAbout.frx":0000
ScaleHeight = 3510
ScaleWidth = 5640
Begin VB.CommandButton CmdOK
Cancel = -1 'True
Caption = "确定"
Height = 375
Left = 4320
TabIndex = 1
Top = 2760
Width = 975
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "版权所有:030341"
BeginProperty Font
Name = "楷体_GB2312"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 375
Left = 1200
TabIndex = 0
Top = 1320
Width = 3375
End
End
Attribute VB_Name = "FrmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub CmdOK_Click() '确定
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -