Partial Class Main Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. 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 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Main)) Me.Panel1 = New System.Windows.Forms.Panel() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.PictureBox3 = New System.Windows.Forms.PictureBox() Me.PictureBox4 = New System.Windows.Forms.PictureBox() Me.PictureBox5 = New System.Windows.Forms.PictureBox() Me.Label2 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.Label4 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.ProgressBar1 = New System.Windows.Forms.ProgressBar() Me.PictureBox6 = New System.Windows.Forms.PictureBox() Me.PictureBox7 = New System.Windows.Forms.PictureBox() Me.PictureBox8 = New System.Windows.Forms.PictureBox() Me.PictureBox9 = New System.Windows.Forms.PictureBox() Me.PictureBox10 = New System.Windows.Forms.PictureBox() Me.LoopCounter = New System.Windows.Forms.Timer(Me.components) Me.PlayListCounter = New System.Windows.Forms.Timer(Me.components) Me.Label6 = New System.Windows.Forms.Label() Me.ListBox1 = New System.Windows.Forms.ListBox() Me.CheckBox1 = New System.Windows.Forms.CheckBox() Me.CheckBox2 = New System.Windows.Forms.CheckBox() Me.PictureBox11 = New System.Windows.Forms.PictureBox() Me.PictureBox12 = New System.Windows.Forms.PictureBox() Me.Label7 = New System.Windows.Forms.Label() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox10, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox11, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox12, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Panel1 ' Me.Panel1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Panel1.BackColor = System.Drawing.SystemColors.ScrollBar Me.Panel1.Cursor = System.Windows.Forms.Cursors.Default Me.Panel1.Location = New System.Drawing.Point(1, 0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(304, 21) Me.Panel1.TabIndex = 0 ' 'PictureBox1 ' Me.PictureBox1.BackColor = System.Drawing.Color.Transparent Me.PictureBox1.BackgroundImage = CType(resources.GetObject("PictureBox1.BackgroundImage"), System.Drawing.Image) Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox1.Cursor = System.Windows.Forms.Cursors.Hand Me.PictureBox1.Location = New System.Drawing.Point(23, 127) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(47, 48) Me.PictureBox1.TabIndex = 1 Me.PictureBox1.TabStop = False ' 'PictureBox2 ' Me.PictureBox2.BackColor = System.Drawing.Color.Transparent Me.PictureBox2.BackgroundImage = CType(resources.GetObject("PictureBox2.BackgroundImage"), System.Drawing.Image) Me.PictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox2.Cursor = System.Windows.Forms.Cursors.Hand Me.PictureBox2.Location = New System.Drawing.Point(76, 127) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(47, 48) Me.PictureBox2.TabIndex = 2 Me.PictureBox2.TabStop = False ' 'PictureBox3 ' Me.PictureBox3.BackColor = System.Drawing.Color.Transparent Me.PictureBox3.BackgroundImage = CType(resources.GetObject("PictureBox3.BackgroundImage"), System.Drawing.Image) Me.PictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox3.Cursor = System.Windows.Forms.Cursors.Hand Me.PictureBox3.Location = New System.Drawing.Point(129, 127) Me.PictureBox3.Name = "PictureBox3" Me.PictureBox3.Size = New System.Drawing.Size(47, 48) Me.PictureBox3.TabIndex = 3 Me.PictureBox3.TabStop = False ' 'PictureBox4 ' Me.PictureBox4.BackColor = System.Drawing.Color.Transparent Me.PictureBox4.BackgroundImage = CType(resources.GetObject("PictureBox4.BackgroundImage"), System.Drawing.Image) Me.PictureBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox4.Cursor = System.Windows.Forms.Cursors.Hand Me.PictureBox4.Location = New System.Drawing.Point(182, 127) Me.PictureBox4.Name = "PictureBox4" Me.PictureBox4.Size = New System.Drawing.Size(47, 48) Me.PictureBox4.TabIndex = 4 Me.PictureBox4.TabStop = False ' 'PictureBox5 ' Me.PictureBox5.BackColor = System.Drawing.Color.Transparent Me.PictureBox5.BackgroundImage = CType(resources.GetObject("PictureBox5.BackgroundImage"), System.Drawing.Image) Me.PictureBox5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox5.Cursor = System.Windows.Forms.Cursors.Hand Me.PictureBox5.Location = New System.Drawing.Point(235, 127) Me.PictureBox5.Name = "PictureBox5" Me.PictureBox5.Size = New System.Drawing.Size(47, 48) Me.PictureBox5.TabIndex = 5 Me.PictureBox5.TabStop = False ' 'Label2 ' Me.Label2.Font = New System.Drawing.Font("Microsoft JhengHei", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label2.Location = New System.Drawing.Point(20, 53) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(262, 58) Me.Label2.TabIndex = 7 Me.Label2.Text = ".." ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft JhengHei", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label1.Location = New System.Drawing.Point(189, 24) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(103, 20) Me.Label1.TabIndex = 8 Me.Label1.Text = "Now Playing" ' 'Label3 ' Me.Label3.Font = New System.Drawing.Font("Microsoft JhengHei", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label3.Location = New System.Drawing.Point(7, 27) Me.Label3.Name = "Label3" Me.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No Me.Label3.Size = New System.Drawing.Size(45, 17) Me.Label3.TabIndex = 9 Me.Label3.Text = "00" ' 'Timer1 ' Me.Timer1.Enabled = True ' 'Label4 ' Me.Label4.Font = New System.Drawing.Font("Microsoft JhengHei", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label4.Location = New System.Drawing.Point(58, 27) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(65, 17) Me.Label4.TabIndex = 10 Me.Label4.Text = "00" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("Microsoft JhengHei", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label5.Location = New System.Drawing.Point(47, 27) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(13, 17) Me.Label5.TabIndex = 11 Me.Label5.Text = "/" ' 'ProgressBar1 ' Me.ProgressBar1.Location = New System.Drawing.Point(23, 114) Me.ProgressBar1.MarqueeAnimationSpeed = 50 Me.ProgressBar1.Name = "ProgressBar1" Me.ProgressBar1.Size = New System.Drawing.Size(258, 10) Me.ProgressBar1.Step = 1 Me.ProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous Me.ProgressBar1.TabIndex = 12 ' 'PictureBox6 ' Me.PictureBox6.BackColor = System.Drawing.Color.Transparent Me.PictureBox6.BackgroundImage = CType(resources.GetObject("PictureBox6.BackgroundImage"), System.Drawing.Image) Me.PictureBox6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox6.Cursor = System.Windows.Forms.Cursors.Hand Me.PictureBox6.Location = New System.Drawing.Point(219, 181) Me.PictureBox6.Name = "PictureBox6" Me.PictureBox6.Size = New System.Drawing.Size(30, 29) Me.PictureBox6.TabIndex = 13 Me.PictureBox6.TabStop = False ' 'PictureBox7 ' Me.PictureBox7.BackColor = System.Drawing.Color.Transparent Me.PictureBox7.BackgroundImage = CType(resources.GetObject("PictureBox7.BackgroundImage"), System.Drawing.Image) Me.PictureBox7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox7.Cursor = System.Windows.Forms.Cursors.Hand Me.PictureBox7.Location = New System.Drawing.Point(252, 181) Me.PictureBox7.Name = "PictureBox7" Me.PictureBox7.Size = New System.Drawing.Size(30, 29) Me.PictureBox7.TabIndex = 14 Me.PictureBox7.TabStop = False ' 'PictureBox8 ' Me.PictureBox8.BackColor = System.Drawing.Color.Transparent Me.PictureBox8.BackgroundImage = CType(resources.GetObject("PictureBox8.BackgroundImage"), System.Drawing.Image) Me.PictureBox8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox8.Cursor = System.Windows.Forms.Cursors.Hand Me.PictureBox8.Location = New System.Drawing.Point(23, 181) Me.PictureBox8.Name = "PictureBox8" Me.PictureBox8.Size = New System.Drawing.Size(80, 43) Me.PictureBox8.TabIndex = 15 Me.PictureBox8.TabStop = False ' 'PictureBox9 ' Me.PictureBox9.BackColor = System.Drawing.Color.Transparent Me.PictureBox9.BackgroundImage = CType(resources.GetObject("PictureBox9.BackgroundImage"), System.Drawing.Image) Me.PictureBox9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox9.Cursor = System.Windows.Forms.Cursors.Hand Me.PictureBox9.Location = New System.Drawing.Point(160, 181) Me.PictureBox9.Name = "PictureBox9" Me.PictureBox9.Size = New System.Drawing.Size(45, 45) Me.PictureBox9.TabIndex = 16 Me.PictureBox9.TabStop = False ' 'PictureBox10 ' Me.PictureBox10.BackColor = System.Drawing.Color.Transparent Me.PictureBox10.BackgroundImage = CType(resources.GetObject("PictureBox10.BackgroundImage"), System.Drawing.Image) Me.PictureBox10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox10.Cursor = System.Windows.Forms.Cursors.Hand Me.PictureBox10.Location = New System.Drawing.Point(109, 181) Me.PictureBox10.Name = "PictureBox10" Me.PictureBox10.Size = New System.Drawing.Size(45, 45) Me.PictureBox10.TabIndex = 17 Me.PictureBox10.TabStop = False ' 'LoopCounter ' Me.LoopCounter.Interval = 3 ' 'PlayListCounter ' Me.PlayListCounter.Interval = 3 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("Microsoft JhengHei", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label6.Location = New System.Drawing.Point(217, 214) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(62, 17) Me.Label6.TabIndex = 18 Me.Label6.Text = "End Stop" ' 'ListBox1 ' Me.ListBox1.Font = New System.Drawing.Font("Microsoft JhengHei", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.ListBox1.FormattingEnabled = True Me.ListBox1.HorizontalScrollbar = True Me.ListBox1.ItemHeight = 19 Me.ListBox1.Location = New System.Drawing.Point(12, 234) Me.ListBox1.Name = "ListBox1" Me.ListBox1.Size = New System.Drawing.Size(280, 270) Me.ListBox1.TabIndex = 19 ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.Font = New System.Drawing.Font("Microsoft JhengHei", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.CheckBox1.Location = New System.Drawing.Point(141, 537) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(102, 21) Me.CheckBox1.TabIndex = 22 Me.CheckBox1.Text = "Night Mode" Me.CheckBox1.UseVisualStyleBackColor = True ' 'CheckBox2 ' Me.CheckBox2.AutoSize = True Me.CheckBox2.Checked = True Me.CheckBox2.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckBox2.Font = New System.Drawing.Font("Microsoft JhengHei", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.CheckBox2.Location = New System.Drawing.Point(141, 510) Me.CheckBox2.Name = "CheckBox2" Me.CheckBox2.Size = New System.Drawing.Size(164, 21) Me.CheckBox2.TabIndex = 23 Me.CheckBox2.Text = "Enhanced Background" Me.CheckBox2.UseVisualStyleBackColor = True ' 'PictureBox11 ' Me.PictureBox11.BackColor = System.Drawing.Color.Transparent Me.PictureBox11.BackgroundImage = CType(resources.GetObject("PictureBox11.BackgroundImage"), System.Drawing.Image) Me.PictureBox11.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox11.Location = New System.Drawing.Point(252, 539) Me.PictureBox11.Name = "PictureBox11" Me.PictureBox11.Size = New System.Drawing.Size(53, 40) Me.PictureBox11.TabIndex = 24 Me.PictureBox11.TabStop = False ' 'PictureBox12 ' Me.PictureBox12.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.PictureBox12.BackgroundImage = CType(resources.GetObject("PictureBox12.BackgroundImage"), System.Drawing.Image) Me.PictureBox12.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox12.Location = New System.Drawing.Point(-9, 506) Me.PictureBox12.Name = "PictureBox12" Me.PictureBox12.Size = New System.Drawing.Size(97, 56) Me.PictureBox12.TabIndex = 25 Me.PictureBox12.TabStop = False ' 'Label7 ' Me.Label7.Font = New System.Drawing.Font("Microsoft JhengHei", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label7.Location = New System.Drawing.Point(-1, 563) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(141, 16) Me.Label7.TabIndex = 0 Me.Label7.Text = "Stand alone" ' 'Main ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.SystemColors.Control Me.ClientSize = New System.Drawing.Size(304, 579) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.PictureBox12) Me.Controls.Add(Me.PictureBox11) Me.Controls.Add(Me.CheckBox2) Me.Controls.Add(Me.CheckBox1) Me.Controls.Add(Me.ListBox1) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.PictureBox10) Me.Controls.Add(Me.PictureBox9) Me.Controls.Add(Me.PictureBox8) Me.Controls.Add(Me.PictureBox7) Me.Controls.Add(Me.PictureBox6) Me.Controls.Add(Me.ProgressBar1) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.PictureBox5) Me.Controls.Add(Me.PictureBox4) Me.Controls.Add(Me.PictureBox3) Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.Panel1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "Main" Me.Opacity = 0.8R Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Music Sorter" Me.TopMost = True CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox10, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox11, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox12, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox3 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox4 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox5 As System.Windows.Forms.PictureBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Timer1 As System.Windows.Forms.Timer Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar Friend WithEvents PictureBox6 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox7 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox8 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox9 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox10 As System.Windows.Forms.PictureBox Friend WithEvents LoopCounter As System.Windows.Forms.Timer Friend WithEvents PlayListCounter As System.Windows.Forms.Timer Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents ListBox1 As System.Windows.Forms.ListBox Friend WithEvents CheckBox1 As CheckBox Friend WithEvents CheckBox2 As CheckBox Friend WithEvents PictureBox11 As PictureBox Friend WithEvents PictureBox12 As PictureBox Friend WithEvents Label7 As Label End Class