mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
hack3 now takes you to bad xp
This commit is contained in:
parent
405684df5b
commit
a9fc08f91f
6 changed files with 268 additions and 225 deletions
|
@ -75,7 +75,7 @@ protected override void OnPaint(PaintEventArgs e)
|
|||
if (!Selected) {
|
||||
switch (layout) {
|
||||
case ClassicStartMenuItemLayout.DistancedTitle:
|
||||
e.Graphics.DrawString(Text, Font, new SolidBrush(ForeColor), imgWidth + 6, 11, sf);
|
||||
e.Graphics.DrawString(Text, Font, new SolidBrush(ForeColor), imgWidth + 6, getYForString(), sf);
|
||||
break;
|
||||
case ClassicStartMenuItemLayout.CloseTitle:
|
||||
e.Graphics.DrawString(Text, Font, new SolidBrush(ForeColor), imgWidth + 2, getYForString(), sf);
|
||||
|
@ -99,7 +99,7 @@ protected override void OnPaint(PaintEventArgs e)
|
|||
switch (layout)
|
||||
{
|
||||
case ClassicStartMenuItemLayout.DistancedTitle:
|
||||
e.Graphics.DrawString(Text, Font, new SolidBrush(SaveSystem.currentTheme.selectedTextColor), imgWidth + 6, 11, sf);
|
||||
e.Graphics.DrawString(Text, Font, new SolidBrush(SaveSystem.currentTheme.selectedTextColor), imgWidth + 6, getYForString(), sf);
|
||||
break;
|
||||
case ClassicStartMenuItemLayout.CloseTitle:
|
||||
e.Graphics.DrawString(Text, Font, new SolidBrush(SaveSystem.currentTheme.selectedTextColor), imgWidth + 2, getYForString(), sf);
|
||||
|
|
|
@ -347,6 +347,7 @@
|
|||
<Compile Include="OS\Win98\Win98Apps\WinClassicWindowsExplorer.Designer.cs">
|
||||
<DependentUpon>WinClassicWindowsExplorer.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="OS\WinXPBad\Story\Hack4.cs" />
|
||||
<Compile Include="OS\WinXPBad\WinXPBad.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
using System.Windows.Forms;
|
||||
using Histacom2.Engine;
|
||||
using Histacom2.Engine.Template;
|
||||
using Histacom2.OS.Win98;
|
||||
|
||||
namespace Histacom2.OS.Win95.Win95Apps.Story
|
||||
{
|
||||
|
|
|
@ -31,35 +31,35 @@ private void InitializeComponent()
|
|||
this.classicLabel1 = new Histacom2.Engine.UI.ClassicLabel();
|
||||
this.classicLabel2 = new Histacom2.Engine.UI.ClassicLabel();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.classicLabel9 = new Histacom2.Engine.UI.ClassicLabel();
|
||||
this.classicButton2 = new Histacom2.Engine.UI.ClassicButton();
|
||||
this.classicLabel8 = new Histacom2.Engine.UI.ClassicLabel();
|
||||
this.classicButton1 = new Histacom2.Engine.UI.ClassicButton();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.classicLabel3 = new Histacom2.Engine.UI.ClassicLabel();
|
||||
this.panel3 = new System.Windows.Forms.Panel();
|
||||
this.panel4 = new System.Windows.Forms.Panel();
|
||||
this.classicLabel4 = new Histacom2.Engine.UI.ClassicLabel();
|
||||
this.panel5 = new System.Windows.Forms.Panel();
|
||||
this.panel6 = new System.Windows.Forms.Panel();
|
||||
this.classicLabel5 = new Histacom2.Engine.UI.ClassicLabel();
|
||||
this.panel7 = new System.Windows.Forms.Panel();
|
||||
this.panel8 = new System.Windows.Forms.Panel();
|
||||
this.classicLabel6 = new Histacom2.Engine.UI.ClassicLabel();
|
||||
this.panel9 = new System.Windows.Forms.Panel();
|
||||
this.panel10 = new System.Windows.Forms.Panel();
|
||||
this.classicLabel7 = new Histacom2.Engine.UI.ClassicLabel();
|
||||
this.classicButton2 = new Histacom2.Engine.UI.ClassicButton();
|
||||
this.classicLabel9 = new Histacom2.Engine.UI.ClassicLabel();
|
||||
this.classicButton3 = new Histacom2.Engine.UI.ClassicButton();
|
||||
this.classicLabel10 = new Histacom2.Engine.UI.ClassicLabel();
|
||||
this.classicButton4 = new Histacom2.Engine.UI.ClassicButton();
|
||||
this.classicLabel11 = new Histacom2.Engine.UI.ClassicLabel();
|
||||
this.classicLabel12 = new Histacom2.Engine.UI.ClassicLabel();
|
||||
this.classicButton5 = new Histacom2.Engine.UI.ClassicButton();
|
||||
this.classicLabel13 = new Histacom2.Engine.UI.ClassicLabel();
|
||||
this.classicButton6 = new Histacom2.Engine.UI.ClassicButton();
|
||||
this.classicLabel14 = new Histacom2.Engine.UI.ClassicLabel();
|
||||
this.panel4 = new System.Windows.Forms.Panel();
|
||||
this.classicLabel4 = new Histacom2.Engine.UI.ClassicLabel();
|
||||
this.panel5 = new System.Windows.Forms.Panel();
|
||||
this.classicLabel11 = new Histacom2.Engine.UI.ClassicLabel();
|
||||
this.classicButton4 = new Histacom2.Engine.UI.ClassicButton();
|
||||
this.classicLabel10 = new Histacom2.Engine.UI.ClassicLabel();
|
||||
this.classicButton3 = new Histacom2.Engine.UI.ClassicButton();
|
||||
this.panel6 = new System.Windows.Forms.Panel();
|
||||
this.classicLabel5 = new Histacom2.Engine.UI.ClassicLabel();
|
||||
this.panel7 = new System.Windows.Forms.Panel();
|
||||
this.classicLabel15 = new Histacom2.Engine.UI.ClassicLabel();
|
||||
this.panel8 = new System.Windows.Forms.Panel();
|
||||
this.classicLabel6 = new Histacom2.Engine.UI.ClassicLabel();
|
||||
this.panel9 = new System.Windows.Forms.Panel();
|
||||
this.classicLabel16 = new Histacom2.Engine.UI.ClassicLabel();
|
||||
this.panel10 = new System.Windows.Forms.Panel();
|
||||
this.classicLabel7 = new Histacom2.Engine.UI.ClassicLabel();
|
||||
this.classicLabel14 = new Histacom2.Engine.UI.ClassicLabel();
|
||||
this.panel1.SuspendLayout();
|
||||
this.panel2.SuspendLayout();
|
||||
this.panel3.SuspendLayout();
|
||||
|
@ -75,6 +75,7 @@ private void InitializeComponent()
|
|||
// classicLabel1
|
||||
//
|
||||
this.classicLabel1.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||
this.classicLabel1.DropShadow = false;
|
||||
this.classicLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.classicLabel1.Location = new System.Drawing.Point(347, 12);
|
||||
this.classicLabel1.Name = "classicLabel1";
|
||||
|
@ -85,6 +86,7 @@ private void InitializeComponent()
|
|||
// classicLabel2
|
||||
//
|
||||
this.classicLabel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||
this.classicLabel2.DropShadow = false;
|
||||
this.classicLabel2.Location = new System.Drawing.Point(361, 34);
|
||||
this.classicLabel2.Name = "classicLabel2";
|
||||
this.classicLabel2.Size = new System.Drawing.Size(250, 13);
|
||||
|
@ -106,8 +108,34 @@ private void InitializeComponent()
|
|||
this.panel1.Size = new System.Drawing.Size(225, 209);
|
||||
this.panel1.TabIndex = 2;
|
||||
//
|
||||
// classicLabel9
|
||||
//
|
||||
this.classicLabel9.DropShadow = false;
|
||||
this.classicLabel9.Location = new System.Drawing.Point(4, 79);
|
||||
this.classicLabel9.Name = "classicLabel9";
|
||||
this.classicLabel9.Size = new System.Drawing.Size(121, 13);
|
||||
this.classicLabel9.TabIndex = 4;
|
||||
this.classicLabel9.Text = "Web Chat 1999";
|
||||
//
|
||||
// classicButton2
|
||||
//
|
||||
this.classicButton2.AdaptBackColorWithTheme = false;
|
||||
this.classicButton2.AdaptFontWithTheme = true;
|
||||
this.classicButton2.AdaptForeColorWithTheme = true;
|
||||
this.classicButton2.BackColor = System.Drawing.Color.Green;
|
||||
this.classicButton2.DialogResult = System.Windows.Forms.DialogResult.None;
|
||||
this.classicButton2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
||||
this.classicButton2.ForeColor = System.Drawing.Color.Black;
|
||||
this.classicButton2.Location = new System.Drawing.Point(144, 74);
|
||||
this.classicButton2.Name = "classicButton2";
|
||||
this.classicButton2.Size = new System.Drawing.Size(72, 23);
|
||||
this.classicButton2.TabIndex = 3;
|
||||
this.classicButton2.Text = "Download";
|
||||
this.classicButton2.Click += new System.EventHandler(this.classicButton2_Click);
|
||||
//
|
||||
// classicLabel8
|
||||
//
|
||||
this.classicLabel8.DropShadow = false;
|
||||
this.classicLabel8.Location = new System.Drawing.Point(4, 49);
|
||||
this.classicLabel8.Name = "classicLabel8";
|
||||
this.classicLabel8.Size = new System.Drawing.Size(121, 13);
|
||||
|
@ -143,6 +171,7 @@ private void InitializeComponent()
|
|||
//
|
||||
// classicLabel3
|
||||
//
|
||||
this.classicLabel3.DropShadow = false;
|
||||
this.classicLabel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.classicLabel3.ForeColor = System.Drawing.Color.White;
|
||||
this.classicLabel3.Location = new System.Drawing.Point(58, 10);
|
||||
|
@ -166,201 +195,9 @@ private void InitializeComponent()
|
|||
this.panel3.Size = new System.Drawing.Size(225, 209);
|
||||
this.panel3.TabIndex = 3;
|
||||
//
|
||||
// panel4
|
||||
//
|
||||
this.panel4.BackColor = System.Drawing.Color.ForestGreen;
|
||||
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.panel4.Controls.Add(this.classicLabel4);
|
||||
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel4.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel4.Name = "panel4";
|
||||
this.panel4.Size = new System.Drawing.Size(223, 38);
|
||||
this.panel4.TabIndex = 0;
|
||||
//
|
||||
// classicLabel4
|
||||
//
|
||||
this.classicLabel4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.classicLabel4.ForeColor = System.Drawing.Color.White;
|
||||
this.classicLabel4.Location = new System.Drawing.Point(57, 10);
|
||||
this.classicLabel4.Name = "classicLabel4";
|
||||
this.classicLabel4.Size = new System.Drawing.Size(109, 16);
|
||||
this.classicLabel4.TabIndex = 0;
|
||||
this.classicLabel4.Text = "Example Viruses";
|
||||
//
|
||||
// panel5
|
||||
//
|
||||
this.panel5.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||
this.panel5.BackColor = System.Drawing.Color.Lime;
|
||||
this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.panel5.Controls.Add(this.classicLabel11);
|
||||
this.panel5.Controls.Add(this.classicButton4);
|
||||
this.panel5.Controls.Add(this.classicLabel10);
|
||||
this.panel5.Controls.Add(this.classicButton3);
|
||||
this.panel5.Controls.Add(this.panel6);
|
||||
this.panel5.Location = new System.Drawing.Point(369, 78);
|
||||
this.panel5.Name = "panel5";
|
||||
this.panel5.Size = new System.Drawing.Size(225, 209);
|
||||
this.panel5.TabIndex = 4;
|
||||
//
|
||||
// panel6
|
||||
//
|
||||
this.panel6.BackColor = System.Drawing.Color.ForestGreen;
|
||||
this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.panel6.Controls.Add(this.classicLabel5);
|
||||
this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel6.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel6.Name = "panel6";
|
||||
this.panel6.Size = new System.Drawing.Size(223, 38);
|
||||
this.panel6.TabIndex = 0;
|
||||
//
|
||||
// classicLabel5
|
||||
//
|
||||
this.classicLabel5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.classicLabel5.ForeColor = System.Drawing.Color.White;
|
||||
this.classicLabel5.Location = new System.Drawing.Point(62, 10);
|
||||
this.classicLabel5.Name = "classicLabel5";
|
||||
this.classicLabel5.Size = new System.Drawing.Size(94, 16);
|
||||
this.classicLabel5.TabIndex = 0;
|
||||
this.classicLabel5.Text = "Customization";
|
||||
//
|
||||
// panel7
|
||||
//
|
||||
this.panel7.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||
this.panel7.BackColor = System.Drawing.Color.Lime;
|
||||
this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.panel7.Controls.Add(this.classicLabel15);
|
||||
this.panel7.Controls.Add(this.panel8);
|
||||
this.panel7.Location = new System.Drawing.Point(104, 302);
|
||||
this.panel7.Name = "panel7";
|
||||
this.panel7.Size = new System.Drawing.Size(353, 135);
|
||||
this.panel7.TabIndex = 5;
|
||||
//
|
||||
// panel8
|
||||
//
|
||||
this.panel8.BackColor = System.Drawing.Color.ForestGreen;
|
||||
this.panel8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.panel8.Controls.Add(this.classicLabel6);
|
||||
this.panel8.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel8.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel8.Name = "panel8";
|
||||
this.panel8.Size = new System.Drawing.Size(351, 38);
|
||||
this.panel8.TabIndex = 0;
|
||||
//
|
||||
// classicLabel6
|
||||
//
|
||||
this.classicLabel6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.classicLabel6.ForeColor = System.Drawing.Color.White;
|
||||
this.classicLabel6.Location = new System.Drawing.Point(129, 10);
|
||||
this.classicLabel6.Name = "classicLabel6";
|
||||
this.classicLabel6.Size = new System.Drawing.Size(87, 16);
|
||||
this.classicLabel6.TabIndex = 0;
|
||||
this.classicLabel6.Text = "News Stories";
|
||||
//
|
||||
// panel9
|
||||
//
|
||||
this.panel9.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||
this.panel9.BackColor = System.Drawing.Color.Lime;
|
||||
this.panel9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.panel9.Controls.Add(this.classicLabel16);
|
||||
this.panel9.Controls.Add(this.panel10);
|
||||
this.panel9.Location = new System.Drawing.Point(502, 302);
|
||||
this.panel9.Name = "panel9";
|
||||
this.panel9.Size = new System.Drawing.Size(353, 135);
|
||||
this.panel9.TabIndex = 6;
|
||||
//
|
||||
// panel10
|
||||
//
|
||||
this.panel10.BackColor = System.Drawing.Color.ForestGreen;
|
||||
this.panel10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.panel10.Controls.Add(this.classicLabel7);
|
||||
this.panel10.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel10.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel10.Name = "panel10";
|
||||
this.panel10.Size = new System.Drawing.Size(351, 38);
|
||||
this.panel10.TabIndex = 0;
|
||||
//
|
||||
// classicLabel7
|
||||
//
|
||||
this.classicLabel7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.classicLabel7.ForeColor = System.Drawing.Color.White;
|
||||
this.classicLabel7.Location = new System.Drawing.Point(105, 10);
|
||||
this.classicLabel7.Name = "classicLabel7";
|
||||
this.classicLabel7.Size = new System.Drawing.Size(139, 16);
|
||||
this.classicLabel7.TabIndex = 0;
|
||||
this.classicLabel7.Text = "History Of Computers";
|
||||
//
|
||||
// classicButton2
|
||||
//
|
||||
this.classicButton2.AdaptBackColorWithTheme = false;
|
||||
this.classicButton2.AdaptFontWithTheme = true;
|
||||
this.classicButton2.AdaptForeColorWithTheme = true;
|
||||
this.classicButton2.BackColor = System.Drawing.Color.Green;
|
||||
this.classicButton2.DialogResult = System.Windows.Forms.DialogResult.None;
|
||||
this.classicButton2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
||||
this.classicButton2.ForeColor = System.Drawing.Color.Black;
|
||||
this.classicButton2.Location = new System.Drawing.Point(144, 74);
|
||||
this.classicButton2.Name = "classicButton2";
|
||||
this.classicButton2.Size = new System.Drawing.Size(72, 23);
|
||||
this.classicButton2.TabIndex = 3;
|
||||
this.classicButton2.Text = "Download";
|
||||
this.classicButton2.Click += new System.EventHandler(this.classicButton2_Click);
|
||||
//
|
||||
// classicLabel9
|
||||
//
|
||||
this.classicLabel9.Location = new System.Drawing.Point(4, 79);
|
||||
this.classicLabel9.Name = "classicLabel9";
|
||||
this.classicLabel9.Size = new System.Drawing.Size(121, 13);
|
||||
this.classicLabel9.TabIndex = 4;
|
||||
this.classicLabel9.Text = "Web Chat 1999";
|
||||
//
|
||||
// classicButton3
|
||||
//
|
||||
this.classicButton3.AdaptBackColorWithTheme = false;
|
||||
this.classicButton3.AdaptFontWithTheme = true;
|
||||
this.classicButton3.AdaptForeColorWithTheme = true;
|
||||
this.classicButton3.BackColor = System.Drawing.Color.Green;
|
||||
this.classicButton3.DialogResult = System.Windows.Forms.DialogResult.None;
|
||||
this.classicButton3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
||||
this.classicButton3.ForeColor = System.Drawing.Color.Black;
|
||||
this.classicButton3.Location = new System.Drawing.Point(116, 44);
|
||||
this.classicButton3.Name = "classicButton3";
|
||||
this.classicButton3.Size = new System.Drawing.Size(99, 23);
|
||||
this.classicButton3.TabIndex = 2;
|
||||
this.classicButton3.Text = "View Backgrounds";
|
||||
//
|
||||
// classicLabel10
|
||||
//
|
||||
this.classicLabel10.Location = new System.Drawing.Point(4, 49);
|
||||
this.classicLabel10.Name = "classicLabel10";
|
||||
this.classicLabel10.Size = new System.Drawing.Size(107, 13);
|
||||
this.classicLabel10.TabIndex = 5;
|
||||
this.classicLabel10.Text = "Backgrounds";
|
||||
//
|
||||
// classicButton4
|
||||
//
|
||||
this.classicButton4.AdaptBackColorWithTheme = false;
|
||||
this.classicButton4.AdaptFontWithTheme = true;
|
||||
this.classicButton4.AdaptForeColorWithTheme = true;
|
||||
this.classicButton4.BackColor = System.Drawing.Color.Green;
|
||||
this.classicButton4.DialogResult = System.Windows.Forms.DialogResult.None;
|
||||
this.classicButton4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
||||
this.classicButton4.ForeColor = System.Drawing.Color.Black;
|
||||
this.classicButton4.Location = new System.Drawing.Point(116, 73);
|
||||
this.classicButton4.Name = "classicButton4";
|
||||
this.classicButton4.Size = new System.Drawing.Size(99, 23);
|
||||
this.classicButton4.TabIndex = 6;
|
||||
this.classicButton4.Text = "Info";
|
||||
//
|
||||
// classicLabel11
|
||||
//
|
||||
this.classicLabel11.Location = new System.Drawing.Point(4, 79);
|
||||
this.classicLabel11.Name = "classicLabel11";
|
||||
this.classicLabel11.Size = new System.Drawing.Size(107, 13);
|
||||
this.classicLabel11.TabIndex = 7;
|
||||
this.classicLabel11.Text = "Skindows 98";
|
||||
//
|
||||
// classicLabel12
|
||||
//
|
||||
this.classicLabel12.DropShadow = false;
|
||||
this.classicLabel12.Location = new System.Drawing.Point(5, 79);
|
||||
this.classicLabel12.Name = "classicLabel12";
|
||||
this.classicLabel12.Size = new System.Drawing.Size(121, 13);
|
||||
|
@ -384,6 +221,7 @@ private void InitializeComponent()
|
|||
//
|
||||
// classicLabel13
|
||||
//
|
||||
this.classicLabel13.DropShadow = false;
|
||||
this.classicLabel13.Location = new System.Drawing.Point(5, 49);
|
||||
this.classicLabel13.Name = "classicLabel13";
|
||||
this.classicLabel13.Size = new System.Drawing.Size(121, 13);
|
||||
|
@ -405,18 +243,129 @@ private void InitializeComponent()
|
|||
this.classicButton6.TabIndex = 5;
|
||||
this.classicButton6.Text = "Download";
|
||||
//
|
||||
// classicLabel14
|
||||
// panel4
|
||||
//
|
||||
this.classicLabel14.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||
this.classicLabel14.Location = new System.Drawing.Point(430, 460);
|
||||
this.classicLabel14.Name = "classicLabel14";
|
||||
this.classicLabel14.Size = new System.Drawing.Size(100, 13);
|
||||
this.classicLabel14.TabIndex = 7;
|
||||
this.classicLabel14.Text = "© 12padams, 1999";
|
||||
this.panel4.BackColor = System.Drawing.Color.ForestGreen;
|
||||
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.panel4.Controls.Add(this.classicLabel4);
|
||||
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel4.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel4.Name = "panel4";
|
||||
this.panel4.Size = new System.Drawing.Size(223, 38);
|
||||
this.panel4.TabIndex = 0;
|
||||
//
|
||||
// classicLabel4
|
||||
//
|
||||
this.classicLabel4.DropShadow = false;
|
||||
this.classicLabel4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.classicLabel4.ForeColor = System.Drawing.Color.White;
|
||||
this.classicLabel4.Location = new System.Drawing.Point(57, 10);
|
||||
this.classicLabel4.Name = "classicLabel4";
|
||||
this.classicLabel4.Size = new System.Drawing.Size(109, 16);
|
||||
this.classicLabel4.TabIndex = 0;
|
||||
this.classicLabel4.Text = "Example Viruses";
|
||||
//
|
||||
// panel5
|
||||
//
|
||||
this.panel5.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||
this.panel5.BackColor = System.Drawing.Color.Lime;
|
||||
this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.panel5.Controls.Add(this.classicLabel11);
|
||||
this.panel5.Controls.Add(this.classicButton4);
|
||||
this.panel5.Controls.Add(this.classicLabel10);
|
||||
this.panel5.Controls.Add(this.classicButton3);
|
||||
this.panel5.Controls.Add(this.panel6);
|
||||
this.panel5.Location = new System.Drawing.Point(369, 78);
|
||||
this.panel5.Name = "panel5";
|
||||
this.panel5.Size = new System.Drawing.Size(225, 209);
|
||||
this.panel5.TabIndex = 4;
|
||||
//
|
||||
// classicLabel11
|
||||
//
|
||||
this.classicLabel11.DropShadow = false;
|
||||
this.classicLabel11.Location = new System.Drawing.Point(4, 79);
|
||||
this.classicLabel11.Name = "classicLabel11";
|
||||
this.classicLabel11.Size = new System.Drawing.Size(93, 13);
|
||||
this.classicLabel11.TabIndex = 7;
|
||||
this.classicLabel11.Text = "Skindows 98";
|
||||
//
|
||||
// classicButton4
|
||||
//
|
||||
this.classicButton4.AdaptBackColorWithTheme = false;
|
||||
this.classicButton4.AdaptFontWithTheme = true;
|
||||
this.classicButton4.AdaptForeColorWithTheme = true;
|
||||
this.classicButton4.BackColor = System.Drawing.Color.Green;
|
||||
this.classicButton4.DialogResult = System.Windows.Forms.DialogResult.None;
|
||||
this.classicButton4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
||||
this.classicButton4.ForeColor = System.Drawing.Color.Black;
|
||||
this.classicButton4.Location = new System.Drawing.Point(103, 73);
|
||||
this.classicButton4.Name = "classicButton4";
|
||||
this.classicButton4.Size = new System.Drawing.Size(112, 23);
|
||||
this.classicButton4.TabIndex = 6;
|
||||
this.classicButton4.Text = "Info";
|
||||
//
|
||||
// classicLabel10
|
||||
//
|
||||
this.classicLabel10.DropShadow = false;
|
||||
this.classicLabel10.Location = new System.Drawing.Point(4, 49);
|
||||
this.classicLabel10.Name = "classicLabel10";
|
||||
this.classicLabel10.Size = new System.Drawing.Size(93, 13);
|
||||
this.classicLabel10.TabIndex = 5;
|
||||
this.classicLabel10.Text = "Backgrounds";
|
||||
//
|
||||
// classicButton3
|
||||
//
|
||||
this.classicButton3.AdaptBackColorWithTheme = false;
|
||||
this.classicButton3.AdaptFontWithTheme = true;
|
||||
this.classicButton3.AdaptForeColorWithTheme = true;
|
||||
this.classicButton3.BackColor = System.Drawing.Color.Green;
|
||||
this.classicButton3.DialogResult = System.Windows.Forms.DialogResult.None;
|
||||
this.classicButton3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
||||
this.classicButton3.ForeColor = System.Drawing.Color.Black;
|
||||
this.classicButton3.Location = new System.Drawing.Point(103, 44);
|
||||
this.classicButton3.Name = "classicButton3";
|
||||
this.classicButton3.Size = new System.Drawing.Size(112, 23);
|
||||
this.classicButton3.TabIndex = 2;
|
||||
this.classicButton3.Text = "View Backgrounds";
|
||||
//
|
||||
// panel6
|
||||
//
|
||||
this.panel6.BackColor = System.Drawing.Color.ForestGreen;
|
||||
this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.panel6.Controls.Add(this.classicLabel5);
|
||||
this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel6.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel6.Name = "panel6";
|
||||
this.panel6.Size = new System.Drawing.Size(223, 38);
|
||||
this.panel6.TabIndex = 0;
|
||||
//
|
||||
// classicLabel5
|
||||
//
|
||||
this.classicLabel5.DropShadow = false;
|
||||
this.classicLabel5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.classicLabel5.ForeColor = System.Drawing.Color.White;
|
||||
this.classicLabel5.Location = new System.Drawing.Point(62, 10);
|
||||
this.classicLabel5.Name = "classicLabel5";
|
||||
this.classicLabel5.Size = new System.Drawing.Size(94, 16);
|
||||
this.classicLabel5.TabIndex = 0;
|
||||
this.classicLabel5.Text = "Customization";
|
||||
//
|
||||
// panel7
|
||||
//
|
||||
this.panel7.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||
this.panel7.BackColor = System.Drawing.Color.Lime;
|
||||
this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.panel7.Controls.Add(this.classicLabel15);
|
||||
this.panel7.Controls.Add(this.panel8);
|
||||
this.panel7.Location = new System.Drawing.Point(104, 302);
|
||||
this.panel7.Name = "panel7";
|
||||
this.panel7.Size = new System.Drawing.Size(353, 135);
|
||||
this.panel7.TabIndex = 5;
|
||||
//
|
||||
// classicLabel15
|
||||
//
|
||||
this.classicLabel15.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||
this.classicLabel15.DropShadow = false;
|
||||
this.classicLabel15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.classicLabel15.ForeColor = System.Drawing.Color.Navy;
|
||||
this.classicLabel15.Location = new System.Drawing.Point(90, 44);
|
||||
|
@ -425,9 +374,44 @@ private void InitializeComponent()
|
|||
this.classicLabel15.TabIndex = 2;
|
||||
this.classicLabel15.Text = "Y2K: A Global Computer Crisis";
|
||||
//
|
||||
// panel8
|
||||
//
|
||||
this.panel8.BackColor = System.Drawing.Color.ForestGreen;
|
||||
this.panel8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.panel8.Controls.Add(this.classicLabel6);
|
||||
this.panel8.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel8.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel8.Name = "panel8";
|
||||
this.panel8.Size = new System.Drawing.Size(351, 38);
|
||||
this.panel8.TabIndex = 0;
|
||||
//
|
||||
// classicLabel6
|
||||
//
|
||||
this.classicLabel6.DropShadow = false;
|
||||
this.classicLabel6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.classicLabel6.ForeColor = System.Drawing.Color.White;
|
||||
this.classicLabel6.Location = new System.Drawing.Point(129, 10);
|
||||
this.classicLabel6.Name = "classicLabel6";
|
||||
this.classicLabel6.Size = new System.Drawing.Size(87, 16);
|
||||
this.classicLabel6.TabIndex = 0;
|
||||
this.classicLabel6.Text = "News Stories";
|
||||
//
|
||||
// panel9
|
||||
//
|
||||
this.panel9.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||
this.panel9.BackColor = System.Drawing.Color.Lime;
|
||||
this.panel9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.panel9.Controls.Add(this.classicLabel16);
|
||||
this.panel9.Controls.Add(this.panel10);
|
||||
this.panel9.Location = new System.Drawing.Point(502, 302);
|
||||
this.panel9.Name = "panel9";
|
||||
this.panel9.Size = new System.Drawing.Size(353, 135);
|
||||
this.panel9.TabIndex = 6;
|
||||
//
|
||||
// classicLabel16
|
||||
//
|
||||
this.classicLabel16.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||
this.classicLabel16.DropShadow = false;
|
||||
this.classicLabel16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.classicLabel16.ForeColor = System.Drawing.Color.Navy;
|
||||
this.classicLabel16.Location = new System.Drawing.Point(122, 44);
|
||||
|
@ -436,6 +420,38 @@ private void InitializeComponent()
|
|||
this.classicLabel16.TabIndex = 3;
|
||||
this.classicLabel16.Text = "Microsoft Wi n d o w s";
|
||||
//
|
||||
// panel10
|
||||
//
|
||||
this.panel10.BackColor = System.Drawing.Color.ForestGreen;
|
||||
this.panel10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.panel10.Controls.Add(this.classicLabel7);
|
||||
this.panel10.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel10.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel10.Name = "panel10";
|
||||
this.panel10.Size = new System.Drawing.Size(351, 38);
|
||||
this.panel10.TabIndex = 0;
|
||||
//
|
||||
// classicLabel7
|
||||
//
|
||||
this.classicLabel7.DropShadow = false;
|
||||
this.classicLabel7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.classicLabel7.ForeColor = System.Drawing.Color.White;
|
||||
this.classicLabel7.Location = new System.Drawing.Point(105, 10);
|
||||
this.classicLabel7.Name = "classicLabel7";
|
||||
this.classicLabel7.Size = new System.Drawing.Size(139, 16);
|
||||
this.classicLabel7.TabIndex = 0;
|
||||
this.classicLabel7.Text = "History Of Computers";
|
||||
//
|
||||
// classicLabel14
|
||||
//
|
||||
this.classicLabel14.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||
this.classicLabel14.DropShadow = false;
|
||||
this.classicLabel14.Location = new System.Drawing.Point(430, 460);
|
||||
this.classicLabel14.Name = "classicLabel14";
|
||||
this.classicLabel14.Size = new System.Drawing.Size(100, 13);
|
||||
this.classicLabel14.TabIndex = 7;
|
||||
this.classicLabel14.Text = "© 12padams, 1999";
|
||||
//
|
||||
// _12padams1999
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
|
|
|
@ -166,10 +166,15 @@ public static async void StartObjective()
|
|||
await Task.Delay(80); TitleScreen.frm98.distort.classicLabel1.Hide();
|
||||
await Task.Delay(80); TitleScreen.frm98.distort.classicLabel1.Show(); // 10.84
|
||||
await Task.Delay(3000);
|
||||
/*if (close_everything_.count2000 == -169)
|
||||
MyProject.Forms.Windowsxp2002damaged.Show();
|
||||
if (close_everything_.count2000 != -170)
|
||||
return;*/
|
||||
|
||||
SaveSystem.CurrentSave.CurrentOS = "xpbad";
|
||||
SaveSystem.currentTheme = new BadXPTheme();
|
||||
SaveSystem.CurrentSave.ThemeName = "badxp";
|
||||
TitleScreen.frm98.distort.ParentForm.Close();
|
||||
foreach (Form frm in Application.OpenForms) if (frm is WinClassic) frm.Close();
|
||||
Program.title.StartGame();
|
||||
TitleScreen.frm98.Close();
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
22
Histacom2/OS/WinXPBad/Story/Hack4.cs
Normal file
22
Histacom2/OS/WinXPBad/Story/Hack4.cs
Normal file
|
@ -0,0 +1,22 @@
|
|||
using Histacom2.Engine;
|
||||
using Histacom2.Engine.Template;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Histacom2.OS.WinXPBad.Story
|
||||
{
|
||||
public class Hack4 : object
|
||||
{
|
||||
static WindowManager wm = new WindowManager();
|
||||
|
||||
public static async void StartObjective()
|
||||
{
|
||||
Win95.Win95Apps.WinClassicTerminal Console = new Win95.Win95Apps.WinClassicTerminal(true);
|
||||
Random r = new Random();
|
||||
WinClassic app = wm.Init(Console, "MS-DOS Prompt", null, true, true);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue