From 4c3477099a200dccf44948fbd8a4dfbe592f7510 Mon Sep 17 00:00:00 2001 From: jtsshieh Date: Sun, 29 Oct 2017 12:01:04 -0400 Subject: About Page --- Histacom2.Engine/Template/AboutBox95.Designer.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Histacom2.Engine/Template/AboutBox95.Designer.cs') diff --git a/Histacom2.Engine/Template/AboutBox95.Designer.cs b/Histacom2.Engine/Template/AboutBox95.Designer.cs index 8ad5dea..c6877f6 100644 --- a/Histacom2.Engine/Template/AboutBox95.Designer.cs +++ b/Histacom2.Engine/Template/AboutBox95.Designer.cs @@ -100,7 +100,12 @@ // // classicButton1 // + this.classicButton1.AdaptBackColorWithTheme = true; + this.classicButton1.AdaptFontWithTheme = true; + this.classicButton1.AdaptForeColorWithTheme = true; this.classicButton1.BackColor = System.Drawing.Color.Silver; + this.classicButton1.DialogResult = System.Windows.Forms.DialogResult.None; + this.classicButton1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.classicButton1.ForeColor = System.Drawing.Color.Black; this.classicButton1.Location = new System.Drawing.Point(251, 223); this.classicButton1.Name = "classicButton1"; -- cgit v1.2.3