OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmQueue.Designer.cs
index 7d86537..bff81f0 100644 (file)
@@ -59,6 +59,7 @@ namespace Handbrake
             this.mnu_export = new System.Windows.Forms.ToolStripMenuItem();\r
             this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();\r
             this.mnu_readd = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.mnu_reconfigureJob = new System.Windows.Forms.ToolStripMenuItem();\r
             this.SaveFile = new System.Windows.Forms.SaveFileDialog();\r
             this.list_queue = new System.Windows.Forms.ListView();\r
             this.Title = new System.Windows.Forms.ColumnHeader();\r
@@ -76,10 +77,10 @@ namespace Handbrake
             this.lbl_encodesPending = new System.Windows.Forms.ToolStripStatusLabel();\r
             this.OpenFile = new System.Windows.Forms.OpenFileDialog();\r
             this.splitContainer1 = new System.Windows.Forms.SplitContainer();\r
+            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();\r
             this.panel3 = new System.Windows.Forms.Panel();\r
             this.panel2 = new System.Windows.Forms.Panel();\r
             this.panel1 = new System.Windows.Forms.Panel();\r
-            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();\r
             this.toolStrip1.SuspendLayout();\r
             this.mnu_queue.SuspendLayout();\r
             this.statusStrip1.SuspendLayout();\r
@@ -194,6 +195,7 @@ namespace Handbrake
             // lbl_dest\r
             // \r
             this.lbl_dest.AutoSize = true;\r
+            this.tableLayoutPanel1.SetColumnSpan(this.lbl_dest, 6);\r
             this.lbl_dest.Location = new System.Drawing.Point(108, 36);\r
             this.lbl_dest.Name = "lbl_dest";\r
             this.lbl_dest.Size = new System.Drawing.Size(11, 13);\r
@@ -204,6 +206,7 @@ namespace Handbrake
             // lbl_source\r
             // \r
             this.lbl_source.AutoSize = true;\r
+            this.tableLayoutPanel1.SetColumnSpan(this.lbl_source, 6);\r
             this.lbl_source.Location = new System.Drawing.Point(108, 23);\r
             this.lbl_source.Name = "lbl_source";\r
             this.lbl_source.Size = new System.Drawing.Size(11, 13);\r
@@ -280,7 +283,8 @@ namespace Handbrake
             this.mnu_import,\r
             this.mnu_export,\r
             this.toolStripSeparator2,\r
-            this.mnu_readd});\r
+            this.mnu_readd,\r
+            this.mnu_reconfigureJob});\r
             this.drop_button_queue.Image = global::Handbrake.Properties.Resources.ActivityWindow;\r
             this.drop_button_queue.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
             this.drop_button_queue.ImageTransparentColor = System.Drawing.Color.Magenta;\r
@@ -292,7 +296,7 @@ namespace Handbrake
             // \r
             this.mnu_batch.Image = global::Handbrake.Properties.Resources.Output_Small;\r
             this.mnu_batch.Name = "mnu_batch";\r
-            this.mnu_batch.Size = new System.Drawing.Size(187, 22);\r
+            this.mnu_batch.Size = new System.Drawing.Size(238, 22);\r
             this.mnu_batch.Text = "Generate Batch Script";\r
             this.mnu_batch.Click += new System.EventHandler(this.mnu_batch_Click);\r
             // \r
@@ -300,7 +304,7 @@ namespace Handbrake
             // \r
             this.mnu_import.Image = global::Handbrake.Properties.Resources.folder;\r
             this.mnu_import.Name = "mnu_import";\r
-            this.mnu_import.Size = new System.Drawing.Size(187, 22);\r
+            this.mnu_import.Size = new System.Drawing.Size(238, 22);\r
             this.mnu_import.Text = "Import Queue";\r
             this.mnu_import.Click += new System.EventHandler(this.mnu_import_Click);\r
             // \r
@@ -308,24 +312,34 @@ namespace Handbrake
             // \r
             this.mnu_export.Image = global::Handbrake.Properties.Resources.save;\r
             this.mnu_export.Name = "mnu_export";\r
-            this.mnu_export.Size = new System.Drawing.Size(187, 22);\r
+            this.mnu_export.Size = new System.Drawing.Size(238, 22);\r
             this.mnu_export.Text = "Export Queue";\r
             this.mnu_export.Click += new System.EventHandler(this.mnu_export_Click);\r
             // \r
             // toolStripSeparator2\r
             // \r
             this.toolStripSeparator2.Name = "toolStripSeparator2";\r
-            this.toolStripSeparator2.Size = new System.Drawing.Size(184, 6);\r
+            this.toolStripSeparator2.Size = new System.Drawing.Size(235, 6);\r
             // \r
             // mnu_readd\r
             // \r
             this.mnu_readd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;\r
             this.mnu_readd.Image = global::Handbrake.Properties.Resources.AddToQueue_small;\r
             this.mnu_readd.Name = "mnu_readd";\r
-            this.mnu_readd.Size = new System.Drawing.Size(187, 22);\r
-            this.mnu_readd.Text = "Re-Add Current Job";\r
+            this.mnu_readd.Size = new System.Drawing.Size(238, 22);\r
+            this.mnu_readd.Text = "Re-Add Currently Running Job";\r
+            this.mnu_readd.ToolTipText = "Readds the currently encoding job back onto the queue.";\r
             this.mnu_readd.Click += new System.EventHandler(this.mnu_readd_Click);\r
             // \r
+            // mnu_reconfigureJob\r
+            // \r
+            this.mnu_reconfigureJob.Name = "mnu_reconfigureJob";\r
+            this.mnu_reconfigureJob.Size = new System.Drawing.Size(238, 22);\r
+            this.mnu_reconfigureJob.Text = "Reconfigure Job (Experimental)";\r
+            this.mnu_reconfigureJob.ToolTipText = "Removes the job from the queue and sends it back to the main window.\r\nFrom there," +\r
+                " you can change settings then re-add it to the queue";\r
+            this.mnu_reconfigureJob.Click += new System.EventHandler(this.mnu_reconfigureJob_Click);\r
+            // \r
             // SaveFile\r
             // \r
             this.SaveFile.Filter = "Batch|.bat";\r
@@ -349,7 +363,7 @@ namespace Handbrake
             this.list_queue.Name = "list_queue";\r
             this.list_queue.Size = new System.Drawing.Size(761, 219);\r
             this.list_queue.TabIndex = 72;\r
-            //this.list_queue.UseCompatibleStateImageBehavior = false;\r
+            this.list_queue.UseCompatibleStateImageBehavior = false;\r
             this.list_queue.View = System.Windows.Forms.View.Details;\r
             this.list_queue.KeyUp += new System.Windows.Forms.KeyEventHandler(this.list_queue_deleteKey);\r
             // \r
@@ -466,30 +480,6 @@ namespace Handbrake
             this.splitContainer1.SplitterWidth = 1;\r
             this.splitContainer1.TabIndex = 74;\r
             // \r
-            // panel3\r
-            // \r
-            this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;\r
-            this.panel3.Location = new System.Drawing.Point(13, 219);\r
-            this.panel3.Name = "panel3";\r
-            this.panel3.Size = new System.Drawing.Size(761, 15);\r
-            this.panel3.TabIndex = 77;\r
-            // \r
-            // panel2\r
-            // \r
-            this.panel2.Dock = System.Windows.Forms.DockStyle.Right;\r
-            this.panel2.Location = new System.Drawing.Point(774, 0);\r
-            this.panel2.Name = "panel2";\r
-            this.panel2.Size = new System.Drawing.Size(13, 234);\r
-            this.panel2.TabIndex = 76;\r
-            // \r
-            // panel1\r
-            // \r
-            this.panel1.Dock = System.Windows.Forms.DockStyle.Left;\r
-            this.panel1.Location = new System.Drawing.Point(0, 0);\r
-            this.panel1.Name = "panel1";\r
-            this.panel1.Size = new System.Drawing.Size(13, 234);\r
-            this.panel1.TabIndex = 75;\r
-            // \r
             // tableLayoutPanel1\r
             // \r
             this.tableLayoutPanel1.AutoSize = true;\r
@@ -525,6 +515,30 @@ namespace Handbrake
             this.tableLayoutPanel1.Size = new System.Drawing.Size(762, 77);\r
             this.tableLayoutPanel1.TabIndex = 71;\r
             // \r
+            // panel3\r
+            // \r
+            this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;\r
+            this.panel3.Location = new System.Drawing.Point(13, 219);\r
+            this.panel3.Name = "panel3";\r
+            this.panel3.Size = new System.Drawing.Size(761, 15);\r
+            this.panel3.TabIndex = 77;\r
+            // \r
+            // panel2\r
+            // \r
+            this.panel2.Dock = System.Windows.Forms.DockStyle.Right;\r
+            this.panel2.Location = new System.Drawing.Point(774, 0);\r
+            this.panel2.Name = "panel2";\r
+            this.panel2.Size = new System.Drawing.Size(13, 234);\r
+            this.panel2.TabIndex = 76;\r
+            // \r
+            // panel1\r
+            // \r
+            this.panel1.Dock = System.Windows.Forms.DockStyle.Left;\r
+            this.panel1.Location = new System.Drawing.Point(0, 0);\r
+            this.panel1.Name = "panel1";\r
+            this.panel1.Size = new System.Drawing.Size(13, 234);\r
+            this.panel1.TabIndex = 75;\r
+            // \r
             // frmQueue\r
             // \r
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
@@ -601,5 +615,6 @@ namespace Handbrake
         private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;\r
         private System.Windows.Forms.ToolStripMenuItem mnu_delete;\r
         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;\r
+        private System.Windows.Forms.ToolStripMenuItem mnu_reconfigureJob;\r
     }\r
 }\r