aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/AchievementBox.Designer.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-10-02 14:20:29 -0400
committerlempamo <[email protected]>2017-10-02 14:20:29 -0400
commit7919e1da05fc52d037415102c5628afe1990c7cb (patch)
tree5695391d738605935f0d39f91baad6d6b8a9c32c /Histacom2/AchievementBox.Designer.cs
parentb23771cd187a3235330ef7ead9121b12f1dfdee7 (diff)
downloadhistacom2-7919e1da05fc52d037415102c5628afe1990c7cb.tar.gz
histacom2-7919e1da05fc52d037415102c5628afe1990c7cb.tar.bz2
histacom2-7919e1da05fc52d037415102c5628afe1990c7cb.zip
wc98 is DONE!
Diffstat (limited to 'Histacom2/AchievementBox.Designer.cs')
-rw-r--r--Histacom2/AchievementBox.Designer.cs15
1 files changed, 8 insertions, 7 deletions
diff --git a/Histacom2/AchievementBox.Designer.cs b/Histacom2/AchievementBox.Designer.cs
index 2f9aea7..0dcc887 100644
--- a/Histacom2/AchievementBox.Designer.cs
+++ b/Histacom2/AchievementBox.Designer.cs
@@ -28,22 +28,23 @@
/// </summary>
private void InitializeComponent()
{
- this.button1 = new System.Windows.Forms.Button();
+ this.button1 = new Histacom2.Engine.UI.ClassicButton();
this.SuspendLayout();
//
// button1
//
+ this.button1.AdaptBackColorWithTheme = false;
+ this.button1.AdaptFontWithTheme = false;
+ this.button1.AdaptForeColorWithTheme = false;
this.button1.BackColor = System.Drawing.Color.Silver;
- this.button1.FlatAppearance.BorderColor = System.Drawing.Color.Gray;
- this.button1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver;
- this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Silver;
- this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.button1.DialogResult = System.Windows.Forms.DialogResult.None;
+ this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.75F, System.Drawing.FontStyle.Bold);
+ this.button1.ForeColor = System.Drawing.Color.Black;
this.button1.Location = new System.Drawing.Point(128, 59);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(68, 35);
this.button1.TabIndex = 0;
this.button1.Text = "Exit";
- this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// AchievementBox
@@ -63,6 +64,6 @@
#endregion
- private System.Windows.Forms.Button button1;
+ private Histacom2.Engine.UI.ClassicButton button1;
}
} \ No newline at end of file