From fa7bba1748ac6d8c1021c9009d1d183877d4f9a1 Mon Sep 17 00:00:00 2001 From: sr55 Date: Thu, 12 Feb 2009 17:49:21 +0000 Subject: WinGui: - Removes 0.33 from x264 granularity slider. - Fixes some rounding issues git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2149 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/frmOptions.Designer.cs | 81 +++++++++++++++++++++---------------------- 1 file changed, 40 insertions(+), 41 deletions(-) (limited to 'win/C#/frmOptions.Designer.cs') diff --git a/win/C#/frmOptions.Designer.cs b/win/C#/frmOptions.Designer.cs index 7c13e91c6..fc6eecc25 100644 --- a/win/C#/frmOptions.Designer.cs +++ b/win/C#/frmOptions.Designer.cs @@ -74,6 +74,9 @@ namespace Handbrake this.drp_processors = new System.Windows.Forms.ComboBox(); this.Label4 = new System.Windows.Forms.Label(); this.tab_advanced = new System.Windows.Forms.TabPage(); + this.label30 = new System.Windows.Forms.Label(); + this.drop_x264step = new System.Windows.Forms.ComboBox(); + this.label28 = new System.Windows.Forms.Label(); this.check_queryEditorTab = new System.Windows.Forms.CheckBox(); this.lbl_appcastUnstable = new System.Windows.Forms.Label(); this.check_mainMinimize = new System.Windows.Forms.CheckBox(); @@ -113,9 +116,6 @@ namespace Handbrake this.label26 = new System.Windows.Forms.Label(); this.label27 = new System.Windows.Forms.Label(); this.openFile_vlc = new System.Windows.Forms.OpenFileDialog(); - this.label28 = new System.Windows.Forms.Label(); - this.drop_x264step = new System.Windows.Forms.ComboBox(); - this.label30 = new System.Windows.Forms.Label(); this.tab_options.SuspendLayout(); this.tab_general.SuspendLayout(); this.tab_picture.SuspendLayout(); @@ -615,6 +615,43 @@ namespace Handbrake this.tab_advanced.Text = "Advanced / Other"; this.tab_advanced.UseVisualStyleBackColor = true; // + // label30 + // + this.label30.AutoSize = true; + this.label30.Location = new System.Drawing.Point(76, 142); + this.label30.Name = "label30"; + this.label30.Size = new System.Drawing.Size(230, 13); + this.label30.TabIndex = 87; + this.label30.Text = "Constant Quality fractional granularity:\r\n"; + // + // drop_x264step + // + this.drop_x264step.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.drop_x264step.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.drop_x264step.FormattingEnabled = true; + this.drop_x264step.Items.AddRange(new object[] { + "1.0", + "0.50", + "0.25", + "0.20"}); + this.drop_x264step.Location = new System.Drawing.Point(312, 139); + this.drop_x264step.Name = "drop_x264step"; + this.drop_x264step.Size = new System.Drawing.Size(111, 21); + this.drop_x264step.TabIndex = 86; + this.ToolTip.SetToolTip(this.drop_x264step, "The number of processor\'s / processor cores. Unless your having problems, leave o" + + "n Automatic."); + this.drop_x264step.SelectedIndexChanged += new System.EventHandler(this.x264step_SelectedIndexChanged); + // + // label28 + // + this.label28.AutoSize = true; + this.label28.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label28.Location = new System.Drawing.Point(27, 142); + this.label28.Name = "label28"; + this.label28.Size = new System.Drawing.Size(43, 13); + this.label28.TabIndex = 85; + this.label28.Text = "x264:"; + // // check_queryEditorTab // this.check_queryEditorTab.AutoSize = true; @@ -1050,44 +1087,6 @@ namespace Handbrake this.openFile_vlc.DefaultExt = "exe"; this.openFile_vlc.Filter = "exe|*.exe"; // - // label28 - // - this.label28.AutoSize = true; - this.label28.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label28.Location = new System.Drawing.Point(27, 142); - this.label28.Name = "label28"; - this.label28.Size = new System.Drawing.Size(43, 13); - this.label28.TabIndex = 85; - this.label28.Text = "x264:"; - // - // drop_x264step - // - this.drop_x264step.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.drop_x264step.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drop_x264step.FormattingEnabled = true; - this.drop_x264step.Items.AddRange(new object[] { - "1.0", - "0.50", - "0.33", - "0.25", - "0.20"}); - this.drop_x264step.Location = new System.Drawing.Point(312, 139); - this.drop_x264step.Name = "drop_x264step"; - this.drop_x264step.Size = new System.Drawing.Size(111, 21); - this.drop_x264step.TabIndex = 86; - this.ToolTip.SetToolTip(this.drop_x264step, "The number of processor\'s / processor cores. Unless your having problems, leave o" + - "n Automatic."); - this.drop_x264step.SelectedIndexChanged += new System.EventHandler(this.x264step_SelectedIndexChanged); - // - // label30 - // - this.label30.AutoSize = true; - this.label30.Location = new System.Drawing.Point(76, 142); - this.label30.Name = "label30"; - this.label30.Size = new System.Drawing.Size(230, 13); - this.label30.TabIndex = 87; - this.label30.Text = "Constant Quality fractional granularity:\r\n"; - // // frmOptions // this.ClientSize = new System.Drawing.Size(514, 375); -- cgit v1.2.3