From 6a429d65ab6a3fd1fddb87b206d410e2004b5411 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 14 Oct 2007 16:58:01 +0000 Subject: WinGui: - Change: All windows made sizeable - Change: Queue / Media Info Windows now have titles + icon and appear correctly in the task bar. - Change: Minimise box removed in Queue window in favour of the Windows default minimise button. - Fixed: System requirements checker was not confirming the correct amount of ram. - Removed: Code to handle CLI Information without text files. This can not work without all data going out via standard output which has been decided against. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1026 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/frmOptions.Designer.cs | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'win/C#/frmOptions.Designer.cs') diff --git a/win/C#/frmOptions.Designer.cs b/win/C#/frmOptions.Designer.cs index 732e7872a..460a77570 100644 --- a/win/C#/frmOptions.Designer.cs +++ b/win/C#/frmOptions.Designer.cs @@ -31,6 +31,7 @@ namespace Handbrake System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOptions)); this.drp_Priority = new System.Windows.Forms.ComboBox(); this.GroupBox2 = new System.Windows.Forms.GroupBox(); + this.check_showPreset = new System.Windows.Forms.CheckBox(); this.check_tooltip = new System.Windows.Forms.CheckBox(); this.check_updateCheck = new System.Windows.Forms.CheckBox(); this.check_userDefaultSettings = new System.Windows.Forms.CheckBox(); @@ -46,7 +47,6 @@ namespace Handbrake this.groupBox4 = new System.Windows.Forms.GroupBox(); this.drp_completeOption = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); - this.check_showPreset = new System.Windows.Forms.CheckBox(); this.GroupBox2.SuspendLayout(); this.GroupBox3.SuspendLayout(); this.GroupBox1.SuspendLayout(); @@ -86,6 +86,18 @@ namespace Handbrake this.GroupBox2.TabStop = false; this.GroupBox2.Text = "General Settings"; // + // check_showPreset + // + this.check_showPreset.AutoSize = true; + this.check_showPreset.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.check_showPreset.Location = new System.Drawing.Point(15, 94); + this.check_showPreset.Name = "check_showPreset"; + this.check_showPreset.Size = new System.Drawing.Size(362, 17); + this.check_showPreset.TabIndex = 50; + this.check_showPreset.Text = "Always Show Presets (Hide\'s the Show/Hide preset button)"; + this.check_showPreset.UseVisualStyleBackColor = true; + this.check_showPreset.CheckedChanged += new System.EventHandler(this.check_showPreset_CheckedChanged); + // // check_tooltip // this.check_tooltip.AutoSize = true; @@ -276,18 +288,6 @@ namespace Handbrake this.label5.TabIndex = 42; this.label5.Text = "When the encode completes:"; // - // check_showPreset - // - this.check_showPreset.AutoSize = true; - this.check_showPreset.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.check_showPreset.Location = new System.Drawing.Point(15, 94); - this.check_showPreset.Name = "check_showPreset"; - this.check_showPreset.Size = new System.Drawing.Size(362, 17); - this.check_showPreset.TabIndex = 50; - this.check_showPreset.Text = "Always Show Presets (Hide\'s the Show/Hide preset button)"; - this.check_showPreset.UseVisualStyleBackColor = true; - this.check_showPreset.CheckedChanged += new System.EventHandler(this.check_showPreset_CheckedChanged); - // // frmOptions // this.BackColor = System.Drawing.SystemColors.ControlLight; @@ -297,7 +297,7 @@ namespace Handbrake this.Controls.Add(this.GroupBox3); this.Controls.Add(this.GroupBox1); this.Controls.Add(this.btn_close); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; + this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; -- cgit v1.2.3