diff options
author | sr55 <[email protected]> | 2008-04-04 18:31:07 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-04-04 18:31:07 +0000 |
commit | a798655972e09b6c80351b3337b28bc02270dc5c (patch) | |
tree | 210d00536225f72e165e0d3bba66c5ebd9858d49 /win/C#/frmDvdInfo.Designer.cs | |
parent | 3738b3534b5fbc71855d4d230b6b272c427dfedb (diff) |
WinGui:
- UI consistency issues caused by last UI update, now sorted. All windows follow the same style aspects.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1379 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmDvdInfo.Designer.cs')
-rw-r--r-- | win/C#/frmDvdInfo.Designer.cs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/win/C#/frmDvdInfo.Designer.cs b/win/C#/frmDvdInfo.Designer.cs index 0766bcb34..19bd7b317 100644 --- a/win/C#/frmDvdInfo.Designer.cs +++ b/win/C#/frmDvdInfo.Designer.cs @@ -72,7 +72,6 @@ namespace Handbrake //
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)));
this.btn_close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.btn_close.Location = new System.Drawing.Point(446, 441);
@@ -81,7 +80,7 @@ namespace Handbrake this.btn_close.TabIndex = 28;
this.btn_close.TabStop = false;
this.btn_close.Text = "Close Window";
- this.btn_close.UseVisualStyleBackColor = false;
+ this.btn_close.UseVisualStyleBackColor = true;
this.btn_close.Click += new System.EventHandler(this.btn_close_Click);
//
// pictureBox1
@@ -111,7 +110,6 @@ namespace Handbrake //
this.btn_copy.BackColor = System.Drawing.SystemColors.ControlLight;
this.btn_copy.FlatAppearance.BorderColor = System.Drawing.Color.Black;
- this.btn_copy.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_copy.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_copy.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.btn_copy.Location = new System.Drawing.Point(19, 441);
@@ -119,7 +117,7 @@ namespace Handbrake this.btn_copy.Size = new System.Drawing.Size(134, 23);
this.btn_copy.TabIndex = 93;
this.btn_copy.Text = "Copy to Clipboard";
- this.btn_copy.UseVisualStyleBackColor = false;
+ this.btn_copy.UseVisualStyleBackColor = true;
this.btn_copy.Click += new System.EventHandler(this.btn_copy_Click);
//
// frmDvdInfo
|