⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.frm

📁 上传的包含两个文件
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form1 
   BackColor       =   &H00404040&
   Caption         =   "Form1"
   ClientHeight    =   1905
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   5055
   LinkTopic       =   "Form1"
   ScaleHeight     =   1905
   ScaleWidth      =   5055
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command2 
      Caption         =   "15"
      Height          =   255
      Index           =   14
      Left            =   4080
      TabIndex        =   16
      Top             =   1200
      Width           =   375
   End
   Begin VB.CommandButton Command2 
      Caption         =   "14"
      Height          =   255
      Index           =   13
      Left            =   3720
      TabIndex        =   15
      Top             =   1200
      Width           =   375
   End
   Begin VB.CommandButton Command2 
      Caption         =   "13"
      Height          =   255
      Index           =   12
      Left            =   3360
      TabIndex        =   14
      Top             =   1200
      Width           =   375
   End
   Begin VB.CommandButton Command2 
      Caption         =   "12"
      Height          =   255
      Index           =   11
      Left            =   3000
      TabIndex        =   13
      Top             =   1200
      Width           =   375
   End
   Begin VB.CommandButton Command2 
      Caption         =   "11"
      Height          =   255
      Index           =   10
      Left            =   2640
      TabIndex        =   12
      Top             =   1200
      Width           =   375
   End
   Begin VB.CommandButton Command2 
      Caption         =   "10"
      Height          =   255
      Index           =   9
      Left            =   2280
      TabIndex        =   11
      Top             =   1200
      Width           =   375
   End
   Begin VB.CommandButton Command2 
      Caption         =   "9"
      Height          =   255
      Index           =   8
      Left            =   2040
      TabIndex        =   10
      Top             =   1200
      Width           =   255
   End
   Begin VB.CommandButton Command2 
      Caption         =   "8"
      Height          =   255
      Index           =   7
      Left            =   1800
      TabIndex        =   9
      Top             =   1200
      Width           =   255
   End
   Begin VB.CommandButton Command2 
      Caption         =   "7"
      Height          =   255
      Index           =   6
      Left            =   1560
      TabIndex        =   8
      Top             =   1200
      Width           =   255
   End
   Begin VB.CommandButton Command2 
      Caption         =   "6"
      Height          =   255
      Index           =   5
      Left            =   1320
      TabIndex        =   7
      Top             =   1200
      Width           =   255
   End
   Begin VB.CommandButton Command2 
      Caption         =   "5"
      Height          =   255
      Index           =   4
      Left            =   1080
      TabIndex        =   6
      Top             =   1200
      Width           =   255
   End
   Begin VB.CommandButton Command2 
      Caption         =   "4"
      Height          =   255
      Index           =   3
      Left            =   840
      TabIndex        =   5
      Top             =   1200
      Width           =   255
   End
   Begin VB.CommandButton Command2 
      Caption         =   "3"
      Height          =   255
      Index           =   2
      Left            =   600
      TabIndex        =   4
      Top             =   1200
      Width           =   255
   End
   Begin VB.CommandButton Command2 
      Caption         =   "2"
      Height          =   255
      Index           =   1
      Left            =   360
      TabIndex        =   3
      Top             =   1200
      Width           =   255
   End
   Begin VB.CommandButton Command2 
      BackColor       =   &H00808080&
      Caption         =   "1"
      Height          =   255
      Index           =   0
      Left            =   120
      TabIndex        =   2
      Top             =   1200
      Width           =   255
   End
   Begin VB.CommandButton Command1 
      BackColor       =   &H00808080&
      Caption         =   "退出"
      Height          =   375
      Left            =   4200
      TabIndex        =   1
      Top             =   360
      Width           =   615
   End
   Begin VB.Label Label1 
      BackColor       =   &H00404040&
      Caption         =   "请插入CD唱碟,选择下列音轨,即可欣赏"
      ForeColor       =   &H00FFFFFF&
      Height          =   255
      Left            =   240
      TabIndex        =   0
      Top             =   120
      Width           =   3855
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False


Private Sub Command1_Click()
End
End Sub

Private Sub Command2_Click(Index As Integer)
Call playcd(Index + 1)

End Sub


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -