PlaylistMaker.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. using System.Windows.Forms;
  2. namespace MusicPlayer
  3. {
  4. partial class PlaylistMaker
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PlaylistMaker));
  30. this.PlaylistSelectBox = new System.Windows.Forms.ComboBox();
  31. this.PlaylistSongSelector = new System.Windows.Forms.ListBox();
  32. this.PlaylistAddSongsButton = new System.Windows.Forms.Button();
  33. this.PlaylistSongContainer = new System.Windows.Forms.ListBox();
  34. this.PlaylistNewButton = new System.Windows.Forms.Button();
  35. this.PlaylistNewInputfield = new System.Windows.Forms.TextBox();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.FilterTextBox = new System.Windows.Forms.TextBox();
  41. this.label5 = new System.Windows.Forms.Label();
  42. this.SuspendLayout();
  43. //
  44. // PlaylistSelectBox
  45. //
  46. this.PlaylistSelectBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  47. | System.Windows.Forms.AnchorStyles.Right)));
  48. this.PlaylistSelectBox.FormattingEnabled = true;
  49. this.PlaylistSelectBox.Location = new System.Drawing.Point(10, 96);
  50. this.PlaylistSelectBox.Name = "PlaylistSelectBox";
  51. this.PlaylistSelectBox.Size = new System.Drawing.Size(306, 21);
  52. this.PlaylistSelectBox.TabIndex = 0;
  53. this.PlaylistSelectBox.SelectedIndexChanged += new System.EventHandler(this.PlaylistSelectBox_SelectedIndexChanged);
  54. //
  55. // PlaylistSongSelector
  56. //
  57. this.PlaylistSongSelector.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  58. | System.Windows.Forms.AnchorStyles.Left)
  59. | System.Windows.Forms.AnchorStyles.Right)));
  60. this.PlaylistSongSelector.FormattingEnabled = true;
  61. this.PlaylistSongSelector.Location = new System.Drawing.Point(11, 149);
  62. this.PlaylistSongSelector.Name = "PlaylistSongSelector";
  63. this.PlaylistSongSelector.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
  64. this.PlaylistSongSelector.Size = new System.Drawing.Size(305, 108);
  65. this.PlaylistSongSelector.TabIndex = 1;
  66. //
  67. // PlaylistAddSongsButton
  68. //
  69. this.PlaylistAddSongsButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  70. | System.Windows.Forms.AnchorStyles.Right)));
  71. this.PlaylistAddSongsButton.Location = new System.Drawing.Point(10, 263);
  72. this.PlaylistAddSongsButton.Name = "PlaylistAddSongsButton";
  73. this.PlaylistAddSongsButton.Size = new System.Drawing.Size(306, 23);
  74. this.PlaylistAddSongsButton.TabIndex = 2;
  75. this.PlaylistAddSongsButton.Text = "Add selected to playlist";
  76. this.PlaylistAddSongsButton.UseVisualStyleBackColor = true;
  77. this.PlaylistAddSongsButton.Click += new System.EventHandler(this.PlaylistAddSongsButton_Click);
  78. //
  79. // PlaylistSongContainer
  80. //
  81. this.PlaylistSongContainer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  82. | System.Windows.Forms.AnchorStyles.Right)));
  83. this.PlaylistSongContainer.FormattingEnabled = true;
  84. this.PlaylistSongContainer.Location = new System.Drawing.Point(10, 319);
  85. this.PlaylistSongContainer.Name = "PlaylistSongContainer";
  86. this.PlaylistSongContainer.Size = new System.Drawing.Size(306, 82);
  87. this.PlaylistSongContainer.TabIndex = 3;
  88. //
  89. // PlaylistNewButton
  90. //
  91. this.PlaylistNewButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  92. this.PlaylistNewButton.Location = new System.Drawing.Point(242, 23);
  93. this.PlaylistNewButton.Name = "PlaylistNewButton";
  94. this.PlaylistNewButton.Size = new System.Drawing.Size(75, 23);
  95. this.PlaylistNewButton.TabIndex = 4;
  96. this.PlaylistNewButton.Text = "New";
  97. this.PlaylistNewButton.UseVisualStyleBackColor = true;
  98. this.PlaylistNewButton.Click += new System.EventHandler(this.PlaylistNewButton_Click);
  99. //
  100. // PlaylistNewInputfield
  101. //
  102. this.PlaylistNewInputfield.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  103. | System.Windows.Forms.AnchorStyles.Right)));
  104. this.PlaylistNewInputfield.Location = new System.Drawing.Point(11, 25);
  105. this.PlaylistNewInputfield.Name = "PlaylistNewInputfield";
  106. this.PlaylistNewInputfield.Size = new System.Drawing.Size(225, 20);
  107. this.PlaylistNewInputfield.TabIndex = 5;
  108. this.PlaylistNewInputfield.KeyUp += new System.Windows.Forms.KeyEventHandler(this.PlaylistNewInputfield_KeyUp);
  109. //
  110. // label1
  111. //
  112. this.label1.AutoSize = true;
  113. this.label1.Location = new System.Drawing.Point(12, 9);
  114. this.label1.Name = "label1";
  115. this.label1.Size = new System.Drawing.Size(95, 13);
  116. this.label1.TabIndex = 6;
  117. this.label1.Text = "Create new playlist";
  118. //
  119. // label2
  120. //
  121. this.label2.AutoSize = true;
  122. this.label2.Location = new System.Drawing.Point(10, 80);
  123. this.label2.Name = "label2";
  124. this.label2.Size = new System.Drawing.Size(97, 13);
  125. this.label2.TabIndex = 7;
  126. this.label2.Text = "Edit existing playlist";
  127. //
  128. // label3
  129. //
  130. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  131. this.label3.AutoSize = true;
  132. this.label3.Location = new System.Drawing.Point(7, 303);
  133. this.label3.Name = "label3";
  134. this.label3.Size = new System.Drawing.Size(82, 13);
  135. this.label3.TabIndex = 8;
  136. this.label3.Text = "Songs in playlist";
  137. //
  138. // label4
  139. //
  140. this.label4.AutoSize = true;
  141. this.label4.Location = new System.Drawing.Point(11, 130);
  142. this.label4.Name = "label4";
  143. this.label4.Size = new System.Drawing.Size(49, 13);
  144. this.label4.TabIndex = 9;
  145. this.label4.Text = "All songs";
  146. //
  147. // FilterTextBox
  148. //
  149. this.FilterTextBox.Location = new System.Drawing.Point(172, 127);
  150. this.FilterTextBox.Name = "FilterTextBox";
  151. this.FilterTextBox.Size = new System.Drawing.Size(144, 20);
  152. this.FilterTextBox.TabIndex = 10;
  153. this.FilterTextBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.FilterTextBox_KeyUp);
  154. //
  155. // label5
  156. //
  157. this.label5.AutoSize = true;
  158. this.label5.Location = new System.Drawing.Point(137, 130);
  159. this.label5.Name = "label5";
  160. this.label5.Size = new System.Drawing.Size(29, 13);
  161. this.label5.TabIndex = 11;
  162. this.label5.Text = "Filter";
  163. //
  164. // PlaylistMaker
  165. //
  166. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  167. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  168. this.ClientSize = new System.Drawing.Size(334, 411);
  169. this.Controls.Add(this.label5);
  170. this.Controls.Add(this.FilterTextBox);
  171. this.Controls.Add(this.label4);
  172. this.Controls.Add(this.label3);
  173. this.Controls.Add(this.label2);
  174. this.Controls.Add(this.label1);
  175. this.Controls.Add(this.PlaylistNewInputfield);
  176. this.Controls.Add(this.PlaylistNewButton);
  177. this.Controls.Add(this.PlaylistSongContainer);
  178. this.Controls.Add(this.PlaylistAddSongsButton);
  179. this.Controls.Add(this.PlaylistSongSelector);
  180. this.Controls.Add(this.PlaylistSelectBox);
  181. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  182. this.MinimumSize = new System.Drawing.Size(300, 425);
  183. this.Name = "PlaylistMaker";
  184. this.Text = "Create / Edit playlists";
  185. this.Shown += new System.EventHandler(this.PlaylistMaker_Load);
  186. this.ResumeLayout(false);
  187. this.PerformLayout();
  188. }
  189. #endregion
  190. private System.Windows.Forms.ComboBox PlaylistSelectBox;
  191. private System.Windows.Forms.ListBox PlaylistSongSelector;
  192. private System.Windows.Forms.Button PlaylistAddSongsButton;
  193. private System.Windows.Forms.ListBox PlaylistSongContainer;
  194. private Button PlaylistNewButton;
  195. private TextBox PlaylistNewInputfield;
  196. private Label label1;
  197. private Label label2;
  198. private Label label3;
  199. private Label label4;
  200. private TextBox FilterTextBox;
  201. private Label label5;
  202. }
  203. }