diff options
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
|