?? 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 + -