📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BackColor = &H80000009&
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 2685
ClientLeft = 0
ClientTop = 0
ClientWidth = 4500
ControlBox = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "frmAbout.frx":0000
ScaleHeight = 2685
ScaleWidth = 4500
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.Label lbl
Appearance = 0 'Flat
BackColor = &H80000005&
BackStyle = 0 'Transparent
ForeColor = &H80000008&
Height = 255
Index = 1
Left = 4200
TabIndex = 1
ToolTipText = "关闭"
Top = 0
Width = 255
End
Begin VB.Label lbl
Appearance = 0 'Flat
BackColor = &H80000005&
BackStyle = 0 'Transparent
ForeColor = &H80000008&
Height = 255
Index = 0
Left = 3360
TabIndex = 0
Top = 2040
Width = 855
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub lbl_Click(Index As Integer)
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -