?? form4.frm
字號(hào):
VERSION 5.00
Begin VB.Form Form4
Caption = "幫助"
ClientHeight = 4740
ClientLeft = 60
ClientTop = 345
ClientWidth = 6570
LinkTopic = "Form4"
Picture = "Form4.frx":0000
ScaleHeight = 4740
ScaleWidth = 6570
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command3
Caption = "首 頁"
BeginProperty Font
Name = "楷體_GB2312"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 4440
Picture = "Form4.frx":4C74
Style = 1 'Graphical
TabIndex = 2
Top = 120
Width = 1935
End
Begin VB.CommandButton Command2
Caption = "播放列表"
BeginProperty Font
Name = "楷體_GB2312"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 4440
Picture = "Form4.frx":756DE
Style = 1 'Graphical
TabIndex = 1
Top = 1560
Width = 1935
End
Begin VB.CommandButton Command1
Caption = "播放頁面"
BeginProperty Font
Name = "楷體_GB2312"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 4440
Picture = "Form4.frx":E6148
Style = 1 'Graphical
TabIndex = 0
Top = 840
Width = 1935
End
Begin VB.Label Label1
Height = 4335
Left = 120
TabIndex = 3
Top = 120
Width = 4095
End
End
Attribute VB_Name = "Form4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form1.Show
Form4.Visible = False
End Sub
Private Sub Command2_Click()
Form2.Show
Form4.Visible = False
End Sub
Private Sub Command3_Click()
Form2.Show
Form4.Visible = False
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -