?? 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 + -