📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmabout
Caption = "关于"
ClientHeight = 4350
ClientLeft = 60
ClientTop = 450
ClientWidth = 6735
LinkTopic = "Form1"
Picture = "frmabout.frx":0000
ScaleHeight = 4350
ScaleWidth = 6735
StartUpPosition = 3 '窗口缺省
Begin VB.Label Label3
BackStyle = 0 'Transparent
BorderStyle = 1 'Fixed Single
Caption = " 确定"
BeginProperty Font
Name = "华文行楷"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 435
Left = 2400
TabIndex = 0
Top = 3240
Width = 1740
End
End
Attribute VB_Name = "frmabout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label3_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -