📄 帮助主题.frm
字号:
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form 帮助主题
BorderStyle = 3 'Fixed Dialog
Caption = "帮助主题"
ClientHeight = 7875
ClientLeft = 45
ClientTop = 435
ClientWidth = 8895
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Icon = "帮助主题.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 7875
ScaleWidth = 8895
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin RichTextLib.RichTextBox RichTextBox1
Height = 7755
Left = 60
TabIndex = 0
Top = 60
Width = 8775
_ExtentX = 15478
_ExtentY = 13679
_Version = 393217
BorderStyle = 0
Enabled = -1 'True
ScrollBars = 3
DisableNoScroll = -1 'True
TextRTF = $"帮助主题.frx":08CA
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
End
Attribute VB_Name = "帮助主题"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Unload(Cancel As Integer)
主窗体.Enabled = True
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -