mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
lets get this show on the road again
This commit is contained in:
parent
2c75460cc1
commit
4d432950a1
4 changed files with 29 additions and 1 deletions
|
@ -120,6 +120,16 @@ public static async void VirusDestruction(WinClassicIE6Bad ie)
|
||||||
new AchievementBox(1);
|
new AchievementBox(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static async void Travel2K()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public static async void TravelME()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
public static async void LabelMaker()
|
public static async void LabelMaker()
|
||||||
{
|
{
|
||||||
while (!Stop)
|
while (!Stop)
|
||||||
|
|
|
@ -28,12 +28,14 @@ protected override void Dispose(bool disposing)
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private void InitializeComponent()
|
private void InitializeComponent()
|
||||||
{
|
{
|
||||||
|
this.components = new System.ComponentModel.Container();
|
||||||
this.classicLabel1 = new Histacom2.Engine.UI.ClassicLabel();
|
this.classicLabel1 = new Histacom2.Engine.UI.ClassicLabel();
|
||||||
this.buttonXP1 = new PinkieControls.ButtonXP();
|
this.buttonXP1 = new PinkieControls.ButtonXP();
|
||||||
this.buttonXP2 = new PinkieControls.ButtonXP();
|
this.buttonXP2 = new PinkieControls.ButtonXP();
|
||||||
this.label1 = new System.Windows.Forms.Label();
|
this.label1 = new System.Windows.Forms.Label();
|
||||||
this.label2 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
||||||
this.label3 = new System.Windows.Forms.Label();
|
this.label3 = new System.Windows.Forms.Label();
|
||||||
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
// classicLabel1
|
// classicLabel1
|
||||||
|
@ -59,6 +61,7 @@ private void InitializeComponent()
|
||||||
this.buttonXP1.Size = new System.Drawing.Size(101, 25);
|
this.buttonXP1.Size = new System.Drawing.Size(101, 25);
|
||||||
this.buttonXP1.TabIndex = 3;
|
this.buttonXP1.TabIndex = 3;
|
||||||
this.buttonXP1.Text = "Travel to 2000";
|
this.buttonXP1.Text = "Travel to 2000";
|
||||||
|
this.buttonXP1.Click += new System.EventHandler(this.buttonXP1_Click);
|
||||||
//
|
//
|
||||||
// buttonXP2
|
// buttonXP2
|
||||||
//
|
//
|
||||||
|
@ -72,6 +75,7 @@ private void InitializeComponent()
|
||||||
this.buttonXP2.Size = new System.Drawing.Size(101, 25);
|
this.buttonXP2.Size = new System.Drawing.Size(101, 25);
|
||||||
this.buttonXP2.TabIndex = 4;
|
this.buttonXP2.TabIndex = 4;
|
||||||
this.buttonXP2.Text = "Travel to 2001";
|
this.buttonXP2.Text = "Travel to 2001";
|
||||||
|
this.buttonXP2.Click += new System.EventHandler(this.buttonXP2_Click);
|
||||||
//
|
//
|
||||||
// label1
|
// label1
|
||||||
//
|
//
|
||||||
|
@ -100,7 +104,7 @@ private void InitializeComponent()
|
||||||
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.label3.Location = new System.Drawing.Point(119, 28);
|
this.label3.Location = new System.Drawing.Point(119, 28);
|
||||||
this.label3.Name = "label3";
|
this.label3.Name = "label3";
|
||||||
this.label3.Size = new System.Drawing.Size(103, 16);
|
this.label3.Size = new System.Drawing.Size(98, 16);
|
||||||
this.label3.TabIndex = 7;
|
this.label3.TabIndex = 7;
|
||||||
this.label3.Text = "Current Year:";
|
this.label3.Text = "Current Year:";
|
||||||
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
|
@ -131,5 +135,6 @@ private void InitializeComponent()
|
||||||
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Label label1;
|
||||||
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.Label label2;
|
||||||
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.Label label3;
|
||||||
|
private System.Windows.Forms.Timer timer1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,5 +16,15 @@ public WinClassicTimeDistorter3Bad()
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void buttonXP1_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
private void buttonXP2_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -117,4 +117,7 @@
|
||||||
<resheader name="writer">
|
<resheader name="writer">
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
|
<metadata name="timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>17, 17</value>
|
||||||
|
</metadata>
|
||||||
</root>
|
</root>
|
Loading…
Reference in a new issue