diff options
author | sr55 <[email protected]> | 2007-08-16 21:15:01 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-08-16 21:15:01 +0000 |
commit | 6cc83da6f014ef5ada29ea659313d5f2deece840 (patch) | |
tree | 583a849fe04bab41271ec8408a57685e2bcb2c52 /win/C#/frmOptions.Designer.cs | |
parent | 9111177fdcbb021521586cac832fbdf397719646 (diff) |
WinGui:
- Number of extra tweaks to the GUI for vista
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@825 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmOptions.Designer.cs')
-rw-r--r-- | win/C#/frmOptions.Designer.cs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/win/C#/frmOptions.Designer.cs b/win/C#/frmOptions.Designer.cs index dc07e2902..40b2e2db3 100644 --- a/win/C#/frmOptions.Designer.cs +++ b/win/C#/frmOptions.Designer.cs @@ -68,6 +68,7 @@ namespace Handbrake //
// GroupBox2
//
+ this.GroupBox2.BackColor = System.Drawing.SystemColors.ControlLight;
this.GroupBox2.Controls.Add(this.Label1);
this.GroupBox2.Controls.Add(this.check_updateCheck);
this.GroupBox2.Controls.Add(this.Label2);
@@ -184,6 +185,7 @@ namespace Handbrake //
// GroupBox3
//
+ this.GroupBox3.BackColor = System.Drawing.SystemColors.ControlLight;
this.GroupBox3.Controls.Add(this.drp_Priority);
this.GroupBox3.Controls.Add(this.Label4);
this.GroupBox3.Controls.Add(this.drp_processors);
@@ -198,6 +200,7 @@ namespace Handbrake //
// GroupBox1
//
+ this.GroupBox1.BackColor = System.Drawing.SystemColors.ControlLight;
this.GroupBox1.Controls.Add(this.check_verbose);
this.GroupBox1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.GroupBox1.Location = new System.Drawing.Point(13, 283);
@@ -209,6 +212,7 @@ namespace Handbrake //
// btn_close
//
+ this.btn_close.BackColor = System.Drawing.SystemColors.ControlLight;
this.btn_close.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btn_close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
@@ -218,11 +222,12 @@ namespace Handbrake this.btn_close.Size = new System.Drawing.Size(107, 22);
this.btn_close.TabIndex = 53;
this.btn_close.Text = "Close";
- this.btn_close.UseVisualStyleBackColor = true;
+ this.btn_close.UseVisualStyleBackColor = false;
this.btn_close.Click += new System.EventHandler(this.btn_close_Click);
//
// frmOptions
//
+ this.BackColor = System.Drawing.SystemColors.ControlLight;
this.ClientSize = new System.Drawing.Size(411, 394);
this.Controls.Add(this.GroupBox2);
this.Controls.Add(this.GroupBox3);
|