diff options
| author | JayXKanz666 <[email protected]> | 2017-07-13 22:54:30 +0200 |
|---|---|---|
| committer | JayXKanz666 <[email protected]> | 2017-07-13 22:54:30 +0200 |
| commit | 7a0939095bb8a68e9b79e5d34284d08e13238ac3 (patch) | |
| tree | fe2022380477de70e1612eea0395f1f643337ece /TimeHACK.Main | |
| parent | c41ea1afe79ec4731032ef9e89aae3cf9d4310ef (diff) | |
| download | histacom2-7a0939095bb8a68e9b79e5d34284d08e13238ac3.tar.gz histacom2-7a0939095bb8a68e9b79e5d34284d08e13238ac3.tar.bz2 histacom2-7a0939095bb8a68e9b79e5d34284d08e13238ac3.zip | |
Added features to IE
-Added icons
-You can now press enter instead of pressing 'Go'
-Made it look more like the real IE4
Diffstat (limited to 'TimeHACK.Main')
20 files changed, 451 insertions, 55 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/TempIE4.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/TempIE4.Designer.cs index 30c1dfb..521d623 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/TempIE4.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/TempIE4.Designer.cs @@ -29,12 +29,12 @@ private void InitializeComponent() { this.Panel14 = new System.Windows.Forms.Panel(); + this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.GoButton = new System.Windows.Forms.Button(); this._addressbar = new System.Windows.Forms.ComboBox(); this.Label1 = new System.Windows.Forms.Label(); this.Button30 = new System.Windows.Forms.Button(); this.Button29 = new System.Windows.Forms.Button(); - this.Button28 = new System.Windows.Forms.Button(); this.Button27 = new System.Windows.Forms.Button(); this.Button7 = new System.Windows.Forms.Button(); this.Button6 = new System.Windows.Forms.Button(); @@ -44,6 +44,11 @@ this.ForwardButton = new System.Windows.Forms.Button(); this.BackButton = new System.Windows.Forms.Button(); this.Panel1 = new System.Windows.Forms.Panel(); + this.pictureBox8 = new System.Windows.Forms.PictureBox(); + this.pictureBox6 = new System.Windows.Forms.PictureBox(); + this.pictureBox5 = new System.Windows.Forms.PictureBox(); + this.pictureBox2 = new System.Windows.Forms.PictureBox(); + this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.MenuStrip3 = new System.Windows.Forms.MenuStrip(); this.ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.ToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); @@ -141,31 +146,62 @@ this.ToolStripMenuItem94 = new System.Windows.Forms.ToolStripMenuItem(); this.ToolStripMenuItem95 = new System.Windows.Forms.ToolStripMenuItem(); this._browsingArea = new System.Windows.Forms.Panel(); + this.pictureBox4 = new System.Windows.Forms.PictureBox(); + this.pictureBox7 = new System.Windows.Forms.PictureBox(); + this.pictureBox9 = new System.Windows.Forms.PictureBox(); + this.label2 = new System.Windows.Forms.Label(); + this.pictureBox10 = new System.Windows.Forms.PictureBox(); this.Panel14.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); this.Panel1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.MenuStrip3.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).BeginInit(); this.SuspendLayout(); // // Panel14 // this.Panel14.BackColor = System.Drawing.Color.Silver; + this.Panel14.Controls.Add(this.pictureBox10); + this.Panel14.Controls.Add(this.label2); + this.Panel14.Controls.Add(this.pictureBox9); + this.Panel14.Controls.Add(this.pictureBox3); this.Panel14.Controls.Add(this.GoButton); this.Panel14.Controls.Add(this._addressbar); this.Panel14.Controls.Add(this.Label1); this.Panel14.Dock = System.Windows.Forms.DockStyle.Top; - this.Panel14.Location = new System.Drawing.Point(0, 73); + this.Panel14.Location = new System.Drawing.Point(0, 71); this.Panel14.Name = "Panel14"; - this.Panel14.Size = new System.Drawing.Size(959, 38); + this.Panel14.Size = new System.Drawing.Size(959, 31); this.Panel14.TabIndex = 16; // + // pictureBox3 + // + this.pictureBox3.BackgroundImage = global::TimeHACK.Properties.Resources.ie4_vsplitter2; + this.pictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + this.pictureBox3.Location = new System.Drawing.Point(2, 3); + this.pictureBox3.Name = "pictureBox3"; + this.pictureBox3.Size = new System.Drawing.Size(3, 21); + this.pictureBox3.TabIndex = 2; + this.pictureBox3.TabStop = false; + // // GoButton // this.GoButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.GoButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.GoButton.Location = new System.Drawing.Point(898, 5); + this.GoButton.Image = global::TimeHACK.Properties.Resources.ie4_go; + this.GoButton.ImageAlign = System.Drawing.ContentAlignment.TopCenter; + this.GoButton.Location = new System.Drawing.Point(872, 2); this.GoButton.Name = "GoButton"; - this.GoButton.Size = new System.Drawing.Size(55, 28); - this.GoButton.TabIndex = 2; + this.GoButton.Size = new System.Drawing.Size(44, 23); + this.GoButton.TabIndex = 0; this.GoButton.Text = "Go"; this.GoButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.GoButton.UseVisualStyleBackColor = true; @@ -176,30 +212,33 @@ this._addressbar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this._addressbar.FormattingEnabled = true; - this._addressbar.Location = new System.Drawing.Point(58, 9); + this._addressbar.Location = new System.Drawing.Point(58, 2); this._addressbar.Name = "_addressbar"; this._addressbar.Size = new System.Drawing.Size(812, 21); this._addressbar.TabIndex = 1; this._addressbar.Text = "www.microsoft.com/internetexplorer4/welcome"; + this._addressbar.KeyDown += new System.Windows.Forms.KeyEventHandler(this._addressbar_KeyDown); // // Label1 // this.Label1.AutoSize = true; - this.Label1.Location = new System.Drawing.Point(4, 13); + this.Label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); + this.Label1.Location = new System.Drawing.Point(12, 7); this.Label1.Name = "Label1"; - this.Label1.Size = new System.Drawing.Size(48, 13); + this.Label1.Size = new System.Drawing.Size(45, 13); this.Label1.TabIndex = 0; - this.Label1.Text = "Address:"; + this.Label1.Text = "Address"; // // Button30 // this.Button30.Dock = System.Windows.Forms.DockStyle.Left; this.Button30.FlatAppearance.BorderSize = 0; this.Button30.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.Button30.ImageAlign = System.Drawing.ContentAlignment.TopCenter; - this.Button30.Location = new System.Drawing.Point(750, 0); + this.Button30.Image = global::TimeHACK.Properties.Resources.ie4_print; + this.Button30.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; + this.Button30.Location = new System.Drawing.Point(591, 0); this.Button30.Name = "Button30"; - this.Button30.Size = new System.Drawing.Size(75, 47); + this.Button30.Size = new System.Drawing.Size(49, 47); this.Button30.TabIndex = 10; this.Button30.Text = "Print"; this.Button30.TextAlign = System.Drawing.ContentAlignment.BottomCenter; @@ -211,42 +250,29 @@ this.Button29.Dock = System.Windows.Forms.DockStyle.Left; this.Button29.FlatAppearance.BorderSize = 0; this.Button29.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.Button29.ImageAlign = System.Drawing.ContentAlignment.TopCenter; - this.Button29.Location = new System.Drawing.Point(675, 0); + this.Button29.Image = global::TimeHACK.Properties.Resources.ie4_mail; + this.Button29.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; + this.Button29.Location = new System.Drawing.Point(528, 0); this.Button29.Name = "Button29"; - this.Button29.Size = new System.Drawing.Size(75, 47); + this.Button29.Size = new System.Drawing.Size(63, 47); this.Button29.TabIndex = 9; this.Button29.Text = "Mail"; this.Button29.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.Button29.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.Button29.UseVisualStyleBackColor = true; // - // Button28 - // - this.Button28.Dock = System.Windows.Forms.DockStyle.Left; - this.Button28.FlatAppearance.BorderSize = 0; - this.Button28.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.Button28.ImageAlign = System.Drawing.ContentAlignment.TopCenter; - this.Button28.Location = new System.Drawing.Point(600, 0); - this.Button28.Name = "Button28"; - this.Button28.Size = new System.Drawing.Size(75, 47); - this.Button28.TabIndex = 8; - this.Button28.Text = "Full Screen"; - this.Button28.TextAlign = System.Drawing.ContentAlignment.BottomCenter; - this.Button28.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; - this.Button28.UseVisualStyleBackColor = true; - // // Button27 // this.Button27.Dock = System.Windows.Forms.DockStyle.Left; this.Button27.FlatAppearance.BorderSize = 0; this.Button27.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.Button27.ImageAlign = System.Drawing.ContentAlignment.TopCenter; - this.Button27.Location = new System.Drawing.Point(525, 0); + this.Button27.Image = global::TimeHACK.Properties.Resources.ie4_history; + this.Button27.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; + this.Button27.Location = new System.Drawing.Point(465, 0); this.Button27.Name = "Button27"; - this.Button27.Size = new System.Drawing.Size(75, 47); + this.Button27.Size = new System.Drawing.Size(63, 47); this.Button27.TabIndex = 7; - this.Button27.Text = "Channels"; + this.Button27.Text = "History"; this.Button27.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.Button27.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.Button27.UseVisualStyleBackColor = true; @@ -256,11 +282,14 @@ this.Button7.Dock = System.Windows.Forms.DockStyle.Left; this.Button7.FlatAppearance.BorderSize = 0; this.Button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.Button7.Location = new System.Drawing.Point(450, 0); + this.Button7.Image = global::TimeHACK.Properties.Resources.ie4_favorites; + this.Button7.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; + this.Button7.Location = new System.Drawing.Point(402, 0); this.Button7.Name = "Button7"; - this.Button7.Size = new System.Drawing.Size(75, 47); + this.Button7.Size = new System.Drawing.Size(63, 47); this.Button7.TabIndex = 6; - this.Button7.Text = "History"; + this.Button7.Text = "Favorites"; + this.Button7.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.Button7.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.Button7.UseVisualStyleBackColor = true; // @@ -269,11 +298,14 @@ this.Button6.Dock = System.Windows.Forms.DockStyle.Left; this.Button6.FlatAppearance.BorderSize = 0; this.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.Button6.Location = new System.Drawing.Point(375, 0); + this.Button6.Image = global::TimeHACK.Properties.Resources.ie4_search; + this.Button6.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; + this.Button6.Location = new System.Drawing.Point(339, 0); this.Button6.Name = "Button6"; - this.Button6.Size = new System.Drawing.Size(75, 47); + this.Button6.Size = new System.Drawing.Size(63, 47); this.Button6.TabIndex = 5; - this.Button6.Text = "Favorites"; + this.Button6.Text = "Search"; + this.Button6.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.Button6.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.Button6.UseVisualStyleBackColor = true; // @@ -282,11 +314,14 @@ this.HomeButton.Dock = System.Windows.Forms.DockStyle.Left; this.HomeButton.FlatAppearance.BorderSize = 0; this.HomeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.HomeButton.Location = new System.Drawing.Point(300, 0); + this.HomeButton.Image = global::TimeHACK.Properties.Resources.ie4_home; + this.HomeButton.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; + this.HomeButton.Location = new System.Drawing.Point(276, 0); this.HomeButton.Name = "HomeButton"; - this.HomeButton.Size = new System.Drawing.Size(75, 47); + this.HomeButton.Size = new System.Drawing.Size(63, 47); this.HomeButton.TabIndex = 4; this.HomeButton.Text = "Home"; + this.HomeButton.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.HomeButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.HomeButton.UseVisualStyleBackColor = true; // @@ -295,11 +330,14 @@ this.Button4.Dock = System.Windows.Forms.DockStyle.Left; this.Button4.FlatAppearance.BorderSize = 0; this.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.Button4.Location = new System.Drawing.Point(225, 0); + this.Button4.Image = global::TimeHACK.Properties.Resources.ie4_refresh; + this.Button4.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; + this.Button4.Location = new System.Drawing.Point(213, 0); this.Button4.Name = "Button4"; - this.Button4.Size = new System.Drawing.Size(75, 47); + this.Button4.Size = new System.Drawing.Size(63, 47); this.Button4.TabIndex = 3; this.Button4.Text = "Refresh"; + this.Button4.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.Button4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.Button4.UseVisualStyleBackColor = true; // @@ -308,11 +346,14 @@ this.Button3.Dock = System.Windows.Forms.DockStyle.Left; this.Button3.FlatAppearance.BorderSize = 0; this.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.Button3.Image = global::TimeHACK.Properties.Resources.ie4_stop; + this.Button3.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.Button3.Location = new System.Drawing.Point(150, 0); this.Button3.Name = "Button3"; - this.Button3.Size = new System.Drawing.Size(75, 47); + this.Button3.Size = new System.Drawing.Size(63, 47); this.Button3.TabIndex = 2; this.Button3.Text = "Stop"; + this.Button3.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.Button3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.Button3.UseVisualStyleBackColor = true; // @@ -321,11 +362,14 @@ this.ForwardButton.Dock = System.Windows.Forms.DockStyle.Left; this.ForwardButton.FlatAppearance.BorderSize = 0; this.ForwardButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.ForwardButton.Image = global::TimeHACK.Properties.Resources.ie4_forward; + this.ForwardButton.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.ForwardButton.Location = new System.Drawing.Point(75, 0); this.ForwardButton.Name = "ForwardButton"; this.ForwardButton.Size = new System.Drawing.Size(75, 47); this.ForwardButton.TabIndex = 1; this.ForwardButton.Text = "Forward"; + this.ForwardButton.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.ForwardButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.ForwardButton.UseVisualStyleBackColor = true; // @@ -334,21 +378,27 @@ this.BackButton.Dock = System.Windows.Forms.DockStyle.Left; this.BackButton.FlatAppearance.BorderSize = 0; this.BackButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.BackButton.Image = global::TimeHACK.Properties.Resources.ie4_back; + this.BackButton.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.BackButton.Location = new System.Drawing.Point(0, 0); this.BackButton.Name = "BackButton"; this.BackButton.Size = new System.Drawing.Size(75, 47); - this.BackButton.TabIndex = 0; + this.BackButton.TabIndex = 1; this.BackButton.Text = "Back"; + this.BackButton.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.BackButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.BackButton.UseVisualStyleBackColor = true; // // Panel1 // this.Panel1.BackColor = System.Drawing.Color.Silver; - this.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.Panel1.Controls.Add(this.pictureBox8); + this.Panel1.Controls.Add(this.pictureBox6); + this.Panel1.Controls.Add(this.pictureBox5); + this.Panel1.Controls.Add(this.pictureBox2); + this.Panel1.Controls.Add(this.pictureBox1); this.Panel1.Controls.Add(this.Button30); this.Panel1.Controls.Add(this.Button29); - this.Panel1.Controls.Add(this.Button28); this.Panel1.Controls.Add(this.Button27); this.Panel1.Controls.Add(this.Button7); this.Panel1.Controls.Add(this.Button6); @@ -360,9 +410,59 @@ this.Panel1.Dock = System.Windows.Forms.DockStyle.Top; this.Panel1.Location = new System.Drawing.Point(0, 24); this.Panel1.Name = "Panel1"; - this.Panel1.Size = new System.Drawing.Size(959, 49); + this.Panel1.Size = new System.Drawing.Size(959, 47); this.Panel1.TabIndex = 14; // + // pictureBox8 + // + 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); + this.pictureBox8.Name = "pictureBox8"; + this.pictureBox8.Size = new System.Drawing.Size(959, 2); + this.pictureBox8.TabIndex = 15; + this.pictureBox8.TabStop = false; + // + // pictureBox6 + // + 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); + this.pictureBox6.Name = "pictureBox6"; + this.pictureBox6.Size = new System.Drawing.Size(959, 2); + this.pictureBox6.TabIndex = 14; + this.pictureBox6.TabStop = false; + // + // pictureBox5 + // + this.pictureBox5.BackgroundImage = global::TimeHACK.Properties.Resources.ie4_vsplitter3; + this.pictureBox5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + this.pictureBox5.Location = new System.Drawing.Point(2, 5); + this.pictureBox5.Name = "pictureBox5"; + this.pictureBox5.Size = new System.Drawing.Size(3, 38); + this.pictureBox5.TabIndex = 13; + this.pictureBox5.TabStop = false; + // + // pictureBox2 + // + this.pictureBox2.BackgroundImage = global::TimeHACK.Properties.Resources.ie4_vsplitter; + this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + this.pictureBox2.Location = new System.Drawing.Point(337, -1); + this.pictureBox2.Name = "pictureBox2"; + this.pictureBox2.Size = new System.Drawing.Size(2, 47); + this.pictureBox2.TabIndex = 12; + this.pictureBox2.TabStop = false; + // + // pictureBox1 + // + this.pictureBox1.BackgroundImage = global::TimeHACK.Properties.Resources.ie4_vsplitter; + this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + this.pictureBox1.Location = new System.Drawing.Point(526, -1); + this.pictureBox1.Name = "pictureBox1"; + this.pictureBox1.Size = new System.Drawing.Size(2, 47); + this.pictureBox1.TabIndex = 11; + this.pictureBox1.TabStop = false; + // // MenuStrip3 // this.MenuStrip3.BackColor = System.Drawing.Color.Silver; @@ -1145,16 +1245,68 @@ // // _browsingArea // + this._browsingArea.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this._browsingArea.Dock = System.Windows.Forms.DockStyle.Fill; - this._browsingArea.Location = new System.Drawing.Point(0, 111); - this._browsingArea.Name = "browsingArea"; - this._browsingArea.Size = new System.Drawing.Size(959, 483); + this._browsingArea.Location = new System.Drawing.Point(0, 102); + this._browsingArea.Name = "_browsingArea"; + this._browsingArea.Size = new System.Drawing.Size(959, 492); this._browsingArea.TabIndex = 17; // + // pictureBox4 + // + this.pictureBox4.BackgroundImage = global::TimeHACK.Properties.Resources.ie4_vsplitter2; + this.pictureBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + this.pictureBox4.Location = new System.Drawing.Point(2, 4); + this.pictureBox4.Name = "pictureBox4"; + this.pictureBox4.Size = new System.Drawing.Size(3, 19); + this.pictureBox4.TabIndex = 18; + this.pictureBox4.TabStop = false; + // + // pictureBox7 + // + 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); + this.pictureBox7.Name = "pictureBox7"; + this.pictureBox7.Size = new System.Drawing.Size(959, 2); + this.pictureBox7.TabIndex = 15; + this.pictureBox7.TabStop = false; + // + // pictureBox9 + // + 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); + this.pictureBox9.Name = "pictureBox9"; + this.pictureBox9.Size = new System.Drawing.Size(959, 2); + this.pictureBox9.TabIndex = 16; + this.pictureBox9.TabStop = false; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(924, 7); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(32, 13); + this.label2.TabIndex = 17; + this.label2.Text = "Links"; + // + // pictureBox10 + // + this.pictureBox10.BackgroundImage = global::TimeHACK.Properties.Resources.ie4_vsplitter2; + this.pictureBox10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + this.pictureBox10.Location = new System.Drawing.Point(921, 4); + this.pictureBox10.Name = "pictureBox10"; + this.pictureBox10.Size = new System.Drawing.Size(3, 20); + this.pictureBox10.TabIndex = 19; + this.pictureBox10.TabStop = false; + // // TempIE4 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.Controls.Add(this.pictureBox7); + this.Controls.Add(this.pictureBox4); this.Controls.Add(this._browsingArea); this.Controls.Add(this.Panel14); this.Controls.Add(this.Panel1); @@ -1164,9 +1316,19 @@ this.Load += new System.EventHandler(this.TempIE4_Load); this.Panel14.ResumeLayout(false); this.Panel14.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); this.Panel1.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.MenuStrip3.ResumeLayout(false); this.MenuStrip3.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); @@ -1180,7 +1342,6 @@ internal System.Windows.Forms.Label Label1; internal System.Windows.Forms.Button Button30; internal System.Windows.Forms.Button Button29; - internal System.Windows.Forms.Button Button28; internal System.Windows.Forms.Button Button27; internal System.Windows.Forms.Button Button7; internal System.Windows.Forms.Button Button6; @@ -1287,5 +1448,16 @@ internal System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem94; internal System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem95; private System.Windows.Forms.Panel _browsingArea; + private System.Windows.Forms.PictureBox pictureBox1; + private System.Windows.Forms.PictureBox pictureBox2; + private System.Windows.Forms.PictureBox pictureBox3; + private System.Windows.Forms.PictureBox pictureBox4; + private System.Windows.Forms.PictureBox pictureBox5; + private System.Windows.Forms.PictureBox pictureBox6; + private System.Windows.Forms.PictureBox pictureBox7; + private System.Windows.Forms.PictureBox pictureBox8; + private System.Windows.Forms.PictureBox pictureBox9; + private System.Windows.Forms.PictureBox pictureBox10; + private System.Windows.Forms.Label label2; } } diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/TempIE4.cs b/TimeHACK.Main/OS/Win95/Win95Apps/TempIE4.cs index 568749f..d41add1 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/TempIE4.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/TempIE4.cs @@ -23,7 +23,7 @@ namespace TimeHACK.OS.Win95.Win95Apps addressbar = _addressbar; } - public static void GoToPage(string url) + public static async void GoToPage(string url) { UserControl uc = new UserControl(); @@ -45,6 +45,9 @@ namespace TimeHACK.OS.Win95.Win95Apps addressbar.Text = url; uc.Dock = DockStyle.Fill; + + await Task.Delay(new Random().Next(500, 1500)); + browsingArea.Controls.Clear(); browsingArea.Controls.Add(uc); } @@ -52,11 +55,22 @@ namespace TimeHACK.OS.Win95.Win95Apps private void TempIE4_Load(object sender, EventArgs e) { GoToPage("www.microsoft.com/windows/ie/default.htm"); + GoButton.Paint += (s, args) => Engine.Paintbrush.PaintClassicBorders(s, args, 2); } private void GoButton_Click(object sender, EventArgs e) { GoToPage(addressbar.Text); } + + private void _addressbar_KeyDown(object sender, KeyEventArgs e) + { + if (e.KeyCode == Keys.Enter) + { + GoButton_Click(this, new EventArgs()); + e.SuppressKeyPress = true; + browsingArea.Focus(); + } + } } } diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index c721c0a..65971a2 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -178,6 +178,156 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap ie4_back { + get { + object obj = ResourceManager.GetObject("ie4_back", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap ie4_favorites { + get { + object obj = ResourceManager.GetObject("ie4_favorites", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap ie4_forward { + get { + object obj = ResourceManager.GetObject("ie4_forward", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap ie4_go { + get { + object obj = ResourceManager.GetObject("ie4_go", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap ie4_history { + get { + object obj = ResourceManager.GetObject("ie4_history", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap ie4_home { + get { + object obj = ResourceManager.GetObject("ie4_home", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap ie4_hsplitter { + get { + object obj = ResourceManager.GetObject("ie4_hsplitter", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap ie4_mail { + get { + object obj = ResourceManager.GetObject("ie4_mail", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap ie4_print { + get { + object obj = ResourceManager.GetObject("ie4_print", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap ie4_refresh { + get { + object obj = ResourceManager.GetObject("ie4_refresh", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap ie4_search { + get { + object obj = ResourceManager.GetObject("ie4_search", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap ie4_stop { + get { + object obj = ResourceManager.GetObject("ie4_stop", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap ie4_vsplitter { + get { + object obj = ResourceManager.GetObject("ie4_vsplitter", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap ie4_vsplitter2 { + get { + object obj = ResourceManager.GetObject("ie4_vsplitter2", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap ie4_vsplitter3 { + get { + object obj = ResourceManager.GetObject("ie4_vsplitter3", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap LauncherSideBar { get { object obj = ResourceManager.GetObject("LauncherSideBar", resourceCulture); diff --git a/TimeHACK.Main/Properties/Resources.resx b/TimeHACK.Main/Properties/Resources.resx index 1007fd9..7fd3bd8 100644 --- a/TimeHACK.Main/Properties/Resources.resx +++ b/TimeHACK.Main/Properties/Resources.resx @@ -606,4 +606,49 @@ <data name="nopage" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\IE4\nopage.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> + <data name="ie4_back" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\ie4_back.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="ie4_favorites" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\ie4_favorites.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="ie4_forward" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\ie4_forward.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="ie4_go" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\ie4_go.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="ie4_history" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\ie4_history.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="ie4_home" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\ie4_home.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="ie4_hsplitter" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\ie4_hsplitter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="ie4_mail" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\ie4_mail.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="ie4_print" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\ie4_print.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="ie4_refresh" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\ie4_refresh.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="ie4_search" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\ie4_search.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="ie4_stop" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\ie4_stop.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="ie4_vsplitter" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\ie4_vsplitter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="ie4_vsplitter2" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\ie4_hsplitter1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="ie4_vsplitter3" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\ie4_hsplitter2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> </root>
\ No newline at end of file diff --git a/TimeHACK.Main/Resources/ie4_back.png b/TimeHACK.Main/Resources/ie4_back.png Binary files differnew file mode 100644 index 0000000..f4983c2 --- /dev/null +++ b/TimeHACK.Main/Resources/ie4_back.png diff --git a/TimeHACK.Main/Resources/ie4_favorites.png b/TimeHACK.Main/Resources/ie4_favorites.png Binary files differnew file mode 100644 index 0000000..0f9503f --- /dev/null +++ b/TimeHACK.Main/Resources/ie4_favorites.png diff --git a/TimeHACK.Main/Resources/ie4_forward.png b/TimeHACK.Main/Resources/ie4_forward.png Binary files differnew file mode 100644 index 0000000..721c0a2 --- /dev/null +++ b/TimeHACK.Main/Resources/ie4_forward.png diff --git a/TimeHACK.Main/Resources/ie4_go.png b/TimeHACK.Main/Resources/ie4_go.png Binary files differnew file mode 100644 index 0000000..68c034f --- /dev/null +++ b/TimeHACK.Main/Resources/ie4_go.png diff --git a/TimeHACK.Main/Resources/ie4_history.png b/TimeHACK.Main/Resources/ie4_history.png Binary files differnew file mode 100644 index 0000000..23c50dd --- /dev/null +++ b/TimeHACK.Main/Resources/ie4_history.png diff --git a/TimeHACK.Main/Resources/ie4_home.png b/TimeHACK.Main/Resources/ie4_home.png Binary files differnew file mode 100644 index 0000000..f2ff448 --- /dev/null +++ b/TimeHACK.Main/Resources/ie4_home.png diff --git a/TimeHACK.Main/Resources/ie4_hsplitter.png b/TimeHACK.Main/Resources/ie4_hsplitter.png Binary files differnew file mode 100644 index 0000000..6a1c325 --- /dev/null +++ b/TimeHACK.Main/Resources/ie4_hsplitter.png diff --git a/TimeHACK.Main/Resources/ie4_hsplitter1.png b/TimeHACK.Main/Resources/ie4_hsplitter1.png Binary files differnew file mode 100644 index 0000000..88e567d --- /dev/null +++ b/TimeHACK.Main/Resources/ie4_hsplitter1.png diff --git a/TimeHACK.Main/Resources/ie4_hsplitter2.png b/TimeHACK.Main/Resources/ie4_hsplitter2.png Binary files differnew file mode 100644 index 0000000..a920b9e --- /dev/null +++ b/TimeHACK.Main/Resources/ie4_hsplitter2.png diff --git a/TimeHACK.Main/Resources/ie4_mail.png b/TimeHACK.Main/Resources/ie4_mail.png Binary files differnew file mode 100644 index 0000000..f3e53a3 --- /dev/null +++ b/TimeHACK.Main/Resources/ie4_mail.png diff --git a/TimeHACK.Main/Resources/ie4_print.png b/TimeHACK.Main/Resources/ie4_print.png Binary files differnew file mode 100644 index 0000000..64c9bf4 --- /dev/null +++ b/TimeHACK.Main/Resources/ie4_print.png diff --git a/TimeHACK.Main/Resources/ie4_refresh.png b/TimeHACK.Main/Resources/ie4_refresh.png Binary files differnew file mode 100644 index 0000000..e582925 --- /dev/null +++ b/TimeHACK.Main/Resources/ie4_refresh.png diff --git a/TimeHACK.Main/Resources/ie4_search.png b/TimeHACK.Main/Resources/ie4_search.png Binary files differnew file mode 100644 index 0000000..7427c74 --- /dev/null +++ b/TimeHACK.Main/Resources/ie4_search.png diff --git a/TimeHACK.Main/Resources/ie4_stop.png b/TimeHACK.Main/Resources/ie4_stop.png Binary files differnew file mode 100644 index 0000000..a64a97c --- /dev/null +++ b/TimeHACK.Main/Resources/ie4_stop.png diff --git a/TimeHACK.Main/Resources/ie4_vsplitter.png b/TimeHACK.Main/Resources/ie4_vsplitter.png Binary files differnew file mode 100644 index 0000000..c9f2efd --- /dev/null +++ b/TimeHACK.Main/Resources/ie4_vsplitter.png diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index a7a8817..ce7407e 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -480,6 +480,21 @@ <None Include="Resources\IE4\start.png" /> <None Include="Resources\IE4\start_googlink.png" /> <None Include="Resources\IE4\start_padamslink.png" /> + <None Include="Resources\ie4_history.png" /> + <None Include="Resources\ie4_home.png" /> + <None Include="Resources\ie4_hsplitter1.png" /> + <None Include="Resources\ie4_hsplitter2.png" /> + <None Include="Resources\ie4_mail.png" /> + <None Include="Resources\ie4_print.png" /> + <None Include="Resources\ie4_refresh.png" /> + <None Include="Resources\ie4_search.png" /> + <None Include="Resources\ie4_stop.png" /> + <None Include="Resources\ie4_vsplitter.png" /> + <None Include="Resources\ie4_favorites.png" /> + <None Include="Resources\ie4_go.png" /> + <None Include="Resources\ie4_hsplitter.png" /> + <None Include="Resources\ie4_forward.png" /> + <None Include="Resources\ie4_back.png" /> <Content Include="Resources\modem_dial.wav" /> <None Include="Resources\MS-DOS-logo-1.png" /> <None Include="Resources\msdosprompt.png" /> |
