📄 helpform.frm
字号:
VERSION 5.00
Begin VB.Form helpForm
BorderStyle = 1 'Fixed Single
Caption = "模拟操作系统—帮助"
ClientHeight = 7290
ClientLeft = 45
ClientTop = 435
ClientWidth = 7980
Icon = "helpForm.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 7290
ScaleWidth = 7980
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "确 定"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 6120
TabIndex = 1
ToolTipText = "关闭当前窗口"
Top = 6720
Width = 1335
End
Begin VB.TextBox Text1
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 6375
Left = 120
Locked = -1 'True
MousePointer = 1 'Arrow
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 0
Text = "helpForm.frx":1272
Top = 120
Width = 7695
End
End
Attribute VB_Name = "helpForm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
helpForm.Hide
End Sub
Private Sub Form_Load()
helpForm.Show
Command1.SetFocus
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -