OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmOptions.Designer.cs
index 1f22786..a614159 100644 (file)
@@ -39,6 +39,7 @@ 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.label34 = new System.Windows.Forms.Label();\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
@@ -63,15 +64,18 @@ namespace Handbrake
             this.btn_vlcPath = new System.Windows.Forms.Button();\r
             this.txt_vlcPath = new System.Windows.Forms.TextBox();\r
             this.tab_audio_sub = new System.Windows.Forms.TabPage();\r
+            this.radio_preferredAudioAndSubs = new System.Windows.Forms.RadioButton();\r
+            this.check_AddCCTracks = new System.Windows.Forms.CheckBox();\r
             this.label31 = new System.Windows.Forms.Label();\r
             this.label15 = new System.Windows.Forms.Label();\r
             this.radio_foreignAndSubs = new System.Windows.Forms.RadioButton();\r
             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.label9 = new System.Windows.Forms.Label();\r
             this.Label4 = new System.Windows.Forms.Label();\r
@@ -99,9 +103,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
             this.pictureBox2 = new System.Windows.Forms.PictureBox();\r
             this.pathFinder = new System.Windows.Forms.FolderBrowserDialog();\r
@@ -135,7 +136,8 @@ namespace Handbrake
             this.label26 = new System.Windows.Forms.Label();\r
             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.panel1 = new System.Windows.Forms.Panel();\r
+            this.panel2 = new System.Windows.Forms.Panel();\r
             this.tab_options.SuspendLayout();\r
             this.tab_general.SuspendLayout();\r
             this.tab_picture.SuspendLayout();\r
@@ -143,19 +145,18 @@ namespace Handbrake
             this.tab_audio_sub.SuspendLayout();\r
             this.tab_cli.SuspendLayout();\r
             this.tab_advanced.SuspendLayout();\r
-            this.tab_debug.SuspendLayout();\r
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();\r
-            this.tableLayoutPanel5.SuspendLayout();\r
+            this.panel1.SuspendLayout();\r
             this.SuspendLayout();\r
             // \r
             // btn_close\r
             // \r
-            this.btn_close.Anchor = System.Windows.Forms.AnchorStyles.Right;\r
+            this.btn_close.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));\r
             this.btn_close.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.btn_close.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
             this.btn_close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.btn_close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_close.Location = new System.Drawing.Point(519, 404);\r
+            this.btn_close.Location = new System.Drawing.Point(528, 463);\r
             this.btn_close.Name = "btn_close";\r
             this.btn_close.Size = new System.Drawing.Size(72, 22);\r
             this.btn_close.TabIndex = 53;\r
@@ -165,7 +166,6 @@ namespace Handbrake
             // \r
             // drp_completeOption\r
             // \r
-            this.drp_completeOption.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
             this.drp_completeOption.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
             this.drp_completeOption.FormattingEnabled = true;\r
             this.drp_completeOption.Items.AddRange(new object[] {\r
@@ -185,22 +185,20 @@ namespace Handbrake
             // \r
             // tab_options\r
             // \r
-            this.tableLayoutPanel5.SetColumnSpan(this.tab_options, 2);\r
             this.tab_options.Controls.Add(this.tab_general);\r
             this.tab_options.Controls.Add(this.tab_picture);\r
             this.tab_options.Controls.Add(this.tab_audio_sub);\r
             this.tab_options.Controls.Add(this.tab_cli);\r
             this.tab_options.Controls.Add(this.tab_advanced);\r
-            this.tab_options.Controls.Add(this.tab_debug);\r
-            this.tab_options.Dock = System.Windows.Forms.DockStyle.Fill;\r
-            this.tab_options.Location = new System.Drawing.Point(3, 38);\r
+            this.tab_options.Location = new System.Drawing.Point(12, 74);\r
             this.tab_options.Name = "tab_options";\r
             this.tab_options.SelectedIndex = 0;\r
-            this.tab_options.Size = new System.Drawing.Size(588, 360);\r
+            this.tab_options.Size = new System.Drawing.Size(588, 383);\r
             this.tab_options.TabIndex = 58;\r
             // \r
             // tab_general\r
             // \r
+            this.tab_general.Controls.Add(this.label34);\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
@@ -223,16 +221,26 @@ namespace Handbrake
             this.tab_general.Location = new System.Drawing.Point(4, 22);\r
             this.tab_general.Name = "tab_general";\r
             this.tab_general.Padding = new System.Windows.Forms.Padding(10);\r
-            this.tab_general.Size = new System.Drawing.Size(580, 334);\r
+            this.tab_general.Size = new System.Drawing.Size(580, 357);\r
             this.tab_general.TabIndex = 3;\r
             this.tab_general.Text = "General";\r
             this.tab_general.UseVisualStyleBackColor = true;\r
             // \r
+            // label34\r
+            // \r
+            this.label34.AutoSize = true;\r
+            this.label34.Location = new System.Drawing.Point(179, 233);\r
+            this.label34.Margin = new System.Windows.Forms.Padding(3);\r
+            this.label34.Name = "label34";\r
+            this.label34.Size = new System.Drawing.Size(139, 13);\r
+            this.label34.TabIndex = 102;\r
+            this.label34.Text = "Available Options: {source}";\r
+            this.ToolTip.SetToolTip(this.label34, "{source} = Use the same directory as the source is in.");\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.Location = new System.Drawing.Point(297, 297);\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
@@ -244,9 +252,8 @@ namespace Handbrake
             // \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.Location = new System.Drawing.Point(108, 297);\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
@@ -257,7 +264,6 @@ namespace Handbrake
             // \r
             // check_growlEncode\r
             // \r
-            this.check_growlEncode.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
             this.check_growlEncode.AutoSize = true;\r
             this.check_growlEncode.BackColor = System.Drawing.Color.Transparent;\r
             this.check_growlEncode.Location = new System.Drawing.Point(282, 122);\r
@@ -272,7 +278,6 @@ namespace Handbrake
             // \r
             // check_GrowlQueue\r
             // \r
-            this.check_GrowlQueue.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
             this.check_GrowlQueue.AutoSize = true;\r
             this.check_GrowlQueue.BackColor = System.Drawing.Color.Transparent;\r
             this.check_GrowlQueue.Location = new System.Drawing.Point(108, 122);\r
@@ -287,9 +292,8 @@ namespace Handbrake
             // \r
             // check_m4v\r
             // \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, 303);\r
+            this.check_m4v.Location = new System.Drawing.Point(108, 321);\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
@@ -300,7 +304,6 @@ namespace Handbrake
             // \r
             // label1\r
             // \r
-            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\r
             this.label1.AutoSize = true;\r
             this.label1.BackColor = System.Drawing.Color.Transparent;\r
             this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
@@ -313,9 +316,8 @@ namespace Handbrake
             // \r
             // label7\r
             // \r
-            this.label7.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
             this.label7.AutoSize = true;\r
-            this.label7.Location = new System.Drawing.Point(179, 260);\r
+            this.label7.Location = new System.Drawing.Point(179, 278);\r
             this.label7.Margin = new System.Windows.Forms.Padding(3);\r
             this.label7.Name = "label7";\r
             this.label7.Size = new System.Drawing.Size(225, 13);\r
@@ -324,7 +326,6 @@ namespace Handbrake
             // \r
             // drop_updateCheckDays\r
             // \r
-            this.drop_updateCheckDays.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
             this.drop_updateCheckDays.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
             this.drop_updateCheckDays.FormattingEnabled = true;\r
             this.drop_updateCheckDays.Items.AddRange(new object[] {\r
@@ -340,7 +341,6 @@ namespace Handbrake
             // \r
             // check_autoNaming\r
             // \r
-            this.check_autoNaming.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
             this.check_autoNaming.AutoSize = true;\r
             this.check_autoNaming.Location = new System.Drawing.Point(108, 174);\r
             this.check_autoNaming.Name = "check_autoNaming";\r
@@ -353,8 +353,7 @@ namespace Handbrake
             // \r
             // txt_autoNameFormat\r
             // \r
-            this.txt_autoNameFormat.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));\r
-            this.txt_autoNameFormat.Location = new System.Drawing.Point(182, 233);\r
+            this.txt_autoNameFormat.Location = new System.Drawing.Point(182, 251);\r
             this.txt_autoNameFormat.Name = "txt_autoNameFormat";\r
             this.txt_autoNameFormat.Size = new System.Drawing.Size(349, 21);\r
             this.txt_autoNameFormat.TabIndex = 79;\r
@@ -365,7 +364,6 @@ namespace Handbrake
             // \r
             // check_tooltip\r
             // \r
-            this.check_tooltip.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
             this.check_tooltip.AutoSize = true;\r
             this.check_tooltip.BackColor = System.Drawing.Color.Transparent;\r
             this.check_tooltip.Location = new System.Drawing.Point(108, 62);\r
@@ -379,9 +377,8 @@ namespace Handbrake
             // \r
             // label5\r
             // \r
-            this.label5.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
             this.label5.AutoSize = true;\r
-            this.label5.Location = new System.Drawing.Point(105, 236);\r
+            this.label5.Location = new System.Drawing.Point(105, 254);\r
             this.label5.Name = "label5";\r
             this.label5.Size = new System.Drawing.Size(45, 13);\r
             this.label5.TabIndex = 80;\r
@@ -389,7 +386,6 @@ namespace Handbrake
             // \r
             // check_updateCheck\r
             // \r
-            this.check_updateCheck.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
             this.check_updateCheck.AutoSize = true;\r
             this.check_updateCheck.BackColor = System.Drawing.Color.Transparent;\r
             this.check_updateCheck.Location = new System.Drawing.Point(108, 14);\r
@@ -404,7 +400,6 @@ namespace Handbrake
             // \r
             // label10\r
             // \r
-            this.label10.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
             this.label10.AutoSize = true;\r
             this.label10.Location = new System.Drawing.Point(105, 209);\r
             this.label10.Name = "label10";\r
@@ -414,7 +409,6 @@ namespace Handbrake
             // \r
             // btn_browse\r
             // \r
-            this.btn_browse.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
             this.btn_browse.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
             this.btn_browse.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.btn_browse.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
@@ -428,7 +422,6 @@ namespace Handbrake
             // \r
             // label2\r
             // \r
-            this.label2.Anchor = System.Windows.Forms.AnchorStyles.Right;\r
             this.label2.AutoSize = true;\r
             this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.label2.Location = new System.Drawing.Point(7, 98);\r
@@ -439,10 +432,9 @@ namespace Handbrake
             // \r
             // label13\r
             // \r
-            this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\r
             this.label13.AutoSize = true;\r
             this.label13.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label13.Location = new System.Drawing.Point(4, 164);\r
+            this.label13.Location = new System.Drawing.Point(4, 174);\r
             this.label13.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);\r
             this.label13.Name = "label13";\r
             this.label13.Size = new System.Drawing.Size(77, 13);\r
@@ -451,7 +443,6 @@ namespace Handbrake
             // \r
             // text_an_path\r
             // \r
-            this.text_an_path.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));\r
             this.text_an_path.Location = new System.Drawing.Point(182, 206);\r
             this.text_an_path.Name = "text_an_path";\r
             this.text_an_path.Size = new System.Drawing.Size(253, 21);\r
