summaryrefslogtreecommitdiffstats
path: root/win/C#/frmReadDVD.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-08-16 21:15:01 +0000
committersr55 <[email protected]>2007-08-16 21:15:01 +0000
commit6cc83da6f014ef5ada29ea659313d5f2deece840 (patch)
tree583a849fe04bab41271ec8408a57685e2bcb2c52 /win/C#/frmReadDVD.Designer.cs
parent9111177fdcbb021521586cac832fbdf397719646 (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#/frmReadDVD.Designer.cs')
-rw-r--r--win/C#/frmReadDVD.Designer.cs7
1 files changed, 4 insertions, 3 deletions
diff --git a/win/C#/frmReadDVD.Designer.cs b/win/C#/frmReadDVD.Designer.cs
index 7a95d28fd..c71d46d89 100644
--- a/win/C#/frmReadDVD.Designer.cs
+++ b/win/C#/frmReadDVD.Designer.cs
@@ -50,7 +50,7 @@ namespace Handbrake
//
// btn_ok
//
- this.btn_ok.BackColor = System.Drawing.SystemColors.Control;
+ this.btn_ok.BackColor = System.Drawing.SystemColors.ControlLight;
this.btn_ok.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btn_ok.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_ok.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
@@ -108,7 +108,7 @@ namespace Handbrake
//
// btn_skip
//
- this.btn_skip.BackColor = System.Drawing.SystemColors.Control;
+ this.btn_skip.BackColor = System.Drawing.SystemColors.ControlLight;
this.btn_skip.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btn_skip.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_skip.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
@@ -119,7 +119,7 @@ namespace Handbrake
this.btn_skip.TabIndex = 33;
this.btn_skip.TabStop = false;
this.btn_skip.Text = "Cancel";
- this.btn_skip.UseVisualStyleBackColor = true;
+ this.btn_skip.UseVisualStyleBackColor = false;
this.btn_skip.Visible = false;
this.btn_skip.Click += new System.EventHandler(this.btn_skip_Click);
//
@@ -128,6 +128,7 @@ namespace Handbrake
this.AcceptButton = this.btn_ok;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.BackColor = System.Drawing.SystemColors.ControlLight;
this.ClientSize = new System.Drawing.Size(434, 88);
this.ControlBox = false;
this.Controls.Add(this.btn_skip);