diff options
| author | lempamo <[email protected]> | 2017-10-29 11:45:15 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-29 11:45:15 -0500 |
| commit | 79370328c516fdfe64317bf31a6561461bfaa6ff (patch) | |
| tree | ee35fd9ef44726688912b28cbbba845e0983353a /Histacom2.Engine/Template/AboutBox95.Designer.cs | |
| parent | 4f0c0ce2d3c39c987f914ce28d1767ba49bd945d (diff) | |
| parent | 4c3477099a200dccf44948fbd8a4dfbe592f7510 (diff) | |
| download | histacom2-79370328c516fdfe64317bf31a6561461bfaa6ff.tar.gz histacom2-79370328c516fdfe64317bf31a6561461bfaa6ff.tar.bz2 histacom2-79370328c516fdfe64317bf31a6561461bfaa6ff.zip | |
Merge pull request #174 from jtsshieh/master
About Page
Diffstat (limited to 'Histacom2.Engine/Template/AboutBox95.Designer.cs')
| -rw-r--r-- | Histacom2.Engine/Template/AboutBox95.Designer.cs | 5 |
1 files changed, 5 insertions, 0 deletions
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"; |
