OSDN Git Service

WinGui: Re-checkin updated stylecop settings
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmOptions.Designer.cs
index 554351c..2541def 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
@@ -68,12 +69,11 @@ namespace Handbrake
             this.drop_preferredLang = new System.Windows.Forms.ComboBox();\r
             this.radio_dub = new System.Windows.Forms.RadioButton();\r
             this.tab_cli = new System.Windows.Forms.TabPage();\r
+            this.label11 = new System.Windows.Forms.Label();\r
+            this.check_preventSleep = new System.Windows.Forms.CheckBox();\r
             this.check_clearOldLogs = new System.Windows.Forms.CheckBox();\r
             this.label12 = new System.Windows.Forms.Label();\r
-            this.check_cli_minimized = new System.Windows.Forms.CheckBox();\r
             this.btn_viewLogs = new System.Windows.Forms.Button();\r
-            this.drp_processors = new System.Windows.Forms.ComboBox();\r
-            this.Label11 = new System.Windows.Forms.Label();\r
             this.label9 = new System.Windows.Forms.Label();\r
             this.Label4 = new System.Windows.Forms.Label();\r
             this.btn_clearLogs = new System.Windows.Forms.Button();\r
@@ -86,6 +86,7 @@ namespace Handbrake
             this.text_logPath = new System.Windows.Forms.TextBox();\r
             this.label14 = new System.Windows.Forms.Label();\r
             this.tab_advanced = new System.Windows.Forms.TabPage();\r
+            this.check_showCliForInGUIEncode = new System.Windows.Forms.CheckBox();\r
             this.drop_previewScanCount = new System.Windows.Forms.ComboBox();\r
             this.label33 = new System.Windows.Forms.Label();\r
             this.label6 = new System.Windows.Forms.Label();\r
@@ -99,7 +100,6 @@ namespace Handbrake
             this.label30 = new System.Windows.Forms.Label();\r
             this.check_disablePresetNotification = new System.Windows.Forms.CheckBox();\r
             this.label28 = new System.Windows.Forms.Label();\r
-            this.check_inGuiStatus = new System.Windows.Forms.CheckBox();\r
             this.tab_debug = new System.Windows.Forms.TabPage();\r
             this.check_disableResCalc = new System.Windows.Forms.CheckBox();\r
             this.label8 = new System.Windows.Forms.Label();\r
@@ -136,7 +136,6 @@ namespace Handbrake
             this.label27 = new System.Windows.Forms.Label();\r
             this.openFile_vlc = new System.Windows.Forms.OpenFileDialog();\r
             this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();\r
-            this.check_showCliForInGUIEncode = new System.Windows.Forms.CheckBox();\r
             this.tab_options.SuspendLayout();\r
             this.tab_general.SuspendLayout();\r
             this.tab_picture.SuspendLayout();\r
@@ -202,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
@@ -227,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
@@ -261,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
@@ -578,12 +606,11 @@ namespace Handbrake
             // \r
             // tab_cli\r
             // \r
+            this.tab_cli.Controls.Add(this.label11);\r
+            this.tab_cli.Controls.Add(this.check_preventSleep);\r
             this.tab_cli.Controls.Add(this.check_clearOldLogs);\r
             this.tab_cli.Controls.Add(this.label12);\r
-            this.tab_cli.Controls.Add(this.check_cli_minimized);\r
             this.tab_cli.Controls.Add(this.btn_viewLogs);\r
-            this.tab_cli.Controls.Add(this.drp_processors);\r
-            this.tab_cli.Controls.Add(this.Label11);\r
             this.tab_cli.Controls.Add(this.label9);\r
             this.tab_cli.Controls.Add(this.Label4);\r
             this.tab_cli.Controls.Add(this.btn_clearLogs);\r
@@ -600,14 +627,39 @@ namespace Handbrake
             this.tab_cli.Padding = new System.Windows.Forms.Padding(10);\r
             this.tab_cli.Size = new System.Drawing.Size(580, 334);\r
             this.tab_cli.TabIndex = 2;\r
-            this.tab_cli.Text = "CLI";\r
+            this.tab_cli.Text = "CLI / System / Logging";\r
             this.tab_cli.UseVisualStyleBackColor = true;\r
             // \r
+            // label11\r
+            // \r
+            this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\r
+            this.label11.AutoSize = true;\r
+            this.label11.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label11.Location = new System.Drawing.Point(7, 46);\r
+            this.label11.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);\r
+            this.label11.Name = "label11";\r
+            this.label11.Size = new System.Drawing.Size(53, 13);\r
+            this.label11.TabIndex = 92;\r
+            this.label11.Text = "System:";\r
+            // \r
+            // check_preventSleep\r
+            // \r
+            this.check_preventSleep.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
+            this.check_preventSleep.AutoSize = true;\r
+            this.check_preventSleep.Location = new System.Drawing.Point(73, 45);\r
+            this.check_preventSleep.Name = "check_preventSleep";\r
+            this.check_preventSleep.Size = new System.Drawing.Size(272, 17);\r
+            this.check_preventSleep.TabIndex = 91;\r
+            this.check_preventSleep.Text = "Prevent the system from sleepping when encoding.";\r
+            this.ToolTip.SetToolTip(this.check_preventSleep, "Prevent system from sleeping during encoding.");\r
+            this.check_preventSleep.UseVisualStyleBackColor = true;\r
+            this.check_preventSleep.CheckedChanged += new System.EventHandler(this.check_preventSleep_CheckedChanged);\r
+            // \r
             // check_clearOldLogs\r
             // \r
             this.check_clearOldLogs.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
             this.check_clearOldLogs.AutoSize = true;\r
-            this.check_clearOldLogs.Location = new System.Drawing.Point(73, 265);\r
+            this.check_clearOldLogs.Location = new System.Drawing.Point(73, 234);\r
             this.check_clearOldLogs.Name = "check_clearOldLogs";\r
             this.check_clearOldLogs.Size = new System.Drawing.Size(166, 17);\r
             this.check_clearOldLogs.TabIndex = 90;\r
@@ -622,32 +674,19 @@ namespace Handbrake
             this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\r
             this.label12.AutoSize = true;\r
             this.label12.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label12.Location = new System.Drawing.Point(15, 15);\r
+            this.label12.Location = new System.Drawing.Point(7, 15);\r
             this.label12.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);\r
             this.label12.Name = "label12";\r
             this.label12.Size = new System.Drawing.Size(28, 13);\r
             this.label12.TabIndex = 75;\r
             this.label12.Text = "CLI:";\r
             // \r
-            // check_cli_minimized\r
-            // \r
-            this.check_cli_minimized.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
-            this.check_cli_minimized.AutoSize = true;\r
-            this.check_cli_minimized.Location = new System.Drawing.Point(73, 14);\r
-            this.check_cli_minimized.Name = "check_cli_minimized";\r
-            this.check_cli_minimized.Size = new System.Drawing.Size(137, 17);\r
-            this.check_cli_minimized.TabIndex = 76;\r
-            this.check_cli_minimized.Text = "Start window minimized";\r
-            this.ToolTip.SetToolTip(this.check_cli_minimized, "Starts a CLI window minimized.");\r
-            this.check_cli_minimized.UseVisualStyleBackColor = true;\r
-            this.check_cli_minimized.CheckedChanged += new System.EventHandler(this.check_cli_minimized_CheckedChanged);\r
-            // \r
             // btn_viewLogs\r
             // \r
             this.btn_viewLogs.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
             this.btn_viewLogs.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.btn_viewLogs.ForeColor = System.Drawing.Color.DarkOrange;\r
-            this.btn_viewLogs.Location = new System.Drawing.Point(129, 227);\r
+            this.btn_viewLogs.Location = new System.Drawing.Point(129, 196);\r
             this.btn_viewLogs.Name = "btn_viewLogs";\r
             this.btn_viewLogs.Size = new System.Drawing.Size(139, 23);\r
             this.btn_viewLogs.TabIndex = 89;\r
