OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmOptions.Designer.cs
index dac9e9a..1f22786 100644 (file)
@@ -1,8 +1,7 @@
 /*  frmOptions.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
@@ -40,6 +39,8 @@ namespace Handbrake
             this.drp_completeOption = new System.Windows.Forms.ComboBox();\r
             this.tab_options = new System.Windows.Forms.TabControl();\r
             this.tab_general = new System.Windows.Forms.TabPage();\r
+            this.check_TitleCase = new System.Windows.Forms.CheckBox();\r
+            this.check_removeUnderscores = new System.Windows.Forms.CheckBox();\r
             this.check_growlEncode = new System.Windows.Forms.CheckBox();\r
             this.check_GrowlQueue = new System.Windows.Forms.CheckBox();\r
             this.check_m4v = new System.Windows.Forms.CheckBox();\r
@@ -200,6 +201,8 @@ namespace Handbrake
             // \r
             // tab_general\r
             // \r
+            this.tab_general.Controls.Add(this.check_TitleCase);\r
+            this.tab_general.Controls.Add(this.check_removeUnderscores);\r
             this.tab_general.Controls.Add(this.check_growlEncode);\r
             this.tab_general.Controls.Add(this.check_GrowlQueue);\r
             this.tab_general.Controls.Add(this.check_m4v);\r
@@ -225,6 +228,33 @@ namespace Handbrake
             this.tab_general.Text = "General";\r
             this.tab_general.UseVisualStyleBackColor = true;\r
             // \r
+            // check_TitleCase\r
+            // \r
+            this.check_TitleCase.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
+            this.check_TitleCase.AutoSize = true;\r
+            this.check_TitleCase.Location = new System.Drawing.Point(297, 279);\r
+            this.check_TitleCase.Name = "check_TitleCase";\r
+            this.check_TitleCase.Size = new System.Drawing.Size(151, 17);\r
+            this.check_TitleCase.TabIndex = 101;\r
+            this.check_TitleCase.Text = "Change case to Title Case";\r
+            this.ToolTip.SetToolTip(this.check_TitleCase, "For the {source} option:.\r\nChange the source name to Title Case\r\ne.g \"MOVIE NAME\"" +\r
+                    " to \"Movie Name\"\r\n");\r
+            this.check_TitleCase.UseVisualStyleBackColor = true;\r
+            this.check_TitleCase.CheckedChanged += new System.EventHandler(this.check_TitleCase_CheckedChanged);\r
+            // \r
+            // check_removeUnderscores\r
+            // \r
+            this.check_removeUnderscores.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
+            this.check_removeUnderscores.AutoSize = true;\r
+            this.check_removeUnderscores.Location = new System.Drawing.Point(108, 279);\r
+            this.check_removeUnderscores.Name = "check_removeUnderscores";\r
+            this.check_removeUnderscores.Size = new System.Drawing.Size(183, 17);\r
+            this.check_removeUnderscores.TabIndex = 100;\r
+            this.check_removeUnderscores.Text = "Remove Underscores from Name";\r
+            this.ToolTip.SetToolTip(this.check_removeUnderscores, "For the {source} option:\r\nRemove any underscores from the source name.\r\n\r\n");\r
+            this.check_removeUnderscores.UseVisualStyleBackColor = true;\r
+            this.check_removeUnderscores.CheckedChanged += new System.EventHandler(this.check_removeUnderscores_CheckedChanged);\r
+            // \r
             // check_growlEncode\r
             // \r
             this.check_growlEncode.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
@@ -259,7 +289,7 @@ namespace Handbrake
             // \r
             this.check_m4v.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
             this.check_m4v.AutoSize = true;\r
-            this.check_m4v.Location = new System.Drawing.Point(108, 279);\r
+            this.check_m4v.Location = new System.Drawing.Point(108, 303);\r
             this.check_m4v.Name = "check_m4v";\r
             this.check_m4v.Size = new System.Drawing.Size(319, 17);\r
             this.check_m4v.TabIndex = 82;\r
@@ -1567,5 +1597,7 @@ namespace Handbrake
         private System.Windows.Forms.Label label33;\r
         internal System.Windows.Forms.CheckBox check_clearOldLogs;\r
         internal System.Windows.Forms.CheckBox check_showCliForInGUIEncode;\r
+        internal System.Windows.Forms.CheckBox check_TitleCase;\r
+        internal System.Windows.Forms.CheckBox check_removeUnderscores;\r
     }\r
 }
\ No newline at end of file