📄 frmhelp.frm
字号:
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.1#0"; "RICHTX32.OCX"
Begin VB.Form frmHelp
Caption = "学生成绩管理系统 - 帮助"
ClientHeight = 6315
ClientLeft = 405
ClientTop = 570
ClientWidth = 7875
Icon = "frmHelp.frx":0000
LinkTopic = "Form1"
ScaleHeight = 6315
ScaleWidth = 7875
Begin RichTextLib.RichTextBox RichTextBox1
Height = 5655
Left = 0
TabIndex = 0
Top = 0
Width = 7575
_ExtentX = 13361
_ExtentY = 9975
_Version = 327680
Enabled = -1 'True
ReadOnly = -1 'True
ScrollBars = 2
RightMargin = 1
FileName = "Cjbhelp.rtf"
End
End
Attribute VB_Name = "frmHelp"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Left = (Screen.Width - Me.Width) / 2
Top = (Screen.Height - Me.Height) / 2
End Sub
Private Sub Form_Resize()
RichTextBox1.Width = ScaleWidth
RichTextBox1.Height = ScaleHeight
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -