OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmQueue.Designer.cs
index a775c96..98d04d0 100644 (file)
@@ -57,6 +57,8 @@ namespace Handbrake
             this.mnu_batch = new System.Windows.Forms.ToolStripMenuItem();\r
             this.mnu_import = new System.Windows.Forms.ToolStripMenuItem();\r
             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.SaveFile = new System.Windows.Forms.SaveFileDialog();\r
             this.list_queue = new System.Windows.Forms.ListView();\r
             this.Title = new System.Windows.Forms.ColumnHeader();\r
@@ -65,6 +67,11 @@ namespace Handbrake
             this.Destination = new System.Windows.Forms.ColumnHeader();\r
             this.EncoderVideo = new System.Windows.Forms.ColumnHeader();\r
             this.Audio = new System.Windows.Forms.ColumnHeader();\r
+            this.mnu_queue = new System.Windows.Forms.ContextMenuStrip(this.components);\r
+            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_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
@@ -73,6 +80,7 @@ namespace Handbrake
             this.panel2 = new System.Windows.Forms.Panel();\r
             this.panel1 = new System.Windows.Forms.Panel();\r
             this.toolStrip1.SuspendLayout();\r
+            this.mnu_queue.SuspendLayout();\r
             this.statusStrip1.SuspendLayout();\r
             this.splitContainer1.Panel1.SuspendLayout();\r
             this.splitContainer1.Panel2.SuspendLayout();\r
@@ -223,7 +231,7 @@ namespace Handbrake
             this.drop_button_queue});\r
             this.toolStrip1.Location = new System.Drawing.Point(0, 0);\r
             this.toolStrip1.Name = "toolStrip1";\r
-            this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;\r
+            this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;\r
             this.toolStrip1.Size = new System.Drawing.Size(779, 39);\r
             this.toolStrip1.TabIndex = 71;\r
             this.toolStrip1.Text = "toolStrip1";\r
@@ -260,7 +268,9 @@ namespace Handbrake
             this.drop_button_queue.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
             this.mnu_batch,\r
             this.mnu_import,\r
-            this.mnu_export});\r
+            this.mnu_export,\r
+            this.toolStripSeparator2,\r
+            this.mnu_readd});\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,6 +302,20 @@ namespace Handbrake
             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(187, 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(190, 22);\r
+            this.mnu_readd.Text = "Re-Add Current Job";\r
+            this.mnu_readd.Click += new System.EventHandler(this.mnu_readd_Click);\r
+            // \r
             // SaveFile\r
             // \r
             this.SaveFile.Filter = "Batch|.bat";\r
@@ -305,13 +329,13 @@ namespace Handbrake
             this.Destination,\r
             this.EncoderVideo,\r
             this.Audio});\r
+            this.list_queue.ContextMenuStrip = this.mnu_queue;\r
             this.list_queue.Dock = System.Windows.Forms.DockStyle.Fill;\r
             this.list_queue.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.list_queue.FullRowSelect = true;\r
             this.list_queue.GridLines = true;\r
             this.list_queue.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;\r
             this.list_queue.Location = new System.Drawing.Point(15, 0);\r
-            this.list_queue.MultiSelect = false;\r
             this.list_queue.Name = "list_queue";\r
             this.list_queue.Size = new System.Drawing.Size(749, 219);\r
             this.list_queue.TabIndex = 72;\r
@@ -349,6 +373,42 @@ namespace Handbrake
             this.Audio.Text = "Audio Encoder";\r
             this.Audio.Width = 94;\r
             // \r
+            // mnu_queue\r
+            // \r
+            this.mnu_queue.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
+            this.mnu_up,\r
+            this.mnu_Down,\r
+            this.toolStripSeparator3,\r
+            this.mnu_delete});\r
+            this.mnu_queue.Name = "mnu_queue";\r
+            this.mnu_queue.Size = new System.Drawing.Size(142, 76);\r
+            // \r
+            // mnu_up\r
+            // \r
+            this.mnu_up.Name = "mnu_up";\r
+            this.mnu_up.Size = new System.Drawing.Size(141, 22);\r
+            this.mnu_up.Text = "Move Up";\r
+            this.mnu_up.Click += new System.EventHandler(this.mnu_up_Click);\r
+            // \r
+            // mnu_Down\r
+            // \r
+            this.mnu_Down.Name = "mnu_Down";\r
+            this.mnu_Down.Size = new System.Drawing.Size(141, 22);\r
+            this.mnu_Down.Text = "Move Down";\r
+            this.mnu_Down.Click += new System.EventHandler(this.mnu_Down_Click);\r
+            // \r
+            // toolStripSeparator3\r
+            // \r
+            this.toolStripSeparator3.Name = "toolStripSeparator3";\r
+            this.toolStripSeparator3.Size = new System.Drawing.Size(138, 6);\r
+            // \r
+            // mnu_delete\r
+            // \r
+            this.mnu_delete.Name = "mnu_delete";\r
+            this.mnu_delete.Size = new System.Drawing.Size(141, 22);\r
+            this.mnu_delete.Text = "Delete";\r
+            this.mnu_delete.Click += new System.EventHandler(this.mnu_delete_Click);\r
+            // \r
             // statusStrip1\r
             // \r
             this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
@@ -446,6 +506,7 @@ namespace Handbrake
             this.Text = "Encode Queue";\r
             this.toolStrip1.ResumeLayout(false);\r
             this.toolStrip1.PerformLayout();\r
+            this.mnu_queue.ResumeLayout(false);\r
             this.statusStrip1.ResumeLayout(false);\r
             this.statusStrip1.PerformLayout();\r
             this.splitContainer1.Panel1.ResumeLayout(false);\r
@@ -495,5 +556,12 @@ namespace Handbrake
         private System.Windows.Forms.Panel panel2;\r
         private System.Windows.Forms.Panel panel1;\r
         private System.Windows.Forms.Panel panel3;\r
+        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;\r
+        private System.Windows.Forms.ToolStripMenuItem mnu_readd;\r
+        private System.Windows.Forms.ContextMenuStrip mnu_queue;\r
+        private System.Windows.Forms.ToolStripMenuItem mnu_up;\r
+        private System.Windows.Forms.ToolStripMenuItem mnu_Down;\r
+        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;\r
+        private System.Windows.Forms.ToolStripMenuItem mnu_delete;\r
     }\r
-}
\ No newline at end of file
+}\r