X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmOptions.Designer.cs;h=1f227867ccbcef93ee806f4dbfbc0df74c10bfbf;hb=32219d93ec8fcf0db6f7ca5d6045419882563951;hp=554351c782821c0be01344216de2e0625937433c;hpb=f609e0f81ec286783c7353e333837dd79241dd3a;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmOptions.Designer.cs b/win/C#/frmOptions.Designer.cs index 554351c7..1f227867 100644 --- a/win/C#/frmOptions.Designer.cs +++ b/win/C#/frmOptions.Designer.cs @@ -1,8 +1,7 @@ /* frmOptions.Designer.cs - - This file is part of the HandBrake source code. - Homepage: . - It may be used under the terms of the GNU General Public License. */ + This file is part of the HandBrake source code. + Homepage: . + It may be used under the terms of the GNU General Public License. */ namespace Handbrake { @@ -40,6 +39,8 @@ namespace Handbrake this.drp_completeOption = new System.Windows.Forms.ComboBox(); this.tab_options = new System.Windows.Forms.TabControl(); this.tab_general = new System.Windows.Forms.TabPage(); + this.check_TitleCase = new System.Windows.Forms.CheckBox(); + this.check_removeUnderscores = new System.Windows.Forms.CheckBox(); this.check_growlEncode = new System.Windows.Forms.CheckBox(); this.check_GrowlQueue = new System.Windows.Forms.CheckBox(); this.check_m4v = new System.Windows.Forms.CheckBox(); @@ -72,8 +73,6 @@ namespace Handbrake this.label12 = new System.Windows.Forms.Label(); this.check_cli_minimized = new System.Windows.Forms.CheckBox(); this.btn_viewLogs = new System.Windows.Forms.Button(); - this.drp_processors = new System.Windows.Forms.ComboBox(); - this.Label11 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.Label4 = new System.Windows.Forms.Label(); this.btn_clearLogs = new System.Windows.Forms.Button(); @@ -86,6 +85,7 @@ namespace Handbrake this.text_logPath = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.tab_advanced = new System.Windows.Forms.TabPage(); + this.check_showCliForInGUIEncode = new System.Windows.Forms.CheckBox(); this.drop_previewScanCount = new System.Windows.Forms.ComboBox(); this.label33 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); @@ -136,7 +136,6 @@ namespace Handbrake this.label27 = new System.Windows.Forms.Label(); this.openFile_vlc = new System.Windows.Forms.OpenFileDialog(); this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); - this.check_showCliForInGUIEncode = new System.Windows.Forms.CheckBox(); this.tab_options.SuspendLayout(); this.tab_general.SuspendLayout(); this.tab_picture.SuspendLayout(); @@ -202,6 +201,8 @@ namespace Handbrake // // tab_general // + this.tab_general.Controls.Add(this.check_TitleCase); + this.tab_general.Controls.Add(this.check_removeUnderscores); this.tab_general.Controls.Add(this.check_growlEncode); this.tab_general.Controls.Add(this.check_GrowlQueue); this.tab_general.Controls.Add(this.check_m4v); @@ -227,6 +228,33 @@ namespace Handbrake this.tab_general.Text = "General"; this.tab_general.UseVisualStyleBackColor = true; // + // check_TitleCase + // + this.check_TitleCase.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.check_TitleCase.AutoSize = true; + this.check_TitleCase.Location = new System.Drawing.Point(297, 279); + this.check_TitleCase.Name = "check_TitleCase"; + this.check_TitleCase.Size = new System.Drawing.Size(151, 17); + this.check_TitleCase.TabIndex = 101; + this.check_TitleCase.Text = "Change case to Title Case"; + this.ToolTip.SetToolTip(this.check_TitleCase, "For the {source} option:.\r\nChange the source name to Title Case\r\ne.g \"MOVIE NAME\"" + + " to \"Movie Name\"\r\n"); + this.check_TitleCase.UseVisualStyleBackColor = true; + this.check_TitleCase.CheckedChanged += new System.EventHandler(this.check_TitleCase_CheckedChanged); + // + // check_removeUnderscores + // + this.check_removeUnderscores.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.check_removeUnderscores.AutoSize = true; + this.check_removeUnderscores.Location = new System.Drawing.Point(108, 279); + this.check_removeUnderscores.Name = "check_removeUnderscores"; + this.check_removeUnderscores.Size = new System.Drawing.Size(183, 17); + this.check_removeUnderscores.TabIndex = 100; + this.check_removeUnderscores.Text = "Remove Underscores from Name"; + this.ToolTip.SetToolTip(this.check_removeUnderscores, "For the {source} option:\r\nRemove any underscores from the source name.\r\n\r\n"); + this.check_removeUnderscores.UseVisualStyleBackColor = true; + this.check_removeUnderscores.CheckedChanged += new System.EventHandler(this.check_removeUnderscores_CheckedChanged); + // // check_growlEncode // this.check_growlEncode.Anchor = System.Windows.Forms.AnchorStyles.Left; @@ -261,7 +289,7 @@ namespace Handbrake // this.check_m4v.Anchor = System.Windows.Forms.AnchorStyles.Left; this.check_m4v.AutoSize = true; - this.check_m4v.Location = new System.Drawing.Point(108, 279); + this.check_m4v.Location = new System.Drawing.Point(108, 303); this.check_m4v.Name = "check_m4v"; this.check_m4v.Size = new System.Drawing.Size(319, 17); this.check_m4v.TabIndex = 82; @@ -542,7 +570,7 @@ namespace Handbrake this.radio_foreignAndSubs.AutoSize = true; this.radio_foreignAndSubs.Location = new System.Drawing.Point(200, 76); this.radio_foreignAndSubs.Name = "radio_foreignAndSubs"; - this.radio_foreignAndSubs.Size = new System.Drawing.Size(358, 17); + this.radio_foreignAndSubs.Size = new System.Drawing.Size(347, 17); this.radio_foreignAndSubs.TabIndex = 90; this.radio_foreignAndSubs.TabStop = true; this.radio_foreignAndSubs.Text = "Use foreign language audio and add first preferred language subtitle."; @@ -567,7 +595,7 @@ namespace Handbrake this.radio_dub.AutoSize = true; this.radio_dub.Location = new System.Drawing.Point(200, 53); this.radio_dub.Name = "radio_dub"; - this.radio_dub.Size = new System.Drawing.Size(164, 17); + this.radio_dub.Size = new System.Drawing.Size(167, 17); this.radio_dub.TabIndex = 89; this.radio_dub.TabStop = true; this.radio_dub.Text = "DUB Foreign Language Audio"; @@ -582,8 +610,6 @@ namespace Handbrake this.tab_cli.Controls.Add(this.label12); this.tab_cli.Controls.Add(this.check_cli_minimized); this.tab_cli.Controls.Add(this.btn_viewLogs); - this.tab_cli.Controls.Add(this.drp_processors); - this.tab_cli.Controls.Add(this.Label11); this.tab_cli.Controls.Add(this.label9); this.tab_cli.Controls.Add(this.Label4); this.tab_cli.Controls.Add(this.btn_clearLogs); @@ -607,9 +633,9 @@ namespace Handbrake // this.check_clearOldLogs.Anchor = System.Windows.Forms.AnchorStyles.Left; this.check_clearOldLogs.AutoSize = true; - this.check_clearOldLogs.Location = new System.Drawing.Point(73, 265); + this.check_clearOldLogs.Location = new System.Drawing.Point(73, 226); this.check_clearOldLogs.Name = "check_clearOldLogs"; - this.check_clearOldLogs.Size = new System.Drawing.Size(166, 17); + this.check_clearOldLogs.Size = new System.Drawing.Size(162, 17); this.check_clearOldLogs.TabIndex = 90; this.check_clearOldLogs.Text = "Clear logs older than 30 days"; this.ToolTip.SetToolTip(this.check_clearOldLogs, "Clear logs which are older than 30 days.\r\nThis only applies to HandBrakes Applica" + @@ -635,7 +661,7 @@ namespace Handbrake this.check_cli_minimized.AutoSize = true; this.check_cli_minimized.Location = new System.Drawing.Point(73, 14); this.check_cli_minimized.Name = "check_cli_minimized"; - this.check_cli_minimized.Size = new System.Drawing.Size(137, 17); + this.check_cli_minimized.Size = new System.Drawing.Size(135, 17); this.check_cli_minimized.TabIndex = 76; this.check_cli_minimized.Text = "Start window minimized"; this.ToolTip.SetToolTip(this.check_cli_minimized, "Starts a CLI window minimized."); @@ -647,7 +673,7 @@ namespace Handbrake this.btn_viewLogs.Anchor = System.Windows.Forms.AnchorStyles.Left; this.btn_viewLogs.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_viewLogs.ForeColor = System.Drawing.Color.DarkOrange; - this.btn_viewLogs.Location = new System.Drawing.Point(129, 227); + this.btn_viewLogs.Location = new System.Drawing.Point(129, 188); this.btn_viewLogs.Name = "btn_viewLogs"; this.btn_viewLogs.Size = new System.Drawing.Size(139, 23); this.btn_viewLogs.TabIndex = 89; @@ -655,46 +681,12 @@ namespace Handbrake this.btn_viewLogs.UseVisualStyleBackColor = true; this.btn_viewLogs.Click += new System.EventHandler(this.btn_viewLogs_Click); // - // drp_processors - // - this.drp_processors.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.drp_processors.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.drp_processors.FormattingEnabled = true; - this.drp_processors.Items.AddRange(new object[] { - "Automatic", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8"}); - this.drp_processors.Location = new System.Drawing.Point(177, 69); - this.drp_processors.Name = "drp_processors"; - this.drp_processors.Size = new System.Drawing.Size(111, 21); - this.drp_processors.TabIndex = 41; - this.ToolTip.SetToolTip(this.drp_processors, "The number of processor\'s / processor cores. Unless your having problems, leave o" + - "n Automatic."); - this.drp_processors.SelectedIndexChanged += new System.EventHandler(this.drp_processors_SelectedIndexChanged); - // - // Label11 - // - this.Label11.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.Label11.AutoSize = true; - this.Label11.BackColor = System.Drawing.Color.Transparent; - this.Label11.Location = new System.Drawing.Point(70, 45); - this.Label11.Name = "Label11"; - this.Label11.Size = new System.Drawing.Size(87, 13); - this.Label11.TabIndex = 40; - this.Label11.Text = "Processor cores:"; - // // label9 // this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label9.Location = new System.Drawing.Point(7, 123); + this.label9.Location = new System.Drawing.Point(7, 84); this.label9.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(36, 13); @@ -706,7 +698,7 @@ namespace Handbrake this.Label4.Anchor = System.Windows.Forms.AnchorStyles.Left; this.Label4.AutoSize = true; this.Label4.BackColor = System.Drawing.Color.Transparent; - this.Label4.Location = new System.Drawing.Point(70, 72); + this.Label4.Location = new System.Drawing.Point(70, 45); this.Label4.Name = "Label4"; this.Label4.Size = new System.Drawing.Size(70, 13); this.Label4.TabIndex = 42; @@ -717,7 +709,7 @@ namespace Handbrake this.btn_clearLogs.Anchor = System.Windows.Forms.AnchorStyles.Left; this.btn_clearLogs.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_clearLogs.ForeColor = System.Drawing.Color.DarkOrange; - this.btn_clearLogs.Location = new System.Drawing.Point(274, 227); + this.btn_clearLogs.Location = new System.Drawing.Point(274, 188); this.btn_clearLogs.Name = "btn_clearLogs"; this.btn_clearLogs.Size = new System.Drawing.Size(135, 23); this.btn_clearLogs.TabIndex = 88; @@ -749,9 +741,9 @@ namespace Handbrake // this.check_logsInSpecifiedLocation.Anchor = System.Windows.Forms.AnchorStyles.Left; this.check_logsInSpecifiedLocation.AutoSize = true; - this.check_logsInSpecifiedLocation.Location = new System.Drawing.Point(73, 170); + this.check_logsInSpecifiedLocation.Location = new System.Drawing.Point(73, 131); this.check_logsInSpecifiedLocation.Name = "check_logsInSpecifiedLocation"; - this.check_logsInSpecifiedLocation.Size = new System.Drawing.Size(306, 17); + this.check_logsInSpecifiedLocation.Size = new System.Drawing.Size(305, 17); this.check_logsInSpecifiedLocation.TabIndex = 87; this.check_logsInSpecifiedLocation.Text = "Put a copy of individual encode logs in a specified location:"; this.ToolTip.SetToolTip(this.check_logsInSpecifiedLocation, "Place a copy of the encode log in the same folder as the encoded movie."); @@ -762,7 +754,7 @@ namespace Handbrake // this.check_saveLogWithVideo.Anchor = System.Windows.Forms.AnchorStyles.Left; this.check_saveLogWithVideo.AutoSize = true; - this.check_saveLogWithVideo.Location = new System.Drawing.Point(73, 147); + this.check_saveLogWithVideo.Location = new System.Drawing.Point(73, 108); this.check_saveLogWithVideo.Name = "check_saveLogWithVideo"; this.check_saveLogWithVideo.Size = new System.Drawing.Size(382, 17); this.check_saveLogWithVideo.TabIndex = 83; @@ -776,7 +768,7 @@ namespace Handbrake this.label3.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; - this.label3.Location = new System.Drawing.Point(70, 123); + this.label3.Location = new System.Drawing.Point(70, 84); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(101, 13); this.label3.TabIndex = 85; @@ -788,7 +780,7 @@ namespace Handbrake this.btn_saveLog.FlatAppearance.BorderColor = System.Drawing.Color.Black; this.btn_saveLog.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_saveLog.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); - this.btn_saveLog.Location = new System.Drawing.Point(437, 200); + this.btn_saveLog.Location = new System.Drawing.Point(437, 161); this.btn_saveLog.Name = "btn_saveLog"; this.btn_saveLog.Size = new System.Drawing.Size(77, 22); this.btn_saveLog.TabIndex = 82; @@ -805,7 +797,7 @@ namespace Handbrake "0", "1", "2"}); - this.cb_logVerboseLvl.Location = new System.Drawing.Point(177, 120); + this.cb_logVerboseLvl.Location = new System.Drawing.Point(177, 81); this.cb_logVerboseLvl.Name = "cb_logVerboseLvl"; this.cb_logVerboseLvl.Size = new System.Drawing.Size(111, 21); this.cb_logVerboseLvl.TabIndex = 86; @@ -815,7 +807,7 @@ namespace Handbrake // text_logPath // this.text_logPath.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); - this.text_logPath.Location = new System.Drawing.Point(129, 200); + this.text_logPath.Location = new System.Drawing.Point(129, 161); this.text_logPath.Name = "text_logPath"; this.text_logPath.Size = new System.Drawing.Size(302, 21); this.text_logPath.TabIndex = 80; @@ -826,7 +818,7 @@ namespace Handbrake // this.label14.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label14.AutoSize = true; - this.label14.Location = new System.Drawing.Point(70, 203); + this.label14.Location = new System.Drawing.Point(70, 164); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(53, 13); this.label14.TabIndex = 81; @@ -857,6 +849,20 @@ namespace Handbrake this.tab_advanced.Text = "Advanced / Other"; this.tab_advanced.UseVisualStyleBackColor = true; // + // check_showCliForInGUIEncode + // + this.check_showCliForInGUIEncode.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.check_showCliForInGUIEncode.AutoSize = true; + this.check_showCliForInGUIEncode.BackColor = System.Drawing.Color.Transparent; + this.check_showCliForInGUIEncode.Location = new System.Drawing.Point(100, 152); + this.check_showCliForInGUIEncode.Name = "check_showCliForInGUIEncode"; + this.check_showCliForInGUIEncode.Size = new System.Drawing.Size(324, 17); + this.check_showCliForInGUIEncode.TabIndex = 96; + this.check_showCliForInGUIEncode.Text = "Show CLI window (Allows you to cleanly exit encode with ctrl-c)"; + this.ToolTip.SetToolTip(this.check_showCliForInGUIEncode, resources.GetString("check_showCliForInGUIEncode.ToolTip")); + this.check_showCliForInGUIEncode.UseVisualStyleBackColor = false; + this.check_showCliForInGUIEncode.CheckedChanged += new System.EventHandler(this.check_showCliForInGUIEncode_CheckedChanged); + // // drop_previewScanCount // this.drop_previewScanCount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; @@ -904,7 +910,7 @@ namespace Handbrake this.check_trayStatusAlerts.BackColor = System.Drawing.Color.Transparent; this.check_trayStatusAlerts.Location = new System.Drawing.Point(81, 37); this.check_trayStatusAlerts.Name = "check_trayStatusAlerts"; - this.check_trayStatusAlerts.Size = new System.Drawing.Size(296, 17); + this.check_trayStatusAlerts.Size = new System.Drawing.Size(288, 17); this.check_trayStatusAlerts.TabIndex = 93; this.check_trayStatusAlerts.Text = "Display status messages from tray icon (balloon popups)"; this.ToolTip.SetToolTip(this.check_trayStatusAlerts, "Minimize the window to the system tray rather than the task bar.\r\nThe system tray" + @@ -920,7 +926,7 @@ namespace Handbrake this.check_mainMinimize.BackColor = System.Drawing.Color.Transparent; this.check_mainMinimize.Location = new System.Drawing.Point(81, 14); this.check_mainMinimize.Name = "check_mainMinimize"; - this.check_mainMinimize.Size = new System.Drawing.Size(138, 17); + this.check_mainMinimize.Size = new System.Drawing.Size(133, 17); this.check_mainMinimize.TabIndex = 82; this.check_mainMinimize.Text = "Minimize to system tray"; this.ToolTip.SetToolTip(this.check_mainMinimize, "Minimize the window to the system tray rather than the task bar.\r\nThe system tray" + @@ -934,7 +940,7 @@ namespace Handbrake this.check_promptOnUnmatchingQueries.AutoSize = true; this.check_promptOnUnmatchingQueries.Location = new System.Drawing.Point(100, 83); this.check_promptOnUnmatchingQueries.Name = "check_promptOnUnmatchingQueries"; - this.check_promptOnUnmatchingQueries.Size = new System.Drawing.Size(305, 17); + this.check_promptOnUnmatchingQueries.Size = new System.Drawing.Size(300, 17); this.check_promptOnUnmatchingQueries.TabIndex = 63; this.check_promptOnUnmatchingQueries.Text = "Prompt when a manual query does not match GUI settings"; this.check_promptOnUnmatchingQueries.UseVisualStyleBackColor = true; @@ -947,7 +953,7 @@ namespace Handbrake this.check_dvdnav.BackColor = System.Drawing.Color.Transparent; this.check_dvdnav.Location = new System.Drawing.Point(82, 247); this.check_dvdnav.Name = "check_dvdnav"; - this.check_dvdnav.Size = new System.Drawing.Size(276, 17); + this.check_dvdnav.Size = new System.Drawing.Size(277, 17); this.check_dvdnav.TabIndex = 90; this.check_dvdnav.Text = "Disable LibDVDNav. (libdvdread will be used instead)"; this.check_dvdnav.UseVisualStyleBackColor = false; @@ -960,7 +966,7 @@ namespace Handbrake this.check_queryEditorTab.BackColor = System.Drawing.Color.Transparent; this.check_queryEditorTab.Location = new System.Drawing.Point(81, 60); this.check_queryEditorTab.Name = "check_queryEditorTab"; - this.check_queryEditorTab.Size = new System.Drawing.Size(241, 17); + this.check_queryEditorTab.Size = new System.Drawing.Size(236, 17); this.check_queryEditorTab.TabIndex = 84; this.check_queryEditorTab.Text = "Enable \"Query Editor\" tab (Requires Restart)"; this.ToolTip.SetToolTip(this.check_queryEditorTab, "Enables the Query Editor tab on the main window. Requires program restart to take" + @@ -1012,7 +1018,7 @@ namespace Handbrake this.check_disablePresetNotification.BackColor = System.Drawing.Color.Transparent; this.check_disablePresetNotification.Location = new System.Drawing.Point(81, 106); this.check_disablePresetNotification.Name = "check_disablePresetNotification"; - this.check_disablePresetNotification.Size = new System.Drawing.Size(222, 17); + this.check_disablePresetNotification.Size = new System.Drawing.Size(216, 17); this.check_disablePresetNotification.TabIndex = 91; this.check_disablePresetNotification.Text = "Disable built-in preset update notification"; this.ToolTip.SetToolTip(this.check_disablePresetNotification, "Disables the notification you recieve when presets are updated when a new version" + @@ -1038,7 +1044,7 @@ namespace Handbrake this.check_inGuiStatus.BackColor = System.Drawing.Color.Transparent; this.check_inGuiStatus.Location = new System.Drawing.Point(81, 129); this.check_inGuiStatus.Name = "check_inGuiStatus"; - this.check_inGuiStatus.Size = new System.Drawing.Size(235, 17); + this.check_inGuiStatus.Size = new System.Drawing.Size(230, 17); this.check_inGuiStatus.TabIndex = 92; this.check_inGuiStatus.Text = "Enable in-GUI encode status (experimental)"; this.ToolTip.SetToolTip(this.check_inGuiStatus, "Displays the CLI status in the GUI windows instead of the CLI window."); @@ -1061,7 +1067,7 @@ namespace Handbrake this.check_disableResCalc.AutoSize = true; this.check_disableResCalc.Location = new System.Drawing.Point(13, 15); this.check_disableResCalc.Name = "check_disableResCalc"; - this.check_disableResCalc.Size = new System.Drawing.Size(327, 17); + this.check_disableResCalc.Size = new System.Drawing.Size(329, 17); this.check_disableResCalc.TabIndex = 0; this.check_disableResCalc.Text = "Disable Resolution Calculation for \"None\" and \"Custom\" modes."; this.ToolTip.SetToolTip(this.check_disableResCalc, resources.GetString("check_disableResCalc.ToolTip")); @@ -1448,20 +1454,6 @@ namespace Handbrake this.tableLayoutPanel5.Size = new System.Drawing.Size(594, 429); this.tableLayoutPanel5.TabIndex = 62; // - // check_showCliForInGUIEncode - // - this.check_showCliForInGUIEncode.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.check_showCliForInGUIEncode.AutoSize = true; - this.check_showCliForInGUIEncode.BackColor = System.Drawing.Color.Transparent; - this.check_showCliForInGUIEncode.Location = new System.Drawing.Point(100, 152); - this.check_showCliForInGUIEncode.Name = "check_showCliForInGUIEncode"; - this.check_showCliForInGUIEncode.Size = new System.Drawing.Size(330, 17); - this.check_showCliForInGUIEncode.TabIndex = 96; - this.check_showCliForInGUIEncode.Text = "Show CLI window (Allows you to cleanly exit encode with ctrl-c)"; - this.ToolTip.SetToolTip(this.check_showCliForInGUIEncode, "Displays the CLI status in the GUI windows instead of the CLI window."); - this.check_showCliForInGUIEncode.UseVisualStyleBackColor = false; - this.check_showCliForInGUIEncode.CheckedChanged += new System.EventHandler(this.check_showCliForInGUIEncode_CheckedChanged); - // // frmOptions // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); @@ -1515,7 +1507,6 @@ namespace Handbrake private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.TabPage tab_general; private System.Windows.Forms.FolderBrowserDialog pathFinder; - internal System.Windows.Forms.Label Label11; internal System.Windows.Forms.Label Label4; internal System.Windows.Forms.CheckBox check_tooltip; internal System.Windows.Forms.CheckBox check_updateCheck; @@ -1588,7 +1579,6 @@ namespace Handbrake internal System.Windows.Forms.CheckBox check_m4v; internal System.Windows.Forms.ComboBox drop_updateCheckDays; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; - internal System.Windows.Forms.ComboBox drp_processors; internal System.Windows.Forms.ComboBox drp_Priority; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5; private System.Windows.Forms.CheckBox check_promptOnUnmatchingQueries; @@ -1607,5 +1597,7 @@ namespace Handbrake private System.Windows.Forms.Label label33; internal System.Windows.Forms.CheckBox check_clearOldLogs; internal System.Windows.Forms.CheckBox check_showCliForInGUIEncode; + internal System.Windows.Forms.CheckBox check_TitleCase; + internal System.Windows.Forms.CheckBox check_removeUnderscores; } } \ No newline at end of file