📄 frmhelp.frm
字号:
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form frmhelp
BackColor = &H00EFF2EC&
BorderStyle = 1 'Fixed Single
Caption = "Help???????"
ClientHeight = 8055
ClientLeft = 45
ClientTop = 405
ClientWidth = 9870
Icon = "frmhelp.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 8055
ScaleWidth = 9870
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin RichTextLib.RichTextBox help
Height = 7815
Left = 120
TabIndex = 0
Top = 120
Width = 9615
_ExtentX = 16960
_ExtentY = 13785
_Version = 393217
ScrollBars = 2
DisableNoScroll = -1 'True
AutoVerbMenu = -1 'True
TextRTF = $"frmhelp.frx":B532
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()
On Error GoTo hell
help.FileName = App.path & "/help.rtf"
hell:
If err.Number = 75 Then
MsgBox " ups Sory File help tidak di temukan. Download di http://blackpearl87.com atau tanya disana, kami siap membantu.", vbOKOnly
End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -