OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmQueue.Designer.cs
index f5b379c..12a5bcc 100644 (file)
@@ -1,8 +1,7 @@
 /*  frmQueue.Designer.cs \r
-       \r
-          This file is part of the HandBrake source code.\r
-          Homepage: <http://handbrake.fr>.\r
-          It may be used under the terms of the GNU General Public License. */\r
+    This file is part of the HandBrake source code.\r
+    Homepage: <http://handbrake.fr>.\r
+    It may be used under the terms of the GNU General Public License. */\r
 \r
 namespace Handbrake\r
 {\r
@@ -71,15 +70,17 @@ namespace Handbrake
             this.mnu_up = new System.Windows.Forms.ToolStripMenuItem();\r
             this.mnu_Down = new System.Windows.Forms.ToolStripMenuItem();\r
             this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();\r
+            this.mnu_edit = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();\r
             this.mnu_delete = new System.Windows.Forms.ToolStripMenuItem();\r
             this.statusStrip1 = new System.Windows.Forms.StatusStrip();\r
             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
@@ -105,7 +106,7 @@ namespace Handbrake
             this.btn_down.Text = "Down";\r
             this.toolTip1.SetToolTip(this.btn_down, "Move the selected item down 1 place in the queue");\r
             this.btn_down.UseVisualStyleBackColor = true;\r
-            this.btn_down.Click += new System.EventHandler(this.btn_down_Click);\r
+            this.btn_down.Click += new System.EventHandler(this.BtnDownClick);\r
             // \r
             // btn_up\r
             // \r
@@ -123,7 +124,7 @@ namespace Handbrake
             this.btn_up.Text = "Up";\r
             this.toolTip1.SetToolTip(this.btn_up, "Move the selected item up 1 place in the queue.");\r
             this.btn_up.UseVisualStyleBackColor = true;\r
-            this.btn_up.Click += new System.EventHandler(this.btn_up_Click);\r
+            this.btn_up.Click += new System.EventHandler(this.BtnUpClick);\r
             // \r
             // btn_delete\r
             // \r
@@ -141,7 +142,7 @@ namespace Handbrake
             this.btn_delete.Text = "Delete";\r
             this.toolTip1.SetToolTip(this.btn_delete, "Remove the selected item from the queue");\r
             this.btn_delete.UseVisualStyleBackColor = true;\r
-            this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);\r
+            this.btn_delete.Click += new System.EventHandler(this.BtnDeleteClick);\r
             // \r
             // label4\r
             // \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
@@ -254,7 +257,7 @@ namespace Handbrake
             this.btn_encode.Name = "btn_encode";\r
             this.btn_encode.Size = new System.Drawing.Size(82, 36);\r
             this.btn_encode.Text = "Encode";\r
-            this.btn_encode.Click += new System.EventHandler(this.btn_encode_Click);\r
+            this.btn_encode.Click += new System.EventHandler(this.BtnEncodeClick);\r
             // \r
             // btn_pause\r
             // \r
@@ -266,7 +269,7 @@ namespace Handbrake
             this.btn_pause.Size = new System.Drawing.Size(74, 36);\r
             this.btn_pause.Text = "Pause";\r
             this.btn_pause.Visible = false;\r
-            this.btn_pause.Click += new System.EventHandler(this.btn_pause_Click);\r
+            this.btn_pause.Click += new System.EventHandler(this.BtnPauseClick);\r
             // \r
             // toolStripSeparator1\r
             // \r
@@ -292,39 +295,40 @@ 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(235, 22);\r
             this.mnu_batch.Text = "Generate Batch Script";\r
-            this.mnu_batch.Click += new System.EventHandler(this.mnu_batch_Click);\r
+            this.mnu_batch.Click += new System.EventHandler(this.MnuBatchClick);\r
             // \r
             // mnu_import\r
             // \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(235, 22);\r
             this.mnu_import.Text = "Import Queue";\r
-            this.mnu_import.Click += new System.EventHandler(this.mnu_import_Click);\r
+            this.mnu_import.Click += new System.EventHandler(this.MnuImportClick);\r
             // \r
             // mnu_export\r
             // \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(235, 22);\r
             this.mnu_export.Text = "Export Queue";\r
-            this.mnu_export.Click += new System.EventHandler(this.mnu_export_Click);\r
+            this.mnu_export.Click += new System.EventHandler(this.MnuExportClick);\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(232, 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.Click += new System.EventHandler(this.mnu_readd_Click);\r
+            this.mnu_readd.Size = new System.Drawing.Size(235, 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.MnuReaddClick);\r
             // \r
             // SaveFile\r
             // \r
@@ -351,7 +355,7 @@ namespace Handbrake
             this.list_queue.TabIndex = 72;\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
+            this.list_queue.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ListQueueDeleteKey);\r
             // \r
             // Title\r
             // \r
@@ -389,35 +393,49 @@ namespace Handbrake
             this.mnu_up,\r
             this.mnu_Down,\r
             this.toolStripSeparator3,\r
+            this.mnu_edit,\r
+            this.toolStripSeparator4,\r
             this.mnu_delete});\r
             this.mnu_queue.Name = "mnu_queue";\r
-            this.mnu_queue.Size = new System.Drawing.Size(139, 76);\r
+            this.mnu_queue.Size = new System.Drawing.Size(153, 126);\r
             // \r
             // mnu_up\r
             // \r
             this.mnu_up.Name = "mnu_up";\r
-            this.mnu_up.Size = new System.Drawing.Size(138, 22);\r
+            this.mnu_up.Size = new System.Drawing.Size(152, 22);\r
             this.mnu_up.Text = "Move Up";\r
-            this.mnu_up.Click += new System.EventHandler(this.mnu_up_Click);\r
+            this.mnu_up.Click += new System.EventHandler(this.MnuUpClick);\r
             // \r
             // mnu_Down\r
             // \r
             this.mnu_Down.Name = "mnu_Down";\r
-            this.mnu_Down.Size = new System.Drawing.Size(138, 22);\r
+            this.mnu_Down.Size = new System.Drawing.Size(152, 22);\r
             this.mnu_Down.Text = "Move Down";\r
-            this.mnu_Down.Click += new System.EventHandler(this.mnu_Down_Click);\r
+            this.mnu_Down.Click += new System.EventHandler(this.MnuDownClick);\r
             // \r
             // toolStripSeparator3\r
             // \r
             this.toolStripSeparator3.Name = "toolStripSeparator3";\r
-            this.toolStripSeparator3.Size = new System.Drawing.Size(135, 6);\r
+            this.toolStripSeparator3.Size = new System.Drawing.Size(149, 6);\r
+            // \r
+            // mnu_edit\r
+            // \r
+            this.mnu_edit.Name = "mnu_edit";\r
+            this.mnu_edit.Size = new System.Drawing.Size(152, 22);\r
+            this.mnu_edit.Text = "Edit";\r
+            this.mnu_edit.Click += new System.EventHandler(this.MnuEditClick);\r
+            // \r
+            // toolStripSeparator4\r
+            // \r
+            this.toolStripSeparator4.Name = "toolStripSeparator4";\r
+            this.toolStripSeparator4.Size = new System.Drawing.Size(149, 6);\r
             // \r
             // mnu_delete\r
             // \r
             this.mnu_delete.Name = "mnu_delete";\r
-            this.mnu_delete.Size = new System.Drawing.Size(138, 22);\r
+            this.mnu_delete.Size = new System.Drawing.Size(152, 22);\r
             this.mnu_delete.Text = "Delete";\r
-            this.mnu_delete.Click += new System.EventHandler(this.mnu_delete_Click);\r
+            this.mnu_delete.Click += new System.EventHandler(this.MnuDeleteClick);\r
             // \r
             // statusStrip1\r
             // \r
@@ -466,30 +484,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 +519,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 +619,7 @@ 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_edit;\r
+        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;\r
     }\r
 }\r