?? 幫助界面.frm
字號:
VERSION 5.00
Begin VB.Form bzjm
Caption = "Form1"
ClientHeight = 4275
ClientLeft = 60
ClientTop = 345
ClientWidth = 5490
LinkTopic = "Form1"
ScaleHeight = 4275
ScaleWidth = 5490
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "返回到主界面"
Height = 375
Left = 1320
TabIndex = 1
Top = 3360
Width = 2775
End
Begin VB.Label Label1
Caption = $"幫助界面.frx":0000
BeginProperty Font
Name = "華文楷體"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2895
Left = 0
TabIndex = 0
Top = 0
Width = 5535
End
End
Attribute VB_Name = "bzjm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
Frmmain.Show
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -