📄 cdplay.frm
字号:
VERSION 5.00
Begin VB.Form CDPlay
Caption = "CD Player"
ClientHeight = 3165
ClientLeft = 60
ClientTop = 375
ClientWidth = 4680
LinkTopic = "Form2"
MDIChild = -1 'True
ScaleHeight = 3165
ScaleWidth = 4680
Begin VB.CommandButton PlayCDA
Caption = "Play CD"
Height = 255
Left = 120
TabIndex = 3
Top = 720
Width = 1455
End
Begin VB.CommandButton OpenTrayA
Caption = "Open Tray"
Height = 255
Left = 120
TabIndex = 2
Top = 120
Width = 1455
End
Begin VB.CommandButton CloseTrayA
Caption = "Close Tray"
Height = 255
Left = 120
TabIndex = 1
Top = 360
Width = 1455
End
Begin VB.CommandButton StopCDA
Caption = "Stop CD"
Height = 255
Left = 120
TabIndex = 0
Top = 960
Width = 1455
End
End
Attribute VB_Name = "CDPlay"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -