X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmQueue.Designer.cs;h=b3bf7437362a0ec04f5906a50c96e5ebef27d9b0;hb=aca80b498a6b8d3551229ea2d611f2c13bac6c3e;hp=1c809e18e458d11b6d5665f80eb279b6c2dc0246;hpb=44cefe39c1a78a0b7f9c8caedb2f6c582f949481;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmQueue.Designer.cs b/win/C#/frmQueue.Designer.cs index 1c809e18..b3bf7437 100644 --- a/win/C#/frmQueue.Designer.cs +++ b/win/C#/frmQueue.Designer.cs @@ -1,3 +1,9 @@ +/* frmQueue.Designer.cs + + This file is part of the HandBrake source code. + Homepage: . + It may be used under the terms of the GNU General Public License. */ + namespace Handbrake { partial class frmQueue @@ -33,222 +39,386 @@ namespace Handbrake this.btn_down = new System.Windows.Forms.Button(); this.btn_up = new System.Windows.Forms.Button(); this.btn_delete = new System.Windows.Forms.Button(); - this.btn_q_encoder = new System.Windows.Forms.Button(); - this.list_queue = new System.Windows.Forms.ListBox(); - this.btn_Close = new System.Windows.Forms.Button(); - this.progressBar = new System.Windows.Forms.ProgressBar(); - this.label2 = new System.Windows.Forms.Label(); - this.lbl_progressValue = new System.Windows.Forms.Label(); + this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); + this.label4 = new System.Windows.Forms.Label(); + this.lbl_chapt = new System.Windows.Forms.Label(); + this.lbl_title = new System.Windows.Forms.Label(); + this.lbl_aEnc = new System.Windows.Forms.Label(); + this.lbl_vEnc = new System.Windows.Forms.Label(); + this.lbl_dest = new System.Windows.Forms.Label(); + this.lbl_source = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); - this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label3 = new System.Windows.Forms.Label(); - this.btn_cancel = new System.Windows.Forms.Button(); - this.lbl_status = new System.Windows.Forms.Label(); - this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); + this.toolStrip1 = new System.Windows.Forms.ToolStrip(); + this.btn_encode = new System.Windows.Forms.ToolStripButton(); + this.btn_stop = new System.Windows.Forms.ToolStripButton(); + this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); + this.drop_button_queue = new System.Windows.Forms.ToolStripDropDownButton(); + this.mnu_batch = new System.Windows.Forms.ToolStripMenuItem(); + this.mnu_import = new System.Windows.Forms.ToolStripMenuItem(); + this.mnu_export = new System.Windows.Forms.ToolStripMenuItem(); + this.SaveFile = new System.Windows.Forms.SaveFileDialog(); + this.list_queue = new System.Windows.Forms.ListView(); + this.Title = new System.Windows.Forms.ColumnHeader(); + this.Chapters = new System.Windows.Forms.ColumnHeader(); + this.Source = new System.Windows.Forms.ColumnHeader(); + this.Destination = new System.Windows.Forms.ColumnHeader(); + this.EncoderVideo = new System.Windows.Forms.ColumnHeader(); + this.Audio = new System.Windows.Forms.ColumnHeader(); + this.statusStrip1 = new System.Windows.Forms.StatusStrip(); + this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); + this.progressBar = new System.Windows.Forms.ToolStripProgressBar(); + this.lbl_progressValue = new System.Windows.Forms.ToolStripStatusLabel(); + this.OpenFile = new System.Windows.Forms.OpenFileDialog(); + this.lbl_encodesPending = new System.Windows.Forms.ToolStripStatusLabel(); + this.toolStrip1.SuspendLayout(); + this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // btn_down // this.btn_down.BackColor = System.Drawing.SystemColors.ControlLight; this.btn_down.FlatAppearance.BorderColor = System.Drawing.Color.Black; - this.btn_down.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_down.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_down.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); - this.btn_down.Location = new System.Drawing.Point(650, 144); + this.btn_down.Location = new System.Drawing.Point(613, 110); this.btn_down.Name = "btn_down"; - this.btn_down.Size = new System.Drawing.Size(64, 22); + this.btn_down.Size = new System.Drawing.Size(75, 22); this.btn_down.TabIndex = 33; this.btn_down.TabStop = false; this.btn_down.Text = "Down"; - this.btn_down.UseVisualStyleBackColor = false; + this.toolTip1.SetToolTip(this.btn_down, "Move the selected item down 1 place in the queue"); + this.btn_down.UseVisualStyleBackColor = true; this.btn_down.Click += new System.EventHandler(this.btn_down_Click); // // btn_up // this.btn_up.BackColor = System.Drawing.SystemColors.ControlLight; this.btn_up.FlatAppearance.BorderColor = System.Drawing.Color.Black; - this.btn_up.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_up.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_up.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); - this.btn_up.Location = new System.Drawing.Point(649, 116); + this.btn_up.Location = new System.Drawing.Point(543, 110); this.btn_up.Name = "btn_up"; this.btn_up.Size = new System.Drawing.Size(64, 22); this.btn_up.TabIndex = 32; this.btn_up.TabStop = false; this.btn_up.Text = "Up"; - this.btn_up.UseVisualStyleBackColor = false; + this.toolTip1.SetToolTip(this.btn_up, "Move the selected item up 1 place in the queue."); + this.btn_up.UseVisualStyleBackColor = true; this.btn_up.Click += new System.EventHandler(this.btn_up_Click); // // btn_delete // this.btn_delete.BackColor = System.Drawing.SystemColors.ControlLight; this.btn_delete.FlatAppearance.BorderColor = System.Drawing.Color.Black; - this.btn_delete.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_delete.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_delete.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); - this.btn_delete.Location = new System.Drawing.Point(650, 190); + this.btn_delete.Location = new System.Drawing.Point(695, 110); this.btn_delete.Name = "btn_delete"; - this.btn_delete.Size = new System.Drawing.Size(64, 22); + this.btn_delete.Size = new System.Drawing.Size(75, 22); this.btn_delete.TabIndex = 31; this.btn_delete.TabStop = false; this.btn_delete.Text = "Delete"; - this.btn_delete.UseVisualStyleBackColor = false; + this.toolTip1.SetToolTip(this.btn_delete, "Remove the selected item from the queue"); + this.btn_delete.UseVisualStyleBackColor = true; this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click); // - // btn_q_encoder - // - this.btn_q_encoder.BackColor = System.Drawing.SystemColors.ControlLight; - this.btn_q_encoder.FlatAppearance.BorderColor = System.Drawing.Color.Black; - this.btn_q_encoder.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btn_q_encoder.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.btn_q_encoder.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); - this.btn_q_encoder.Location = new System.Drawing.Point(13, 302); - this.btn_q_encoder.Name = "btn_q_encoder"; - this.btn_q_encoder.Size = new System.Drawing.Size(124, 22); - this.btn_q_encoder.TabIndex = 29; - this.btn_q_encoder.TabStop = false; - this.btn_q_encoder.Text = "Encode Video(s)"; - this.btn_q_encoder.UseVisualStyleBackColor = false; - this.btn_q_encoder.Click += new System.EventHandler(this.btn_q_encoder_Click); + // label4 // - // list_queue + this.label4.AutoSize = true; + this.label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label4.Location = new System.Drawing.Point(225, 98); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(47, 26); + this.label4.TabIndex = 70; + this.label4.Text = "Video:\r\nAudo:"; // - this.list_queue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.list_queue.FormattingEnabled = true; - this.list_queue.HorizontalScrollbar = true; - this.list_queue.Location = new System.Drawing.Point(13, 72); - this.list_queue.Name = "list_queue"; - this.list_queue.Size = new System.Drawing.Size(630, 184); - this.list_queue.TabIndex = 28; - // - // btn_Close - // - this.btn_Close.BackColor = System.Drawing.SystemColors.ControlLight; - this.btn_Close.FlatAppearance.BorderColor = System.Drawing.Color.Black; - this.btn_Close.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btn_Close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.btn_Close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); - this.btn_Close.Location = new System.Drawing.Point(606, 305); - this.btn_Close.Name = "btn_Close"; - this.btn_Close.Size = new System.Drawing.Size(108, 22); - this.btn_Close.TabIndex = 27; - this.btn_Close.TabStop = false; - this.btn_Close.Text = "Close Window"; - this.btn_Close.UseVisualStyleBackColor = false; - this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click); + // lbl_chapt // - // progressBar + this.lbl_chapt.AutoSize = true; + this.lbl_chapt.Location = new System.Drawing.Point(158, 110); + this.lbl_chapt.Name = "lbl_chapt"; + this.lbl_chapt.Size = new System.Drawing.Size(12, 13); + this.lbl_chapt.TabIndex = 69; + this.lbl_chapt.Text = "-"; // - this.progressBar.BackColor = System.Drawing.SystemColors.ControlLight; - this.progressBar.Location = new System.Drawing.Point(67, 264); - this.progressBar.Name = "progressBar"; - this.progressBar.Size = new System.Drawing.Size(576, 23); - this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous; - this.progressBar.TabIndex = 34; + // lbl_title // - // label2 + this.lbl_title.AccessibleRole = System.Windows.Forms.AccessibleRole.None; + this.lbl_title.AutoSize = true; + this.lbl_title.Location = new System.Drawing.Point(158, 97); + this.lbl_title.Name = "lbl_title"; + this.lbl_title.Size = new System.Drawing.Size(12, 13); + this.lbl_title.TabIndex = 68; + this.lbl_title.Text = "-"; // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(10, 270); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(51, 13); - this.label2.TabIndex = 35; - this.label2.Text = "Progress:"; + // lbl_aEnc // - // lbl_progressValue + this.lbl_aEnc.AutoSize = true; + this.lbl_aEnc.Location = new System.Drawing.Point(286, 111); + this.lbl_aEnc.Name = "lbl_aEnc"; + this.lbl_aEnc.Size = new System.Drawing.Size(12, 13); + this.lbl_aEnc.TabIndex = 67; + this.lbl_aEnc.Text = "-"; // - this.lbl_progressValue.AutoSize = true; - this.lbl_progressValue.Location = new System.Drawing.Point(646, 270); - this.lbl_progressValue.Name = "lbl_progressValue"; - this.lbl_progressValue.Size = new System.Drawing.Size(24, 13); - this.lbl_progressValue.TabIndex = 36; - this.lbl_progressValue.Text = "0 %"; + // lbl_vEnc + // + this.lbl_vEnc.AutoSize = true; + this.lbl_vEnc.Location = new System.Drawing.Point(286, 98); + this.lbl_vEnc.Name = "lbl_vEnc"; + this.lbl_vEnc.Size = new System.Drawing.Size(12, 13); + this.lbl_vEnc.TabIndex = 66; + this.lbl_vEnc.Text = "-"; + // + // lbl_dest + // + this.lbl_dest.AutoSize = true; + this.lbl_dest.Location = new System.Drawing.Point(158, 85); + this.lbl_dest.Name = "lbl_dest"; + this.lbl_dest.Size = new System.Drawing.Size(12, 13); + this.lbl_dest.TabIndex = 65; + this.lbl_dest.Text = "-"; + this.lbl_dest.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // lbl_source + // + this.lbl_source.AutoSize = true; + this.lbl_source.Location = new System.Drawing.Point(158, 72); + this.lbl_source.Name = "lbl_source"; + this.lbl_source.Size = new System.Drawing.Size(12, 13); + this.lbl_source.TabIndex = 64; + this.lbl_source.Text = "-"; // // label1 // this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(51, 43); + this.label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label1.Location = new System.Drawing.Point(12, 72); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(166, 13); - this.label1.TabIndex = 40; - this.label1.Text = "List of items ready to be encoded:"; - // - // pictureBox1 - // - this.pictureBox1.Image = global::Handbrake.Properties.Resources.Queue; - this.pictureBox1.Location = new System.Drawing.Point(13, 13); - this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(32, 32); - this.pictureBox1.TabIndex = 38; - this.pictureBox1.TabStop = false; + this.label1.Size = new System.Drawing.Size(99, 52); + this.label1.TabIndex = 63; + this.label1.Text = "Source:\r\nDestination:\r\nDVD Title:\r\nDVD Chapters:"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label3.Location = new System.Drawing.Point(51, 25); + this.label3.Location = new System.Drawing.Point(12, 50); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(48, 13); - this.label3.TabIndex = 39; - this.label3.Text = "Queue"; - // - // btn_cancel - // - this.btn_cancel.BackColor = System.Drawing.SystemColors.ControlLight; - this.btn_cancel.FlatAppearance.BorderColor = System.Drawing.Color.Black; - this.btn_cancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btn_cancel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.btn_cancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); - this.btn_cancel.Location = new System.Drawing.Point(143, 302); - this.btn_cancel.Name = "btn_cancel"; - this.btn_cancel.Size = new System.Drawing.Size(91, 22); - this.btn_cancel.TabIndex = 41; - this.btn_cancel.TabStop = false; - this.btn_cancel.Text = "Stop Queue"; - this.toolTip1.SetToolTip(this.btn_cancel, "This will prevent any more encode processes from starting. It will not stop the c" + - "urrent process!"); - this.btn_cancel.UseVisualStyleBackColor = false; - this.btn_cancel.Visible = false; - this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click); - // - // lbl_status - // - this.lbl_status.AutoSize = true; - this.lbl_status.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbl_status.Location = new System.Drawing.Point(260, 268); - this.lbl_status.Name = "lbl_status"; - this.lbl_status.Size = new System.Drawing.Size(176, 13); - this.lbl_status.TabIndex = 42; - this.lbl_status.Text = "Encode Queue Completed!"; - this.lbl_status.Visible = false; + this.label3.Size = new System.Drawing.Size(82, 13); + this.label3.TabIndex = 62; + this.label3.Text = "Current Job"; + // + // toolStrip1 + // + this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; + this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.btn_encode, + this.btn_stop, + this.toolStripSeparator1, + this.drop_button_queue}); + this.toolStrip1.Location = new System.Drawing.Point(0, 0); + this.toolStrip1.Name = "toolStrip1"; + this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; + this.toolStrip1.Size = new System.Drawing.Size(779, 39); + this.toolStrip1.TabIndex = 71; + this.toolStrip1.Text = "toolStrip1"; + // + // btn_encode + // + this.btn_encode.Image = global::Handbrake.Properties.Resources.Play; + this.btn_encode.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; + this.btn_encode.ImageTransparentColor = System.Drawing.Color.Magenta; + this.btn_encode.Name = "btn_encode"; + this.btn_encode.Size = new System.Drawing.Size(84, 36); + this.btn_encode.Text = "Encode"; + this.btn_encode.Click += new System.EventHandler(this.btn_encode_Click); + // + // btn_stop + // + this.btn_stop.Image = global::Handbrake.Properties.Resources.Pause; + this.btn_stop.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; + this.btn_stop.ImageTransparentColor = System.Drawing.Color.Magenta; + this.btn_stop.Name = "btn_stop"; + this.btn_stop.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never; + this.btn_stop.Size = new System.Drawing.Size(75, 36); + this.btn_stop.Text = "Pause"; + this.btn_stop.Visible = false; + this.btn_stop.Click += new System.EventHandler(this.btn_stop_Click); + // + // toolStripSeparator1 + // + this.toolStripSeparator1.Name = "toolStripSeparator1"; + this.toolStripSeparator1.Size = new System.Drawing.Size(6, 39); + // + // drop_button_queue + // + this.drop_button_queue.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.mnu_batch, + this.mnu_import, + this.mnu_export}); + this.drop_button_queue.Image = global::Handbrake.Properties.Resources.ActivityWindow; + this.drop_button_queue.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; + this.drop_button_queue.ImageTransparentColor = System.Drawing.Color.Magenta; + this.drop_button_queue.Name = "drop_button_queue"; + this.drop_button_queue.Size = new System.Drawing.Size(89, 36); + this.drop_button_queue.Text = "Queue"; + // + // mnu_batch + // + this.mnu_batch.Image = global::Handbrake.Properties.Resources.Output_Small; + this.mnu_batch.Name = "mnu_batch"; + this.mnu_batch.Size = new System.Drawing.Size(207, 22); + this.mnu_batch.Text = "Generate Batch Script"; + this.mnu_batch.Click += new System.EventHandler(this.mnu_batch_Click); + // + // mnu_import + // + this.mnu_import.Image = global::Handbrake.Properties.Resources.folder; + this.mnu_import.Name = "mnu_import"; + this.mnu_import.Size = new System.Drawing.Size(207, 22); + this.mnu_import.Text = "Import Queue"; + this.mnu_import.Click += new System.EventHandler(this.mnu_import_Click); + // + // mnu_export + // + this.mnu_export.Image = global::Handbrake.Properties.Resources.save; + this.mnu_export.Name = "mnu_export"; + this.mnu_export.Size = new System.Drawing.Size(207, 22); + this.mnu_export.Text = "Export Queue"; + this.mnu_export.Click += new System.EventHandler(this.mnu_export_Click); + // + // SaveFile + // + this.SaveFile.Filter = "Batch|.bat"; + // + // list_queue + // + this.list_queue.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { + this.Title, + this.Chapters, + this.Source, + this.Destination, + this.EncoderVideo, + this.Audio}); + this.list_queue.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.list_queue.FullRowSelect = true; + this.list_queue.GridLines = true; + this.list_queue.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; + this.list_queue.Location = new System.Drawing.Point(15, 138); + this.list_queue.MultiSelect = false; + this.list_queue.Name = "list_queue"; + this.list_queue.Size = new System.Drawing.Size(755, 202); + this.list_queue.TabIndex = 72; + this.list_queue.UseCompatibleStateImageBehavior = false; + this.list_queue.View = System.Windows.Forms.View.Details; + this.list_queue.KeyUp += new System.Windows.Forms.KeyEventHandler(this.list_queue_deleteKey); + // + // Title + // + this.Title.Text = "Title"; + this.Title.Width = 39; + // + // Chapters + // + this.Chapters.Text = "Chapters"; + this.Chapters.Width = 71; + // + // Source + // + this.Source.Text = "Source"; + this.Source.Width = 219; + // + // Destination + // + this.Destination.Text = "Destination"; + this.Destination.Width = 215; + // + // EncoderVideo + // + this.EncoderVideo.Text = "Video Encoder"; + this.EncoderVideo.Width = 110; + // + // Audio + // + this.Audio.Text = "Audio Encoder"; + this.Audio.Width = 94; + // + // statusStrip1 + // + this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.lbl_encodesPending, + this.toolStripStatusLabel1, + this.progressBar, + this.lbl_progressValue}); + this.statusStrip1.Location = new System.Drawing.Point(0, 359); + this.statusStrip1.Name = "statusStrip1"; + this.statusStrip1.Size = new System.Drawing.Size(779, 31); + this.statusStrip1.TabIndex = 73; + this.statusStrip1.Text = "statusStrip1"; + // + // toolStripStatusLabel1 + // + this.toolStripStatusLabel1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; + this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; + this.toolStripStatusLabel1.Size = new System.Drawing.Size(57, 26); + this.toolStripStatusLabel1.Text = "Progress:"; + // + // progressBar + // + this.progressBar.Name = "progressBar"; + this.progressBar.Size = new System.Drawing.Size(500, 25); + this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous; + // + // lbl_progressValue + // + this.lbl_progressValue.Name = "lbl_progressValue"; + this.lbl_progressValue.Size = new System.Drawing.Size(34, 26); + this.lbl_progressValue.Text = " 0 %"; + // + // OpenFile + // + this.OpenFile.Filter = "HandBrake Queue|*.queue"; + // + // lbl_encodesPending + // + this.lbl_encodesPending.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; + this.lbl_encodesPending.Margin = new System.Windows.Forms.Padding(0, 3, 10, 2); + this.lbl_encodesPending.Name = "lbl_encodesPending"; + this.lbl_encodesPending.Size = new System.Drawing.Size(122, 26); + this.lbl_encodesPending.Text = "0 encode(s) pending"; // // frmQueue // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.SystemColors.ControlLight; - this.ClientSize = new System.Drawing.Size(723, 332); - this.Controls.Add(this.lbl_status); - this.Controls.Add(this.btn_cancel); - this.Controls.Add(this.label1); - this.Controls.Add(this.label3); - this.Controls.Add(this.pictureBox1); - this.Controls.Add(this.lbl_progressValue); - this.Controls.Add(this.label2); - this.Controls.Add(this.progressBar); + this.ClientSize = new System.Drawing.Size(779, 390); + this.Controls.Add(this.statusStrip1); + this.Controls.Add(this.list_queue); this.Controls.Add(this.btn_down); this.Controls.Add(this.btn_up); + this.Controls.Add(this.toolStrip1); + this.Controls.Add(this.label4); + this.Controls.Add(this.lbl_dest); this.Controls.Add(this.btn_delete); - this.Controls.Add(this.btn_q_encoder); - this.Controls.Add(this.list_queue); - this.Controls.Add(this.btn_Close); + this.Controls.Add(this.lbl_vEnc); + this.Controls.Add(this.lbl_chapt); + this.Controls.Add(this.lbl_source); + this.Controls.Add(this.label3); + this.Controls.Add(this.lbl_aEnc); + this.Controls.Add(this.lbl_title); + this.Controls.Add(this.label1); + this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; + this.MinimumSize = new System.Drawing.Size(787, 417); this.Name = "frmQueue"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Encode Queue"; - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); + this.toolStrip1.ResumeLayout(false); + this.toolStrip1.PerformLayout(); + this.statusStrip1.ResumeLayout(false); + this.statusStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); @@ -259,17 +429,37 @@ namespace Handbrake internal System.Windows.Forms.Button btn_down; internal System.Windows.Forms.Button btn_up; internal System.Windows.Forms.Button btn_delete; - internal System.Windows.Forms.Button btn_q_encoder; - internal System.Windows.Forms.ListBox list_queue; - internal System.Windows.Forms.Button btn_Close; - private System.Windows.Forms.ProgressBar progressBar; - private System.Windows.Forms.Label label2; - private System.Windows.Forms.Label lbl_progressValue; - private System.Windows.Forms.PictureBox pictureBox1; + private System.Windows.Forms.ToolTip toolTip1; + private System.Windows.Forms.Label label4; + private System.Windows.Forms.Label lbl_chapt; + private System.Windows.Forms.Label lbl_title; + private System.Windows.Forms.Label lbl_aEnc; + private System.Windows.Forms.Label lbl_vEnc; + private System.Windows.Forms.Label lbl_dest; + private System.Windows.Forms.Label lbl_source; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; - internal System.Windows.Forms.Button btn_cancel; - private System.Windows.Forms.Label lbl_status; - private System.Windows.Forms.ToolTip toolTip1; + private System.Windows.Forms.ToolStrip toolStrip1; + private System.Windows.Forms.ToolStripButton btn_encode; + private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; + private System.Windows.Forms.ToolStripButton btn_stop; + private System.Windows.Forms.SaveFileDialog SaveFile; + private System.Windows.Forms.ListView list_queue; + private System.Windows.Forms.ColumnHeader Title; + private System.Windows.Forms.ColumnHeader Chapters; + private System.Windows.Forms.ColumnHeader Source; + private System.Windows.Forms.ColumnHeader Destination; + private System.Windows.Forms.ColumnHeader EncoderVideo; + private System.Windows.Forms.ColumnHeader Audio; + private System.Windows.Forms.StatusStrip statusStrip1; + private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; + private System.Windows.Forms.ToolStripProgressBar progressBar; + private System.Windows.Forms.ToolStripStatusLabel lbl_progressValue; + private System.Windows.Forms.ToolStripDropDownButton drop_button_queue; + private System.Windows.Forms.ToolStripMenuItem mnu_batch; + private System.Windows.Forms.ToolStripMenuItem mnu_import; + private System.Windows.Forms.ToolStripMenuItem mnu_export; + private System.Windows.Forms.OpenFileDialog OpenFile; + private System.Windows.Forms.ToolStripStatusLabel lbl_encodesPending; } } \ No newline at end of file