|
@@ -0,0 +1,305 @@
|
|
|
+namespace MediaTagger
|
|
|
+{
|
|
|
+ partial class MainForm
|
|
|
+ {
|
|
|
+ /// <summary>
|
|
|
+ /// 必需的设计器变量。
|
|
|
+ /// </summary>
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 清理所有正在使用的资源。
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Windows 窗体设计器生成的代码
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 设计器支持所需的方法 - 不要修改
|
|
|
+ /// 使用代码编辑器修改此方法的内容。
|
|
|
+ /// </summary>
|
|
|
+ private void InitializeComponent()
|
|
|
+ {
|
|
|
+ this.TopGroupBox = new System.Windows.Forms.GroupBox();
|
|
|
+ this.MediaFileDragDropLabel = new System.Windows.Forms.Label();
|
|
|
+ this.SaveButton = new System.Windows.Forms.Button();
|
|
|
+ this.DiscardButton = new System.Windows.Forms.Button();
|
|
|
+ this.AdvPropertyGrid = new System.Windows.Forms.PropertyGrid();
|
|
|
+ this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
|
+ this.PropertyTabControl = new System.Windows.Forms.TabControl();
|
|
|
+ this.tabPage4 = new System.Windows.Forms.TabPage();
|
|
|
+ this.EasyPropertyGrid = new System.Windows.Forms.PropertyGrid();
|
|
|
+ this.tabPage3 = new System.Windows.Forms.TabPage();
|
|
|
+ this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
|
+ this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
|
+ this.CoverPictureBox = new System.Windows.Forms.PictureBox();
|
|
|
+ this.CoverFileDragDropLabel = new System.Windows.Forms.Label();
|
|
|
+ this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
|
+ this.LyricsTextBox = new System.Windows.Forms.TextBox();
|
|
|
+ this.TopGroupBox.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
|
+ this.splitContainer1.Panel1.SuspendLayout();
|
|
|
+ this.splitContainer1.Panel2.SuspendLayout();
|
|
|
+ this.splitContainer1.SuspendLayout();
|
|
|
+ this.PropertyTabControl.SuspendLayout();
|
|
|
+ this.tabPage4.SuspendLayout();
|
|
|
+ this.tabPage3.SuspendLayout();
|
|
|
+ this.tabControl1.SuspendLayout();
|
|
|
+ this.tabPage1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.CoverPictureBox)).BeginInit();
|
|
|
+ this.tabPage2.SuspendLayout();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // TopGroupBox
|
|
|
+ //
|
|
|
+ this.TopGroupBox.Controls.Add(this.MediaFileDragDropLabel);
|
|
|
+ this.TopGroupBox.Controls.Add(this.SaveButton);
|
|
|
+ this.TopGroupBox.Controls.Add(this.DiscardButton);
|
|
|
+ this.TopGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
+ this.TopGroupBox.Location = new System.Drawing.Point(2, 2);
|
|
|
+ this.TopGroupBox.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.TopGroupBox.Name = "TopGroupBox";
|
|
|
+ this.TopGroupBox.Padding = new System.Windows.Forms.Padding(2);
|
|
|
+ this.TopGroupBox.Size = new System.Drawing.Size(750, 67);
|
|
|
+ this.TopGroupBox.TabIndex = 0;
|
|
|
+ this.TopGroupBox.TabStop = false;
|
|
|
+ this.TopGroupBox.Text = "File";
|
|
|
+ //
|
|
|
+ // MediaFileDragDropLabel
|
|
|
+ //
|
|
|
+ this.MediaFileDragDropLabel.AllowDrop = true;
|
|
|
+ this.MediaFileDragDropLabel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.MediaFileDragDropLabel.Location = new System.Drawing.Point(54, 16);
|
|
|
+ this.MediaFileDragDropLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.MediaFileDragDropLabel.Name = "MediaFileDragDropLabel";
|
|
|
+ this.MediaFileDragDropLabel.Size = new System.Drawing.Size(635, 49);
|
|
|
+ this.MediaFileDragDropLabel.TabIndex = 0;
|
|
|
+ this.MediaFileDragDropLabel.Text = "Drag and drop file into here...";
|
|
|
+ this.MediaFileDragDropLabel.DragDrop += new System.Windows.Forms.DragEventHandler(this.MediaFileDragDropLabel_DragDrop);
|
|
|
+ this.MediaFileDragDropLabel.DragEnter += new System.Windows.Forms.DragEventHandler(this.Common_DragEnter);
|
|
|
+ //
|
|
|
+ // SaveButton
|
|
|
+ //
|
|
|
+ this.SaveButton.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
+ this.SaveButton.Location = new System.Drawing.Point(2, 16);
|
|
|
+ this.SaveButton.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.SaveButton.Name = "SaveButton";
|
|
|
+ this.SaveButton.Size = new System.Drawing.Size(52, 49);
|
|
|
+ this.SaveButton.TabIndex = 2;
|
|
|
+ this.SaveButton.Text = "Save and Close";
|
|
|
+ this.SaveButton.UseVisualStyleBackColor = true;
|
|
|
+ this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
|
|
|
+ //
|
|
|
+ // DiscardButton
|
|
|
+ //
|
|
|
+ this.DiscardButton.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
+ this.DiscardButton.Location = new System.Drawing.Point(689, 16);
|
|
|
+ this.DiscardButton.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.DiscardButton.Name = "DiscardButton";
|
|
|
+ this.DiscardButton.Size = new System.Drawing.Size(59, 49);
|
|
|
+ this.DiscardButton.TabIndex = 1;
|
|
|
+ this.DiscardButton.Text = "Discard and Close";
|
|
|
+ this.DiscardButton.UseVisualStyleBackColor = true;
|
|
|
+ this.DiscardButton.Click += new System.EventHandler(this.DiscardButton_Click);
|
|
|
+ //
|
|
|
+ // AdvPropertyGrid
|
|
|
+ //
|
|
|
+ this.AdvPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.AdvPropertyGrid.Location = new System.Drawing.Point(3, 3);
|
|
|
+ this.AdvPropertyGrid.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.AdvPropertyGrid.Name = "AdvPropertyGrid";
|
|
|
+ this.AdvPropertyGrid.Size = new System.Drawing.Size(213, 511);
|
|
|
+ this.AdvPropertyGrid.TabIndex = 1;
|
|
|
+ //
|
|
|
+ // splitContainer1
|
|
|
+ //
|
|
|
+ this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.splitContainer1.Location = new System.Drawing.Point(2, 69);
|
|
|
+ this.splitContainer1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.splitContainer1.Name = "splitContainer1";
|
|
|
+ //
|
|
|
+ // splitContainer1.Panel1
|
|
|
+ //
|
|
|
+ this.splitContainer1.Panel1.Controls.Add(this.PropertyTabControl);
|
|
|
+ //
|
|
|
+ // splitContainer1.Panel2
|
|
|
+ //
|
|
|
+ this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
|
|
|
+ this.splitContainer1.Size = new System.Drawing.Size(750, 543);
|
|
|
+ this.splitContainer1.SplitterDistance = 227;
|
|
|
+ this.splitContainer1.SplitterWidth = 3;
|
|
|
+ this.splitContainer1.TabIndex = 2;
|
|
|
+ //
|
|
|
+ // PropertyTabControl
|
|
|
+ //
|
|
|
+ this.PropertyTabControl.Controls.Add(this.tabPage4);
|
|
|
+ this.PropertyTabControl.Controls.Add(this.tabPage3);
|
|
|
+ this.PropertyTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.PropertyTabControl.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.PropertyTabControl.Name = "PropertyTabControl";
|
|
|
+ this.PropertyTabControl.SelectedIndex = 0;
|
|
|
+ this.PropertyTabControl.Size = new System.Drawing.Size(227, 543);
|
|
|
+ this.PropertyTabControl.TabIndex = 2;
|
|
|
+ //
|
|
|
+ // tabPage4
|
|
|
+ //
|
|
|
+ this.tabPage4.Controls.Add(this.EasyPropertyGrid);
|
|
|
+ this.tabPage4.Location = new System.Drawing.Point(4, 22);
|
|
|
+ this.tabPage4.Name = "tabPage4";
|
|
|
+ this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
|
|
|
+ this.tabPage4.Size = new System.Drawing.Size(219, 517);
|
|
|
+ this.tabPage4.TabIndex = 1;
|
|
|
+ this.tabPage4.Text = "Easy View";
|
|
|
+ this.tabPage4.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // EasyPropertyGrid
|
|
|
+ //
|
|
|
+ this.EasyPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.EasyPropertyGrid.Location = new System.Drawing.Point(3, 3);
|
|
|
+ this.EasyPropertyGrid.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.EasyPropertyGrid.Name = "EasyPropertyGrid";
|
|
|
+ this.EasyPropertyGrid.Size = new System.Drawing.Size(213, 511);
|
|
|
+ this.EasyPropertyGrid.TabIndex = 2;
|
|
|
+ //
|
|
|
+ // tabPage3
|
|
|
+ //
|
|
|
+ this.tabPage3.Controls.Add(this.AdvPropertyGrid);
|
|
|
+ this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
|
|
+ this.tabPage3.Name = "tabPage3";
|
|
|
+ this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
|
|
|
+ this.tabPage3.Size = new System.Drawing.Size(219, 517);
|
|
|
+ this.tabPage3.TabIndex = 0;
|
|
|
+ this.tabPage3.Text = "Advance View";
|
|
|
+ this.tabPage3.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // tabControl1
|
|
|
+ //
|
|
|
+ this.tabControl1.Controls.Add(this.tabPage1);
|
|
|
+ this.tabControl1.Controls.Add(this.tabPage2);
|
|
|
+ this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.tabControl1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.tabControl1.Name = "tabControl1";
|
|
|
+ this.tabControl1.SelectedIndex = 0;
|
|
|
+ this.tabControl1.Size = new System.Drawing.Size(520, 543);
|
|
|
+ this.tabControl1.TabIndex = 1;
|
|
|
+ //
|
|
|
+ // tabPage1
|
|
|
+ //
|
|
|
+ this.tabPage1.Controls.Add(this.CoverPictureBox);
|
|
|
+ this.tabPage1.Controls.Add(this.CoverFileDragDropLabel);
|
|
|
+ this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
|
|
+ this.tabPage1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.tabPage1.Name = "tabPage1";
|
|
|
+ this.tabPage1.Padding = new System.Windows.Forms.Padding(2);
|
|
|
+ this.tabPage1.Size = new System.Drawing.Size(512, 517);
|
|
|
+ this.tabPage1.TabIndex = 0;
|
|
|
+ this.tabPage1.Text = "Cover";
|
|
|
+ this.tabPage1.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // CoverPictureBox
|
|
|
+ //
|
|
|
+ this.CoverPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
+ this.CoverPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.CoverPictureBox.Location = new System.Drawing.Point(2, 45);
|
|
|
+ this.CoverPictureBox.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.CoverPictureBox.Name = "CoverPictureBox";
|
|
|
+ this.CoverPictureBox.Size = new System.Drawing.Size(508, 470);
|
|
|
+ this.CoverPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
+ this.CoverPictureBox.TabIndex = 2;
|
|
|
+ this.CoverPictureBox.TabStop = false;
|
|
|
+ this.CoverPictureBox.Click += new System.EventHandler(this.CoverPictureBox_Click);
|
|
|
+ //
|
|
|
+ // CoverFileDragDropLabel
|
|
|
+ //
|
|
|
+ this.CoverFileDragDropLabel.AllowDrop = true;
|
|
|
+ this.CoverFileDragDropLabel.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
+ this.CoverFileDragDropLabel.Location = new System.Drawing.Point(2, 2);
|
|
|
+ this.CoverFileDragDropLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.CoverFileDragDropLabel.Name = "CoverFileDragDropLabel";
|
|
|
+ this.CoverFileDragDropLabel.Size = new System.Drawing.Size(508, 43);
|
|
|
+ this.CoverFileDragDropLabel.TabIndex = 1;
|
|
|
+ this.CoverFileDragDropLabel.Text = "JPEG ONLY\r\nDrag && drop HERE to import\r\nClick PICTURE to export";
|
|
|
+ this.CoverFileDragDropLabel.DragDrop += new System.Windows.Forms.DragEventHandler(this.CoverFileDragDropLabel_DragDrop);
|
|
|
+ this.CoverFileDragDropLabel.DragEnter += new System.Windows.Forms.DragEventHandler(this.Common_DragEnter);
|
|
|
+ //
|
|
|
+ // tabPage2
|
|
|
+ //
|
|
|
+ this.tabPage2.Controls.Add(this.LyricsTextBox);
|
|
|
+ this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
|
|
+ this.tabPage2.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.tabPage2.Name = "tabPage2";
|
|
|
+ this.tabPage2.Padding = new System.Windows.Forms.Padding(2);
|
|
|
+ this.tabPage2.Size = new System.Drawing.Size(512, 517);
|
|
|
+ this.tabPage2.TabIndex = 1;
|
|
|
+ this.tabPage2.Text = "Lyrics";
|
|
|
+ this.tabPage2.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // LyricsTextBox
|
|
|
+ //
|
|
|
+ this.LyricsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.LyricsTextBox.Location = new System.Drawing.Point(2, 2);
|
|
|
+ this.LyricsTextBox.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.LyricsTextBox.Multiline = true;
|
|
|
+ this.LyricsTextBox.Name = "LyricsTextBox";
|
|
|
+ this.LyricsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
|
+ this.LyricsTextBox.Size = new System.Drawing.Size(508, 513);
|
|
|
+ this.LyricsTextBox.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // MainForm
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(754, 614);
|
|
|
+ this.Controls.Add(this.splitContainer1);
|
|
|
+ this.Controls.Add(this.TopGroupBox);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.Name = "MainForm";
|
|
|
+ this.Padding = new System.Windows.Forms.Padding(2);
|
|
|
+ this.Text = "Media Tagger";
|
|
|
+ this.TopGroupBox.ResumeLayout(false);
|
|
|
+ this.splitContainer1.Panel1.ResumeLayout(false);
|
|
|
+ this.splitContainer1.Panel2.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
|
+ this.splitContainer1.ResumeLayout(false);
|
|
|
+ this.PropertyTabControl.ResumeLayout(false);
|
|
|
+ this.tabPage4.ResumeLayout(false);
|
|
|
+ this.tabPage3.ResumeLayout(false);
|
|
|
+ this.tabControl1.ResumeLayout(false);
|
|
|
+ this.tabPage1.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.CoverPictureBox)).EndInit();
|
|
|
+ this.tabPage2.ResumeLayout(false);
|
|
|
+ this.tabPage2.PerformLayout();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.GroupBox TopGroupBox;
|
|
|
+ private System.Windows.Forms.Label MediaFileDragDropLabel;
|
|
|
+ private System.Windows.Forms.Button SaveButton;
|
|
|
+ private System.Windows.Forms.Button DiscardButton;
|
|
|
+ private System.Windows.Forms.PropertyGrid AdvPropertyGrid;
|
|
|
+ private System.Windows.Forms.SplitContainer splitContainer1;
|
|
|
+ private System.Windows.Forms.TabControl tabControl1;
|
|
|
+ private System.Windows.Forms.TabPage tabPage1;
|
|
|
+ private System.Windows.Forms.PictureBox CoverPictureBox;
|
|
|
+ private System.Windows.Forms.Label CoverFileDragDropLabel;
|
|
|
+ private System.Windows.Forms.TabPage tabPage2;
|
|
|
+ private System.Windows.Forms.TextBox LyricsTextBox;
|
|
|
+ private System.Windows.Forms.TabControl PropertyTabControl;
|
|
|
+ private System.Windows.Forms.TabPage tabPage3;
|
|
|
+ private System.Windows.Forms.TabPage tabPage4;
|
|
|
+ private System.Windows.Forms.PropertyGrid EasyPropertyGrid;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|