@@ -466,7 +457,7 @@ namespace Handbrake
             this.tab_picture.Location = new System.Drawing.Point(4, 22);\r
             this.tab_picture.Name = "tab_picture";\r
             this.tab_picture.Padding = new System.Windows.Forms.Padding(10);\r
-            this.tab_picture.Size = new System.Drawing.Size(580, 334);\r
+            this.tab_picture.Size = new System.Drawing.Size(580, 357);\r
             this.tab_picture.TabIndex = 5;\r
             this.tab_picture.Text = "Picture";\r
             this.tab_picture.UseVisualStyleBackColor = true;\r
@@ -531,6 +522,8 @@ namespace Handbrake
             // \r
             // tab_audio_sub\r
             // \r
+            this.tab_audio_sub.Controls.Add(this.radio_preferredAudioAndSubs);\r
+            this.tab_audio_sub.Controls.Add(this.check_AddCCTracks);\r
             this.tab_audio_sub.Controls.Add(this.label31);\r
             this.tab_audio_sub.Controls.Add(this.label15);\r
             this.tab_audio_sub.Controls.Add(this.radio_foreignAndSubs);\r
@@ -539,11 +532,36 @@ namespace Handbrake
             this.tab_audio_sub.Location = new System.Drawing.Point(4, 22);\r
             this.tab_audio_sub.Name = "tab_audio_sub";\r
             this.tab_audio_sub.Padding = new System.Windows.Forms.Padding(3);\r
-            this.tab_audio_sub.Size = new System.Drawing.Size(580, 334);\r
+            this.tab_audio_sub.Size = new System.Drawing.Size(580, 357);\r
             this.tab_audio_sub.TabIndex = 6;\r
             this.tab_audio_sub.Text = "Audio / Subtitles";\r
             this.tab_audio_sub.UseVisualStyleBackColor = true;\r
             // \r
+            // radio_preferredAudioAndSubs\r
+            // \r
+            this.radio_preferredAudioAndSubs.AutoSize = true;\r
+            this.radio_preferredAudioAndSubs.Location = new System.Drawing.Point(200, 99);\r
+            this.radio_preferredAudioAndSubs.Name = "radio_preferredAudioAndSubs";\r
+            this.radio_preferredAudioAndSubs.Size = new System.Drawing.Size(250, 17);\r
+            this.radio_preferredAudioAndSubs.TabIndex = 93;\r
+            this.radio_preferredAudioAndSubs.TabStop = true;\r
+            this.radio_preferredAudioAndSubs.Text = "Use Preferred Language for Audio and Subtitles";\r
+            this.ToolTip.SetToolTip(this.radio_preferredAudioAndSubs, "Use Preferred Language for Audio and Subtitle.");\r
+            this.radio_preferredAudioAndSubs.UseVisualStyleBackColor = true;\r
+            this.radio_preferredAudioAndSubs.CheckedChanged += new System.EventHandler(this.radio_preferredAudioAndSubs_CheckedChanged);\r
+            // \r
+            // check_AddCCTracks\r
+            // \r
+            this.check_AddCCTracks.AutoSize = true;\r
+            this.check_AddCCTracks.Location = new System.Drawing.Point(200, 131);\r
+            this.check_AddCCTracks.Name = "check_AddCCTracks";\r
+            this.check_AddCCTracks.Size = new System.Drawing.Size(198, 17);\r
+            this.check_AddCCTracks.TabIndex = 92;\r
+            this.check_AddCCTracks.Text = "Add Closed Captions when available";\r
+            this.ToolTip.SetToolTip(this.check_AddCCTracks, "Add any CC tracks if they exist");\r
+            this.check_AddCCTracks.UseVisualStyleBackColor = true;\r
+            this.check_AddCCTracks.CheckedChanged += new System.EventHandler(this.check_AddCCTracks_CheckedChanged);\r
+            // \r
             // label31\r
             // \r
             this.label31.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\r
@@ -606,9 +624,10 @@ 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.label9);\r
             this.tab_cli.Controls.Add(this.Label4);\r
@@ -624,16 +643,41 @@ namespace Handbrake
             this.tab_cli.Location = new System.Drawing.Point(4, 22);\r
             this.tab_cli.Name = "tab_cli";\r
             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.Size = new System.Drawing.Size(580, 357);\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(266, 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, 226);\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(162, 17);\r
             this.check_clearOldLogs.TabIndex = 90;\r
@@ -648,32 +692,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(135, 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, 188);\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
@@ -686,7 +717,7 @@ namespace Handbrake
             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, 84);\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
@@ -698,7 +729,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, 45);\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
@@ -709,7 +740,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, 188);\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
@@ -729,7 +760,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
@@ -741,7 +772,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, 131);\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(305, 17);\r
             this.check_logsInSpecifiedLocation.TabIndex = 87;\r
@@ -754,7 +785,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, 108);\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
@@ -768,7 +799,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, 84);\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
@@ -780,7 +811,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, 161);\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
@@ -797,7 +828,7 @@ namespace Handbrake
             "0",\r
             "1",\r
             "2"});\r
-            this.cb_logVerboseLvl.Location = new System.Drawing.Point(177, 81);\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
@@ -807,7 +838,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, 161);\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
@@ -818,7 +849,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, 164);\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
@@ -840,11 +871,10 @@ 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
-            this.tab_advanced.Size = new System.Drawing.Size(580, 334);\r
+            this.tab_advanced.Size = new System.Drawing.Size(580, 357);\r
             this.tab_advanced.TabIndex = 4;\r
             this.tab_advanced.Text = "Advanced / Other";\r
             this.tab_advanced.UseVisualStyleBackColor = true;\r
