OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmMain.Designer.cs
index 418b479..30b8af7 100644 (file)
@@ -167,6 +167,7 @@ namespace Handbrake
             this.btn_encode = new System.Windows.Forms.Button();\r
             this.Version = new System.Windows.Forms.Label();\r
             this.lbl_encode = new System.Windows.Forms.Label();\r
+            this.btn_eCancel = new System.Windows.Forms.Button();\r
             Label38 = new System.Windows.Forms.Label();\r
             this.frmMainMenu.SuspendLayout();\r
             this.GroupBox1.SuspendLayout();\r
@@ -1637,7 +1638,7 @@ namespace Handbrake
             this.btn_queue.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.btn_queue.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.btn_queue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_queue.Location = new System.Drawing.Point(406, 589);\r
+            this.btn_queue.Location = new System.Drawing.Point(335, 589);\r
             this.btn_queue.Name = "btn_queue";\r
             this.btn_queue.Size = new System.Drawing.Size(124, 22);\r
             this.btn_queue.TabIndex = 416;\r
@@ -1683,11 +1684,29 @@ namespace Handbrake
             this.lbl_encode.Text = "Encoding started...";\r
             this.lbl_encode.Visible = false;\r
             // \r
+            // btn_eCancel\r
+            // \r
+            this.btn_eCancel.BackColor = System.Drawing.SystemColors.Control;\r
+            this.btn_eCancel.Enabled = false;\r
+            this.btn_eCancel.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
+            this.btn_eCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
+            this.btn_eCancel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.btn_eCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
+            this.btn_eCancel.Location = new System.Drawing.Point(465, 589);\r
+            this.btn_eCancel.Name = "btn_eCancel";\r
+            this.btn_eCancel.Size = new System.Drawing.Size(65, 22);\r
+            this.btn_eCancel.TabIndex = 419;\r
+            this.btn_eCancel.TabStop = false;\r
+            this.btn_eCancel.Text = "Cancel";\r
+            this.btn_eCancel.UseVisualStyleBackColor = false;\r
+            this.btn_eCancel.Click += new System.EventHandler(this.btn_eCancel_Click);\r
+            // \r
             // frmMain\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(675, 621);\r
+            this.Controls.Add(this.btn_eCancel);\r
             this.Controls.Add(this.lbl_encode);\r
             this.Controls.Add(this.lbl_update);\r
             this.Controls.Add(this.btn_queue);\r
@@ -1863,6 +1882,7 @@ namespace Handbrake
         private System.Windows.Forms.Label lbl_chptWarn;\r
         internal System.Windows.Forms.SaveFileDialog DVD_Save;\r
         private System.Windows.Forms.Label lbl_encode;\r
+        internal System.Windows.Forms.Button btn_eCancel;\r
 \r
     }\r
 }
\ No newline at end of file