📄 help_f.frm
字号:
VERSION 5.00
Begin VB.Form Help_F
Caption = "游戏帮助"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Main_F"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3195
ScaleWidth = 4680
StartUpPosition = 1 '所有者中心
Begin VB.CommandButton Command1
Caption = "确定"
Height = 375
Left = 2880
TabIndex = 4
Top = 2640
Width = 975
End
Begin VB.Label Label4
Caption = "快速下移: ↓"
Height = 255
Left = 960
TabIndex = 3
Top = 1920
Width = 3015
End
Begin VB.Label Label3
Caption = "方块右移: →"
Height = 255
Left = 960
TabIndex = 2
Top = 1560
Width = 3015
End
Begin VB.Label Label2
Caption = "方块左移: ←"
Height = 255
Left = 960
TabIndex = 1
Top = 1200
Width = 3015
End
Begin VB.Label Label1
Caption = "方块翻转: Space"
Height = 255
Left = 960
TabIndex = 0
Top = 840
Width = 3015
End
End
Attribute VB_Name = "Help_F"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Help_F.Visible = False
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -