📄 help.frm
字号:
VERSION 5.00
Begin VB.Form Help
BorderStyle = 1 'Fixed Single
Caption = "帮助"
ClientHeight = 2835
ClientLeft = 45
ClientTop = 435
ClientWidth = 4740
Icon = "Help.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2835
ScaleWidth = 4740
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "关闭"
Height = 390
Left = 3525
TabIndex = 4
Top = 2325
Width = 855
End
Begin VB.Label Label4
Caption = " 游戏很简单,祝你好运!!"
Height = 255
Left = 120
TabIndex = 3
Top = 2085
Width = 2700
End
Begin VB.Label Label3
Caption = " 2、鼠标右键单击标记你认为有雷的方块,右键单击两次则取消标记。"
Height = 405
Left = 195
TabIndex = 2
Top = 1635
Width = 4440
End
Begin VB.Label Label2
Caption = $"Help.frx":170A2
Height = 945
Left = 225
TabIndex = 1
Top = 600
Width = 4410
End
Begin VB.Label Label1
Caption = " 这个游戏很简单,大家应该都会玩,但我在这里还是简单说一下。"
Height = 420
Left = 210
TabIndex = 0
Top = 180
Width = 4395
End
End
Attribute VB_Name = "Help"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Form_Load()
Help.Left = (Screen.Width - Help.Width) \ 2
Help.Top = (Screen.Height - Help.Height) \ 2
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -