📄 help.frm
字号:
VERSION 5.00
Begin VB.Form FormHelp
Caption = "Form1"
ClientHeight = 6060
ClientLeft = 60
ClientTop = 345
ClientWidth = 7875
LinkTopic = "Form1"
ScaleHeight = 6060
ScaleWidth = 7875
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "确 定"
Height = 375
Left = 5760
TabIndex = 4
Top = 5520
Width = 1575
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "系统帮助"
Height = 180
Left = 360
TabIndex = 3
Top = 480
Width = 720
End
Begin VB.Label Label8
AutoSize = -1 'True
Caption = "COPY RIGHT BY CZH 2007.9"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000001&
Height = 240
Left = 3960
TabIndex = 2
Top = 5160
Width = 3240
End
Begin VB.Label Label2
Alignment = 2 'Center
Caption = "征途辅助Beta版(VER:2007.2)"
BeginProperty Font
Name = "微软简隶书"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 735
Left = 1200
TabIndex = 1
Top = 120
Width = 4575
End
Begin VB.Label Label1
Caption = "Label1"
BeginProperty Font
Name = "微软简隶书"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 4095
Left = 360
TabIndex = 0
Top = 840
Width = 7095
End
End
Attribute VB_Name = "FormHelp"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
FormHelp.Hide
FormBossQuery.Show
End Sub
Private Sub Form_Load()
Label1.Caption = "程序可以实现的查询方式如下:" + Chr(10) + Chr(13) + "★根据怪物出现的地图模糊查询" + Chr(10) + Chr(13) + "★根据怪物的名称模糊查询" + Chr(13) + "★根据怪物的类型模糊查询" _
+ Chr(13) + "★根据怪物的等级模糊查询" + Chr(13) + "★根据怪物出现的地点和怪物的类型组合查询" + Chr(13) + "★根据怪物出现的地点和怪物的等级组合查询" _
+ Chr(13) + "2006年11月新增加功能:掉落技能书的怪物查询"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -