123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305 |
- 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;
- }
- }
|