@@ -854,7 +884,7 @@ namespace Handbrake
             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.Location = new System.Drawing.Point(81, 129);\r
             this.check_showCliForInGUIEncode.Name = "check_showCliForInGUIEncode";\r
             this.check_showCliForInGUIEncode.Size = new System.Drawing.Size(324, 17);\r
             this.check_showCliForInGUIEncode.TabIndex = 96;\r
@@ -878,7 +908,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
@@ -926,9 +956,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(133, 17);\r
+            this.check_mainMinimize.Size = new System.Drawing.Size(221, 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
@@ -1037,49 +1067,11 @@ 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(230, 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
-            this.tab_debug.Location = new System.Drawing.Point(4, 22);\r
-            this.tab_debug.Name = "tab_debug";\r
-            this.tab_debug.Padding = new System.Windows.Forms.Padding(3);\r
-            this.tab_debug.Size = new System.Drawing.Size(580, 334);\r
-            this.tab_debug.TabIndex = 7;\r
-            this.tab_debug.Text = "Debug";\r
-            this.tab_debug.UseVisualStyleBackColor = true;\r
-            // \r
-            // check_disableResCalc\r
-            // \r
-            this.check_disableResCalc.AutoSize = true;\r
-            this.check_disableResCalc.Location = new System.Drawing.Point(13, 15);\r
-            this.check_disableResCalc.Name = "check_disableResCalc";\r
-            this.check_disableResCalc.Size = new System.Drawing.Size(329, 17);\r
-            this.check_disableResCalc.TabIndex = 0;\r
-            this.check_disableResCalc.Text = "Disable Resolution Calculation for \"None\" and \"Custom\" modes.";\r
-            this.ToolTip.SetToolTip(this.check_disableResCalc, resources.GetString("check_disableResCalc.ToolTip"));\r
-            this.check_disableResCalc.UseVisualStyleBackColor = true;\r
-            this.check_disableResCalc.CheckedChanged += new System.EventHandler(this.check_disableResCalc_CheckedChanged);\r
-            // \r
             // label8\r
             // \r
-            this.label8.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
             this.label8.AutoSize = true;\r
             this.label8.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label8.Location = new System.Drawing.Point(41, 11);\r
+            this.label8.Location = new System.Drawing.Point(51, 19);\r
             this.label8.Name = "label8";\r
             this.label8.Size = new System.Drawing.Size(115, 13);\r
             this.label8.TabIndex = 61;\r
@@ -1088,7 +1080,7 @@ namespace Handbrake
             // pictureBox2\r
             // \r
             this.pictureBox2.Image = global::Handbrake.Properties.Resources.General_Preferences;\r
-            this.pictureBox2.Location = new System.Drawing.Point(3, 0);\r
+            this.pictureBox2.Location = new System.Drawing.Point(12, 9);\r
             this.pictureBox2.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);\r
             this.pictureBox2.Name = "pictureBox2";\r
             this.pictureBox2.Size = new System.Drawing.Size(32, 32);\r
@@ -1434,25 +1426,29 @@ namespace Handbrake
             this.openFile_vlc.DefaultExt = "exe";\r
             this.openFile_vlc.Filter = "exe|*.exe";\r
             // \r
-            // tableLayoutPanel5\r
-            // \r
-            this.tableLayoutPanel5.AutoSize = true;\r
-            this.tableLayoutPanel5.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\r
-            this.tableLayoutPanel5.ColumnCount = 2;\r
-            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
-            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
-            this.tableLayoutPanel5.Controls.Add(this.pictureBox2, 0, 0);\r
-            this.tableLayoutPanel5.Controls.Add(this.btn_close, 1, 2);\r
-            this.tableLayoutPanel5.Controls.Add(this.label8, 1, 0);\r
-            this.tableLayoutPanel5.Controls.Add(this.tab_options, 0, 1);\r
-            this.tableLayoutPanel5.Location = new System.Drawing.Point(12, 12);\r
-            this.tableLayoutPanel5.Name = "tableLayoutPanel5";\r
-            this.tableLayoutPanel5.RowCount = 3;\r
-            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
-            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
-            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
-            this.tableLayoutPanel5.Size = new System.Drawing.Size(594, 429);\r
-            this.tableLayoutPanel5.TabIndex = 62;\r
+            // panel1\r
+            // \r
+            this.panel1.BackColor = System.Drawing.Color.White;\r
+            this.panel1.Controls.Add(this.panel2);\r
+            this.panel1.Controls.Add(this.label8);\r
+            this.panel1.Controls.Add(this.pictureBox2);\r
+            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;\r
+            this.panel1.Location = new System.Drawing.Point(0, 0);\r
+            this.panel1.Margin = new System.Windows.Forms.Padding(0);\r
+            this.panel1.Name = "panel1";\r
+            this.panel1.Size = new System.Drawing.Size(615, 65);\r
+            this.panel1.TabIndex = 62;\r
+            // \r
+            // panel2\r
+            // \r
+            this.panel2.BackColor = System.Drawing.SystemColors.Control;\r
+            this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;\r
+            this.panel2.Location = new System.Drawing.Point(0, 55);\r
+            this.panel2.MaximumSize = new System.Drawing.Size(0, 10);\r
+            this.panel2.MinimumSize = new System.Drawing.Size(0, 10);\r
+            this.panel2.Name = "panel2";\r
+            this.panel2.Size = new System.Drawing.Size(615, 10);\r
+            this.panel2.TabIndex = 59;\r
             // \r
             // frmOptions\r
             // \r
@@ -1460,15 +1456,16 @@ namespace Handbrake
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;\r
             this.AutoSize = true;\r
             this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\r
-            this.ClientSize = new System.Drawing.Size(627, 456);\r
-            this.Controls.Add(this.tableLayoutPanel5);\r
+            this.ClientSize = new System.Drawing.Size(615, 495);\r
+            this.Controls.Add(this.panel1);\r
+            this.Controls.Add(this.btn_close);\r
+            this.Controls.Add(this.tab_options);\r
             this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;\r
             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
             this.MaximizeBox = false;\r
             this.MinimizeBox = false;\r
             this.Name = "frmOptions";\r
-            this.Padding = new System.Windows.Forms.Padding(12);\r
             this.ShowIcon = false;\r
             this.ShowInTaskbar = false;\r
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
@@ -1486,13 +1483,10 @@ namespace Handbrake
             this.tab_cli.PerformLayout();\r
             this.tab_advanced.ResumeLayout(false);\r
             this.tab_advanced.PerformLayout();\r
-            this.tab_debug.ResumeLayout(false);\r
-            this.tab_debug.PerformLayout();\r
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();\r
-            this.tableLayoutPanel5.ResumeLayout(false);\r
-            this.tableLayoutPanel5.PerformLayout();\r
+            this.panel1.ResumeLayout(false);\r
+            this.panel1.PerformLayout();\r
             this.ResumeLayout(false);\r
-            this.PerformLayout();\r
 \r
         }\r
 \r
