📄 fhelp.frm
字号:
VERSION 5.00
Begin VB.Form FHelp
AutoRedraw = -1 'True
BorderStyle = 1 'Fixed Single
Caption = "帮助"
ClientHeight = 4095
ClientLeft = 45
ClientTop = 330
ClientWidth = 6255
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4095
ScaleWidth = 6255
StartUpPosition = 3 'Windows Default
Begin VB.TextBox Text1
Appearance = 0 'Flat
Height = 4095
Left = 0
MultiLine = -1 'True
TabIndex = 0
Text = "FHelp.frx":0000
Top = 0
Width = 6255
End
End
Attribute VB_Name = "FHelp"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label1_Click()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -