diff options
| author | lempamo <[email protected]> | 2017-08-12 11:33:51 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-12 11:33:51 -0400 |
| commit | 9141fdc013542935902577484cdd8003e707f7fe (patch) | |
| tree | 4da635e2ec83ef6aa3455651d087b2110256c1f7 | |
| parent | a5709d1c3a088f46b80d7839623735d0fa649074 (diff) | |
| download | histacom2-9141fdc013542935902577484cdd8003e707f7fe.tar.gz histacom2-9141fdc013542935902577484cdd8003e707f7fe.tar.bz2 histacom2-9141fdc013542935902577484cdd8003e707f7fe.zip | |
12padams buttons
4 files changed, 202 insertions, 6 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/12padams1998.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/12padams1998.Designer.cs index 8f001da..f3767e6 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/12padams1998.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/12padams1998.Designer.cs @@ -28,6 +28,7 @@ /// </summary> private void InitializeComponent() { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(_12padams1998)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); @@ -44,6 +45,18 @@ this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); + this.label10 = new System.Windows.Forms.Label(); + this.button4 = new System.Windows.Forms.Button(); + this.label11 = new System.Windows.Forms.Label(); + this.button5 = new System.Windows.Forms.Button(); + this.label12 = new System.Windows.Forms.Label(); + this.button6 = new System.Windows.Forms.Button(); + this.label13 = new System.Windows.Forms.Label(); + this.button7 = new System.Windows.Forms.Button(); + this.label14 = new System.Windows.Forms.Label(); + this.label15 = new System.Windows.Forms.Label(); + this.label16 = new System.Windows.Forms.Label(); + this.label17 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.panel3.SuspendLayout(); @@ -93,6 +106,10 @@ // this.panel2.Anchor = System.Windows.Forms.AnchorStyles.Top; this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel2.Controls.Add(this.button5); + this.panel2.Controls.Add(this.label11); + this.panel2.Controls.Add(this.button4); + this.panel2.Controls.Add(this.label10); this.panel2.Controls.Add(this.label5); this.panel2.Location = new System.Drawing.Point(253, 89); this.panel2.Name = "panel2"; @@ -103,6 +120,10 @@ // this.panel3.Anchor = System.Windows.Forms.AnchorStyles.Top; this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel3.Controls.Add(this.button7); + this.panel3.Controls.Add(this.label13); + this.panel3.Controls.Add(this.button6); + this.panel3.Controls.Add(this.label12); this.panel3.Controls.Add(this.label6); this.panel3.Location = new System.Drawing.Point(489, 89); this.panel3.Name = "panel3"; @@ -113,6 +134,9 @@ // this.panel4.Anchor = System.Windows.Forms.AnchorStyles.Top; this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel4.Controls.Add(this.label16); + this.panel4.Controls.Add(this.label15); + this.panel4.Controls.Add(this.label14); this.panel4.Controls.Add(this.label3); this.panel4.Location = new System.Drawing.Point(729, 89); this.panel4.Name = "panel4"; @@ -217,6 +241,7 @@ this.button2.TabIndex = 10; this.button2.Text = "Download"; this.button2.UseVisualStyleBackColor = false; + this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // @@ -228,12 +253,147 @@ this.button3.TabIndex = 11; this.button3.Text = "Download"; this.button3.UseVisualStyleBackColor = false; + this.button3.Click += new System.EventHandler(this.button3_Click); + // + // label10 + // + this.label10.Anchor = System.Windows.Forms.AnchorStyles.Top; + this.label10.AutoSize = true; + this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); + this.label10.Location = new System.Drawing.Point(3, 52); + this.label10.Name = "label10"; + this.label10.Size = new System.Drawing.Size(70, 13); + this.label10.TabIndex = 7; + this.label10.Text = "Backgrounds"; + // + // button4 + // + this.button4.BackColor = System.Drawing.Color.Silver; + this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button4.Location = new System.Drawing.Point(79, 47); + this.button4.Name = "button4"; + this.button4.Size = new System.Drawing.Size(116, 23); + this.button4.TabIndex = 10; + this.button4.Text = "View Backgrounds"; + this.button4.UseVisualStyleBackColor = false; + // + // label11 + // + this.label11.Anchor = System.Windows.Forms.AnchorStyles.Top; + this.label11.AutoSize = true; + this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); + this.label11.Location = new System.Drawing.Point(3, 100); + this.label11.Name = "label11"; + this.label11.Size = new System.Drawing.Size(68, 13); + this.label11.TabIndex = 11; + this.label11.Text = "Skindows 95"; + // + // button5 + // + this.button5.BackColor = System.Drawing.Color.Silver; + this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button5.Location = new System.Drawing.Point(152, 95); + this.button5.Name = "button5"; + this.button5.Size = new System.Drawing.Size(43, 23); + this.button5.TabIndex = 12; + this.button5.Text = "Info"; + this.button5.UseVisualStyleBackColor = false; + // + // label12 + // + this.label12.Anchor = System.Windows.Forms.AnchorStyles.Top; + this.label12.AutoSize = true; + this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); + this.label12.Location = new System.Drawing.Point(3, 52); + this.label12.Name = "label12"; + this.label12.Size = new System.Drawing.Size(82, 13); + this.label12.TabIndex = 7; + this.label12.Text = "Start Runner 95"; + // + // button6 + // + this.button6.BackColor = System.Drawing.Color.Silver; + this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button6.Location = new System.Drawing.Point(124, 47); + this.button6.Name = "button6"; + this.button6.Size = new System.Drawing.Size(71, 23); + this.button6.TabIndex = 10; + this.button6.Text = "Download"; + this.button6.UseVisualStyleBackColor = false; + // + // label13 + // + this.label13.Anchor = System.Windows.Forms.AnchorStyles.Top; + this.label13.AutoSize = true; + this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); + this.label13.Location = new System.Drawing.Point(3, 100); + this.label13.Name = "label13"; + this.label13.Size = new System.Drawing.Size(79, 13); + this.label13.TabIndex = 11; + this.label13.Text = "Error Blaster 95"; + // + // button7 + // + this.button7.BackColor = System.Drawing.Color.Silver; + this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button7.Location = new System.Drawing.Point(124, 95); + this.button7.Name = "button7"; + this.button7.Size = new System.Drawing.Size(71, 23); + this.button7.TabIndex = 12; + this.button7.Text = "Download"; + this.button7.UseVisualStyleBackColor = false; + // + // label14 + // + this.label14.Anchor = System.Windows.Forms.AnchorStyles.Top; + this.label14.AutoSize = true; + this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); + this.label14.Location = new System.Drawing.Point(25, 52); + this.label14.Name = "label14"; + this.label14.Size = new System.Drawing.Size(148, 13); + this.label14.TabIndex = 8; + this.label14.Text = "1996: 12padams.com created"; + // + // label15 + // + this.label15.Anchor = System.Windows.Forms.AnchorStyles.Top; + this.label15.AutoSize = true; + this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); + this.label15.Location = new System.Drawing.Point(20, 100); + this.label15.Name = "label15"; + this.label15.Size = new System.Drawing.Size(161, 13); + this.label15.TabIndex = 9; + this.label15.Text = "1997: Software added to the site"; + // + // label16 + // + this.label16.Anchor = System.Windows.Forms.AnchorStyles.Top; + this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); + this.label16.Location = new System.Drawing.Point(3, 131); + this.label16.Name = "label16"; + this.label16.Size = new System.Drawing.Size(192, 69); + this.label16.TabIndex = 10; + this.label16.Text = resources.GetString("label16.Text"); + this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // label17 + // + this.label17.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); + this.label17.AutoSize = true; + this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label17.Location = new System.Drawing.Point(386, 430); + this.label17.Name = "label17"; + this.label17.Size = new System.Drawing.Size(186, 16); + this.label17.TabIndex = 4; + this.label17.Text = "Copyright 1998 12padams"; + this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // _12padams1998 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; + this.Controls.Add(this.label17); this.Controls.Add(this.panel4); this.Controls.Add(this.panel3); this.Controls.Add(this.panel2); @@ -273,5 +433,17 @@ private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button2; + private System.Windows.Forms.Button button4; + private System.Windows.Forms.Label label10; + private System.Windows.Forms.Label label11; + private System.Windows.Forms.Button button5; + private System.Windows.Forms.Label label13; + private System.Windows.Forms.Button button6; + private System.Windows.Forms.Label label12; + private System.Windows.Forms.Button button7; + private System.Windows.Forms.Label label15; + private System.Windows.Forms.Label label14; + private System.Windows.Forms.Label label16; + private System.Windows.Forms.Label label17; } } diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/12padams1998.cs b/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/12padams1998.cs index 96dadc7..2d3740c 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/12padams1998.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/12padams1998.cs @@ -7,6 +7,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; +using TimeHACK.Engine; namespace TimeHACK.OS.Win95.Win95Apps.IE4Sites { @@ -15,6 +16,29 @@ namespace TimeHACK.OS.Win95.Win95Apps.IE4Sites public _12padams1998() { InitializeComponent(); + button1.Paint += (s, args) => Paintbrush.PaintClassicBorders(s, args, 2); + button2.Paint += (s, args) => Paintbrush.PaintClassicBorders(s, args, 2); + button3.Paint += (s, args) => Paintbrush.PaintClassicBorders(s, args, 2); + button4.Paint += (s, args) => Paintbrush.PaintClassicBorders(s, args, 2); + button5.Paint += (s, args) => Paintbrush.PaintClassicBorders(s, args, 2); + button6.Paint += (s, args) => Paintbrush.PaintClassicBorders(s, args, 2); + button7.Paint += (s, args) => Paintbrush.PaintClassicBorders(s, args, 2); + } + + private void button3_Click(object sender, EventArgs e) + { + WinClassicDownloader opendownload = new WinClassicDownloader(); + WindowManager wm = new WindowManager(); + wm.StartWin95(opendownload, "Downloader", null, false, true); + opendownload.appName.Text = "Downloading: FTP Client"; + } + + private void button2_Click(object sender, EventArgs e) + { + WinClassicDownloader opendownload = new WinClassicDownloader(); + WindowManager wm = new WindowManager(); + wm.StartWin95(opendownload, "Downloader", null, false, true); + opendownload.appName.Text = "Downloading: Web Chat"; } } } diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/12padams1998.resx b/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/12padams1998.resx index 1af7de1..6a9a4c8 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/12padams1998.resx +++ b/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/12padams1998.resx @@ -117,4 +117,7 @@ <resheader name="writer"> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> + <data name="label16.Text" xml:space="preserve"> + <value>1̧͙̙̦̪͙͇̜̥͍̟͍̹̰̝͖̫̩͘͡͡9̸̨͏̖̱̗̣̥͕̲͈̬̦9͠҉̶̢͔̹̖͇̫̩̻̪̬͔̥̟̺̼̺̟̫8̷̴̶̱̩͖̟̠̬̻̼̳̰̺͚͜͞:̧͟͏̰̣̠̹͍͔̼͕̲͇̪̥̗̞͚͇̖ͅ ͏̙͇̮̤̠͇̜͚͈͇͔̠̙͜͡ͅÀ͏̰̮̞̲̠̩̳͙͓͉̭̼̠͕̣͇̜͎ͅd̢̩̝̙̩̭̫͓̮͙͔̘̥͝d̻̻̪̙͖̬͈͟͝e͠҉̨̧҉̯̙̹̝̟̺̰͖̹̞̻̝̖̪͉͍͇̬#҉̵̻̜͇̻̹͈̀͟ ̨̡̘͓͔̜̭̫͖͔̰̦̘̀#̛͓̬̭̦̹̙̭͕̕#̧͢͠͏̖̙͚͉͇̣̜̖ͅ#̜̝͚͓̳̘̭̣̲̟̤̖͇̬̠̯̠̀͠ ̢͚̲̞̯͎͙̪̗̜̹͙͓͉͢ͅ#̡͙̻̫̝̪͙͚̺̝͓̘̬̬͙͔̀̕͠#̴҉͖̲̺̱͖͈̭̭ͅ#̸̸̷̼̫̪̖̻̻͈̭̬͓̘͓̦̟̻̪͇̞̕#̸̢̨̻̗̣̠̥̖̜̜̖̺͍̝̗͓̦̳̫#̛͡҉̭̝̙̟̘̩̬͖͎̘̞̭̖͔̪̼̠͢ͅ#̰̜̭̹̻̖̬̺͘͡#̛̬̣̳͔͔̘̟͜͢͟͡#̷̨̼̺̤̥̞́͢͡ ̢̞̬͙͍̬̪̪̰̰̰̙̮͙͚͕̩̟͇̕͜ͅ#̶͙̣̣̦͈͈̫̕͡#̸̡̥̹̮͇̱̱͍͜͜͢#̵̢̧̦͙̮̮͔͖̞̮͚͞#̧̗̤̱̪̜͓̠͖̞̰͍͢#̧̱̳̻̖̝͇͜͞#̛́҉͍̩̞̬͔̬̪̻̯̩#̷̴̨̙͚̹̘̜̗͔̺͖̳̕͜#̶̬͖͙̠̜̲̱̲͙̻̙̩̹̳̪̠̖́̕͟͞ͅ</value> + </data> </root>
\ No newline at end of file diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs index aa2975f..ce1a216 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs @@ -205,6 +205,7 @@ // // pictureBox9 // + this.pictureBox9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.pictureBox9.BackgroundImage = global::TimeHACK.Properties.Resources.ie4_hsplitter; this.pictureBox9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBox9.Location = new System.Drawing.Point(0, 26); @@ -446,8 +447,7 @@ // // pictureBox8 // - this.pictureBox8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.pictureBox8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.pictureBox8.BackgroundImage = global::TimeHACK.Properties.Resources.ie4_hsplitter; this.pictureBox8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBox8.Location = new System.Drawing.Point(0, 46); @@ -458,8 +458,7 @@ // // pictureBox6 // - this.pictureBox6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.pictureBox6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.pictureBox6.BackgroundImage = global::TimeHACK.Properties.Resources.ie4_hsplitter; this.pictureBox6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBox6.Location = new System.Drawing.Point(0, 0); @@ -1299,8 +1298,6 @@ // // pictureBox7 // - this.pictureBox7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); this.pictureBox7.BackgroundImage = global::TimeHACK.Properties.Resources.ie4_hsplitter; this.pictureBox7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBox7.Location = new System.Drawing.Point(0, 0); |