@@ -655,46 +694,12 @@ namespace Handbrake
             this.btn_viewLogs.UseVisualStyleBackColor = true;\r
             this.btn_viewLogs.Click += new System.EventHandler(this.btn_viewLogs_Click);\r
             // \r
-            // drp_processors\r
-            // \r
-            this.drp_processors.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
-            this.drp_processors.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
-            this.drp_processors.FormattingEnabled = true;\r
-            this.drp_processors.Items.AddRange(new object[] {\r
-            "Automatic",\r
-            "1",\r
-            "2",\r
-            "3",\r
-            "4",\r
-            "5",\r
-            "6",\r
-            "7",\r
-            "8"});\r
-            this.drp_processors.Location = new System.Drawing.Point(177, 69);\r
-            this.drp_processors.Name = "drp_processors";\r
-            this.drp_processors.Size = new System.Drawing.Size(111, 21);\r
-            this.drp_processors.TabIndex = 41;\r
-            this.ToolTip.SetToolTip(this.drp_processors, "The number of processor\'s / processor cores. Unless your having problems, leave o" +\r
-                    "n Automatic.");\r
-            this.drp_processors.SelectedIndexChanged += new System.EventHandler(this.drp_processors_SelectedIndexChanged);\r
-            // \r
-            // Label11\r
-            // \r
-            this.Label11.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
-            this.Label11.AutoSize = true;\r
-            this.Label11.BackColor = System.Drawing.Color.Transparent;\r
-            this.Label11.Location = new System.Drawing.Point(70, 45);\r
-            this.Label11.Name = "Label11";\r
-            this.Label11.Size = new System.Drawing.Size(87, 13);\r
-            this.Label11.TabIndex = 40;\r
-            this.Label11.Text = "Processor cores:";\r
-            // \r
             // label9\r
             // \r
             this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\r
             this.label9.AutoSize = true;\r
             this.label9.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label9.Location = new System.Drawing.Point(7, 123);\r
+            this.label9.Location = new System.Drawing.Point(7, 92);\r
             this.label9.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);\r
             this.label9.Name = "label9";\r
             this.label9.Size = new System.Drawing.Size(36, 13);\r
@@ -706,7 +711,7 @@ namespace Handbrake
             this.Label4.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
             this.Label4.AutoSize = true;\r
             this.Label4.BackColor = System.Drawing.Color.Transparent;\r
-            this.Label4.Location = new System.Drawing.Point(70, 72);\r
+            this.Label4.Location = new System.Drawing.Point(70, 15);\r
             this.Label4.Name = "Label4";\r
             this.Label4.Size = new System.Drawing.Size(70, 13);\r
             this.Label4.TabIndex = 42;\r
@@ -717,7 +722,7 @@ namespace Handbrake
             this.btn_clearLogs.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
             this.btn_clearLogs.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.btn_clearLogs.ForeColor = System.Drawing.Color.DarkOrange;\r
-            this.btn_clearLogs.Location = new System.Drawing.Point(274, 227);\r
+            this.btn_clearLogs.Location = new System.Drawing.Point(274, 196);\r
             this.btn_clearLogs.Name = "btn_clearLogs";\r
             this.btn_clearLogs.Size = new System.Drawing.Size(135, 23);\r
             this.btn_clearLogs.TabIndex = 88;\r
@@ -737,7 +742,7 @@ namespace Handbrake
             "Normal",\r
             "Below Normal",\r
             "Low"});\r
-            this.drp_Priority.Location = new System.Drawing.Point(177, 42);\r
+            this.drp_Priority.Location = new System.Drawing.Point(177, 12);\r
             this.drp_Priority.Name = "drp_Priority";\r
             this.drp_Priority.Size = new System.Drawing.Size(111, 21);\r
             this.drp_Priority.TabIndex = 43;\r
@@ -749,7 +754,7 @@ namespace Handbrake
             // \r
             this.check_logsInSpecifiedLocation.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
             this.check_logsInSpecifiedLocation.AutoSize = true;\r
