From 6cc83da6f014ef5ada29ea659313d5f2deece840 Mon Sep 17 00:00:00 2001 From: sr55 Date: Thu, 16 Aug 2007 21:15:01 +0000 Subject: 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 --- win/C#/frmAbout.Designer.cs | 6 ++++-- win/C#/frmDvdInfo.Designer.cs | 4 +++- win/C#/frmMain.Designer.cs | 4 ++-- win/C#/frmOptions.Designer.cs | 7 ++++++- win/C#/frmQueue.Designer.cs | 12 +++++++----- win/C#/frmQuickStart.Designer.cs | 1 + win/C#/frmReadDVD.Designer.cs | 7 ++++--- win/C#/frmUpdate.Designer.cs | 1 + 8 files changed, 28 insertions(+), 14 deletions(-) diff --git a/win/C#/frmAbout.Designer.cs b/win/C#/frmAbout.Designer.cs index 8a0180563..45cf048a4 100644 --- a/win/C#/frmAbout.Designer.cs +++ b/win/C#/frmAbout.Designer.cs @@ -51,6 +51,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("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); @@ -60,7 +61,7 @@ namespace Handbrake this.btn_close.Size = new System.Drawing.Size(99, 22); this.btn_close.TabIndex = 27; 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); // // Version @@ -120,7 +121,8 @@ namespace Handbrake this.AcceptButton = this.btn_close; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(526, 252); + this.BackColor = System.Drawing.SystemColors.ControlLight; + this.ClientSize = new System.Drawing.Size(526, 259); this.Controls.Add(this.Label4); this.Controls.Add(this.btn_close); this.Controls.Add(this.Version); diff --git a/win/C#/frmDvdInfo.Designer.cs b/win/C#/frmDvdInfo.Designer.cs index 6a3e690ae..3db856d1d 100644 --- a/win/C#/frmDvdInfo.Designer.cs +++ b/win/C#/frmDvdInfo.Designer.cs @@ -37,6 +37,7 @@ namespace Handbrake // Label2 // this.Label2.AutoSize = true; + this.Label2.BackColor = System.Drawing.SystemColors.ControlLight; this.Label2.Location = new System.Drawing.Point(13, 14); this.Label2.Name = "Label2"; this.Label2.Size = new System.Drawing.Size(518, 26); @@ -57,7 +58,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))); @@ -76,6 +77,7 @@ namespace Handbrake this.AcceptButton = this.btn_close; 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(547, 495); this.Controls.Add(this.Label2); this.Controls.Add(this.rtf_dvdInfo); diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index f229b2710..a8241e04e 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -1037,7 +1037,7 @@ namespace Handbrake // // btn_queue // - this.btn_queue.BackColor = System.Drawing.SystemColors.Control; + this.btn_queue.BackColor = System.Drawing.SystemColors.ControlLight; this.btn_queue.FlatAppearance.BorderColor = System.Drawing.Color.Black; this.btn_queue.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_queue.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); @@ -1053,7 +1053,7 @@ namespace Handbrake // // btn_encode // - this.btn_encode.BackColor = System.Drawing.SystemColors.Control; + this.btn_encode.BackColor = System.Drawing.SystemColors.ControlLight; this.btn_encode.FlatAppearance.BorderColor = System.Drawing.Color.Black; this.btn_encode.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_encode.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 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); 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); diff --git a/win/C#/frmQuickStart.Designer.cs b/win/C#/frmQuickStart.Designer.cs index 5de83c676..8ce08ae1f 100644 --- a/win/C#/frmQuickStart.Designer.cs +++ b/win/C#/frmQuickStart.Designer.cs @@ -246,6 +246,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(522, 439); this.Controls.Add(this.label8); this.Controls.Add(this.pictureBox8); 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); diff --git a/win/C#/frmUpdate.Designer.cs b/win/C#/frmUpdate.Designer.cs index 33efdb7af..357c126be 100644 --- a/win/C#/frmUpdate.Designer.cs +++ b/win/C#/frmUpdate.Designer.cs @@ -206,6 +206,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(498, 139); this.Controls.Add(this.cliVersion); this.Controls.Add(this.lbl_cliVersion); -- cgit v1.2.3