📄 help.frm
字号:
VERSION 5.00
Begin VB.Form Dialog2
BorderStyle = 3 'Fixed Dialog
Caption = "游戏介绍"
ClientHeight = 3315
ClientLeft = 2760
ClientTop = 3750
ClientWidth = 5730
Icon = "help.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3315
ScaleWidth = 5730
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton ExitBotton
Caption = "退出游戏(&X)"
Height = 495
Left = 4440
TabIndex = 2
Top = 960
Width = 1215
End
Begin VB.TextBox Text1
Height = 2655
Left = 360
Locked = -1 'True
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 1
TabStop = 0 'False
Text = "help.frx":0442
Top = 120
Width = 3975
End
Begin VB.CommandButton ContinueBotton
Caption = "继续游戏(&C)"
Height = 495
Left = 4440
TabIndex = 0
Top = 240
Width = 1215
End
End
Attribute VB_Name = "Dialog2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub ExitBotton_Click()
Unload Me
Unload Form1
End Sub
Private Sub ContinueBotton_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -