aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win95/Win95Apps/WinClassicTimeDistorter.Designer.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-09-12 09:51:26 -0400
committerlempamo <[email protected]>2017-09-12 09:51:26 -0400
commitab9f118edb06826ed49c0b46bb1bce38d407e4f6 (patch)
tree63e46f589ac10f4df5806c5d2ecb4c104adaed92 /Histacom2/OS/Win95/Win95Apps/WinClassicTimeDistorter.Designer.cs
parentc11ba68e8f319acc62b72259235a04b12892bffa (diff)
downloadhistacom2-ab9f118edb06826ed49c0b46bb1bce38d407e4f6.tar.gz
histacom2-ab9f118edb06826ed49c0b46bb1bce38d407e4f6.tar.bz2
histacom2-ab9f118edb06826ed49c0b46bb1bce38d407e4f6.zip
various classic control things
Diffstat (limited to 'Histacom2/OS/Win95/Win95Apps/WinClassicTimeDistorter.Designer.cs')
-rw-r--r--Histacom2/OS/Win95/Win95Apps/WinClassicTimeDistorter.Designer.cs8
1 files changed, 3 insertions, 5 deletions
diff --git a/Histacom2/OS/Win95/Win95Apps/WinClassicTimeDistorter.Designer.cs b/Histacom2/OS/Win95/Win95Apps/WinClassicTimeDistorter.Designer.cs
index ca74bd4..33ab4f2 100644
--- a/Histacom2/OS/Win95/Win95Apps/WinClassicTimeDistorter.Designer.cs
+++ b/Histacom2/OS/Win95/Win95Apps/WinClassicTimeDistorter.Designer.cs
@@ -34,7 +34,7 @@
this.lblCurrent = new System.Windows.Forms.Label();
this.lblYear = new System.Windows.Forms.Label();
this.lblTo = new System.Windows.Forms.Label();
- this.btnGo = new System.Windows.Forms.Button();
+ this.btnGo = new Histacom2.Engine.UI.ClassicButton();
this.lblCountDown = new System.Windows.Forms.Label();
this.countDownTimer = new System.Windows.Forms.Timer(this.components);
this.SuspendLayout();
@@ -104,14 +104,12 @@
//
// btnGo
//
- this.btnGo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnGo.Location = new System.Drawing.Point(162, 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.TabIndex = 7;
- this.btnGo.Text = "Go to destination year";
- this.btnGo.UseVisualStyleBackColor = true;
+ this.btnGo.Text = "Go To Destination Year";
this.btnGo.Click += new System.EventHandler(this.btnGo_Click);
//
// lblCountDown
@@ -158,7 +156,7 @@
private System.Windows.Forms.Label lblYear;
internal System.Windows.Forms.Label lblCountDown;
private System.Windows.Forms.Timer countDownTimer;
- internal System.Windows.Forms.Button btnGo;
+ internal Histacom2.Engine.UI.ClassicButton btnGo;
internal System.Windows.Forms.Label lblTo;
internal System.Windows.Forms.Label lblDestYear;
}