@@ -1517,7 +1511,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
@@ -1572,7 +1565,6 @@ 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
@@ -1580,7 +1572,6 @@ namespace Handbrake
         internal System.Windows.Forms.ComboBox drop_updateCheckDays;\r
         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;\r
         internal System.Windows.Forms.ComboBox drp_Priority;\r
-        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;\r
         private System.Windows.Forms.CheckBox check_promptOnUnmatchingQueries;\r
         private System.Windows.Forms.TabPage tab_audio_sub;\r
         internal System.Windows.Forms.ComboBox drop_preferredLang;\r
@@ -1589,8 +1580,6 @@ namespace Handbrake
         private System.Windows.Forms.RadioButton radio_dub;\r
         private System.Windows.Forms.Label label15;\r
         internal System.Windows.Forms.Button btn_browse;\r
-        private System.Windows.Forms.TabPage tab_debug;\r
-        private System.Windows.Forms.CheckBox check_disableResCalc;\r
         internal System.Windows.Forms.CheckBox check_growlEncode;\r
         internal System.Windows.Forms.CheckBox check_GrowlQueue;\r
         internal System.Windows.Forms.ComboBox drop_previewScanCount;\r
@@ -1599,5 +1588,12 @@ namespace Handbrake
         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
+        private System.Windows.Forms.Panel panel1;\r
+        private System.Windows.Forms.Panel panel2;\r
+        private System.Windows.Forms.RadioButton radio_preferredAudioAndSubs;\r
+        private System.Windows.Forms.CheckBox check_AddCCTracks;\r
+        private System.Windows.Forms.Label label34;\r
     }\r
 }
\ No newline at end of file