diff options
| author | lempamo <[email protected]> | 2017-10-15 11:40:01 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-10-15 11:40:01 -0400 |
| commit | 7ce95f837d4318397e6749250e53fe7a85fe8f77 (patch) | |
| tree | bb91c6a3acc513238456d93c3941c0a6f5791833 /Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.Designer.cs | |
| parent | 718fc7c680c17508b9d97cc92e8a3632cb999bb7 (diff) | |
| download | histacom2-7ce95f837d4318397e6749250e53fe7a85fe8f77.tar.gz histacom2-7ce95f837d4318397e6749250e53fe7a85fe8f77.tar.bz2 histacom2-7ce95f837d4318397e6749250e53fe7a85fe8f77.zip | |
hack3 made
Diffstat (limited to 'Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.Designer.cs')
| -rw-r--r-- | Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.Designer.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.Designer.cs b/Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.Designer.cs index 1b32d32..57ce08a 100644 --- a/Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.Designer.cs +++ b/Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.Designer.cs @@ -28,11 +28,13 @@ /// </summary> private void InitializeComponent() { + this.components = new System.ComponentModel.Container(); this.classicButton1 = new Histacom2.Engine.UI.ClassicButton(); this.classicLabel1 = new Histacom2.Engine.UI.ClassicLabel(); this.classicLabel2 = new Histacom2.Engine.UI.ClassicLabel(); this.classicLabel3 = new Histacom2.Engine.UI.ClassicLabel(); this.classicLabel4 = new Histacom2.Engine.UI.ClassicLabel(); + this.timer1 = new System.Windows.Forms.Timer(this.components); this.SuspendLayout(); // // classicButton1 @@ -50,6 +52,7 @@ this.classicButton1.Size = new System.Drawing.Size(276, 23); this.classicButton1.TabIndex = 0; this.classicButton1.Text = "Take me to 2000!"; + this.classicButton1.Click += new System.EventHandler(this.classicButton1_Click); // // classicLabel1 // @@ -90,6 +93,11 @@ this.classicLabel4.Text = "Preparing to travel. ETA: N/A secs."; this.classicLabel4.Visible = false; // + // timer1 + // + this.timer1.Interval = 1000; + this.timer1.Tick += new System.EventHandler(this.timer1_Tick); + // // WinClassicTimeDistorter2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -113,5 +121,6 @@ private Engine.UI.ClassicLabel classicLabel2; private Engine.UI.ClassicLabel classicLabel3; private Engine.UI.ClassicLabel classicLabel4; + private System.Windows.Forms.Timer timer1; } } |
