form4.frm
来自「MPbofang .MPbofang .MPbofang .MPbofang .」· FRM 代码 · 共 98 行
FRM
98 行
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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?