OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmQueue.Designer.cs
index a8997e1..13ba68e 100644 (file)
@@ -50,6 +50,8 @@ 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.drp_completeOption = new System.Windows.Forms.ToolStripComboBox();\r
+            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();\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
@@ -70,9 +72,10 @@ namespace Handbrake
             this.OpenFile = new System.Windows.Forms.OpenFileDialog();\r
             this.lbl_encodeStatus = new System.Windows.Forms.Label();\r
             this.splitContainer1 = new System.Windows.Forms.SplitContainer();\r
-            this.panel1 = new System.Windows.Forms.Panel();\r
-            this.panel2 = new System.Windows.Forms.Panel();\r
             this.lbl_encodeOptions = new System.Windows.Forms.Label();\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.toolStrip1.SuspendLayout();\r
             this.mnu_queue.SuspendLayout();\r
             this.statusStrip1.SuspendLayout();\r
@@ -127,11 +130,13 @@ namespace Handbrake
             this.btn_encode,\r
             this.btn_pause,\r
             this.toolStripSeparator1,\r
-            this.drop_button_queue});\r
+            this.drop_button_queue,\r
+            this.drp_completeOption,\r
+            this.toolStripButton1});\r
             this.toolStrip1.Location = new System.Drawing.Point(0, 0);\r
             this.toolStrip1.Name = "toolStrip1";\r
             this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;\r
-            this.toolStrip1.Size = new System.Drawing.Size(813, 39);\r
+            this.toolStrip1.Size = new System.Drawing.Size(789, 39);\r
             this.toolStrip1.TabIndex = 71;\r
             this.toolStrip1.Text = "toolStrip1";\r
             // \r
@@ -216,6 +221,34 @@ namespace Handbrake
             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
+            // drp_completeOption\r
+            // \r
+            this.drp_completeOption.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;\r
+            this.drp_completeOption.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
+            this.drp_completeOption.FlatStyle = System.Windows.Forms.FlatStyle.System;\r
+            this.drp_completeOption.Items.AddRange(new object[] {\r
+            "Do nothing",\r
+            "Shutdown",\r
+            "Suspend",\r
+            "Hibernate",\r
+            "Lock system",\r
+            "Log off",\r
+            "Quit HandBrake"});\r
+            this.drp_completeOption.Margin = new System.Windows.Forms.Padding(1, 0, 15, 0);\r
+            this.drp_completeOption.Name = "drp_completeOption";\r
+            this.drp_completeOption.Size = new System.Drawing.Size(155, 39);\r
+            this.drp_completeOption.SelectedIndexChanged += new System.EventHandler(this.CompleteOptionChanged);\r
+            // \r
+            // toolStripButton1\r
+            // \r
+            this.toolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;\r
+            this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;\r
+            this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));\r
+            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;\r
+            this.toolStripButton1.Name = "toolStripButton1";\r
+            this.toolStripButton1.Size = new System.Drawing.Size(76, 36);\r
+            this.toolStripButton1.Text = "When Done:";\r
+            // \r
             // SaveFile\r
             // \r
             this.SaveFile.Filter = "Batch|.bat";\r
@@ -237,7 +270,7 @@ namespace Handbrake
             this.list_queue.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;\r
             this.list_queue.Location = new System.Drawing.Point(15, 0);\r
             this.list_queue.Name = "list_queue";\r
-            this.list_queue.Size = new System.Drawing.Size(773, 214);\r
+            this.list_queue.Size = new System.Drawing.Size(759, 199);\r
             this.list_queue.TabIndex = 72;\r
             this.list_queue.UseCompatibleStateImageBehavior = false;\r
             this.list_queue.View = System.Windows.Forms.View.Details;\r
@@ -330,7 +363,8 @@ namespace Handbrake
             this.statusStrip1.Location = new System.Drawing.Point(0, 363);\r
             this.statusStrip1.Name = "statusStrip1";\r
             this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 12, 0);\r
-            this.statusStrip1.Size = new System.Drawing.Size(813, 22);\r
+            this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;\r
+            this.statusStrip1.Size = new System.Drawing.Size(789, 22);\r
             this.statusStrip1.TabIndex = 73;\r
             this.statusStrip1.Text = "statusStrip1";\r
             // \r
@@ -357,6 +391,7 @@ namespace Handbrake
             // \r
             // splitContainer1\r
             // \r
+            this.splitContainer1.BackColor = System.Drawing.Color.Transparent;\r
             this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;\r
             this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;\r
             this.splitContainer1.Location = new System.Drawing.Point(0, 39);\r