-            this.check_logsInSpecifiedLocation.Location = new System.Drawing.Point(73, 170);\r
+            this.check_logsInSpecifiedLocation.Location = new System.Drawing.Point(73, 139);\r
             this.check_logsInSpecifiedLocation.Name = "check_logsInSpecifiedLocation";\r
             this.check_logsInSpecifiedLocation.Size = new System.Drawing.Size(306, 17);\r
             this.check_logsInSpecifiedLocation.TabIndex = 87;\r
@@ -762,7 +767,7 @@ namespace Handbrake
             // \r
             this.check_saveLogWithVideo.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
             this.check_saveLogWithVideo.AutoSize = true;\r
-            this.check_saveLogWithVideo.Location = new System.Drawing.Point(73, 147);\r
+            this.check_saveLogWithVideo.Location = new System.Drawing.Point(73, 116);\r
             this.check_saveLogWithVideo.Name = "check_saveLogWithVideo";\r
             this.check_saveLogWithVideo.Size = new System.Drawing.Size(382, 17);\r
             this.check_saveLogWithVideo.TabIndex = 83;\r
@@ -776,7 +781,7 @@ namespace Handbrake
             this.label3.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
             this.label3.AutoSize = true;\r
             this.label3.BackColor = System.Drawing.Color.Transparent;\r
-            this.label3.Location = new System.Drawing.Point(70, 123);\r
+            this.label3.Location = new System.Drawing.Point(70, 92);\r
             this.label3.Name = "label3";\r
             this.label3.Size = new System.Drawing.Size(101, 13);\r
             this.label3.TabIndex = 85;\r
@@ -788,7 +793,7 @@ namespace Handbrake
             this.btn_saveLog.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
             this.btn_saveLog.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.btn_saveLog.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_saveLog.Location = new System.Drawing.Point(437, 200);\r
+            this.btn_saveLog.Location = new System.Drawing.Point(437, 169);\r
             this.btn_saveLog.Name = "btn_saveLog";\r
             this.btn_saveLog.Size = new System.Drawing.Size(77, 22);\r
             this.btn_saveLog.TabIndex = 82;\r
@@ -805,7 +810,7 @@ namespace Handbrake
             "0",\r
             "1",\r
             "2"});\r
-            this.cb_logVerboseLvl.Location = new System.Drawing.Point(177, 120);\r
+            this.cb_logVerboseLvl.Location = new System.Drawing.Point(177, 89);\r
             this.cb_logVerboseLvl.Name = "cb_logVerboseLvl";\r
             this.cb_logVerboseLvl.Size = new System.Drawing.Size(111, 21);\r
             this.cb_logVerboseLvl.TabIndex = 86;\r
@@ -815,7 +820,7 @@ namespace Handbrake
             // text_logPath\r
             // \r
             this.text_logPath.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));\r
-            this.text_logPath.Location = new System.Drawing.Point(129, 200);\r
+            this.text_logPath.Location = new System.Drawing.Point(129, 169);\r
             this.text_logPath.Name = "text_logPath";\r
             this.text_logPath.Size = new System.Drawing.Size(302, 21);\r
             this.text_logPath.TabIndex = 80;\r
@@ -826,7 +831,7 @@ namespace Handbrake
             // \r
             this.label14.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
             this.label14.AutoSize = true;\r
-            this.label14.Location = new System.Drawing.Point(70, 203);\r
+            this.label14.Location = new System.Drawing.Point(70, 172);\r
             this.label14.Name = "label14";\r
             this.label14.Size = new System.Drawing.Size(53, 13);\r
             this.label14.TabIndex = 81;\r
@@ -848,7 +853,6 @@ namespace Handbrake
             this.tab_advanced.Controls.Add(this.label30);\r
             this.tab_advanced.Controls.Add(this.check_disablePresetNotification);\r
             this.tab_advanced.Controls.Add(this.label28);\r
-            this.tab_advanced.Controls.Add(this.check_inGuiStatus);\r
             this.tab_advanced.Location = new System.Drawing.Point(4, 22);\r
             this.tab_advanced.Name = "tab_advanced";\r
             this.tab_advanced.Padding = new System.Windows.Forms.Padding(10);\r
@@ -857,6 +861,20 @@ namespace Handbrake
             this.tab_advanced.Text = "Advanced / Other";\r
             this.tab_advanced.UseVisualStyleBackColor = true;\r
             // \r
