summaryrefslogtreecommitdiffstats
path: root/win/C#/frmQueue.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#/frmQueue.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#/frmQueue.Designer.cs')
-rw-r--r--win/C#/frmQueue.Designer.cs12
1 files changed, 7 insertions, 5 deletions
diff --git a/win/C#/frmQueue.Designer.cs b/win/C#/frmQueue.Designer.cs
index 6aaf16762..c8377c8e3 100644
--- a/win/C#/frmQueue.Designer.cs
+++ b/win/C#/frmQueue.Designer.cs
@@ -43,7 +43,7 @@ namespace Handbrake
//
// btn_down
//
- this.btn_down.BackColor = System.Drawing.SystemColors.Control;
+ this.btn_down.BackColor = System.Drawing.SystemColors.ControlLight;
this.btn_down.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btn_down.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_down.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
@@ -59,7 +59,7 @@ namespace Handbrake
//
// btn_up
//
- this.btn_up.BackColor = System.Drawing.SystemColors.Control;
+ this.btn_up.BackColor = System.Drawing.SystemColors.ControlLight;
this.btn_up.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btn_up.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_up.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
@@ -75,7 +75,7 @@ namespace Handbrake
//
// btn_delete
//
- this.btn_delete.BackColor = System.Drawing.SystemColors.Control;
+ this.btn_delete.BackColor = System.Drawing.SystemColors.ControlLight;
this.btn_delete.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btn_delete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_delete.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
@@ -100,7 +100,7 @@ namespace Handbrake
//
// btn_q_encoder
//
- this.btn_q_encoder.BackColor = System.Drawing.SystemColors.Control;
+ this.btn_q_encoder.BackColor = System.Drawing.SystemColors.ControlLight;
this.btn_q_encoder.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btn_q_encoder.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_q_encoder.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
@@ -126,7 +126,7 @@ namespace Handbrake
//
// btn_Close
//
- this.btn_Close.BackColor = System.Drawing.SystemColors.Control;
+ 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)));
@@ -142,6 +142,7 @@ namespace Handbrake
//
// progressBar
//
+ this.progressBar.BackColor = System.Drawing.SystemColors.ControlLight;
this.progressBar.Location = new System.Drawing.Point(74, 331);
this.progressBar.Name = "progressBar";
this.progressBar.Size = new System.Drawing.Size(513, 23);
@@ -169,6 +170,7 @@ namespace Handbrake
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.BackColor = System.Drawing.SystemColors.ControlLight;
this.ClientSize = new System.Drawing.Size(657, 406);
this.ControlBox = false;
this.Controls.Add(this.lbl_progressValue);