X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmQueue.Designer.cs;h=98d04d0124d5c46e3e180e752e0c93959188d239;hb=d646c74eab71ce803181537759b19c9b2726fc0a;hp=c7617df92b48e2d019f80bffe9d6b0951f8f27d6;hpb=50f18f305bd08008848cbe9bc22e602473a1c08c;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmQueue.Designer.cs b/win/C#/frmQueue.Designer.cs index c7617df9..98d04d01 100644 --- a/win/C#/frmQueue.Designer.cs +++ b/win/C#/frmQueue.Designer.cs @@ -51,11 +51,15 @@ namespace Handbrake this.label3 = new System.Windows.Forms.Label(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.btn_encode = new System.Windows.Forms.ToolStripButton(); - this.btn_stop = new System.Windows.Forms.ToolStripButton(); + this.btn_pause = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); - this.btn_batch = new System.Windows.Forms.ToolStripButton(); + 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.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); + this.mnu_readd = new System.Windows.Forms.ToolStripMenuItem(); this.SaveFile = new System.Windows.Forms.SaveFileDialog(); - this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.list_queue = new System.Windows.Forms.ListView(); this.Title = new System.Windows.Forms.ColumnHeader(); this.Chapters = new System.Windows.Forms.ColumnHeader(); @@ -63,12 +67,24 @@ namespace Handbrake this.Destination = new System.Windows.Forms.ColumnHeader(); this.EncoderVideo = new System.Windows.Forms.ColumnHeader(); this.Audio = new System.Windows.Forms.ColumnHeader(); - this.lbl_progressValue = new System.Windows.Forms.Label(); - this.progressBar = new System.Windows.Forms.ProgressBar(); - this.label2 = new System.Windows.Forms.Label(); - this.lbl_status = new System.Windows.Forms.Label(); + this.mnu_queue = new System.Windows.Forms.ContextMenuStrip(this.components); + this.mnu_up = new System.Windows.Forms.ToolStripMenuItem(); + this.mnu_Down = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); + this.mnu_delete = new System.Windows.Forms.ToolStripMenuItem(); + this.statusStrip1 = new System.Windows.Forms.StatusStrip(); + this.lbl_encodesPending = new System.Windows.Forms.ToolStripStatusLabel(); + this.OpenFile = new System.Windows.Forms.OpenFileDialog(); + this.splitContainer1 = new System.Windows.Forms.SplitContainer(); + this.panel3 = new System.Windows.Forms.Panel(); + this.panel2 = new System.Windows.Forms.Panel(); + this.panel1 = new System.Windows.Forms.Panel(); this.toolStrip1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); + this.mnu_queue.SuspendLayout(); + this.statusStrip1.SuspendLayout(); + this.splitContainer1.Panel1.SuspendLayout(); + this.splitContainer1.Panel2.SuspendLayout(); + this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // btn_down @@ -77,12 +93,13 @@ namespace Handbrake this.btn_down.FlatAppearance.BorderColor = System.Drawing.Color.Black; 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(610, 124); + this.btn_down.Location = new System.Drawing.Point(607, 66); this.btn_down.Name = "btn_down"; 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.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); // @@ -92,12 +109,13 @@ namespace Handbrake this.btn_up.FlatAppearance.BorderColor = System.Drawing.Color.Black; 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(539, 124); + this.btn_up.Location = new System.Drawing.Point(537, 66); 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.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); // @@ -107,12 +125,13 @@ namespace Handbrake this.btn_delete.FlatAppearance.BorderColor = System.Drawing.Color.Black; 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(692, 124); + this.btn_delete.Location = new System.Drawing.Point(689, 66); this.btn_delete.Name = "btn_delete"; 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.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); // @@ -120,16 +139,16 @@ namespace Handbrake // 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(269, 121); + this.label4.Location = new System.Drawing.Point(225, 57); this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(47, 26); + this.label4.Size = new System.Drawing.Size(48, 26); this.label4.TabIndex = 70; - this.label4.Text = "Video:\r\nAudo:"; + this.label4.Text = "Video:\r\nAudio:"; // // lbl_chapt // this.lbl_chapt.AutoSize = true; - this.lbl_chapt.Location = new System.Drawing.Point(202, 133); + this.lbl_chapt.Location = new System.Drawing.Point(158, 69); this.lbl_chapt.Name = "lbl_chapt"; this.lbl_chapt.Size = new System.Drawing.Size(12, 13); this.lbl_chapt.TabIndex = 69; @@ -139,7 +158,7 @@ namespace Handbrake // this.lbl_title.AccessibleRole = System.Windows.Forms.AccessibleRole.None; this.lbl_title.AutoSize = true; - this.lbl_title.Location = new System.Drawing.Point(202, 120); + this.lbl_title.Location = new System.Drawing.Point(158, 56); this.lbl_title.Name = "lbl_title"; this.lbl_title.Size = new System.Drawing.Size(12, 13); this.lbl_title.TabIndex = 68; @@ -148,7 +167,7 @@ namespace Handbrake // lbl_aEnc // this.lbl_aEnc.AutoSize = true; - this.lbl_aEnc.Location = new System.Drawing.Point(330, 134); + this.lbl_aEnc.Location = new System.Drawing.Point(286, 70); this.lbl_aEnc.Name = "lbl_aEnc"; this.lbl_aEnc.Size = new System.Drawing.Size(12, 13); this.lbl_aEnc.TabIndex = 67; @@ -157,7 +176,7 @@ namespace Handbrake // lbl_vEnc // this.lbl_vEnc.AutoSize = true; - this.lbl_vEnc.Location = new System.Drawing.Point(330, 121); + this.lbl_vEnc.Location = new System.Drawing.Point(286, 57); this.lbl_vEnc.Name = "lbl_vEnc"; this.lbl_vEnc.Size = new System.Drawing.Size(12, 13); this.lbl_vEnc.TabIndex = 66; @@ -166,7 +185,7 @@ namespace Handbrake // lbl_dest // this.lbl_dest.AutoSize = true; - this.lbl_dest.Location = new System.Drawing.Point(202, 108); + this.lbl_dest.Location = new System.Drawing.Point(158, 44); this.lbl_dest.Name = "lbl_dest"; this.lbl_dest.Size = new System.Drawing.Size(12, 13); this.lbl_dest.TabIndex = 65; @@ -176,7 +195,7 @@ namespace Handbrake // lbl_source // this.lbl_source.AutoSize = true; - this.lbl_source.Location = new System.Drawing.Point(202, 95); + this.lbl_source.Location = new System.Drawing.Point(158, 31); this.lbl_source.Name = "lbl_source"; this.lbl_source.Size = new System.Drawing.Size(12, 13); this.lbl_source.TabIndex = 64; @@ -186,7 +205,7 @@ namespace Handbrake // this.label1.AutoSize = true; 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(56, 95); + this.label1.Location = new System.Drawing.Point(12, 31); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(99, 52); this.label1.TabIndex = 63; @@ -196,7 +215,7 @@ namespace Handbrake // 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(56, 73); + this.label3.Location = new System.Drawing.Point(12, 9); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(82, 13); this.label3.TabIndex = 62; @@ -207,14 +226,13 @@ namespace Handbrake this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btn_encode, - this.btn_stop, + this.btn_pause, this.toolStripSeparator1, - this.btn_batch}); - this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow; + 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(780, 49); + this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; + this.toolStrip1.Size = new System.Drawing.Size(779, 39); this.toolStrip1.TabIndex = 71; this.toolStrip1.Text = "toolStrip1"; // @@ -224,49 +242,83 @@ namespace Handbrake 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.Padding = new System.Windows.Forms.Padding(5); - this.btn_encode.Size = new System.Drawing.Size(88, 46); + this.btn_encode.Size = new System.Drawing.Size(78, 36); this.btn_encode.Text = "Encode"; this.btn_encode.Click += new System.EventHandler(this.btn_encode_Click); // - // btn_stop + // btn_pause // - 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.Size = new System.Drawing.Size(72, 46); - this.btn_stop.Text = "Pause"; - this.btn_stop.Visible = false; - this.btn_stop.Click += new System.EventHandler(this.btn_stop_Click); + this.btn_pause.Image = global::Handbrake.Properties.Resources.Pause; + this.btn_pause.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; + this.btn_pause.ImageTransparentColor = System.Drawing.Color.Magenta; + this.btn_pause.Name = "btn_pause"; + this.btn_pause.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never; + this.btn_pause.Size = new System.Drawing.Size(72, 36); + this.btn_pause.Text = "Pause"; + this.btn_pause.Visible = false; + this.btn_pause.Click += new System.EventHandler(this.btn_pause_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(6, 49); + this.toolStripSeparator1.Size = new System.Drawing.Size(6, 39); // - // btn_batch + // drop_button_queue // - this.btn_batch.Image = global::Handbrake.Properties.Resources.ActivityWindow; - this.btn_batch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; - this.btn_batch.ImageTransparentColor = System.Drawing.Color.Magenta; - this.btn_batch.Name = "btn_batch"; - this.btn_batch.Size = new System.Drawing.Size(100, 46); - this.btn_batch.Text = "Batch Script"; - this.btn_batch.Click += new System.EventHandler(this.btn_batch_Click); + this.drop_button_queue.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.mnu_batch, + this.mnu_import, + this.mnu_export, + this.toolStripSeparator2, + this.mnu_readd}); + 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(84, 36); + this.drop_button_queue.Text = "Queue"; // - // SaveFile + // mnu_batch // - this.SaveFile.Filter = "Batch|.bat"; + this.mnu_batch.Image = global::Handbrake.Properties.Resources.Output_Small; + this.mnu_batch.Name = "mnu_batch"; + this.mnu_batch.Size = new System.Drawing.Size(190, 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(190, 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(190, 22); + this.mnu_export.Text = "Export Queue"; + this.mnu_export.Click += new System.EventHandler(this.mnu_export_Click); + // + // toolStripSeparator2 + // + this.toolStripSeparator2.Name = "toolStripSeparator2"; + this.toolStripSeparator2.Size = new System.Drawing.Size(187, 6); // - // pictureBox1 + // mnu_readd // - this.pictureBox1.Image = global::Handbrake.Properties.Resources.Queue; - this.pictureBox1.Location = new System.Drawing.Point(12, 61); - this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(37, 32); - this.pictureBox1.TabIndex = 61; - this.pictureBox1.TabStop = false; + this.mnu_readd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; + this.mnu_readd.Image = global::Handbrake.Properties.Resources.AddToQueue_small; + this.mnu_readd.Name = "mnu_readd"; + this.mnu_readd.Size = new System.Drawing.Size(190, 22); + this.mnu_readd.Text = "Re-Add Current Job"; + this.mnu_readd.Click += new System.EventHandler(this.mnu_readd_Click); + // + // SaveFile + // + this.SaveFile.Filter = "Batch|.bat"; // // list_queue // @@ -277,17 +329,19 @@ namespace Handbrake this.Destination, this.EncoderVideo, this.Audio}); + this.list_queue.ContextMenuStrip = this.mnu_queue; + this.list_queue.Dock = System.Windows.Forms.DockStyle.Fill; 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(12, 157); - this.list_queue.MultiSelect = false; + this.list_queue.Location = new System.Drawing.Point(15, 0); this.list_queue.Name = "list_queue"; - this.list_queue.Size = new System.Drawing.Size(755, 185); + this.list_queue.Size = new System.Drawing.Size(749, 219); 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 // @@ -307,7 +361,7 @@ namespace Handbrake // Destination // this.Destination.Text = "Destination"; - this.Destination.Width = 215; + this.Destination.Width = 210; // // EncoderVideo // @@ -319,77 +373,146 @@ namespace Handbrake this.Audio.Text = "Audio Encoder"; this.Audio.Width = 94; // - // lbl_progressValue + // mnu_queue + // + this.mnu_queue.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.mnu_up, + this.mnu_Down, + this.toolStripSeparator3, + this.mnu_delete}); + this.mnu_queue.Name = "mnu_queue"; + this.mnu_queue.Size = new System.Drawing.Size(142, 76); + // + // mnu_up + // + this.mnu_up.Name = "mnu_up"; + this.mnu_up.Size = new System.Drawing.Size(141, 22); + this.mnu_up.Text = "Move Up"; + this.mnu_up.Click += new System.EventHandler(this.mnu_up_Click); + // + // mnu_Down + // + this.mnu_Down.Name = "mnu_Down"; + this.mnu_Down.Size = new System.Drawing.Size(141, 22); + this.mnu_Down.Text = "Move Down"; + this.mnu_Down.Click += new System.EventHandler(this.mnu_Down_Click); + // + // toolStripSeparator3 + // + this.toolStripSeparator3.Name = "toolStripSeparator3"; + this.toolStripSeparator3.Size = new System.Drawing.Size(138, 6); + // + // mnu_delete + // + this.mnu_delete.Name = "mnu_delete"; + this.mnu_delete.Size = new System.Drawing.Size(141, 22); + this.mnu_delete.Text = "Delete"; + this.mnu_delete.Click += new System.EventHandler(this.mnu_delete_Click); + // + // statusStrip1 + // + this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.lbl_encodesPending}); + this.statusStrip1.Location = new System.Drawing.Point(0, 368); + this.statusStrip1.Name = "statusStrip1"; + this.statusStrip1.Size = new System.Drawing.Size(779, 22); + this.statusStrip1.TabIndex = 73; + this.statusStrip1.Text = "statusStrip1"; + // + // 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(105, 17); + this.lbl_encodesPending.Text = "0 encode(s) pending"; + // + // OpenFile + // + this.OpenFile.Filter = "HandBrake Queue|*.queue"; + // + // splitContainer1 + // + this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; + this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; + this.splitContainer1.IsSplitterFixed = true; + this.splitContainer1.Location = new System.Drawing.Point(0, 39); + this.splitContainer1.Name = "splitContainer1"; + this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; + // + // splitContainer1.Panel1 // - this.lbl_progressValue.AutoSize = true; - this.lbl_progressValue.Location = new System.Drawing.Point(737, 353); - this.lbl_progressValue.Name = "lbl_progressValue"; - this.lbl_progressValue.Size = new System.Drawing.Size(30, 13); - this.lbl_progressValue.TabIndex = 36; - this.lbl_progressValue.Text = "0 %"; + this.splitContainer1.Panel1.Controls.Add(this.label3); + this.splitContainer1.Panel1.Controls.Add(this.label1); + this.splitContainer1.Panel1.Controls.Add(this.btn_down); + this.splitContainer1.Panel1.Controls.Add(this.lbl_title); + this.splitContainer1.Panel1.Controls.Add(this.btn_up); + this.splitContainer1.Panel1.Controls.Add(this.lbl_aEnc); + this.splitContainer1.Panel1.Controls.Add(this.lbl_source); + this.splitContainer1.Panel1.Controls.Add(this.label4); + this.splitContainer1.Panel1.Controls.Add(this.lbl_chapt); + this.splitContainer1.Panel1.Controls.Add(this.lbl_dest); + this.splitContainer1.Panel1.Controls.Add(this.lbl_vEnc); + this.splitContainer1.Panel1.Controls.Add(this.btn_delete); // - // progressBar + // splitContainer1.Panel2 // - this.progressBar.Location = new System.Drawing.Point(76, 348); - this.progressBar.Name = "progressBar"; - this.progressBar.Size = new System.Drawing.Size(655, 23); - this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous; - this.progressBar.TabIndex = 34; + this.splitContainer1.Panel2.Controls.Add(this.list_queue); + this.splitContainer1.Panel2.Controls.Add(this.panel3); + this.splitContainer1.Panel2.Controls.Add(this.panel2); + this.splitContainer1.Panel2.Controls.Add(this.panel1); + this.splitContainer1.Size = new System.Drawing.Size(779, 329); + this.splitContainer1.SplitterDistance = 94; + this.splitContainer1.SplitterWidth = 1; + this.splitContainer1.TabIndex = 74; // - // label2 + // panel3 // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(9, 353); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(62, 13); - this.label2.TabIndex = 35; - this.label2.Text = "Progress:"; + this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom; + this.panel3.Location = new System.Drawing.Point(15, 219); + this.panel3.Name = "panel3"; + this.panel3.Size = new System.Drawing.Size(749, 15); + this.panel3.TabIndex = 77; + // + // panel2 + // + this.panel2.Dock = System.Windows.Forms.DockStyle.Right; + this.panel2.Location = new System.Drawing.Point(764, 0); + this.panel2.Name = "panel2"; + this.panel2.Size = new System.Drawing.Size(15, 234); + this.panel2.TabIndex = 76; // - // lbl_status + // panel1 // - this.lbl_status.AutoSize = true; - this.lbl_status.BackColor = System.Drawing.Color.Transparent; - 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(319, 353); - 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.panel1.Dock = System.Windows.Forms.DockStyle.Left; + this.panel1.Location = new System.Drawing.Point(0, 0); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(15, 234); + this.panel1.TabIndex = 75; // // frmQueue // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(780, 386); - this.Controls.Add(this.lbl_status); - this.Controls.Add(this.label2); - this.Controls.Add(this.list_queue); - this.Controls.Add(this.progressBar); - this.Controls.Add(this.lbl_progressValue); - this.Controls.Add(this.pictureBox1); - this.Controls.Add(this.btn_down); - this.Controls.Add(this.btn_up); + this.ClientSize = new System.Drawing.Size(779, 390); + this.Controls.Add(this.splitContainer1); + this.Controls.Add(this.statusStrip1); 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.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"; this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); + this.mnu_queue.ResumeLayout(false); + this.statusStrip1.ResumeLayout(false); + this.statusStrip1.PerformLayout(); + this.splitContainer1.Panel1.ResumeLayout(false); + this.splitContainer1.Panel1.PerformLayout(); + this.splitContainer1.Panel2.ResumeLayout(false); + this.splitContainer1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); @@ -410,12 +533,10 @@ namespace Handbrake private System.Windows.Forms.Label lbl_source; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; - private System.Windows.Forms.PictureBox pictureBox1; 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.ToolStripButton btn_batch; + private System.Windows.Forms.ToolStripButton btn_pause; private System.Windows.Forms.SaveFileDialog SaveFile; private System.Windows.Forms.ListView list_queue; private System.Windows.Forms.ColumnHeader Title; @@ -424,9 +545,23 @@ namespace Handbrake private System.Windows.Forms.ColumnHeader Destination; private System.Windows.Forms.ColumnHeader EncoderVideo; private System.Windows.Forms.ColumnHeader Audio; - private System.Windows.Forms.Label lbl_progressValue; - private System.Windows.Forms.ProgressBar progressBar; - private System.Windows.Forms.Label label2; - private System.Windows.Forms.Label lbl_status; + private System.Windows.Forms.StatusStrip statusStrip1; + 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; + private System.Windows.Forms.SplitContainer splitContainer1; + private System.Windows.Forms.Panel panel2; + private System.Windows.Forms.Panel panel1; + private System.Windows.Forms.Panel panel3; + private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; + private System.Windows.Forms.ToolStripMenuItem mnu_readd; + private System.Windows.Forms.ContextMenuStrip mnu_queue; + private System.Windows.Forms.ToolStripMenuItem mnu_up; + private System.Windows.Forms.ToolStripMenuItem mnu_Down; + private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; + private System.Windows.Forms.ToolStripMenuItem mnu_delete; } -} \ No newline at end of file +}