@@ -365,6 +400,8 @@ namespace Handbrake
             // \r
             // splitContainer1.Panel1\r
             // \r
+            this.splitContainer1.Panel1.BackColor = System.Drawing.Color.Transparent;\r
+            this.splitContainer1.Panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;\r
             this.splitContainer1.Panel1.Controls.Add(this.lbl_encodeOptions);\r
             this.splitContainer1.Panel1.Controls.Add(this.label3);\r
             this.splitContainer1.Panel1.Controls.Add(this.lbl_dest);\r
@@ -375,42 +412,54 @@ namespace Handbrake
             // splitContainer1.Panel2\r
             // \r
             this.splitContainer1.Panel2.Controls.Add(this.list_queue);\r
+            this.splitContainer1.Panel2.Controls.Add(this.panel3);\r
             this.splitContainer1.Panel2.Controls.Add(this.panel2);\r
             this.splitContainer1.Panel2.Controls.Add(this.panel1);\r
-            this.splitContainer1.Size = new System.Drawing.Size(813, 324);\r
+            this.splitContainer1.Size = new System.Drawing.Size(789, 324);\r
             this.splitContainer1.SplitterDistance = 106;\r
             this.splitContainer1.TabIndex = 74;\r
             // \r
-            // panel1\r
+            // lbl_encodeOptions\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(15, 214);\r
-            this.panel1.TabIndex = 0;\r
+            this.lbl_encodeOptions.AutoEllipsis = true;\r
+            this.lbl_encodeOptions.Location = new System.Drawing.Point(117, 73);\r
+            this.lbl_encodeOptions.Name = "lbl_encodeOptions";\r
+            this.lbl_encodeOptions.Size = new System.Drawing.Size(671, 33);\r
+            this.lbl_encodeOptions.TabIndex = 74;\r
+            this.lbl_encodeOptions.Text = "-";\r
+            // \r
+            // panel3\r
+            // \r
+            this.panel3.BackColor = System.Drawing.Color.Transparent;\r
+            this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;\r
+            this.panel3.Location = new System.Drawing.Point(15, 199);\r
+            this.panel3.Name = "panel3";\r
+            this.panel3.Size = new System.Drawing.Size(759, 15);\r
+            this.panel3.TabIndex = 73;\r
             // \r
             // panel2\r
             // \r
+            this.panel2.BackColor = System.Drawing.Color.Transparent;\r
             this.panel2.Dock = System.Windows.Forms.DockStyle.Right;\r
-            this.panel2.Location = new System.Drawing.Point(788, 0);\r
+            this.panel2.Location = new System.Drawing.Point(774, 0);\r
             this.panel2.Name = "panel2";\r
-            this.panel2.Size = new System.Drawing.Size(25, 214);\r
+            this.panel2.Size = new System.Drawing.Size(15, 214);\r
             this.panel2.TabIndex = 1;\r
             // \r
-            // lbl_encodeOptions\r
+            // panel1\r
             // \r
-            this.lbl_encodeOptions.AutoEllipsis = true;\r
-            this.lbl_encodeOptions.Location = new System.Drawing.Point(117, 73);\r
-            this.lbl_encodeOptions.Name = "lbl_encodeOptions";\r
-            this.lbl_encodeOptions.Size = new System.Drawing.Size(671, 33);\r
-            this.lbl_encodeOptions.TabIndex = 74;\r
-            this.lbl_encodeOptions.Text = "-";\r
+            this.panel1.BackColor = System.Drawing.Color.Transparent;\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(15, 214);\r
+            this.panel1.TabIndex = 0;\r
             // \r
             // frmQueue\r
             // \r
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
-            this.ClientSize = new System.Drawing.Size(813, 385);\r
+            this.ClientSize = new System.Drawing.Size(789, 385);\r
             this.Controls.Add(this.splitContainer1);\r
             this.Controls.Add(this.statusStrip1);\r
             this.Controls.Add(this.toolStrip1);\r
@@ -474,5 +523,8 @@ namespace Handbrake
         private System.Windows.Forms.Panel panel2;\r
         private System.Windows.Forms.Panel panel1;\r
         private System.Windows.Forms.Label lbl_encodeOptions;\r
+        private System.Windows.Forms.ToolStripComboBox drp_completeOption;\r
+        private System.Windows.Forms.ToolStripButton toolStripButton1;\r
+        private System.Windows.Forms.Panel panel3;\r
     }\r
 }\r