MainForm.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. namespace MediaTagger
  2. {
  3. partial class MainForm
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.TopGroupBox = new System.Windows.Forms.GroupBox();
  29. this.MediaFileDragDropLabel = new System.Windows.Forms.Label();
  30. this.SaveButton = new System.Windows.Forms.Button();
  31. this.DiscardButton = new System.Windows.Forms.Button();
  32. this.AdvPropertyGrid = new System.Windows.Forms.PropertyGrid();
  33. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  34. this.PropertyTabControl = new System.Windows.Forms.TabControl();
  35. this.tabPage4 = new System.Windows.Forms.TabPage();
  36. this.EasyPropertyGrid = new System.Windows.Forms.PropertyGrid();
  37. this.tabPage3 = new System.Windows.Forms.TabPage();
  38. this.tabControl1 = new System.Windows.Forms.TabControl();
  39. this.tabPage1 = new System.Windows.Forms.TabPage();
  40. this.CoverPictureBox = new System.Windows.Forms.PictureBox();
  41. this.CoverFileDragDropLabel = new System.Windows.Forms.Label();
  42. this.tabPage2 = new System.Windows.Forms.TabPage();
  43. this.LyricsTextBox = new System.Windows.Forms.TextBox();
  44. this.TopGroupBox.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  46. this.splitContainer1.Panel1.SuspendLayout();
  47. this.splitContainer1.Panel2.SuspendLayout();
  48. this.splitContainer1.SuspendLayout();
  49. this.PropertyTabControl.SuspendLayout();
  50. this.tabPage4.SuspendLayout();
  51. this.tabPage3.SuspendLayout();
  52. this.tabControl1.SuspendLayout();
  53. this.tabPage1.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.CoverPictureBox)).BeginInit();
  55. this.tabPage2.SuspendLayout();
  56. this.SuspendLayout();
  57. //
  58. // TopGroupBox
  59. //
  60. this.TopGroupBox.Controls.Add(this.MediaFileDragDropLabel);
  61. this.TopGroupBox.Controls.Add(this.SaveButton);
  62. this.TopGroupBox.Controls.Add(this.DiscardButton);
  63. this.TopGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
  64. this.TopGroupBox.Location = new System.Drawing.Point(2, 2);
  65. this.TopGroupBox.Margin = new System.Windows.Forms.Padding(2);
  66. this.TopGroupBox.Name = "TopGroupBox";
  67. this.TopGroupBox.Padding = new System.Windows.Forms.Padding(2);
  68. this.TopGroupBox.Size = new System.Drawing.Size(750, 67);
  69. this.TopGroupBox.TabIndex = 0;
  70. this.TopGroupBox.TabStop = false;
  71. this.TopGroupBox.Text = "File";
  72. //
  73. // MediaFileDragDropLabel
  74. //
  75. this.MediaFileDragDropLabel.AllowDrop = true;
  76. this.MediaFileDragDropLabel.Dock = System.Windows.Forms.DockStyle.Fill;
  77. this.MediaFileDragDropLabel.Location = new System.Drawing.Point(54, 16);
  78. this.MediaFileDragDropLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  79. this.MediaFileDragDropLabel.Name = "MediaFileDragDropLabel";
  80. this.MediaFileDragDropLabel.Size = new System.Drawing.Size(635, 49);
  81. this.MediaFileDragDropLabel.TabIndex = 0;
  82. this.MediaFileDragDropLabel.Text = "Drag and drop file into here...";
  83. this.MediaFileDragDropLabel.DragDrop += new System.Windows.Forms.DragEventHandler(this.MediaFileDragDropLabel_DragDrop);
  84. this.MediaFileDragDropLabel.DragEnter += new System.Windows.Forms.DragEventHandler(this.Common_DragEnter);
  85. //
  86. // SaveButton
  87. //
  88. this.SaveButton.Dock = System.Windows.Forms.DockStyle.Left;
  89. this.SaveButton.Location = new System.Drawing.Point(2, 16);
  90. this.SaveButton.Margin = new System.Windows.Forms.Padding(2);
  91. this.SaveButton.Name = "SaveButton";
  92. this.SaveButton.Size = new System.Drawing.Size(52, 49);
  93. this.SaveButton.TabIndex = 2;
  94. this.SaveButton.Text = "Save and Close";
  95. this.SaveButton.UseVisualStyleBackColor = true;
  96. this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
  97. //
  98. // DiscardButton
  99. //
  100. this.DiscardButton.Dock = System.Windows.Forms.DockStyle.Right;
  101. this.DiscardButton.Location = new System.Drawing.Point(689, 16);
  102. this.DiscardButton.Margin = new System.Windows.Forms.Padding(2);
  103. this.DiscardButton.Name = "DiscardButton";
  104. this.DiscardButton.Size = new System.Drawing.Size(59, 49);
  105. this.DiscardButton.TabIndex = 1;
  106. this.DiscardButton.Text = "Discard and Close";
  107. this.DiscardButton.UseVisualStyleBackColor = true;
  108. this.DiscardButton.Click += new System.EventHandler(this.DiscardButton_Click);
  109. //
  110. // AdvPropertyGrid
  111. //
  112. this.AdvPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
  113. this.AdvPropertyGrid.Location = new System.Drawing.Point(3, 3);
  114. this.AdvPropertyGrid.Margin = new System.Windows.Forms.Padding(2);
  115. this.AdvPropertyGrid.Name = "AdvPropertyGrid";
  116. this.AdvPropertyGrid.Size = new System.Drawing.Size(213, 511);
  117. this.AdvPropertyGrid.TabIndex = 1;
  118. //
  119. // splitContainer1
  120. //
  121. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  122. this.splitContainer1.Location = new System.Drawing.Point(2, 69);
  123. this.splitContainer1.Margin = new System.Windows.Forms.Padding(2);
  124. this.splitContainer1.Name = "splitContainer1";
  125. //
  126. // splitContainer1.Panel1
  127. //
  128. this.splitContainer1.Panel1.Controls.Add(this.PropertyTabControl);
  129. //
  130. // splitContainer1.Panel2
  131. //
  132. this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
  133. this.splitContainer1.Size = new System.Drawing.Size(750, 543);
  134. this.splitContainer1.SplitterDistance = 227;
  135. this.splitContainer1.SplitterWidth = 3;
  136. this.splitContainer1.TabIndex = 2;
  137. //
  138. // PropertyTabControl
  139. //
  140. this.PropertyTabControl.Controls.Add(this.tabPage4);
  141. this.PropertyTabControl.Controls.Add(this.tabPage3);
  142. this.PropertyTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
  143. this.PropertyTabControl.Location = new System.Drawing.Point(0, 0);
  144. this.PropertyTabControl.Name = "PropertyTabControl";
  145. this.PropertyTabControl.SelectedIndex = 0;
  146. this.PropertyTabControl.Size = new System.Drawing.Size(227, 543);
  147. this.PropertyTabControl.TabIndex = 2;
  148. //
  149. // tabPage4
  150. //
  151. this.tabPage4.Controls.Add(this.EasyPropertyGrid);
  152. this.tabPage4.Location = new System.Drawing.Point(4, 22);
  153. this.tabPage4.Name = "tabPage4";
  154. this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
  155. this.tabPage4.Size = new System.Drawing.Size(219, 517);
  156. this.tabPage4.TabIndex = 1;
  157. this.tabPage4.Text = "Easy View";
  158. this.tabPage4.UseVisualStyleBackColor = true;
  159. //
  160. // EasyPropertyGrid
  161. //
  162. this.EasyPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
  163. this.EasyPropertyGrid.Location = new System.Drawing.Point(3, 3);
  164. this.EasyPropertyGrid.Margin = new System.Windows.Forms.Padding(2);
  165. this.EasyPropertyGrid.Name = "EasyPropertyGrid";
  166. this.EasyPropertyGrid.Size = new System.Drawing.Size(213, 511);
  167. this.EasyPropertyGrid.TabIndex = 2;
  168. //
  169. // tabPage3
  170. //
  171. this.tabPage3.Controls.Add(this.AdvPropertyGrid);
  172. this.tabPage3.Location = new System.Drawing.Point(4, 22);
  173. this.tabPage3.Name = "tabPage3";
  174. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  175. this.tabPage3.Size = new System.Drawing.Size(219, 517);
  176. this.tabPage3.TabIndex = 0;
  177. this.tabPage3.Text = "Advance View";
  178. this.tabPage3.UseVisualStyleBackColor = true;
  179. //
  180. // tabControl1
  181. //
  182. this.tabControl1.Controls.Add(this.tabPage1);
  183. this.tabControl1.Controls.Add(this.tabPage2);
  184. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  185. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  186. this.tabControl1.Margin = new System.Windows.Forms.Padding(2);
  187. this.tabControl1.Name = "tabControl1";
  188. this.tabControl1.SelectedIndex = 0;
  189. this.tabControl1.Size = new System.Drawing.Size(520, 543);
  190. this.tabControl1.TabIndex = 1;
  191. //
  192. // tabPage1
  193. //
  194. this.tabPage1.Controls.Add(this.CoverPictureBox);
  195. this.tabPage1.Controls.Add(this.CoverFileDragDropLabel);
  196. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  197. this.tabPage1.Margin = new System.Windows.Forms.Padding(2);
  198. this.tabPage1.Name = "tabPage1";
  199. this.tabPage1.Padding = new System.Windows.Forms.Padding(2);
  200. this.tabPage1.Size = new System.Drawing.Size(512, 517);
  201. this.tabPage1.TabIndex = 0;
  202. this.tabPage1.Text = "Cover";
  203. this.tabPage1.UseVisualStyleBackColor = true;
  204. //
  205. // CoverPictureBox
  206. //
  207. this.CoverPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  208. this.CoverPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
  209. this.CoverPictureBox.Location = new System.Drawing.Point(2, 45);
  210. this.CoverPictureBox.Margin = new System.Windows.Forms.Padding(2);
  211. this.CoverPictureBox.Name = "CoverPictureBox";
  212. this.CoverPictureBox.Size = new System.Drawing.Size(508, 470);
  213. this.CoverPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  214. this.CoverPictureBox.TabIndex = 2;
  215. this.CoverPictureBox.TabStop = false;
  216. this.CoverPictureBox.Click += new System.EventHandler(this.CoverPictureBox_Click);
  217. //
  218. // CoverFileDragDropLabel
  219. //
  220. this.CoverFileDragDropLabel.AllowDrop = true;
  221. this.CoverFileDragDropLabel.Dock = System.Windows.Forms.DockStyle.Top;
  222. this.CoverFileDragDropLabel.Location = new System.Drawing.Point(2, 2);
  223. this.CoverFileDragDropLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  224. this.CoverFileDragDropLabel.Name = "CoverFileDragDropLabel";
  225. this.CoverFileDragDropLabel.Size = new System.Drawing.Size(508, 43);
  226. this.CoverFileDragDropLabel.TabIndex = 1;
  227. this.CoverFileDragDropLabel.Text = "JPEG ONLY\r\nDrag && drop HERE to import\r\nClick PICTURE to export";
  228. this.CoverFileDragDropLabel.DragDrop += new System.Windows.Forms.DragEventHandler(this.CoverFileDragDropLabel_DragDrop);
  229. this.CoverFileDragDropLabel.DragEnter += new System.Windows.Forms.DragEventHandler(this.Common_DragEnter);
  230. //
  231. // tabPage2
  232. //
  233. this.tabPage2.Controls.Add(this.LyricsTextBox);
  234. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  235. this.tabPage2.Margin = new System.Windows.Forms.Padding(2);
  236. this.tabPage2.Name = "tabPage2";
  237. this.tabPage2.Padding = new System.Windows.Forms.Padding(2);
  238. this.tabPage2.Size = new System.Drawing.Size(512, 517);
  239. this.tabPage2.TabIndex = 1;
  240. this.tabPage2.Text = "Lyrics";
  241. this.tabPage2.UseVisualStyleBackColor = true;
  242. //
  243. // LyricsTextBox
  244. //
  245. this.LyricsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  246. this.LyricsTextBox.Location = new System.Drawing.Point(2, 2);
  247. this.LyricsTextBox.Margin = new System.Windows.Forms.Padding(2);
  248. this.LyricsTextBox.Multiline = true;
  249. this.LyricsTextBox.Name = "LyricsTextBox";
  250. this.LyricsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  251. this.LyricsTextBox.Size = new System.Drawing.Size(508, 513);
  252. this.LyricsTextBox.TabIndex = 0;
  253. //
  254. // MainForm
  255. //
  256. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  257. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  258. this.ClientSize = new System.Drawing.Size(754, 614);
  259. this.Controls.Add(this.splitContainer1);
  260. this.Controls.Add(this.TopGroupBox);
  261. this.Margin = new System.Windows.Forms.Padding(2);
  262. this.Name = "MainForm";
  263. this.Padding = new System.Windows.Forms.Padding(2);
  264. this.Text = "Media Tagger";
  265. this.TopGroupBox.ResumeLayout(false);
  266. this.splitContainer1.Panel1.ResumeLayout(false);
  267. this.splitContainer1.Panel2.ResumeLayout(false);
  268. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  269. this.splitContainer1.ResumeLayout(false);
  270. this.PropertyTabControl.ResumeLayout(false);
  271. this.tabPage4.ResumeLayout(false);
  272. this.tabPage3.ResumeLayout(false);
  273. this.tabControl1.ResumeLayout(false);
  274. this.tabPage1.ResumeLayout(false);
  275. ((System.ComponentModel.ISupportInitialize)(this.CoverPictureBox)).EndInit();
  276. this.tabPage2.ResumeLayout(false);
  277. this.tabPage2.PerformLayout();
  278. this.ResumeLayout(false);
  279. }
  280. #endregion
  281. private System.Windows.Forms.GroupBox TopGroupBox;
  282. private System.Windows.Forms.Label MediaFileDragDropLabel;
  283. private System.Windows.Forms.Button SaveButton;
  284. private System.Windows.Forms.Button DiscardButton;
  285. private System.Windows.Forms.PropertyGrid AdvPropertyGrid;
  286. private System.Windows.Forms.SplitContainer splitContainer1;
  287. private System.Windows.Forms.TabControl tabControl1;
  288. private System.Windows.Forms.TabPage tabPage1;
  289. private System.Windows.Forms.PictureBox CoverPictureBox;
  290. private System.Windows.Forms.Label CoverFileDragDropLabel;
  291. private System.Windows.Forms.TabPage tabPage2;
  292. private System.Windows.Forms.TextBox LyricsTextBox;
  293. private System.Windows.Forms.TabControl PropertyTabControl;
  294. private System.Windows.Forms.TabPage tabPage3;
  295. private System.Windows.Forms.TabPage tabPage4;
  296. private System.Windows.Forms.PropertyGrid EasyPropertyGrid;
  297. }
  298. }