OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmAddPreset.Designer.cs
index 61884d5..3db705c 100644 (file)
@@ -1,4 +1,10 @@
-namespace Handbrake\r
+/*  AudioTrack.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
+\r
+namespace Handbrake\r
 {\r
     partial class frmAddPreset\r
     {\r
             this.lbl_name = new System.Windows.Forms.Label();\r
             this.txt_preset_name = new System.Windows.Forms.TextBox();\r
             this.btn_add = new System.Windows.Forms.Button();\r
+            this.btn_cancel = new System.Windows.Forms.Button();\r
             this.SuspendLayout();\r
             // \r
             // lbl_name\r
             // \r
             this.lbl_name.AutoSize = true;\r
             this.lbl_name.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.lbl_name.Location = new System.Drawing.Point(12, 20);\r
+            this.lbl_name.Location = new System.Drawing.Point(14, 20);\r
             this.lbl_name.Name = "lbl_name";\r
             this.lbl_name.Size = new System.Drawing.Size(89, 13);\r
             this.lbl_name.TabIndex = 1;\r
             // \r
             this.txt_preset_name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
             this.txt_preset_name.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.txt_preset_name.Location = new System.Drawing.Point(107, 17);\r
+            this.txt_preset_name.Location = new System.Drawing.Point(109, 17);\r
             this.txt_preset_name.Name = "txt_preset_name";\r
-            this.txt_preset_name.Size = new System.Drawing.Size(193, 21);\r
+            this.txt_preset_name.Size = new System.Drawing.Size(241, 21);\r
             this.txt_preset_name.TabIndex = 2;\r
             // \r
             // btn_add\r
             // \r
-            this.btn_add.BackColor = System.Drawing.Color.Transparent;\r
+            this.btn_add.BackColor = System.Drawing.SystemColors.Control;\r
             this.btn_add.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
-            this.btn_add.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.btn_add.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.btn_add.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_add.Location = new System.Drawing.Point(200, 44);\r
+            this.btn_add.Location = new System.Drawing.Point(284, 44);\r
             this.btn_add.Name = "btn_add";\r
-            this.btn_add.Size = new System.Drawing.Size(100, 22);\r
-            this.btn_add.TabIndex = 4;\r
+            this.btn_add.Size = new System.Drawing.Size(66, 22);\r
+            this.btn_add.TabIndex = 0;\r
             this.btn_add.TabStop = false;\r
-            this.btn_add.Text = "Add Preset";\r
+            this.btn_add.Text = "Add";\r
             this.btn_add.UseVisualStyleBackColor = false;\r
             this.btn_add.Click += new System.EventHandler(this.btn_add_Click);\r
             // \r
+            // btn_cancel\r
+            // \r
+            this.btn_cancel.BackColor = System.Drawing.SystemColors.Control;\r
+            this.btn_cancel.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
+            this.btn_cancel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.btn_cancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
+            this.btn_cancel.Location = new System.Drawing.Point(212, 44);\r
+            this.btn_cancel.Name = "btn_cancel";\r
+            this.btn_cancel.Size = new System.Drawing.Size(66, 22);\r
+            this.btn_cancel.TabIndex = 3;\r
+            this.btn_cancel.TabStop = false;\r
+            this.btn_cancel.Text = "Cancel";\r
+            this.btn_cancel.UseVisualStyleBackColor = false;\r
+            this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);\r
+            // \r
             // frmAddPreset\r
             // \r
-            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
+            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);\r
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
-            this.ClientSize = new System.Drawing.Size(314, 76);\r
+            this.ClientSize = new System.Drawing.Size(362, 76);\r
+            this.Controls.Add(this.btn_cancel);\r
             this.Controls.Add(this.btn_add);\r
             this.Controls.Add(this.txt_preset_name);\r
             this.Controls.Add(this.lbl_name);\r
+            this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
             this.MaximizeBox = false;\r
             this.MinimizeBox = false;\r
         private System.Windows.Forms.Label lbl_name;\r
         private System.Windows.Forms.TextBox txt_preset_name;\r
         internal System.Windows.Forms.Button btn_add;\r
+        internal System.Windows.Forms.Button btn_cancel;\r
     }\r
 }
\ No newline at end of file