+            // check_showCliForInGUIEncode\r
+            // \r
+            this.check_showCliForInGUIEncode.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
+            this.check_showCliForInGUIEncode.AutoSize = true;\r
+            this.check_showCliForInGUIEncode.BackColor = System.Drawing.Color.Transparent;\r
+            this.check_showCliForInGUIEncode.Location = new System.Drawing.Point(81, 129);\r
+            this.check_showCliForInGUIEncode.Name = "check_showCliForInGUIEncode";\r
+            this.check_showCliForInGUIEncode.Size = new System.Drawing.Size(330, 17);\r
+            this.check_showCliForInGUIEncode.TabIndex = 96;\r
+            this.check_showCliForInGUIEncode.Text = "Show CLI window (Allows you to cleanly exit encode with ctrl-c)";\r
+            this.ToolTip.SetToolTip(this.check_showCliForInGUIEncode, resources.GetString("check_showCliForInGUIEncode.ToolTip"));\r
+            this.check_showCliForInGUIEncode.UseVisualStyleBackColor = false;\r
+            this.check_showCliForInGUIEncode.CheckedChanged += new System.EventHandler(this.check_showCliForInGUIEncode_CheckedChanged);\r
+            // \r
             // drop_previewScanCount\r
             // \r
             this.drop_previewScanCount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
@@ -872,7 +890,7 @@ namespace Handbrake
             this.drop_previewScanCount.Size = new System.Drawing.Size(85, 21);\r
             this.drop_previewScanCount.TabIndex = 95;\r
             this.ToolTip.SetToolTip(this.drop_previewScanCount, "Allows a greater number of preview frames to be selectable on the \"Preview\" windo" +\r
-                    "w.");\r
+                    "w.\r\n\r\nThis can in some cases improve the accuracy of the auto crop feature.");\r
             this.drop_previewScanCount.SelectedIndexChanged += new System.EventHandler(this.drop_previewScanCount_SelectedIndexChanged);\r
             // \r
             // label33\r
@@ -920,9 +938,9 @@ namespace Handbrake
             this.check_mainMinimize.BackColor = System.Drawing.Color.Transparent;\r
             this.check_mainMinimize.Location = new System.Drawing.Point(81, 14);\r
             this.check_mainMinimize.Name = "check_mainMinimize";\r
-            this.check_mainMinimize.Size = new System.Drawing.Size(138, 17);\r
+            this.check_mainMinimize.Size = new System.Drawing.Size(230, 17);\r
             this.check_mainMinimize.TabIndex = 82;\r
-            this.check_mainMinimize.Text = "Minimize to system tray";\r
+            this.check_mainMinimize.Text = "Minimize to system tray (Requires Restart)";\r
             this.ToolTip.SetToolTip(this.check_mainMinimize, "Minimize the window to the system tray rather than the task bar.\r\nThe system tray" +\r
                     " icon has encode status notifications.\r\nNote: requires restart to take effect!\r\n" +\r
                     "");\r
@@ -1031,20 +1049,6 @@ namespace Handbrake
             this.label28.TabIndex = 85;\r
             this.label28.Text = "x264:";\r
             // \r
-            // check_inGuiStatus\r
-            // \r
-            this.check_inGuiStatus.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
-            this.check_inGuiStatus.AutoSize = true;\r
-            this.check_inGuiStatus.BackColor = System.Drawing.Color.Transparent;\r
-            this.check_inGuiStatus.Location = new System.Drawing.Point(81, 129);\r
-            this.check_inGuiStatus.Name = "check_inGuiStatus";\r
-            this.check_inGuiStatus.Size = new System.Drawing.Size(235, 17);\r
-            this.check_inGuiStatus.TabIndex = 92;\r
-            this.check_inGuiStatus.Text = "Enable in-GUI encode status (experimental)";\r
-            this.ToolTip.SetToolTip(this.check_inGuiStatus, "Displays the CLI status in the GUI windows instead of the CLI window.");\r
-            this.check_inGuiStatus.UseVisualStyleBackColor = false;\r
-            this.check_inGuiStatus.CheckedChanged += new System.EventHandler(this.check_inGuiStatus_CheckedChanged);\r
-            // \r
             // tab_debug\r
             // \r
             this.tab_debug.Controls.Add(this.check_disableResCalc);\r
