aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/AchievementBox.Designer.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-10-24 11:27:51 +0100
committerAlex-TIMEHACK <[email protected]>2017-10-24 11:27:51 +0100
commit3d2e297b43cbd7f99269c9a58b25651a83ccef3c (patch)
treeef636bc39af2b880af61acde98a2c5fb9e92cbaa /Histacom2/AchievementBox.Designer.cs
parente5f29e7b53322e11578acd0deb3b1d454998bb77 (diff)
parentaff052b475abc5d4035369a85fa471f62cad021b (diff)
downloadhistacom2-3d2e297b43cbd7f99269c9a58b25651a83ccef3c.tar.gz
histacom2-3d2e297b43cbd7f99269c9a58b25651a83ccef3c.tar.bz2
histacom2-3d2e297b43cbd7f99269c9a58b25651a83ccef3c.zip
Updated my fork!
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