OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 16 Aug 2007 21:15:01 +0000 (21:15 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 16 Aug 2007 21:15:01 +0000 (21:15 +0000)
- Number of extra tweaks to the GUI for vista

git-svn-id: svn://localhost/HandBrake/trunk@825 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/frmAbout.Designer.cs
win/C#/frmDvdInfo.Designer.cs
win/C#/frmMain.Designer.cs
win/C#/frmOptions.Designer.cs
win/C#/frmQueue.Designer.cs
win/C#/frmQuickStart.Designer.cs
win/C#/frmReadDVD.Designer.cs
win/C#/frmUpdate.Designer.cs

index 8a01805..45cf048 100644 (file)
@@ -51,6 +51,7 @@ namespace Handbrake
             // \r
             // btn_close\r
             // \r
+            this.btn_close.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.btn_close.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
             this.btn_close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.btn_close.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
@@ -60,7 +61,7 @@ namespace Handbrake
             this.btn_close.Size = new System.Drawing.Size(99, 22);\r
             this.btn_close.TabIndex = 27;\r
             this.btn_close.Text = "Close";\r
-            this.btn_close.UseVisualStyleBackColor = true;\r
+            this.btn_close.UseVisualStyleBackColor = false;\r
             this.btn_close.Click += new System.EventHandler(this.btn_close_Click);\r
             // \r
             // Version\r
@@ -120,7 +121,8 @@ namespace Handbrake
             this.AcceptButton = this.btn_close;\r
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
-            this.ClientSize = new System.Drawing.Size(526, 252);\r
+            this.BackColor = System.Drawing.SystemColors.ControlLight;\r
+            this.ClientSize = new System.Drawing.Size(526, 259);\r
             this.Controls.Add(this.Label4);\r
             this.Controls.Add(this.btn_close);\r
             this.Controls.Add(this.Version);\r
index 6a3e690..3db856d 100644 (file)
@@ -37,6 +37,7 @@ namespace Handbrake
             // Label2\r
             // \r
             this.Label2.AutoSize = true;\r
+            this.Label2.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.Label2.Location = new System.Drawing.Point(13, 14);\r
             this.Label2.Name = "Label2";\r
             this.Label2.Size = new System.Drawing.Size(518, 26);\r
@@ -57,7 +58,7 @@ namespace Handbrake
             // \r
             // btn_close\r
             // \r
-            this.btn_close.BackColor = System.Drawing.SystemColors.Control;\r
+            this.btn_close.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.btn_close.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
             this.btn_close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.btn_close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
@@ -76,6 +77,7 @@ namespace Handbrake
             this.AcceptButton = this.btn_close;\r
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
+            this.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.ClientSize = new System.Drawing.Size(547, 495);\r
             this.Controls.Add(this.Label2);\r
             this.Controls.Add(this.rtf_dvdInfo);\r
index f229b27..a8241e0 100644 (file)
@@ -1037,7 +1037,7 @@ namespace Handbrake
             // \r
             // btn_queue\r
             // \r
-            this.btn_queue.BackColor = System.Drawing.SystemColors.Control;\r
+            this.btn_queue.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.btn_queue.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
             this.btn_queue.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.btn_queue.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
@@ -1053,7 +1053,7 @@ namespace Handbrake
             // \r
             // btn_encode\r
             // \r
-            this.btn_encode.BackColor = System.Drawing.SystemColors.Control;\r
+            this.btn_encode.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.btn_encode.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
             this.btn_encode.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.btn_encode.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
index dc07e29..40b2e2d 100644 (file)
@@ -68,6 +68,7 @@ namespace Handbrake
             // \r
             // GroupBox2\r
             // \r
+            this.GroupBox2.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.GroupBox2.Controls.Add(this.Label1);\r
             this.GroupBox2.Controls.Add(this.check_updateCheck);\r
             this.GroupBox2.Controls.Add(this.Label2);\r
@@ -184,6 +185,7 @@ namespace Handbrake
             // \r
             // GroupBox3\r
             // \r
+            this.GroupBox3.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.GroupBox3.Controls.Add(this.drp_Priority);\r
             this.GroupBox3.Controls.Add(this.Label4);\r
             this.GroupBox3.Controls.Add(this.drp_processors);\r
@@ -198,6 +200,7 @@ namespace Handbrake
             // \r
             // GroupBox1\r
             // \r
+            this.GroupBox1.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.GroupBox1.Controls.Add(this.check_verbose);\r
             this.GroupBox1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.GroupBox1.Location = new System.Drawing.Point(13, 283);\r
@@ -209,6 +212,7 @@ namespace Handbrake
             // \r
             // btn_close\r
             // \r
+            this.btn_close.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.btn_close.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
             this.btn_close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.btn_close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
@@ -218,11 +222,12 @@ namespace Handbrake
             this.btn_close.Size = new System.Drawing.Size(107, 22);\r
             this.btn_close.TabIndex = 53;\r
             this.btn_close.Text = "Close";\r
-            this.btn_close.UseVisualStyleBackColor = true;\r
+            this.btn_close.UseVisualStyleBackColor = false;\r
             this.btn_close.Click += new System.EventHandler(this.btn_close_Click);\r
             // \r
             // frmOptions\r
             // \r
+            this.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.ClientSize = new System.Drawing.Size(411, 394);\r
             this.Controls.Add(this.GroupBox2);\r
             this.Controls.Add(this.GroupBox3);\r
index 6aaf167..c8377c8 100644 (file)
@@ -43,7 +43,7 @@ namespace Handbrake
             // \r
             // btn_down\r
             // \r
-            this.btn_down.BackColor = System.Drawing.SystemColors.Control;\r
+            this.btn_down.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.btn_down.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
             this.btn_down.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.btn_down.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
@@ -59,7 +59,7 @@ namespace Handbrake
             // \r
             // btn_up\r
             // \r
-            this.btn_up.BackColor = System.Drawing.SystemColors.Control;\r
+            this.btn_up.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.btn_up.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
             this.btn_up.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.btn_up.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
@@ -75,7 +75,7 @@ namespace Handbrake
             // \r
             // btn_delete\r
             // \r
-            this.btn_delete.BackColor = System.Drawing.SystemColors.Control;\r
+            this.btn_delete.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.btn_delete.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
             this.btn_delete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.btn_delete.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
@@ -100,7 +100,7 @@ namespace Handbrake
             // \r
             // btn_q_encoder\r
             // \r
-            this.btn_q_encoder.BackColor = System.Drawing.SystemColors.Control;\r
+            this.btn_q_encoder.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.btn_q_encoder.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
             this.btn_q_encoder.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.btn_q_encoder.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
@@ -126,7 +126,7 @@ namespace Handbrake
             // \r
             // btn_Close\r
             // \r
-            this.btn_Close.BackColor = System.Drawing.SystemColors.Control;\r
+            this.btn_Close.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.btn_Close.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
             this.btn_Close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.btn_Close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
@@ -142,6 +142,7 @@ namespace Handbrake
             // \r
             // progressBar\r
             // \r
+            this.progressBar.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.progressBar.Location = new System.Drawing.Point(74, 331);\r
             this.progressBar.Name = "progressBar";\r
             this.progressBar.Size = new System.Drawing.Size(513, 23);\r
@@ -169,6 +170,7 @@ namespace Handbrake
             // \r
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
+            this.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.ClientSize = new System.Drawing.Size(657, 406);\r
             this.ControlBox = false;\r
             this.Controls.Add(this.lbl_progressValue);\r
index 5de83c6..8ce08ae 100644 (file)
@@ -246,6 +246,7 @@ namespace Handbrake
             // \r
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
+            this.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.ClientSize = new System.Drawing.Size(522, 439);\r
             this.Controls.Add(this.label8);\r
             this.Controls.Add(this.pictureBox8);\r
index 7a95d28..c71d46d 100644 (file)
@@ -50,7 +50,7 @@ namespace Handbrake
             // \r
             // btn_ok\r
             // \r
-            this.btn_ok.BackColor = System.Drawing.SystemColors.Control;\r
+            this.btn_ok.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.btn_ok.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
             this.btn_ok.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.btn_ok.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
@@ -108,7 +108,7 @@ namespace Handbrake
             // \r
             // btn_skip\r
             // \r
-            this.btn_skip.BackColor = System.Drawing.SystemColors.Control;\r
+            this.btn_skip.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.btn_skip.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
             this.btn_skip.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.btn_skip.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
@@ -119,7 +119,7 @@ namespace Handbrake
             this.btn_skip.TabIndex = 33;\r
             this.btn_skip.TabStop = false;\r
             this.btn_skip.Text = "Cancel";\r
-            this.btn_skip.UseVisualStyleBackColor = true;\r
+            this.btn_skip.UseVisualStyleBackColor = false;\r
             this.btn_skip.Visible = false;\r
             this.btn_skip.Click += new System.EventHandler(this.btn_skip_Click);\r
             // \r
@@ -128,6 +128,7 @@ namespace Handbrake
             this.AcceptButton = this.btn_ok;\r
             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);\r
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
+            this.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.ClientSize = new System.Drawing.Size(434, 88);\r
             this.ControlBox = false;\r
             this.Controls.Add(this.btn_skip);\r
index 33efdb7..357c126 100644 (file)
@@ -206,6 +206,7 @@ namespace Handbrake
             // \r
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
+            this.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.ClientSize = new System.Drawing.Size(498, 139);\r
             this.Controls.Add(this.cliVersion);\r
             this.Controls.Add(this.lbl_cliVersion);\r