@@ -1448,20 +1452,6 @@ namespace Handbrake
             this.tableLayoutPanel5.Size = new System.Drawing.Size(594, 429);\r
             this.tableLayoutPanel5.TabIndex = 62;\r
             // \r
-            // check_showCliForInGUIEncode\r
-            // \r
-            this.check_showCliForInGUIEncode.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
-            this.check_showCliForInGUIEncode.AutoSize = true;\r
-            this.check_showCliForInGUIEncode.BackColor = System.Drawing.Color.Transparent;\r
-            this.check_showCliForInGUIEncode.Location = new System.Drawing.Point(100, 152);\r
-            this.check_showCliForInGUIEncode.Name = "check_showCliForInGUIEncode";\r
-            this.check_showCliForInGUIEncode.Size = new System.Drawing.Size(330, 17);\r
-            this.check_showCliForInGUIEncode.TabIndex = 96;\r
-            this.check_showCliForInGUIEncode.Text = "Show CLI window (Allows you to cleanly exit encode with ctrl-c)";\r
-            this.ToolTip.SetToolTip(this.check_showCliForInGUIEncode, "Displays the CLI status in the GUI windows instead of the CLI window.");\r
-            this.check_showCliForInGUIEncode.UseVisualStyleBackColor = false;\r
-            this.check_showCliForInGUIEncode.CheckedChanged += new System.EventHandler(this.check_showCliForInGUIEncode_CheckedChanged);\r
-            // \r
             // frmOptions\r
             // \r
             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);\r
@@ -1515,7 +1505,6 @@ namespace Handbrake
         private System.Windows.Forms.PictureBox pictureBox2;\r
         private System.Windows.Forms.TabPage tab_general;\r
         private System.Windows.Forms.FolderBrowserDialog pathFinder;\r
-        internal System.Windows.Forms.Label Label11;\r
         internal System.Windows.Forms.Label Label4;\r
         internal System.Windows.Forms.CheckBox check_tooltip;\r
         internal System.Windows.Forms.CheckBox check_updateCheck;\r
@@ -1526,7 +1515,6 @@ namespace Handbrake
         internal System.Windows.Forms.Label label10;\r
         private System.Windows.Forms.TextBox text_an_path;\r
         internal System.Windows.Forms.CheckBox check_autoNaming;\r
-        internal System.Windows.Forms.CheckBox check_cli_minimized;\r
         private System.Windows.Forms.Label label12;\r
         internal System.Windows.Forms.ToolTip ToolTip;\r
         private System.Windows.Forms.TabPage tab_picture;\r
@@ -1581,14 +1569,12 @@ namespace Handbrake
         private System.Windows.Forms.Label label32;\r
         internal System.Windows.Forms.CheckBox check_logsInSpecifiedLocation;\r
         internal System.Windows.Forms.CheckBox check_disablePresetNotification;\r
-        internal System.Windows.Forms.CheckBox check_inGuiStatus;\r
         internal System.Windows.Forms.CheckBox check_trayStatusAlerts;\r
         private System.Windows.Forms.Button btn_viewLogs;\r
         private System.Windows.Forms.Button btn_clearLogs;\r
         internal System.Windows.Forms.CheckBox check_m4v;\r
         internal System.Windows.Forms.ComboBox drop_updateCheckDays;\r
         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;\r
-        internal System.Windows.Forms.ComboBox drp_processors;\r
         internal System.Windows.Forms.ComboBox drp_Priority;\r
         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;\r
         private System.Windows.Forms.CheckBox check_promptOnUnmatchingQueries;\r
@@ -1607,5 +1593,9 @@ 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
+        internal System.Windows.Forms.CheckBox check_preventSleep;\r
+        private System.Windows.Forms.Label label11;\r
     }\r
 }
\ No newline at end of file