📄 form_shuo.frm
字号:
VERSION 5.00
Begin VB.Form Form_shuo
Caption = "帮助"
ClientHeight = 5415
ClientLeft = 60
ClientTop = 345
ClientWidth = 9960
LinkTopic = "Form1"
ScaleHeight = 5415
ScaleWidth = 9960
StartUpPosition = 3 '窗口缺省
Begin VB.TextBox Text1
Height = 5415
Left = 0
MultiLine = -1 'True
TabIndex = 0
Text = "Form_shuo.frx":0000
Top = 0
Width = 9975
End
End
Attribute VB_Name = "Form_shuo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Unload(Cancel As Integer)
Form_shuo.Visible = False
Form_shuo.Enabled = False
Form_tui.Visible = True
Form_tui.Enabled = True
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -