Main.Designer.vb 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class Main
  3. Inherits System.Windows.Forms.Form
  4. 'Form overrides dispose to clean up the component list.
  5. <System.Diagnostics.DebuggerNonUserCode()>
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. 'Required by the Windows Form Designer
  16. Private components As System.ComponentModel.IContainer
  17. 'NOTE: The following procedure is required by the Windows Form Designer
  18. 'It can be modified using the Windows Form Designer.
  19. 'Do not modify it using the code editor.
  20. <System.Diagnostics.DebuggerStepThrough()>
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Main))
  24. Me.Panel1 = New System.Windows.Forms.Panel()
  25. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  26. Me.PictureBox2 = New System.Windows.Forms.PictureBox()
  27. Me.PictureBox3 = New System.Windows.Forms.PictureBox()
  28. Me.PictureBox4 = New System.Windows.Forms.PictureBox()
  29. Me.PictureBox5 = New System.Windows.Forms.PictureBox()
  30. Me.Label2 = New System.Windows.Forms.Label()
  31. Me.Label1 = New System.Windows.Forms.Label()
  32. Me.Label3 = New System.Windows.Forms.Label()
  33. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  34. Me.Label4 = New System.Windows.Forms.Label()
  35. Me.Label5 = New System.Windows.Forms.Label()
  36. Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
  37. Me.PictureBox6 = New System.Windows.Forms.PictureBox()
  38. Me.PictureBox7 = New System.Windows.Forms.PictureBox()
  39. Me.PictureBox8 = New System.Windows.Forms.PictureBox()
  40. Me.PictureBox9 = New System.Windows.Forms.PictureBox()
  41. Me.PictureBox10 = New System.Windows.Forms.PictureBox()
  42. Me.LoopCounter = New System.Windows.Forms.Timer(Me.components)
  43. Me.PlayListCounter = New System.Windows.Forms.Timer(Me.components)
  44. Me.Label6 = New System.Windows.Forms.Label()
  45. Me.ListBox1 = New System.Windows.Forms.ListBox()
  46. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  47. Me.CheckBox2 = New System.Windows.Forms.CheckBox()
  48. Me.PictureBox11 = New System.Windows.Forms.PictureBox()
  49. Me.PictureBox12 = New System.Windows.Forms.PictureBox()
  50. Me.Label7 = New System.Windows.Forms.Label()
  51. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  52. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
  53. CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
  54. CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit()
  55. CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit()
  56. CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit()
  57. CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).BeginInit()
  58. CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).BeginInit()
  59. CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).BeginInit()
  60. CType(Me.PictureBox10, System.ComponentModel.ISupportInitialize).BeginInit()
  61. CType(Me.PictureBox11, System.ComponentModel.ISupportInitialize).BeginInit()
  62. CType(Me.PictureBox12, System.ComponentModel.ISupportInitialize).BeginInit()
  63. Me.SuspendLayout()
  64. '
  65. 'Panel1
  66. '
  67. Me.Panel1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  68. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  69. Me.Panel1.BackColor = System.Drawing.SystemColors.ScrollBar
  70. Me.Panel1.Cursor = System.Windows.Forms.Cursors.Default
  71. Me.Panel1.Location = New System.Drawing.Point(1, 0)
  72. Me.Panel1.Name = "Panel1"
  73. Me.Panel1.Size = New System.Drawing.Size(304, 21)
  74. Me.Panel1.TabIndex = 0
  75. '
  76. 'PictureBox1
  77. '
  78. Me.PictureBox1.BackColor = System.Drawing.Color.Transparent
  79. Me.PictureBox1.BackgroundImage = CType(resources.GetObject("PictureBox1.BackgroundImage"), System.Drawing.Image)
  80. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  81. Me.PictureBox1.Cursor = System.Windows.Forms.Cursors.Hand
  82. Me.PictureBox1.Location = New System.Drawing.Point(23, 127)
  83. Me.PictureBox1.Name = "PictureBox1"
  84. Me.PictureBox1.Size = New System.Drawing.Size(47, 48)
  85. Me.PictureBox1.TabIndex = 1
  86. Me.PictureBox1.TabStop = False
  87. '
  88. 'PictureBox2
  89. '
  90. Me.PictureBox2.BackColor = System.Drawing.Color.Transparent
  91. Me.PictureBox2.BackgroundImage = CType(resources.GetObject("PictureBox2.BackgroundImage"), System.Drawing.Image)
  92. Me.PictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  93. Me.PictureBox2.Cursor = System.Windows.Forms.Cursors.Hand
  94. Me.PictureBox2.Location = New System.Drawing.Point(76, 127)
  95. Me.PictureBox2.Name = "PictureBox2"
  96. Me.PictureBox2.Size = New System.Drawing.Size(47, 48)
  97. Me.PictureBox2.TabIndex = 2
  98. Me.PictureBox2.TabStop = False
  99. '
  100. 'PictureBox3
  101. '
  102. Me.PictureBox3.BackColor = System.Drawing.Color.Transparent
  103. Me.PictureBox3.BackgroundImage = CType(resources.GetObject("PictureBox3.BackgroundImage"), System.Drawing.Image)
  104. Me.PictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  105. Me.PictureBox3.Cursor = System.Windows.Forms.Cursors.Hand
  106. Me.PictureBox3.Location = New System.Drawing.Point(129, 127)
  107. Me.PictureBox3.Name = "PictureBox3"
  108. Me.PictureBox3.Size = New System.Drawing.Size(47, 48)
  109. Me.PictureBox3.TabIndex = 3
  110. Me.PictureBox3.TabStop = False
  111. '
  112. 'PictureBox4
  113. '
  114. Me.PictureBox4.BackColor = System.Drawing.Color.Transparent
  115. Me.PictureBox4.BackgroundImage = CType(resources.GetObject("PictureBox4.BackgroundImage"), System.Drawing.Image)
  116. Me.PictureBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  117. Me.PictureBox4.Cursor = System.Windows.Forms.Cursors.Hand
  118. Me.PictureBox4.Location = New System.Drawing.Point(182, 127)
  119. Me.PictureBox4.Name = "PictureBox4"
  120. Me.PictureBox4.Size = New System.Drawing.Size(47, 48)
  121. Me.PictureBox4.TabIndex = 4
  122. Me.PictureBox4.TabStop = False
  123. '
  124. 'PictureBox5
  125. '
  126. Me.PictureBox5.BackColor = System.Drawing.Color.Transparent
  127. Me.PictureBox5.BackgroundImage = CType(resources.GetObject("PictureBox5.BackgroundImage"), System.Drawing.Image)
  128. Me.PictureBox5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  129. Me.PictureBox5.Cursor = System.Windows.Forms.Cursors.Hand
  130. Me.PictureBox5.Location = New System.Drawing.Point(235, 127)
  131. Me.PictureBox5.Name = "PictureBox5"
  132. Me.PictureBox5.Size = New System.Drawing.Size(47, 48)
  133. Me.PictureBox5.TabIndex = 5
  134. Me.PictureBox5.TabStop = False
  135. '
  136. 'Label2
  137. '
  138. Me.Label2.Font = New System.Drawing.Font("Microsoft JhengHei", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  139. Me.Label2.Location = New System.Drawing.Point(20, 53)
  140. Me.Label2.Name = "Label2"
  141. Me.Label2.Size = New System.Drawing.Size(262, 58)
  142. Me.Label2.TabIndex = 7
  143. Me.Label2.Text = ".."
  144. '
  145. 'Label1
  146. '
  147. Me.Label1.AutoSize = True
  148. Me.Label1.Font = New System.Drawing.Font("Microsoft JhengHei", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  149. Me.Label1.Location = New System.Drawing.Point(189, 24)
  150. Me.Label1.Name = "Label1"
  151. Me.Label1.Size = New System.Drawing.Size(103, 20)
  152. Me.Label1.TabIndex = 8
  153. Me.Label1.Text = "Now Playing"
  154. '
  155. 'Label3
  156. '
  157. Me.Label3.Font = New System.Drawing.Font("Microsoft JhengHei", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  158. Me.Label3.Location = New System.Drawing.Point(7, 27)
  159. Me.Label3.Name = "Label3"
  160. Me.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No
  161. Me.Label3.Size = New System.Drawing.Size(45, 17)
  162. Me.Label3.TabIndex = 9
  163. Me.Label3.Text = "00"
  164. '
  165. 'Timer1
  166. '
  167. Me.Timer1.Enabled = True
  168. '
  169. 'Label4
  170. '
  171. Me.Label4.Font = New System.Drawing.Font("Microsoft JhengHei", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  172. Me.Label4.Location = New System.Drawing.Point(58, 27)
  173. Me.Label4.Name = "Label4"
  174. Me.Label4.Size = New System.Drawing.Size(65, 17)
  175. Me.Label4.TabIndex = 10
  176. Me.Label4.Text = "00"
  177. '
  178. 'Label5
  179. '
  180. Me.Label5.AutoSize = True
  181. Me.Label5.Font = New System.Drawing.Font("Microsoft JhengHei", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  182. Me.Label5.Location = New System.Drawing.Point(47, 27)
  183. Me.Label5.Name = "Label5"
  184. Me.Label5.Size = New System.Drawing.Size(13, 17)
  185. Me.Label5.TabIndex = 11
  186. Me.Label5.Text = "/"
  187. '
  188. 'ProgressBar1
  189. '
  190. Me.ProgressBar1.Location = New System.Drawing.Point(23, 114)
  191. Me.ProgressBar1.MarqueeAnimationSpeed = 50
  192. Me.ProgressBar1.Name = "ProgressBar1"
  193. Me.ProgressBar1.Size = New System.Drawing.Size(258, 10)
  194. Me.ProgressBar1.Step = 1
  195. Me.ProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous
  196. Me.ProgressBar1.TabIndex = 12
  197. '
  198. 'PictureBox6
  199. '
  200. Me.PictureBox6.BackColor = System.Drawing.Color.Transparent
  201. Me.PictureBox6.BackgroundImage = CType(resources.GetObject("PictureBox6.BackgroundImage"), System.Drawing.Image)
  202. Me.PictureBox6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  203. Me.PictureBox6.Cursor = System.Windows.Forms.Cursors.Hand
  204. Me.PictureBox6.Location = New System.Drawing.Point(219, 181)
  205. Me.PictureBox6.Name = "PictureBox6"
  206. Me.PictureBox6.Size = New System.Drawing.Size(30, 29)
  207. Me.PictureBox6.TabIndex = 13
  208. Me.PictureBox6.TabStop = False
  209. '
  210. 'PictureBox7
  211. '
  212. Me.PictureBox7.BackColor = System.Drawing.Color.Transparent
  213. Me.PictureBox7.BackgroundImage = CType(resources.GetObject("PictureBox7.BackgroundImage"), System.Drawing.Image)
  214. Me.PictureBox7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  215. Me.PictureBox7.Cursor = System.Windows.Forms.Cursors.Hand
  216. Me.PictureBox7.Location = New System.Drawing.Point(252, 181)
  217. Me.PictureBox7.Name = "PictureBox7"
  218. Me.PictureBox7.Size = New System.Drawing.Size(30, 29)
  219. Me.PictureBox7.TabIndex = 14
  220. Me.PictureBox7.TabStop = False
  221. '
  222. 'PictureBox8
  223. '
  224. Me.PictureBox8.BackColor = System.Drawing.Color.Transparent
  225. Me.PictureBox8.BackgroundImage = CType(resources.GetObject("PictureBox8.BackgroundImage"), System.Drawing.Image)
  226. Me.PictureBox8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  227. Me.PictureBox8.Cursor = System.Windows.Forms.Cursors.Hand
  228. Me.PictureBox8.Location = New System.Drawing.Point(23, 181)
  229. Me.PictureBox8.Name = "PictureBox8"
  230. Me.PictureBox8.Size = New System.Drawing.Size(80, 43)
  231. Me.PictureBox8.TabIndex = 15
  232. Me.PictureBox8.TabStop = False
  233. '
  234. 'PictureBox9
  235. '
  236. Me.PictureBox9.BackColor = System.Drawing.Color.Transparent
  237. Me.PictureBox9.BackgroundImage = CType(resources.GetObject("PictureBox9.BackgroundImage"), System.Drawing.Image)
  238. Me.PictureBox9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  239. Me.PictureBox9.Cursor = System.Windows.Forms.Cursors.Hand
  240. Me.PictureBox9.Location = New System.Drawing.Point(160, 181)
  241. Me.PictureBox9.Name = "PictureBox9"
  242. Me.PictureBox9.Size = New System.Drawing.Size(45, 45)
  243. Me.PictureBox9.TabIndex = 16
  244. Me.PictureBox9.TabStop = False
  245. '
  246. 'PictureBox10
  247. '
  248. Me.PictureBox10.BackColor = System.Drawing.Color.Transparent
  249. Me.PictureBox10.BackgroundImage = CType(resources.GetObject("PictureBox10.BackgroundImage"), System.Drawing.Image)
  250. Me.PictureBox10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  251. Me.PictureBox10.Cursor = System.Windows.Forms.Cursors.Hand
  252. Me.PictureBox10.Location = New System.Drawing.Point(109, 181)
  253. Me.PictureBox10.Name = "PictureBox10"
  254. Me.PictureBox10.Size = New System.Drawing.Size(45, 45)
  255. Me.PictureBox10.TabIndex = 17
  256. Me.PictureBox10.TabStop = False
  257. '
  258. 'LoopCounter
  259. '
  260. Me.LoopCounter.Interval = 3
  261. '
  262. 'PlayListCounter
  263. '
  264. Me.PlayListCounter.Interval = 3
  265. '
  266. 'Label6
  267. '
  268. Me.Label6.AutoSize = True
  269. Me.Label6.Font = New System.Drawing.Font("Microsoft JhengHei", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  270. Me.Label6.Location = New System.Drawing.Point(217, 214)
  271. Me.Label6.Name = "Label6"
  272. Me.Label6.Size = New System.Drawing.Size(62, 17)
  273. Me.Label6.TabIndex = 18
  274. Me.Label6.Text = "End Stop"
  275. '
  276. 'ListBox1
  277. '
  278. Me.ListBox1.Font = New System.Drawing.Font("Microsoft JhengHei", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  279. Me.ListBox1.FormattingEnabled = True
  280. Me.ListBox1.HorizontalScrollbar = True
  281. Me.ListBox1.ItemHeight = 19
  282. Me.ListBox1.Location = New System.Drawing.Point(12, 234)
  283. Me.ListBox1.Name = "ListBox1"
  284. Me.ListBox1.Size = New System.Drawing.Size(280, 270)
  285. Me.ListBox1.TabIndex = 19
  286. '
  287. 'CheckBox1
  288. '
  289. Me.CheckBox1.AutoSize = True
  290. Me.CheckBox1.Font = New System.Drawing.Font("Microsoft JhengHei", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  291. Me.CheckBox1.Location = New System.Drawing.Point(141, 537)
  292. Me.CheckBox1.Name = "CheckBox1"
  293. Me.CheckBox1.Size = New System.Drawing.Size(102, 21)
  294. Me.CheckBox1.TabIndex = 22
  295. Me.CheckBox1.Text = "Night Mode"
  296. Me.CheckBox1.UseVisualStyleBackColor = True
  297. '
  298. 'CheckBox2
  299. '
  300. Me.CheckBox2.AutoSize = True
  301. Me.CheckBox2.Checked = True
  302. Me.CheckBox2.CheckState = System.Windows.Forms.CheckState.Checked
  303. Me.CheckBox2.Font = New System.Drawing.Font("Microsoft JhengHei", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  304. Me.CheckBox2.Location = New System.Drawing.Point(141, 510)
  305. Me.CheckBox2.Name = "CheckBox2"
  306. Me.CheckBox2.Size = New System.Drawing.Size(164, 21)
  307. Me.CheckBox2.TabIndex = 23
  308. Me.CheckBox2.Text = "Enhanced Background"
  309. Me.CheckBox2.UseVisualStyleBackColor = True
  310. '
  311. 'PictureBox11
  312. '
  313. Me.PictureBox11.BackColor = System.Drawing.Color.Transparent
  314. Me.PictureBox11.BackgroundImage = CType(resources.GetObject("PictureBox11.BackgroundImage"), System.Drawing.Image)
  315. Me.PictureBox11.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  316. Me.PictureBox11.Location = New System.Drawing.Point(252, 539)
  317. Me.PictureBox11.Name = "PictureBox11"
  318. Me.PictureBox11.Size = New System.Drawing.Size(53, 40)
  319. Me.PictureBox11.TabIndex = 24
  320. Me.PictureBox11.TabStop = False
  321. '
  322. 'PictureBox12
  323. '
  324. Me.PictureBox12.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  325. Me.PictureBox12.BackgroundImage = CType(resources.GetObject("PictureBox12.BackgroundImage"), System.Drawing.Image)
  326. Me.PictureBox12.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  327. Me.PictureBox12.Location = New System.Drawing.Point(-9, 506)
  328. Me.PictureBox12.Name = "PictureBox12"
  329. Me.PictureBox12.Size = New System.Drawing.Size(97, 56)
  330. Me.PictureBox12.TabIndex = 25
  331. Me.PictureBox12.TabStop = False
  332. '
  333. 'Label7
  334. '
  335. Me.Label7.Font = New System.Drawing.Font("Microsoft JhengHei", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  336. Me.Label7.Location = New System.Drawing.Point(-1, 563)
  337. Me.Label7.Name = "Label7"
  338. Me.Label7.Size = New System.Drawing.Size(141, 16)
  339. Me.Label7.TabIndex = 0
  340. Me.Label7.Text = "Stand alone"
  341. '
  342. 'Main
  343. '
  344. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  345. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  346. Me.BackColor = System.Drawing.SystemColors.Control
  347. Me.ClientSize = New System.Drawing.Size(304, 579)
  348. Me.Controls.Add(Me.Label7)
  349. Me.Controls.Add(Me.PictureBox12)
  350. Me.Controls.Add(Me.PictureBox11)
  351. Me.Controls.Add(Me.CheckBox2)
  352. Me.Controls.Add(Me.CheckBox1)
  353. Me.Controls.Add(Me.ListBox1)
  354. Me.Controls.Add(Me.Label6)
  355. Me.Controls.Add(Me.PictureBox10)
  356. Me.Controls.Add(Me.PictureBox9)
  357. Me.Controls.Add(Me.PictureBox8)
  358. Me.Controls.Add(Me.PictureBox7)
  359. Me.Controls.Add(Me.PictureBox6)
  360. Me.Controls.Add(Me.ProgressBar1)
  361. Me.Controls.Add(Me.Label5)
  362. Me.Controls.Add(Me.Label4)
  363. Me.Controls.Add(Me.Label3)
  364. Me.Controls.Add(Me.Label1)
  365. Me.Controls.Add(Me.Label2)
  366. Me.Controls.Add(Me.PictureBox5)
  367. Me.Controls.Add(Me.PictureBox4)
  368. Me.Controls.Add(Me.PictureBox3)
  369. Me.Controls.Add(Me.PictureBox2)
  370. Me.Controls.Add(Me.PictureBox1)
  371. Me.Controls.Add(Me.Panel1)
  372. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  373. Me.MaximizeBox = False
  374. Me.MinimizeBox = False
  375. Me.Name = "Main"
  376. Me.Opacity = 0.8R
  377. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  378. Me.Text = "Music Sorter"
  379. Me.TopMost = True
  380. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  381. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
  382. CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
  383. CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit()
  384. CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit()
  385. CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit()
  386. CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).EndInit()
  387. CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).EndInit()
  388. CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).EndInit()
  389. CType(Me.PictureBox10, System.ComponentModel.ISupportInitialize).EndInit()
  390. CType(Me.PictureBox11, System.ComponentModel.ISupportInitialize).EndInit()
  391. CType(Me.PictureBox12, System.ComponentModel.ISupportInitialize).EndInit()
  392. Me.ResumeLayout(False)
  393. Me.PerformLayout()
  394. End Sub
  395. Friend WithEvents Panel1 As System.Windows.Forms.Panel
  396. Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
  397. Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
  398. Friend WithEvents PictureBox3 As System.Windows.Forms.PictureBox
  399. Friend WithEvents PictureBox4 As System.Windows.Forms.PictureBox
  400. Friend WithEvents PictureBox5 As System.Windows.Forms.PictureBox
  401. Friend WithEvents Label2 As System.Windows.Forms.Label
  402. Friend WithEvents Label1 As System.Windows.Forms.Label
  403. Friend WithEvents Label3 As System.Windows.Forms.Label
  404. Friend WithEvents Timer1 As System.Windows.Forms.Timer
  405. Friend WithEvents Label4 As System.Windows.Forms.Label
  406. Friend WithEvents Label5 As System.Windows.Forms.Label
  407. Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar
  408. Friend WithEvents PictureBox6 As System.Windows.Forms.PictureBox
  409. Friend WithEvents PictureBox7 As System.Windows.Forms.PictureBox
  410. Friend WithEvents PictureBox8 As System.Windows.Forms.PictureBox
  411. Friend WithEvents PictureBox9 As System.Windows.Forms.PictureBox
  412. Friend WithEvents PictureBox10 As System.Windows.Forms.PictureBox
  413. Friend WithEvents LoopCounter As System.Windows.Forms.Timer
  414. Friend WithEvents PlayListCounter As System.Windows.Forms.Timer
  415. Friend WithEvents Label6 As System.Windows.Forms.Label
  416. Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
  417. Friend WithEvents CheckBox1 As CheckBox
  418. Friend WithEvents CheckBox2 As CheckBox
  419. Friend WithEvents PictureBox11 As PictureBox
  420. Friend WithEvents PictureBox12 As PictureBox
  421. Friend WithEvents Label7 As Label
  422. End Class