From 7ce95f837d4318397e6749250e53fe7a85fe8f77 Mon Sep 17 00:00:00 2001 From: lempamo Date: Sun, 15 Oct 2017 11:40:01 -0400 Subject: hack3 made --- .../OS/Win98/Win98Apps/WinClassicTimeDistorter2.Designer.cs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.Designer.cs') 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 @@ /// 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; } } -- cgit v1.2.3