From 48c8a60d6e3be559f5de1284fade700082b2c8e2 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 28 Sep 2008 18:22:26 +0000 Subject: [PATCH] WinGui: - Couple of debug changes slipped in that were not supposed to. Fixed. - Sorted incorrect styling on frmUpdater buttons. git-svn-id: svn://localhost/HandBrake/trunk@1782 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/HandBrakeCS.csproj | 14 ++++++++++++-- win/C#/Properties/Settings.Designer.cs | 2 +- win/C#/Properties/Settings.settings | 2 +- win/C#/app.config | 2 +- win/C#/frmUpdater.Designer.cs | 14 ++++---------- 5 files changed, 19 insertions(+), 15 deletions(-) diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index ce04fa17..b09ad060 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -20,6 +20,7 @@ 2.0 v2.0 false + false publish\ true Disk @@ -34,7 +35,6 @@ 1.0.0.%2a false true - false true @@ -51,7 +51,7 @@ - pdbonly + full true bin\Release\ DEBUG;TRACE @@ -261,6 +261,11 @@ + + False + .NET Framework Client Profile + false + False .NET Framework 2.0 %28x86%29 @@ -276,6 +281,11 @@ .NET Framework 3.5 true + + False + .NET Framework 3.5 SP1 + false + False Windows Installer 3.1 diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs index 63a2b07c..f1ce04bc 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -181,7 +181,7 @@ namespace Handbrake.Properties { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://handbrake.fr/appcast_test.xml")] + [global::System.Configuration.DefaultSettingValueAttribute("http://handbrake.fr/appcast_unstable.xml")] public string appcast_unstable { get { return ((string)(this["appcast_unstable"])); diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings index a47faee2..60694165 100644 --- a/win/C#/Properties/Settings.settings +++ b/win/C#/Properties/Settings.settings @@ -42,7 +42,7 @@ http://handbrake.fr/appcast.xml - http://handbrake.fr/appcast_test.xml + http://handbrake.fr/appcast_unstable.xml Checked diff --git a/win/C#/app.config b/win/C#/app.config index 479fe275..ce66d92d 100644 --- a/win/C#/app.config +++ b/win/C#/app.config @@ -47,7 +47,7 @@ http://handbrake.fr/appcast.xml - http://handbrake.fr/appcast_test.xml + http://handbrake.fr/appcast_unstable.xml Checked diff --git a/win/C#/frmUpdater.Designer.cs b/win/C#/frmUpdater.Designer.cs index d51d5000..2522ea82 100644 --- a/win/C#/frmUpdater.Designer.cs +++ b/win/C#/frmUpdater.Designer.cs @@ -77,9 +77,7 @@ namespace Handbrake // // btn_skip // - 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))); this.btn_skip.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.btn_skip.Location = new System.Drawing.Point(94, 250); @@ -87,14 +85,12 @@ namespace Handbrake this.btn_skip.Size = new System.Drawing.Size(133, 22); this.btn_skip.TabIndex = 54; this.btn_skip.Text = "Skip This Version"; - this.btn_skip.UseVisualStyleBackColor = true; + this.btn_skip.UseVisualStyleBackColor = false; this.btn_skip.Click += new System.EventHandler(this.btn_skip_Click); // // btn_installUpdate // - this.btn_installUpdate.BackColor = System.Drawing.SystemColors.ControlLight; this.btn_installUpdate.FlatAppearance.BorderColor = System.Drawing.Color.Black; - this.btn_installUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_installUpdate.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_installUpdate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.btn_installUpdate.Location = new System.Drawing.Point(464, 250); @@ -102,14 +98,12 @@ namespace Handbrake this.btn_installUpdate.Size = new System.Drawing.Size(133, 22); this.btn_installUpdate.TabIndex = 55; this.btn_installUpdate.Text = "Install Update"; - this.btn_installUpdate.UseVisualStyleBackColor = true; + this.btn_installUpdate.UseVisualStyleBackColor = false; this.btn_installUpdate.Click += new System.EventHandler(this.btn_installUpdate_Click); // // btn_remindLater // - this.btn_remindLater.BackColor = System.Drawing.SystemColors.ControlLight; this.btn_remindLater.FlatAppearance.BorderColor = System.Drawing.Color.Black; - this.btn_remindLater.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_remindLater.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_remindLater.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.btn_remindLater.Location = new System.Drawing.Point(325, 250); @@ -117,7 +111,7 @@ namespace Handbrake this.btn_remindLater.Size = new System.Drawing.Size(133, 22); this.btn_remindLater.TabIndex = 56; this.btn_remindLater.Text = "Remind me Later"; - this.btn_remindLater.UseVisualStyleBackColor = true; + this.btn_remindLater.UseVisualStyleBackColor = false; this.btn_remindLater.Click += new System.EventHandler(this.btn_remindLater_Click); // // label3 @@ -154,7 +148,7 @@ namespace Handbrake // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(609, 288); + this.ClientSize = new System.Drawing.Size(609, 282); this.Controls.Add(this.lbl_update_text); this.Controls.Add(this.label3); this.Controls.Add(this.btn_remindLater); -- 2.11.0