aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win95/Win95Apps/WinClassicTimeDistorter.Designer.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-10-28 20:00:14 -0500
committerGitHub <[email protected]>2017-10-28 20:00:14 -0500
commitb2e99d751dd7417599212df04c74cdeb60c6453e (patch)
tree0c3892ecc10e96943621419924fa717a5fdd0a6d /Histacom2/OS/Win95/Win95Apps/WinClassicTimeDistorter.Designer.cs
parent8501b2ff1483efc270216ec33fd93abccdb66253 (diff)
parent5a87139ba9f8ad29b7c3e8c0d4249e149e1eebd0 (diff)
downloadhistacom2-b2e99d751dd7417599212df04c74cdeb60c6453e.tar.gz
histacom2-b2e99d751dd7417599212df04c74cdeb60c6453e.tar.bz2
histacom2-b2e99d751dd7417599212df04c74cdeb60c6453e.zip
Merge pull request #172 from jtsshieh/master
Fixing bugs part 1
Diffstat (limited to 'Histacom2/OS/Win95/Win95Apps/WinClassicTimeDistorter.Designer.cs')
-rw-r--r--Histacom2/OS/Win95/Win95Apps/WinClassicTimeDistorter.Designer.cs11
1 files changed, 9 insertions, 2 deletions
diff --git a/Histacom2/OS/Win95/Win95Apps/WinClassicTimeDistorter.Designer.cs b/Histacom2/OS/Win95/Win95Apps/WinClassicTimeDistorter.Designer.cs
index 33ab4f2..9421bdc 100644
--- a/Histacom2/OS/Win95/Win95Apps/WinClassicTimeDistorter.Designer.cs
+++ b/Histacom2/OS/Win95/Win95Apps/WinClassicTimeDistorter.Designer.cs
@@ -104,10 +104,17 @@
//
// btnGo
//
- this.btnGo.Location = new System.Drawing.Point(162, 133);
+ this.btnGo.AdaptBackColorWithTheme = true;
+ this.btnGo.AdaptFontWithTheme = true;
+ this.btnGo.AdaptForeColorWithTheme = true;
+ this.btnGo.BackColor = System.Drawing.Color.Silver;
+ this.btnGo.DialogResult = System.Windows.Forms.DialogResult.None;
+ this.btnGo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
+ this.btnGo.ForeColor = System.Drawing.Color.Black;
+ this.btnGo.Location = new System.Drawing.Point(155, 133);
this.btnGo.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.btnGo.Name = "btnGo";
- this.btnGo.Size = new System.Drawing.Size(124, 23);
+ this.btnGo.Size = new System.Drawing.Size(131, 23);
this.btnGo.TabIndex = 7;
this.btnGo.Text = "Go To Destination Year";
this.btnGo.Click += new System.EventHandler(this.btnGo_Click);