mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
time distorter 3 is openable
This commit is contained in:
parent
8c8cb5926d
commit
e639c4a8a5
7 changed files with 23 additions and 7 deletions
|
@ -891,6 +891,7 @@
|
|||
<None Include="Resources\WinClassic\TimeDistorter1Icon.png" />
|
||||
<None Include="Resources\WinClassic\sliverwhite.png" />
|
||||
<None Include="Resources\WinClassic\sliveroldlace.png" />
|
||||
<None Include="Resources\WinClassic\TimeDistorter3Icon.png" />
|
||||
<Content Include="Resources\WinClassic\TrueColor.png" />
|
||||
<None Include="Resources\WinClassic\Win95Info.png" />
|
||||
<None Include="Resources\WinClassic\Win95Error.png" />
|
||||
|
|
|
@ -61,9 +61,10 @@ public static async void StartObjective()
|
|||
await Task.Delay(1000);
|
||||
|
||||
WinClassicDownloader opendownload = new WinClassicDownloader();
|
||||
wm.Init(opendownload, "Downloader", null, false, true);
|
||||
opendownload.appName.Text = "Downloading: Web Chat 1998";
|
||||
opendownload.amountToDL = 35;
|
||||
wm.InitXP(opendownload, "Downloader", null, false, true);
|
||||
opendownload.appName.Text = "Downloading: Time Distorter 0.3";
|
||||
opendownload.amountToDL = 38;
|
||||
opendownload.BackColor = Color.OldLace;
|
||||
|
||||
await Task.Delay(5000); Console.WriteLine("telnet> Transfer complete.");
|
||||
await Task.Delay(4000); Console.WriteLine("TheHiddenHacker> now open up the time distorter and make a choice, ill wait");
|
||||
|
|
|
@ -41,9 +41,9 @@ private void InitializeComponent()
|
|||
this.classicLabel1.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||
this.classicLabel1.DropShadow = false;
|
||||
this.classicLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 72F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.classicLabel1.Location = new System.Drawing.Point(43, 34);
|
||||
this.classicLabel1.Location = new System.Drawing.Point(45, 34);
|
||||
this.classicLabel1.Name = "classicLabel1";
|
||||
this.classicLabel1.Size = new System.Drawing.Size(270, 120);
|
||||
this.classicLabel1.Size = new System.Drawing.Size(262, 120);
|
||||
this.classicLabel1.TabIndex = 2;
|
||||
this.classicLabel1.Text = "2002";
|
||||
//
|
||||
|
@ -98,7 +98,7 @@ private void InitializeComponent()
|
|||
//
|
||||
this.label3.AutoSize = true;
|
||||
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(116, 28);
|
||||
this.label3.Location = new System.Drawing.Point(119, 28);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(103, 16);
|
||||
this.label3.TabIndex = 7;
|
||||
|
@ -117,7 +117,7 @@ private void InitializeComponent()
|
|||
this.Controls.Add(this.buttonXP1);
|
||||
this.Controls.Add(this.classicLabel1);
|
||||
this.Name = "WinClassicTimeDistorter3Bad";
|
||||
this.Size = new System.Drawing.Size(356, 235);
|
||||
this.Size = new System.Drawing.Size(340, 235);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
|
|
|
@ -171,6 +171,7 @@ private void desktopicons_DoubleClick(object sender, EventArgs e)
|
|||
{
|
||||
if (objListViewItem.Text == "Time Distorter 0.3")
|
||||
{
|
||||
wm.InitXP(new WinClassicTimeDistorter3Bad(), "Time Distorter 0.3", Properties.Resources.TimeDistorter3Icon, false, false, false, false);
|
||||
/*if (ie != null) { wm.StartInfobox95("Error Opening Internet Explorer", "An instance of Internet Explorer 4 is already open.", InfoboxType.Warning, InfoboxButtons.OK); return; }
|
||||
ie = wm.Init(new WinClassicIE4(), "Internet Explorer 4", Properties.Resources.Win95IconIE4, true, true);
|
||||
AddTaskBarItem(ie, ie.Tag.ToString(), "Internet Explorer 4", Properties.Resources.Win95IconIE4);
|
||||
|
|
|
@ -2098,6 +2098,9 @@
|
|||
<data name="sliveroldlace" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\sliveroldlace.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="TimeDistorter3Icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\TimeDistorter3Icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPClose" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPClose.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
|
10
Histacom2/Properties/Resources1.Designer.cs
generated
10
Histacom2/Properties/Resources1.Designer.cs
generated
|
@ -1103,6 +1103,16 @@ public static System.Drawing.Bitmap TimeDistorter1Icon {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
public static System.Drawing.Bitmap TimeDistorter3Icon {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("TimeDistorter3Icon", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
|
BIN
Histacom2/Resources/WinClassic/TimeDistorter3Icon.png
Normal file
BIN
Histacom2/Resources/WinClassic/TimeDistorter3Icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 976 B |
Loading…
Reference in a new issue