📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 5550
ClientLeft = 60
ClientTop = 345
ClientWidth = 7290
LinkTopic = "Form1"
ScaleHeight = 5550
ScaleWidth = 7290
StartUpPosition = 3 '窗口缺省
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "帮助 关于"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H8000000E&
Height = 225
Left = 5445
TabIndex = 0
Top = 345
Width = 1335
End
Begin VB.Image Image6
Height = 660
Left = 0
Picture = "Form1.frx":0000
Top = 0
Width = 1695
End
Begin VB.Shape Shape2
BackColor = &H009C6508&
BorderColor = &H009C6508&
FillColor = &H009C6508&
FillStyle = 0 'Solid
Height = 660
Left = 1695
Top = 0
Width = 5550
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -