📄 frmhelp.frm
字号:
VERSION 5.00
Begin VB.Form FrmHelp
BackColor = &H00C0E0FF&
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 14235
ClientLeft = 0
ClientTop = 0
ClientWidth = 11670
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 14235
ScaleWidth = 11670
ShowInTaskbar = 0 'False
Begin VB.CommandButton Command1
BackColor = &H00808080&
Caption = "Quit"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 9840
Style = 1 'Graphical
TabIndex = 1
Top = 360
Width = 1215
End
Begin VB.TextBox Text1
Height = 13455
Left = 480
MultiLine = -1 'True
TabIndex = 0
Text = "FrmHelp.frx":0000
Top = 360
Width = 9135
End
End
Attribute VB_Name = "FrmHelp"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -