145 lines
6.1 KiB
VB.net
145 lines
6.1 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
Partial Class Form_C5Music
|
||
Inherits System.Windows.Forms.Form
|
||
|
||
'Form 重写 Dispose,以清理组件列表。
|
||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||
Try
|
||
If disposing AndAlso components IsNot Nothing Then
|
||
components.Dispose()
|
||
End If
|
||
Finally
|
||
MyBase.Dispose(disposing)
|
||
End Try
|
||
End Sub
|
||
|
||
'Windows 窗体设计器所必需的
|
||
Private components As System.ComponentModel.IContainer
|
||
|
||
'注意: 以下过程是 Windows 窗体设计器所必需的
|
||
'可以使用 Windows 窗体设计器修改它。
|
||
'不要使用代码编辑器修改它。
|
||
<System.Diagnostics.DebuggerStepThrough()> _
|
||
Private Sub InitializeComponent()
|
||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form_C5Music))
|
||
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
||
Me.TextBox_PlayNum = New System.Windows.Forms.TextBox()
|
||
Me.TextBox_Status = New System.Windows.Forms.TextBox()
|
||
Me.Label3 = New System.Windows.Forms.Label()
|
||
Me.Label2 = New System.Windows.Forms.Label()
|
||
Me.Label1 = New System.Windows.Forms.Label()
|
||
Me.TrackBar1 = New System.Windows.Forms.TrackBar()
|
||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||
Me.GroupBox1.SuspendLayout()
|
||
CType(Me.TrackBar1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.Panel1.SuspendLayout()
|
||
Me.SuspendLayout()
|
||
'
|
||
'GroupBox1
|
||
'
|
||
Me.GroupBox1.Controls.Add(Me.TextBox_PlayNum)
|
||
Me.GroupBox1.Controls.Add(Me.TextBox_Status)
|
||
Me.GroupBox1.Controls.Add(Me.Label3)
|
||
Me.GroupBox1.Controls.Add(Me.Label2)
|
||
Me.GroupBox1.Controls.Add(Me.Label1)
|
||
Me.GroupBox1.Controls.Add(Me.TrackBar1)
|
||
Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Top
|
||
Me.GroupBox1.Location = New System.Drawing.Point(0, 0)
|
||
Me.GroupBox1.Name = "GroupBox1"
|
||
Me.GroupBox1.Size = New System.Drawing.Size(528, 206)
|
||
Me.GroupBox1.TabIndex = 0
|
||
Me.GroupBox1.TabStop = False
|
||
Me.GroupBox1.Text = "音乐状态"
|
||
'
|
||
'TextBox_PlayNum
|
||
'
|
||
Me.TextBox_PlayNum.BackColor = System.Drawing.SystemColors.Menu
|
||
Me.TextBox_PlayNum.Font = New System.Drawing.Font("宋体", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
||
Me.TextBox_PlayNum.Location = New System.Drawing.Point(145, 20)
|
||
Me.TextBox_PlayNum.Name = "TextBox_PlayNum"
|
||
Me.TextBox_PlayNum.Size = New System.Drawing.Size(100, 29)
|
||
Me.TextBox_PlayNum.TabIndex = 8
|
||
'
|
||
'TextBox_Status
|
||
'
|
||
Me.TextBox_Status.BackColor = System.Drawing.SystemColors.Menu
|
||
Me.TextBox_Status.Font = New System.Drawing.Font("宋体", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
||
Me.TextBox_Status.Location = New System.Drawing.Point(111, 65)
|
||
Me.TextBox_Status.Name = "TextBox_Status"
|
||
Me.TextBox_Status.Size = New System.Drawing.Size(100, 29)
|
||
Me.TextBox_Status.TabIndex = 7
|
||
'
|
||
'Label3
|
||
'
|
||
Me.Label3.AutoSize = True
|
||
Me.Label3.Font = New System.Drawing.Font("宋体", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
||
Me.Label3.Location = New System.Drawing.Point(10, 70)
|
||
Me.Label3.Name = "Label3"
|
||
Me.Label3.Size = New System.Drawing.Size(95, 19)
|
||
Me.Label3.TabIndex = 6
|
||
Me.Label3.Text = "播放状态:"
|
||
'
|
||
'Label2
|
||
'
|
||
Me.Label2.AutoSize = True
|
||
Me.Label2.Font = New System.Drawing.Font("宋体", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
||
Me.Label2.Location = New System.Drawing.Point(6, 25)
|
||
Me.Label2.Name = "Label2"
|
||
Me.Label2.Size = New System.Drawing.Size(133, 19)
|
||
Me.Label2.TabIndex = 5
|
||
Me.Label2.Text = "当前播放文件:"
|
||
'
|
||
'Label1
|
||
'
|
||
Me.Label1.AutoSize = True
|
||
Me.Label1.Font = New System.Drawing.Font("宋体", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
||
Me.Label1.Location = New System.Drawing.Point(10, 114)
|
||
Me.Label1.Name = "Label1"
|
||
Me.Label1.Size = New System.Drawing.Size(57, 19)
|
||
Me.Label1.TabIndex = 4
|
||
Me.Label1.Text = "音量:"
|
||
'
|
||
'TrackBar1
|
||
'
|
||
Me.TrackBar1.Location = New System.Drawing.Point(73, 114)
|
||
Me.TrackBar1.Maximum = 30
|
||
Me.TrackBar1.Name = "TrackBar1"
|
||
Me.TrackBar1.Size = New System.Drawing.Size(302, 45)
|
||
Me.TrackBar1.TabIndex = 3
|
||
'
|
||
'Panel1
|
||
'
|
||
Me.Panel1.Controls.Add(Me.GroupBox1)
|
||
Me.Panel1.Location = New System.Drawing.Point(12, 12)
|
||
Me.Panel1.Name = "Panel1"
|
||
Me.Panel1.Size = New System.Drawing.Size(528, 370)
|
||
Me.Panel1.TabIndex = 1
|
||
'
|
||
'Form_C5Music
|
||
'
|
||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
|
||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
Me.ClientSize = New System.Drawing.Size(800, 450)
|
||
Me.Controls.Add(Me.Panel1)
|
||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||
Me.Name = "Form_C5Music"
|
||
Me.Text = "Form_C5Music"
|
||
Me.GroupBox1.ResumeLayout(False)
|
||
Me.GroupBox1.PerformLayout()
|
||
CType(Me.TrackBar1, System.ComponentModel.ISupportInitialize).EndInit()
|
||
Me.Panel1.ResumeLayout(False)
|
||
Me.ResumeLayout(False)
|
||
|
||
End Sub
|
||
|
||
Friend WithEvents GroupBox1 As GroupBox
|
||
Friend WithEvents Label3 As Label
|
||
Friend WithEvents Label2 As Label
|
||
Friend WithEvents Label1 As Label
|
||
Friend WithEvents TrackBar1 As TrackBar
|
||
Friend WithEvents Panel1 As Panel
|
||
Friend WithEvents TextBox_PlayNum As TextBox
|
||
Friend WithEvents TextBox_Status As TextBox
|
||
End Class
|