diff options
| author | lempamo <[email protected]> | 2017-09-19 00:04:20 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-09-19 00:04:20 -0400 |
| commit | f91f90f8dbd75fbc98217adf78576532d8078d31 (patch) | |
| tree | 2204d81ff668245639f5a31acf1728f15585d7f4 | |
| parent | 2d83155d9833a7ea1396ee62265f900be258a5eb (diff) | |
| download | histacom2-f91f90f8dbd75fbc98217adf78576532d8078d31.tar.gz histacom2-f91f90f8dbd75fbc98217adf78576532d8078d31.tar.bz2 histacom2-f91f90f8dbd75fbc98217adf78576532d8078d31.zip | |
New IE4 Home Page
23 files changed, 1396 insertions, 166 deletions
diff --git a/Histacom2.Engine/UI/ClassicLabel.cs b/Histacom2.Engine/UI/ClassicLabel.cs index 0b9d9c2..f207eb1 100644 --- a/Histacom2.Engine/UI/ClassicLabel.cs +++ b/Histacom2.Engine/UI/ClassicLabel.cs @@ -21,9 +21,11 @@ namespace Histacom2.Engine.UI { base.OnPaint(e); var gfx = e.Graphics; + gfx.Clear(BackColor); gfx.TextRenderingHint = System.Drawing.Text.TextRenderingHint.SingleBitPerPixelGridFit; - gfx.DrawString(Text, Font, new SolidBrush(ForeColor), 0, 0); + gfx.DrawString(Text, Font, new SolidBrush(ForeColor), ClientRectangle); + Height = (int)gfx.MeasureString(Text, Font, ClientRectangle.Width).Height; } } } diff --git a/Histacom2/Histacom2.csproj b/Histacom2/Histacom2.csproj index cdf7138..4938a45 100644 --- a/Histacom2/Histacom2.csproj +++ b/Histacom2/Histacom2.csproj @@ -268,6 +268,12 @@ <Compile Include="OS\Win98\Win98.Designer.cs"> <DependentUpon>Win98.cs</DependentUpon> </Compile> + <Compile Include="OS\Win98\Win98Apps\IE4Sites\IE4HomePage.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="OS\Win98\Win98Apps\IE4Sites\IE4HomePage.Designer.cs"> + <DependentUpon>IE4HomePage.cs</DependentUpon> + </Compile> <Compile Include="OS\Win98\Win98Apps\IE4Sites\IENoPage.cs"> <SubType>UserControl</SubType> </Compile> @@ -458,10 +464,16 @@ <DependentUpon>Win98.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> + <EmbeddedResource Include="OS\Win98\Win98Apps\IE4Sites\IE4HomePage.resx"> + <DependentUpon>IE4HomePage.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="OS\Win98\Win98Apps\IE4Sites\IENoPage.resx"> <DependentUpon>IENoPage.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> + <EmbeddedResource Include="OS\Win98\Win98Apps\WinClassicIE4.resx"> + <DependentUpon>WinClassicIE4.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="OS\Win98\Win98Apps\WinClassicWindowsExplorer.resx"> <DependentUpon>WinClassicWindowsExplorer.cs</DependentUpon> <SubType>Designer</SubType> @@ -546,6 +558,7 @@ <ItemGroup> <Content Include="Icon128x.ico" /> <Content Include="Resources\12padams_EULA.txt" /> + <None Include="Resources\y1k86jqd.bmp" /> <None Include="Resources\WinClassic\WinClassicWebchat.png" /> <None Include="Resources\wordpad_find.png" /> <None Include="Resources\wordpad_printpreview.png" /> @@ -591,6 +604,17 @@ <Content Include="Resources\IE4\googlehome.html" /> <Content Include="Resources\IE4\googleprototype.html" /> <None Include="Resources\IE4\ie4about.png" /> + <None Include="Resources\IE4\IE4Home_MSHome.png" /> + <None Include="Resources\IE4\IE4Home_MSBG.png" /> + <None Include="Resources\IE4\IE4Home_MSLogo.png" /> + <None Include="Resources\IE4\IE4Home_WinTechLogo.png" /> + <None Include="Resources\IE4\IE4Home_WinTechBG.png" /> + <None Include="Resources\IE4\IE4Home_WinTechHome.png" /> + <None Include="Resources\IE4\IE4Home_WinTechIE.png" /> + <None Include="Resources\IE4\IE4Home_AboutIE5.png" /> + <None Include="Resources\IE4\IE4Home_IE4CD.png" /> + <None Include="Resources\IE4\IE4Home_HDots.png" /> + <None Include="Resources\IE4\IE4Home_SecUpdate.png" /> <Content Include="Resources\IE4\ie4start.html" /> <None Include="Resources\IE4\nopage.bmp" /> <Content Include="Resources\IE4\padams.html" /> diff --git a/Histacom2/OS/Win95/Win95Apps/IE3Sites/IE3Start.Designer.cs b/Histacom2/OS/Win95/Win95Apps/IE3Sites/IE3Start.Designer.cs index c6f7988..920715b 100644 --- a/Histacom2/OS/Win95/Win95Apps/IE3Sites/IE3Start.Designer.cs +++ b/Histacom2/OS/Win95/Win95Apps/IE3Sites/IE3Start.Designer.cs @@ -36,7 +36,7 @@ // // pictureBox1 // - this.pictureBox1.Image = global::Histacom2.Properties.Resources.start; + this.pictureBox1.Image = global::Histacom2.Properties.Resources.IE3_Start; this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(640, 480); diff --git a/Histacom2/OS/Win98/Win98Apps/IE4Sites/IE4HomePage.Designer.cs b/Histacom2/OS/Win98/Win98Apps/IE4Sites/IE4HomePage.Designer.cs new file mode 100644 index 0000000..7f3bae1 --- /dev/null +++ b/Histacom2/OS/Win98/Win98Apps/IE4Sites/IE4HomePage.Designer.cs @@ -0,0 +1,822 @@ +namespace Histacom2.OS.Win98.Win98Apps.IE4Sites +{ + partial class IE4HomePage + { + /// <summary> + /// Required designer variable. + /// </summary> + private System.ComponentModel.IContainer components = null; + + /// <summary> + /// Clean up any resources being used. + /// </summary> + /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Component Designer generated code + + /// <summary> + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// </summary> + private void InitializeComponent() + { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IE4HomePage)); + this.panel1 = new System.Windows.Forms.Panel(); + this.pictureBox2 = new System.Windows.Forms.PictureBox(); + this.pictureBox1 = new System.Windows.Forms.PictureBox(); + this.panel2 = new System.Windows.Forms.Panel(); + this.pictureBox3 = new System.Windows.Forms.PictureBox(); + this.panel3 = new System.Windows.Forms.Panel(); + this.pictureBox5 = new System.Windows.Forms.PictureBox(); + this.pictureBox4 = new System.Windows.Forms.PictureBox(); + this.panel4 = new System.Windows.Forms.Panel(); + this.classicLabel22 = new Histacom2.Engine.UI.ClassicLabel(); + this.classicLabel21 = new Histacom2.Engine.UI.ClassicLabel(); + this.panel13 = new System.Windows.Forms.Panel(); + this.classicLabel20 = new Histacom2.Engine.UI.ClassicLabel(); + this.pictureBox14 = new System.Windows.Forms.PictureBox(); + this.classicLabel19 = new Histacom2.Engine.UI.ClassicLabel(); + this.pictureBox13 = new System.Windows.Forms.PictureBox(); + this.classicLabel18 = new Histacom2.Engine.UI.ClassicLabel(); + this.pictureBox12 = new System.Windows.Forms.PictureBox(); + this.classicLabel17 = new Histacom2.Engine.UI.ClassicLabel(); + this.pictureBox11 = new System.Windows.Forms.PictureBox(); + this.classicLabel16 = new Histacom2.Engine.UI.ClassicLabel(); + this.pictureBox10 = new System.Windows.Forms.PictureBox(); + this.classicLabel14 = new Histacom2.Engine.UI.ClassicLabel(); + this.pictureBox9 = new System.Windows.Forms.PictureBox(); + this.classicLabel13 = new Histacom2.Engine.UI.ClassicLabel(); + this.pictureBox8 = new System.Windows.Forms.PictureBox(); + this.classicLabel12 = new Histacom2.Engine.UI.ClassicLabel(); + this.panel5 = new System.Windows.Forms.Panel(); + this.panel15 = new System.Windows.Forms.Panel(); + this.classicLabel24 = new Histacom2.Engine.UI.ClassicLabel(); + this.pictureBox15 = new System.Windows.Forms.PictureBox(); + this.classicLabel23 = new Histacom2.Engine.UI.ClassicLabel(); + this.panel14 = new System.Windows.Forms.Panel(); + this.panel11 = new System.Windows.Forms.Panel(); + this.classicLabel11 = new Histacom2.Engine.UI.ClassicLabel(); + this.pictureBox7 = new System.Windows.Forms.PictureBox(); + this.classicLabel10 = new Histacom2.Engine.UI.ClassicLabel(); + this.panel6 = new System.Windows.Forms.Panel(); + this.classicLabel15 = new Histacom2.Engine.UI.ClassicLabel(); + this.panel12 = new System.Windows.Forms.Panel(); + this.classicLabel9 = new Histacom2.Engine.UI.ClassicLabel(); + this.classicLabel8 = new Histacom2.Engine.UI.ClassicLabel(); + this.panel10 = new System.Windows.Forms.Panel(); + this.classicLabel7 = new Histacom2.Engine.UI.ClassicLabel(); + this.classicLabel6 = new Histacom2.Engine.UI.ClassicLabel(); + this.panel9 = new System.Windows.Forms.Panel(); + this.panel8 = new System.Windows.Forms.Panel(); + this.classicLabel5 = new Histacom2.Engine.UI.ClassicLabel(); + this.classicLabel4 = new Histacom2.Engine.UI.ClassicLabel(); + this.pictureBox6 = new System.Windows.Forms.PictureBox(); + this.classicLabel3 = new Histacom2.Engine.UI.ClassicLabel(); + this.classicLabel2 = new Histacom2.Engine.UI.ClassicLabel(); + this.classicLabel1 = new Histacom2.Engine.UI.ClassicLabel(); + this.panel7 = new System.Windows.Forms.Panel(); + this.classicLabel25 = new Histacom2.Engine.UI.ClassicLabel(); + this.panel1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); + this.panel2.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); + this.panel3.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); + this.panel4.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit(); + this.panel5.SuspendLayout(); + this.panel15.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).BeginInit(); + this.panel11.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit(); + this.panel6.SuspendLayout(); + this.panel8.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit(); + this.SuspendLayout(); + // + // panel1 + // + this.panel1.BackgroundImage = global::Histacom2.Properties.Resources.IE4Home_MSBG; + this.panel1.Controls.Add(this.pictureBox2); + this.panel1.Controls.Add(this.pictureBox1); + this.panel1.Dock = System.Windows.Forms.DockStyle.Top; + this.panel1.Location = new System.Drawing.Point(0, 0); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(959, 21); + this.panel1.TabIndex = 0; + // + // pictureBox2 + // + this.pictureBox2.BackgroundImage = global::Histacom2.Properties.Resources.IE4Home_MSLogo; + this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Right; + this.pictureBox2.Location = new System.Drawing.Point(868, 0); + this.pictureBox2.Name = "pictureBox2"; + this.pictureBox2.Size = new System.Drawing.Size(91, 21); + this.pictureBox2.TabIndex = 1; + this.pictureBox2.TabStop = false; + // + // pictureBox1 + // + this.pictureBox1.BackgroundImage = global::Histacom2.Properties.Resources.IE4Home_MSHome; + this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left; + this.pictureBox1.Location = new System.Drawing.Point(0, 0); + this.pictureBox1.Name = "pictureBox1"; + this.pictureBox1.Size = new System.Drawing.Size(104, 21); + this.pictureBox1.TabIndex = 0; + this.pictureBox1.TabStop = false; + // + // panel2 + // + this.panel2.BackgroundImage = global::Histacom2.Properties.Resources.IE4Home_WinTechBG; + this.panel2.Controls.Add(this.pictureBox3); + this.panel2.Dock = System.Windows.Forms.DockStyle.Top; + this.panel2.Location = new System.Drawing.Point(0, 21); + this.panel2.Name = "panel2"; + this.panel2.Size = new System.Drawing.Size(959, 41); + this.panel2.TabIndex = 1; + // + // pictureBox3 + // + this.pictureBox3.BackgroundImage = global::Histacom2.Properties.Resources.IE4Home_WinTechLogo; + this.pictureBox3.Dock = System.Windows.Forms.DockStyle.Left; + this.pictureBox3.Location = new System.Drawing.Point(0, 0); + this.pictureBox3.Name = "pictureBox3"; + this.pictureBox3.Size = new System.Drawing.Size(384, 41); + this.pictureBox3.TabIndex = 0; + this.pictureBox3.TabStop = false; + // + // panel3 + // + this.panel3.Controls.Add(this.pictureBox5); + this.panel3.Controls.Add(this.pictureBox4); + this.panel3.Dock = System.Windows.Forms.DockStyle.Top; + this.panel3.Location = new System.Drawing.Point(0, 62); + this.panel3.Name = "panel3"; + this.panel3.Size = new System.Drawing.Size(959, 27); + this.panel3.TabIndex = 2; + // + // pictureBox5 + // + this.pictureBox5.Dock = System.Windows.Forms.DockStyle.Left; + this.pictureBox5.Image = global::Histacom2.Properties.Resources.IE4Home_WinTechIE; + this.pictureBox5.Location = new System.Drawing.Point(40, 0); + this.pictureBox5.Name = "pictureBox5"; + this.pictureBox5.Padding = new System.Windows.Forms.Padding(155, 0, 0, 0); + this.pictureBox5.Size = new System.Drawing.Size(360, 27); + this.pictureBox5.TabIndex = 1; + this.pictureBox5.TabStop = false; + // + // pictureBox4 + // + this.pictureBox4.BackgroundImage = global::Histacom2.Properties.Resources.IE4Home_WinTechHome; + this.pictureBox4.Dock = System.Windows.Forms.DockStyle.Left; + this.pictureBox4.Location = new System.Drawing.Point(0, 0); + this.pictureBox4.Name = "pictureBox4"; + this.pictureBox4.Size = new System.Drawing.Size(40, 27); + this.pictureBox4.TabIndex = 0; + this.pictureBox4.TabStop = false; + // + // panel4 + // + this.panel4.Controls.Add(this.classicLabel22); + this.panel4.Controls.Add(this.classicLabel21); + this.panel4.Controls.Add(this.panel13); + this.panel4.Controls.Add(this.classicLabel20); + this.panel4.Controls.Add(this.pictureBox14); + this.panel4.Controls.Add(this.classicLabel19); + this.panel4.Controls.Add(this.pictureBox13); + this.panel4.Controls.Add(this.classicLabel18); + this.panel4.Controls.Add(this.pictureBox12); + this.panel4.Controls.Add(this.classicLabel17); + this.panel4.Controls.Add(this.pictureBox11); + this.panel4.Controls.Add(this.classicLabel16); + this.panel4.Controls.Add(this.pictureBox10); + this.panel4.Controls.Add(this.classicLabel14); + this.panel4.Controls.Add(this.pictureBox9); + this.panel4.Controls.Add(this.classicLabel13); + this.panel4.Controls.Add(this.pictureBox8); + this.panel4.Controls.Add(this.classicLabel12); + this.panel4.Dock = System.Windows.Forms.DockStyle.Left; + this.panel4.Location = new System.Drawing.Point(0, 90); + this.panel4.Name = "panel4"; + this.panel4.Padding = new System.Windows.Forms.Padding(0, 5, 15, 0); + this.panel4.Size = new System.Drawing.Size(212, 452); + this.panel4.TabIndex = 3; + // + // classicLabel22 + // + this.classicLabel22.Dock = System.Windows.Forms.DockStyle.Top; + this.classicLabel22.Font = new System.Drawing.Font("Verdana", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.classicLabel22.ForeColor = System.Drawing.Color.Navy; + this.classicLabel22.Location = new System.Drawing.Point(0, 209); + this.classicLabel22.Name = "classicLabel22"; + this.classicLabel22.Size = new System.Drawing.Size(197, 14); + this.classicLabel22.TabIndex = 20; + this.classicLabel22.Text = " 12padams"; + // + // classicLabel21 + // + this.classicLabel21.Dock = System.Windows.Forms.DockStyle.Top; + this.classicLabel21.Font = new System.Drawing.Font("Verdana", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.classicLabel21.ForeColor = System.Drawing.Color.Navy; + this.classicLabel21.Location = new System.Drawing.Point(0, 195); + this.classicLabel21.Name = "classicLabel21"; + this.classicLabel21.Size = new System.Drawing.Size(197, 14); + this.classicLabel21.TabIndex = 19; + this.classicLabel21.Text = " Google"; + // + // panel13 + // + this.panel13.Dock = System.Windows.Forms.DockStyle.Top; + this.panel13.Location = new System.Drawing.Point(0, 180); + this.panel13.Name = "panel13"; + this.panel13.Size = new System.Drawing.Size(197, 15); + this.panel13.TabIndex = 18; + // + // classicLabel20 + // + this.classicLabel20.Dock = System.Windows.Forms.DockStyle.Top; + this.classicLabel20.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold); + this.classicLabel20.ForeColor = System.Drawing.Color.Black; + this.classicLabel20.Location = new System.Drawing.Point(0, 166); + this.classicLabel20.Name = "classicLabel20"; + this.classicLabel20.Size = new System.Drawing.Size(197, 14); + this.classicLabel20.TabIndex = 17; + this.classicLabel20.Text = " Recommended Websites:"; + // + // pictureBox14 + // + this.pictureBox14.BackgroundImage = global::Histacom2.Properties.Resources.IE4Home_HDots; + this.pictureBox14.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; + this.pictureBox14.Dock = System.Windows.Forms.DockStyle.Top; + this.pictureBox14.Location = new System.Drawing.Point(0, 157); + this.pictureBox14.Name = "pictureBox14"; + this.pictureBox14.Size = new System.Drawing.Size(197, 9); + this.pictureBox14.TabIndex = 16; + this.pictureBox14.TabStop = false; + // + // classicLabel19 + // + this.classicLabel19.Dock = System.Windows.Forms.DockStyle.Top; + this.classicLabel19.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold); + this.classicLabel19.ForeColor = System.Drawing.Color.Black; + this.classicLabel19.Location = new System.Drawing.Point(0, 143); + this.classicLabel19.Name = "classicLabel19"; + this.classicLabel19.Size = new System.Drawing.Size(197, 14); + this.classicLabel19.TabIndex = 15; + this.classicLabel19.Text = " Business"; + // + // pictureBox13 + // + this.pictureBox13.BackgroundImage = global::Histacom2.Properties.Resources.IE4Home_HDots; + this.pictureBox13.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; + this.pictureBox13.Dock = System.Windows.Forms.DockStyle.Top; + this.pictureBox13.Location = new System.Drawing.Point(0, 134); + this.pictureBox13.Name = "pictureBox13"; + this.pictureBox13.Size = new System.Drawing.Size(197, 9); + this.pictureBox13.TabIndex = 14; + this.pictureBox13.TabStop = false; + // + // classicLabel18 + // + this.classicLabel18.Dock = System.Windows.Forms.DockStyle.Top; + this.classicLabel18.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold); + this.classicLabel18.ForeColor = System.Drawing.Color.Black; + this.classicLabel18.Location = new System.Drawing.Point(0, 120); + this.classicLabel18.Name = "classicLabel18"; + this.classicLabel18.Size = new System.Drawing.Size(197, 14); + this.classicLabel18.TabIndex = 13; + this.classicLabel18.Text = " More Info"; + // + // pictureBox12 + // + this.pictureBox12.BackgroundImage = global::Histacom2.Properties.Resources.IE4Home_HDots; + this.pictureBox12.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; + this.pictureBox12.Dock = System.Windows.Forms.DockStyle.Top; + this.pictureBox12.Location = new System.Drawing.Point(0, 111); + this.pictureBox12.Name = "pictureBox12"; + this.pictureBox12.Size = new System.Drawing.Size(197, 9); + this.pictureBox12.TabIndex = 12; + this.pictureBox12.TabStop = false; + // + // classicLabel17 + // + this.classicLabel17.Dock = System.Windows.Forms.DockStyle.Top; + this.classicLabel17.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold); + this.classicLabel17.ForeColor = System.Drawing.Color.Black; + this.classicLabel17.Location = new System.Drawing.Point(0, 97); + this.classicLabel17.Name = "classicLabel17"; + this.classicLabel17.Size = new System.Drawing.Size(197, 14); + this.classicLabel17.TabIndex = 11; + this.classicLabel17.Text = " Reviews"; + // + // pictureBox11 + // + this.pictureBox11.BackgroundImage = global::Histacom2.Properties.Resources.IE4Home_HDots; + this.pictureBox11.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; + this.pictureBox11.Dock = System.Windows.Forms.DockStyle.Top; + this.pictureBox11.Location = new System.Drawing.Point(0, 88); + this.pictureBox11.Name = "pictureBox11"; + this.pictureBox11.Size = new System.Drawing.Size(197, 9); + this.pictureBox11.TabIndex = 10; + this.pictureBox11.TabStop = false; + // + // classicLabel16 + // + this.classicLabel16.Dock = System.Windows.Forms.DockStyle.Top; + this.classicLabel16.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold); + this.classicLabel16.ForeColor = System.Drawing.Color.Black; + this.classicLabel16.Location = new System.Drawing.Point(0, 74); + this.classicLabel16.Name = "classicLabel16"; + this.classicLabel16.Size = new System.Drawing.Size(197, 14); + this.classicLabel16.TabIndex = 9; + this.classicLabel16.Text = " Download"; + // + // pictureBox10 + // + this.pictureBox10.BackgroundImage = global::Histacom2.Properties.Resources.IE4Home_HDots; + this.pictureBox10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; + this.pictureBox10.Dock = System.Windows.Forms.DockStyle.Top; + this.pictureBox10.Location = new System.Drawing.Point(0, 65); + this.pictureBox10.Name = "pictureBox10"; + this.pictureBox10.Size = new System.Drawing.Size(197, 9); + this.pictureBox10.TabIndex = 8; + this.pictureBox10.TabStop = false; + // + // classicLabel14 + // + this.classicLabel14.Dock = System.Windows.Forms.DockStyle.Top; + this.classicLabel14.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold); + this.classicLabel14.ForeColor = System.Drawing.Color.Black; + this.classicLabel14.Location = new System.Drawing.Point(0, 51); + this.classicLabel14.Name = "classicLabel14"; + this.classicLabel14.Size = new System.Drawing.Size(197, 14); + this.classicLabel14.TabIndex = 7; + this.classicLabel14.Text = " System Requirements"; + // + // pictureBox9 + // + this.pictureBox9.BackgroundImage = global::Histacom2.Properties.Resources.IE4Home_HDots; + this.pictureBox9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; + this.pictureBox9.Dock = System.Windows.Forms.DockStyle.Top; + this.pictureBox9.Location = new System.Drawing.Point(0, 42); + this.pictureBox9.Name = "pictureBox9"; + this.pictureBox9.Size = new System.Drawing.Size(197, 9); + this.pictureBox9.TabIndex = 6; + this.pictureBox9.TabStop = false; + // + // classicLabel13 + // + this.classicLabel13.Dock = System.Windows.Forms.DockStyle.Top; + this.classicLabel13.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold); + this.classicLabel13.ForeColor = System.Drawing.Color.Black; + this.classicLabel13.Location = new System.Drawing.Point(0, 28); + this.classicLabel13.Name = "classicLabel13"; + this.classicLabel13.Size = new System.Drawing.Size(197, 14); + this.classicLabel13.TabIndex = 5; + this.classicLabel13.Text = " Features"; + // + // pictureBox8 + // + this.pictureBox8.BackgroundImage = global::Histacom2.Properties.Resources.IE4Home_HDots; + this.pictureBox8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; + this.pictureBox8.Dock = System.Windows.Forms.DockStyle.Top; + this.pictureBox8.Location = new System.Drawing.Point(0, 19); + this.pictureBox8.Name = "pictureBox8"; + this.pictureBox8.Size = new System.Drawing.Size(197, 9); + this.pictureBox8.TabIndex = 4; + this.pictureBox8.TabStop = false; + // + // classicLabel12 + // + this.classicLabel12.Dock = System.Windows.Forms.DockStyle.Top; + this.classicLabel12.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold); + this.classicLabel12.ForeColor = System.Drawing.Color.Black; + this.classicLabel12.Location = new System.Drawing.Point(0, 5); + this.classicLabel12.Name = "classicLabel12"; + this.classicLabel12.Size = new System.Drawing.Size(197, 14); + this.classicLabel12.TabIndex = 3; + this.classicLabel12.Text = " Internet Explorer Home Page"; + // + // panel5 + // + this.panel5.Controls.Add(this.panel15); + this.panel5.Controls.Add(this.classicLabel23); + this.panel5.Controls.Add(this.panel14); + this.panel5.Controls.Add(this.panel11); + this.panel5.Controls.Add(this.classicLabel10); + this.panel5.Dock = System.Windows.Forms.DockStyle.Right; + this.panel5.Location = new System.Drawing.Point(797, 90); + this.panel5.Name = "panel5"; + this.panel5.Padding = new System.Windows.Forms.Padding(0, 20, 15, 0); + this.panel5.Size = new System.Drawing.Size(162, 452); + this.panel5.TabIndex = 4; + // + // panel15 + // + this.panel15.Controls.Add(this.classicLabel24); + this.panel15.Controls.Add(this.pictureBox15); + this.panel15.Dock = System.Windows.Forms.DockStyle.Top; + this.panel15.Location = new System.Drawing.Point(0, 165); + this.panel15.Name = "panel15"; + this.panel15.Size = new System.Drawing.Size(147, 68); + this.panel15.TabIndex = 12; + // + // classicLabel24 + // + this.classicLabel24.Dock = System.Windows.Forms.DockStyle.Top; + this.classicLabel24.Font = new System.Drawing.Font("Verdana", 9.25F); + this.classicLabel24.Location = new System.Drawing.Point(25, 0); + this.classicLabel24.Name = "classicLabel24"; + this.classicLabel24.Size = new System.Drawing.Size(122, 61); + this.classicLabel24.TabIndex = 12; + this.classicLabel24.Text = "The latest security patches for Internet Explorer"; + // + // pictureBox15 + // + this.pictureBox15.BackgroundImage = global::Histacom2.Properties.Resources.IE4Home_SecUpdate; + this.pictureBox15.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.pictureBox15.Dock = System.Windows.Forms.DockStyle.Left; + this.pictureBox15.Location = new System.Drawing.Point(0, 0); + this.pictureBox15.Name = "pictureBox15"; + this.pictureBox15.Size = new System.Drawing.Size(25, 68); + this.pictureBox15.TabIndex = 0; + this.pictureBox15.TabStop = false; + // + // classicLabel23 + // + this.classicLabel23.Dock = System.Windows.Forms.DockStyle.Top; + this.classicLabel23.Font = new System.Drawing.Font("Verdana", 9.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline)))); + this.classicLabel23.ForeColor = System.Drawing.Color.Navy; + this.classicLabel23.Location = new System.Drawing.Point(0, 149); + this.classicLabel23.Name = "classicLabel23"; + this.classicLabel23.Size = new System.Drawing.Size(147, 16); + this.classicLabel23.TabIndex = 11; + this.classicLabel23.Text = "Security Update"; + // + // panel14 + // + this.panel14.Dock = System.Windows.Forms.DockStyle.Top; + this.panel14.Location = new System.Drawing.Point(0, 134); + this.panel14.Name = "panel14"; + this.panel14.Size = new System.Drawing.Size(147, 15); + this.panel14.TabIndex = 10; + // + // panel11 + // + this.panel11.Controls.Add(this.classicLabel11); + this.panel11.Controls.Add(this.pictureBox7); + this.panel11.Dock = System.Windows.Forms.DockStyle.Top; + this.panel11.Location = new System.Drawing.Point(0, 66); + this.panel11.Name = "panel11"; + this.panel11.Size = new System.Drawing.Size(147, 68); + this.panel11.TabIndex = 3; + // + // classicLabel11 + // + this.classicLabel11.Dock = System.Windows.Forms.DockStyle.Top; + this.classicLabel11.Font = new System.Drawing.Font("Verdana", 9.25F); + this.classicLabel11.Location = new System.Drawing.Point(43, 0); + this.classicLabel11.Name = "classicLabel11"; + this.classicLabel11.Size = new System.Drawing.Size(104, 61); + this.classicLabel11.TabIndex = 12; + this.classicLabel11.Text = "Order it on CD or download it for free from this Web site."; + // + // pictureBox7 + // + this.pictureBox7.BackgroundImage = global::Histacom2.Properties.Resources.IE4Home_IE4CD; + this.pictureBox7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.pictureBox7.Dock = System.Windows.Forms.DockStyle.Left; + this.pictureBox7.Location = new System.Drawing.Point(0, 0); + this.pictureBox7.Name = "pictureBox7"; + this.pictureBox7.Size = new System.Drawing.Size(43, 68); + this.pictureBox7.TabIndex = 0; + this.pictureBox7.TabStop = false; + // + // classicLabel10 + // + this.classicLabel10.Dock = System.Windows.Forms.DockStyle.Top; + this.classicLabel10.Font = new System.Drawing.Font("Verdana", 9.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline)))); + this.classicLabel10.ForeColor = System.Drawing.Color.Navy; + this.classicLabel10.Location = new System.Drawing.Point(0, 20); + this.classicLabel10.Name = "classicLabel10"; + this.classicLabel10.Size = new System.Drawing.Size(147, 46); + this.classicLabel10.TabIndex = 2; + this.classicLabel10.Text = "Get Internet Explorer 4.0 the Way You Want It:"; + // + // panel6 + // + this.panel6.Controls.Add(this.classicLabel25); + this.panel6.Controls.Add(this.classicLabel15); + this.panel6.Controls.Add(this.panel12); + this.panel6.Controls.Add(this.classicLabel9); + this.panel6.Controls.Add(this.classicLabel8); + this.panel6.Controls.Add(this.panel10); + this.panel6.Controls.Add(this.classicLabel7); + this.panel6.Controls.Add(this.classicLabel6); + this.panel6.Controls.Add(this.panel9); + this.panel6.Controls.Add(this.panel8); + this.panel6.Controls.Add(this.classicLabel3); + this.panel6.Controls.Add(this.classicLabel2); + this.panel6.Controls.Add(this.classicLabel1); + this.panel6.Dock = System.Windows.Forms.DockStyle.Fill; + this.panel6.Location = new System.Drawing.Point(212, 90); + this.panel6.Name = "panel6"; + this.panel6.Padding = new System.Windows.Forms.Padding(0, 0, 15, 0); + this.panel6.Size = new System.Drawing.Size(585, 452); + this.panel6.TabIndex = 5; + // + // classicLabel15 + // + this.classicLabel15.Dock = System.Windows.Forms.DockStyle.Top; + this.classicLabel15.Font = new System.Drawing.Font("Verdana", 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(0, 364); + this.classicLabel15.Name = "classicLabel15"; + this.classicLabel15.Size = new System.Drawing.Size(570, 14); + this.classicLabel15.TabIndex = 13; + this.classicLabel15.Text = "Previous Highlights"; + // + // panel12 + // + this.panel12.Dock = System.Windows.Forms.DockStyle.Top; + this.panel12.Location = new System.Drawing.Point(0, 349); + this.panel12.Name = "panel12"; + this.panel12.Size = new System.Drawing.Size(570, 15); + this.panel12.TabIndex = 12; + // + // classicLabel9 + // + this.classicLabel9.Dock = System.Windows.Forms.DockStyle.Top; + this.classicLabel9.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.classicLabel9.Location = new System.Drawing.Point(0, 308); + this.classicLabel9.Name = "classicLabel9"; + this.classicLabel9.Size = new System.Drawing.Size(570, 41); + this.classicLabel9.TabIndex = 11; + this.classicLabel9.Text = resources.GetString("classicLabel9.Text"); + // + // classicLabel8 + // + this.classicLabel8.Dock = System.Windows.Forms.DockStyle.Top; + this.classicLabel8.Font = new System.Drawing.Font("Verdana", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.classicLabel8.ForeColor = System.Drawing.Color.Navy; + this.classicLabel8.Location = new System.Drawing.Point(0, 294); + this.classicLabel8.Name = "classicLabel8"; + this.classicLabel8.Size = new System.Drawing.Size(570, 14); + this.classicLabel8.TabIndex = 10; + this.classicLabel8.Text = "Internet Explorer 5 Beta Available for Download!"; + // + // panel10 + // + this.panel10.Dock = System.Windows.Forms.DockStyle.Top; + this.panel10.Location = new System.Drawing.Point(0, 279); + this.panel10.Name = "panel10"; + this.panel10.Size = new System.Drawing.Size(570, 15); + this.panel10.TabIndex = 9; + // + // classicLabel7 + // + this.classicLabel7.Dock = System.Windows.Forms.DockStyle.Top; + this.classicLabel7.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.classicLabel7.Location = new System.Drawing.Point(0, 238); + this.classicLabel7.Name = "classicLabel7"; + this.classicLabel7.Size = new System.Drawing.Size(570, 41); + this.classicLabel7.TabIndex = 8; + this.classicLabel7.Text = resources.GetString("classicLabel7.Text"); + // + // classicLabel6 + // + this.classicLabel6.Dock = System.Windows.Forms.DockStyle.Top; + this.classicLabel6.Font = new System.Drawing.Font("Verdana", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.classicLabel6.ForeColor = System.Drawing.Color.Navy; + this.classicLabel6.Location = new System.Drawing.Point(0, 224); + this.classicLabel6.Name = "classicLabel6"; + this.classicLabel6.Size = new System.Drawing.Size(570, 14); + this.classicLabel6.TabIndex = 7; + this.classicLabel6.Text = "New Java Virtual Machine Available for Microsoft Internet Explorer"; + // + // panel9 + // + this.panel9.Dock = System.Windows.Forms.DockStyle.Top; + this.panel9.Location = new System.Drawing.Point(0, 209); + this.panel9.Name = "panel9"; + this.panel9.Size = new System.Drawing.Size(570, 15); + this.panel9.TabIndex = 6; + // + // panel8 + // + this.panel8.AutoSize = true; + this.panel8.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.panel8.Controls.Add(this.classicLabel5); + this.panel8.Controls.Add(this.classicLabel4); + this.panel8.Controls.Add(this.pictureBox6); + this.panel8.Dock = System.Windows.Forms.DockStyle.Top; + this.panel8.Location = new System.Drawing.Point(0, 88); + this.panel8.MinimumSize = new System.Drawing.Size(0, 121); + this.panel8.Name = "panel8"; + this.panel8.Padding = new System.Windows.Forms.Padding(0, 15, 0, 0); + this.panel8.Size = new System.Drawing.Size(570, 121); + this.panel8.TabIndex = 5; + // + // classicLabel5 + // + this.classicLabel5.Dock = System.Windows.Forms.DockStyle.Top; + this.classicLabel5.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.classicLabel5.Location = new System.Drawing.Point(120, 29); + this.classicLabel5.Name = "classicLabel5"; + this.classicLabel5.Size = new System.Drawing.Size(450, 68); + this.classicLabel5.TabIndex = 5; + this.classicLabel5.Text = resources.GetString("classicLabel5.Text"); + // + // classicLabel4 + // + this.classicLabel4.Dock = System.Windows.Forms.DockStyle.Top; + this.classicLabel4.Font = new System.Drawing.Font("Verdana", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.classicLabel4.ForeColor = System.Drawing.Color.Navy; + this.classicLabel4.Location = new System.Drawing.Point(120, 15); + this.classicLabel4.Name = "classicLabel4"; + this.classicLabel4.Size = new System.Drawing.Size(450, 14); + this.classicLabel4.TabIndex = 3; + this.classicLabel4.Text = "Customers Report High Satisfaction with Internet Explorer 5 Beta"; + // + // pictureBox6 + // + this.pictureBox6.Dock = System.Windows.Forms.DockStyle.Left; + this.pictureBox6.Image = global::Histacom2.Properties.Resources.IE4Home_AboutIE5; + this.pictureBox6.Location = new System.Drawing.Point(0, 15); + this.pictureBox6.Name = "pictureBox6"; + this.pictureBox6.Size = new System.Drawing.Size(120, 106); + this.pictureBox6.TabIndex = 4; + this.pictureBox6.TabStop = false; + // + // classicLabel3 + // + this.classicLabel3.Dock = System.Windows.Forms.DockStyle.Top; + this.classicLabel3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.classicLabel3.Location = new System.Drawing.Point(0, 34); + this.classicLabel3.Name = "classicLabel3"; + this.classicLabel3.Size = new System.Drawing.Size(570, 54); + this.classicLabel3.TabIndex = 2; + this.classicLabel3.Text = resources.GetString("classicLabel3.Text"); + // + // classicLabel2 + // + this.classicLabel2.Dock = System.Windows.Forms.DockStyle.Top; + this.classicLabel2.Font = new System.Drawing.Font("Verdana", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.classicLabel2.ForeColor = System.Drawing.Color.Navy; + this.classicLabel2.Location = new System.Drawing.Point(0, 20); + this.classicLabel2.Name = "classicLabel2"; + this.classicLabel2.Size = new System.Drawing.Size(570, 14); + this.classicLabel2.TabIndex = 1; + this.classicLabel2.Text = "Internet Explorer 5 Beta Released for HP-UX"; + // + // classicLabel1 + // + this.classicLabel1.Dock = System.Windows.Forms.DockStyle.Top; + this.classicLabel1.Font = new System.Drawing.Font("Verdana", 11.25F, System.Drawing.FontStyle.Bold); + this.classicLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(156)))), ((int)(((byte)(255))))); + this.classicLabel1.Location = new System.Drawing.Point(0, 0); + this.classicLabel1.Name = "classicLabel1"; + this.classicLabel1.Size = new System.Drawing.Size(570, 20); + this.classicLabel1.TabIndex = 0; + this.classicLabel1.Text = "Highlights"; + // + // panel7 + // + this.panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(156)))), ((int)(((byte)(255))))); + this.panel7.Dock = System.Windows.Forms.DockStyle.Top; + this.panel7.Location = new System.Drawing.Point(0, 89); + this.panel7.Name = "panel7"; + this.panel7.Size = new System.Drawing.Size(959, 1); + this.panel7.TabIndex = 0; + // + // classicLabel25 + // + this.classicLabel25.Dock = System.Windows.Forms.DockStyle.Bottom; + this.classicLabel25.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.classicLabel25.Location = new System.Drawing.Point(0, 438); + this.classicLabel25.Name = "classicLabel25"; + this.classicLabel25.Size = new System.Drawing.Size(570, 14); + this.classicLabel25.TabIndex = 14; + this.classicLabel25.Text = "Last updated: Tuesday, November 03, 1998"; + // + // IE4HomePage + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScroll = true; + this.BackColor = System.Drawing.Color.White; + this.Controls.Add(this.panel6); + this.Controls.Add(this.panel5); + this.Controls.Add(this.panel4); + this.Controls.Add(this.panel7); + this.Controls.Add(this.panel3); + this.Controls.Add(this.panel2); + this.Controls.Add(this.panel1); + this.Name = "IE4HomePage"; + this.Size = new System.Drawing.Size(959, 542); + this.SizeChanged += new System.EventHandler(this.IE4HomePage_SizeChanged); + this.panel1.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); + this.panel2.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); + this.panel3.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); + this.panel4.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit(); + this.panel5.ResumeLayout(false); + this.panel15.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).EndInit(); + this.panel11.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit(); + this.panel6.ResumeLayout(false); + this.panel6.PerformLayout(); + this.panel8.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit(); + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.Panel panel1; + private System.Windows.Forms.PictureBox pictureBox1; + private System.Windows.Forms.PictureBox pictureBox2; + private System.Windows.Forms.Panel panel2; + private System.Windows.Forms.PictureBox pictureBox3; + private System.Windows.Forms.Panel panel3; + private System.Windows.Forms.PictureBox pictureBox4; + private System.Windows.Forms.PictureBox pictureBox5; + private System.Windows.Forms.Panel panel4; + private System.Windows.Forms.Panel panel5; + private System.Windows.Forms.Panel panel6; + private Engine.UI.ClassicLabel classicLabel1; + private System.Windows.Forms.Panel panel7; + private Engine.UI.ClassicLabel classicLabel2; + private Engine.UI.ClassicLabel classicLabel3; + private Engine.UI.ClassicLabel classicLabel4; + private System.Windows.Forms.Panel panel8; + private System.Windows.Forms.PictureBox pictureBox6; + private Engine.UI.ClassicLabel classicLabel5; + private System.Windows.Forms.Panel panel9; + private Engine.UI.ClassicLabel classicLabel7; + private Engine.UI.ClassicLabel classicLabel6; + private Engine.UI.ClassicLabel classicLabel8; + private System.Windows.Forms.Panel panel10; + private Engine.UI.ClassicLabel classicLabel9; + private Engine.UI.ClassicLabel classicLabel10; + private System.Windows.Forms.Panel panel11; + private System.Windows.Forms.PictureBox pictureBox7; + private Engine.UI.ClassicLabel classicLabel11; + private Engine.UI.ClassicLabel classicLabel12; + private System.Windows.Forms.PictureBox pictureBox8; + private Engine.UI.ClassicLabel classicLabel13; + private Engine.UI.ClassicLabel classicLabel14; + private System.Windows.Forms.PictureBox pictureBox9; + private Engine.UI.ClassicLabel classicLabel15; + private System.Windows.Forms.Panel panel12; + private System.Windows.Forms.PictureBox pictureBox11; + private Engine.UI.ClassicLabel classicLabel16; + private System.Windows.Forms.PictureBox pictureBox10; + private Engine.UI.ClassicLabel classicLabel22; + private Engine.UI.ClassicLabel classicLabel21; + private System.Windows.Forms.Panel panel13; + private Engine.UI.ClassicLabel classicLabel20; + private System.Windows.Forms.PictureBox pictureBox14; + private Engine.UI.ClassicLabel classicLabel19; + private System.Windows.Forms.PictureBox pictureBox13; + private Engine.UI.ClassicLabel classicLabel18; + private System.Windows.Forms.PictureBox pictureBox12; + private Engine.UI.ClassicLabel classicLabel17; + private Engine.UI.ClassicLabel classicLabel23; + private System.Windows.Forms.Panel panel14; + private System.Windows.Forms.Panel panel15; + private Engine.UI.ClassicLabel classicLabel24; + private System.Windows.Forms.PictureBox pictureBox15; + private Engine.UI.ClassicLabel classicLabel25; + } +} diff --git a/Histacom2/OS/Win98/Win98Apps/IE4Sites/IE4HomePage.cs b/Histacom2/OS/Win98/Win98Apps/IE4Sites/IE4HomePage.cs new file mode 100644 index 0000000..07402d1 --- /dev/null +++ b/Histacom2/OS/Win98/Win98Apps/IE4Sites/IE4HomePage.cs @@ -0,0 +1,34 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Drawing; +using System.Data; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace Histacom2.OS.Win98.Win98Apps.IE4Sites +{ + public partial class IE4HomePage : UserControl + { + public IE4HomePage() + { + InitializeComponent(); + } + + private void IE4HomePage_SizeChanged(object sender, EventArgs e) + { + classicLabel1.Invalidate(); + classicLabel2.Invalidate(); + classicLabel3.Invalidate(); + classicLabel4.Invalidate(); + classicLabel5.Invalidate(); + classicLabel6.Invalidate(); + classicLabel7.Invalidate(); + classicLabel8.Invalidate(); + classicLabel9.Invalidate(); + classicLabel25.Invalidate(); + } + } +} diff --git a/Histacom2/OS/Win98/Win98Apps/IE4Sites/IE4HomePage.resx b/Histacom2/OS/Win98/Win98Apps/IE4Sites/IE4HomePage.resx new file mode 100644 index 0000000..9979868 --- /dev/null +++ b/Histacom2/OS/Win98/Win98Apps/IE4Sites/IE4HomePage.resx @@ -0,0 +1,132 @@ +<?xml version="1.0" encoding="utf-8"?> +<root> + <!-- + Microsoft ResX Schema + + Version 2.0 + + The primary goals of this format is to allow a simple XML format + that is mostly human readable. The generation and parsing of the + various data types are done through the TypeConverter classes + associated with the data types. + + Example: + + ... ado.net/XML headers & schema ... + <resheader name="resmimetype">text/microsoft-resx</resheader> + <resheader name="version">2.0</resheader> + <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> + <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> + <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> + <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> + <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> + <value>[base64 mime encoded serialized .NET Framework object]</value> + </data> + <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> + <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> + <comment>This is a comment</comment> + </data> + + There are any number of "resheader" rows that contain simple + name/value pairs. + + Each data row contains a name, and value. The row also contains a + type or mimetype. Type corresponds to a .NET class that support + text/value conversion through the TypeConverter architecture. + Classes that don't support this are serialized and stored with the + mimetype set. + + The mimetype is used for serialized objects, and tells the + ResXResourceReader how to depersist the object. This is currently not + extensible. For a given mimetype the value must be set accordingly: + + Note - application/x-microsoft.net.object.binary.base64 is the format + that the ResXResourceWriter will generate, however the reader can + read any of the formats listed below. + + mimetype: application/x-microsoft.net.object.binary.base64 + value : The object must be serialized with + : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter + : and then encoded with base64 encoding. + + mimetype: application/x-microsoft.net.object.soap.base64 + value : The object must be serialized with + : System.Runtime.Serialization.Formatters.Soap.SoapFormatter + : and then encoded with base64 encoding. + + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> + <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> + <xsd:element name="root" msdata:IsDataSet="true"> + <xsd:complexType> + <xsd:choice maxOccurs="unbounded"> + <xsd:element name="metadata"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" /> + </xsd:sequence> + <xsd:attribute name="name" use="required" type="xsd:string" /> + <xsd:attribute name="type" type="xsd:string" /> + <xsd:attribute name="mimetype" type="xsd:string" /> + <xsd:attribute ref="xml:space" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="assembly"> + <xsd:complexType> + <xsd:attribute name="alias" type="xsd:string" /> + <xsd:attribute name="name" type="xsd:string" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="data"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> + <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> + </xsd:sequence> + <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> + <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> + <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> + <xsd:attribute ref="xml:space" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="resheader"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> + </xsd:sequence> + <xsd:attribute name="name" type="xsd:string" use="required" /> + </xsd:complexType> + </xsd:element> + </xsd:choice> + </xsd:complexType> + </xsd:element> + </xsd:schema> + <resheader name="resmimetype"> + <value>text/microsoft-resx</value> + </resheader> + <resheader name="version"> + <value>2.0</value> + </resheader> + <resheader name="reader"> + <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </resheader> + <resheader name="writer"> + <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </resheader> + <data name="classicLabel9.Text" xml:space="preserve"> + <value>The newest Internet Explorer beta is designed to be simpler, more automated, and more flexible than any other browser. If you're an advanced user or corporate developer, or if you're curious about the next-generation browser, click the about link above!</value> + </data> + <data name="classicLabel7.Text" xml:space="preserve"> + <value>Users of Microsoft Internet Explorer and developers now have the option to download an updated version of Microsoft's Java virtual machine, which also includes the Java Native Interface (JNI) technology for creating platform-specific applications in Java. </value> + </data> + <data name="classicLabel5.Text" xml:space="preserve"> + <value>Over 93 percent of those responding to an online survey report that they are satisfied with Internet Explorer 5 Beta. Released for public testing one month ago, demand for the Internet Explorer 5 beta release has been more than double that for the Internet Explorer 4 public beta release over the same period, with approximately 600,000 downloads. </value> + </data> + <data name="classicLabel3.Text" xml:space="preserve"> + <value>Internet Explorer 5 and Outlook Express Beta are now available for HP-UX computers. Joining the UNIX family of browsers, along with Internet Explorer 5 for Solaris computers released in November, the latest release is designed to make browsing the Web, and intranet, or an internal network easier than ever.</value> + </data> +</root>
\ No newline at end of file diff --git a/Histacom2/OS/Win98/Win98Apps/WinClassicIE4.Designer.cs b/Histacom2/OS/Win98/Win98Apps/WinClassicIE4.Designer.cs index 764d7a8..451ec0c 100644 --- a/Histacom2/OS/Win98/Win98Apps/WinClassicIE4.Designer.cs +++ b/Histacom2/OS/Win98/Win98Apps/WinClassicIE4.Designer.cs @@ -241,7 +241,7 @@ // // _addressbar // - this._addressbar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + 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, 2); @@ -529,7 +529,7 @@ this.ToolStripMenuItem20, this.ToolStripMenuItem21}); this.ToolStripMenuItem1.Name = "ToolStripMenuItem1"; - this.ToolStripMenuItem1.Size = new System.Drawing.Size(40, 20); + this.ToolStripMenuItem1.Size = new System.Drawing.Size(37, 20); this.ToolStripMenuItem1.Text = "File"; // // ToolStripMenuItem2 @@ -542,84 +542,84 @@ this.ToolStripMenuItem6, this.ToolStripMenuItem7}); this.ToolStripMenuItem2.Name = "ToolStripMenuItem2"; - this.ToolStripMenuItem2.Size = new System.Drawing.Size(239, 22); + this.ToolStripMenuItem2.Size = new System.Drawing.Size(221, 22); this.ToolStripMenuItem2.Text = "New"; // // ToolStripMenuItem3 // this.ToolStripMenuItem3.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem3.Name = "ToolStripMenuItem3"; - this.ToolStripMenuItem3.Size = new System.Drawing.Size(181, 22); + this.ToolStripMenuItem3.Size = new System.Drawing.Size(175, 22); this.ToolStripMenuItem3.Text = "Window Ctrl+N"; // // ToolStripMenuItem4 // this.ToolStripMenuItem4.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem4.Name = "ToolStripMenuItem4"; - this.ToolStripMenuItem4.Size = new System.Drawing.Size(181, 22); + this.ToolStripMenuItem4.Size = new System.Drawing.Size(175, 22); this.ToolStripMenuItem4.Text = "Message"; // // ToolStripMenuItem5 // this.ToolStripMenuItem5.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem5.Name = "ToolStripMenuItem5"; - this.ToolStripMenuItem5.Size = new System.Drawing.Size(181, 22); + this.ToolStripMenuItem5.Size = new System.Drawing.Size(175, 22); this.ToolStripMenuItem5.Text = "Post"; // // ToolStripMenuItem6 // this.ToolStripMenuItem6.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem6.Name = "ToolStripMenuItem6"; - this.ToolStripMenuItem6.Size = new System.Drawing.Size(181, 22); + this.ToolStripMenuItem6.Size = new System.Drawing.Size(175, 22); this.ToolStripMenuItem6.Text = "Contact"; // // ToolStripMenuItem7 // this.ToolStripMenuItem7.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem7.Name = "ToolStripMenuItem7"; - this.ToolStripMenuItem7.Size = new System.Drawing.Size(181, 22); + this.ToolStripMenuItem7.Size = new System.Drawing.Size(175, 22); this.ToolStripMenuItem7.Text = "Internet Call"; // // ToolStripMenuItem8 // this.ToolStripMenuItem8.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem8.Name = "ToolStripMenuItem8"; - this.ToolStripMenuItem8.Size = new System.Drawing.Size(239, 22); + this.ToolStripMenuItem8.Size = new System.Drawing.Size(221, 22); this.ToolStripMenuItem8.Text = "Open... Ctrl+O"; // // ToolStripMenuItem9 // this.ToolStripMenuItem9.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem9.Name = "ToolStripMenuItem9"; - this.ToolStripMenuItem9.Size = new System.Drawing.Size(239, 22); + this.ToolStripMenuItem9.Size = new System.Drawing.Size(221, 22); this.ToolStripMenuItem9.Text = "Edit with Windows Notepad"; // // ToolStripMenuItem10 // this.ToolStripMenuItem10.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem10.Name = "ToolStripMenuItem10"; - this.ToolStripMenuItem10.Size = new System.Drawing.Size(239, 22); + this.ToolStripMenuItem10.Size = new System.Drawing.Size(221, 22); this.ToolStripMenuItem10.Text = "Save Ctrl+S"; // // ToolStripMenuItem11 // this.ToolStripMenuItem11.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem11.Name = "ToolStripMenuItem11"; - this.ToolStripMenuItem11.Size = new System.Drawing.Size(239, 22); + this.ToolStripMenuItem11.Size = new System.Drawing.Size(221, 22); this.ToolStripMenuItem11.Text = "Save As..."; // // ToolStripMenuItem12 // this.ToolStripMenuItem12.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem12.Name = "ToolStripMenuItem12"; - this.ToolStripMenuItem12.Size = new System.Drawing.Size(239, 22); + this.ToolStripMenuItem12.Size = new System.Drawing.Size(221, 22); this.ToolStripMenuItem12.Text = "Print Setup..."; // // ToolStripMenuItem13 // this.ToolStripMenuItem13.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem13.Name = "ToolStripMenuItem13"; - this.ToolStripMenuItem13.Size = new System.Drawing.Size(239, 22); + this.ToolStripMenuItem13.Size = new System.Drawing.Size(221, 22); this.ToolStripMenuItem13.Text = "Print..."; // // ToolStripMenuItem14 @@ -630,56 +630,56 @@ this.ToolStripMenuItem16, this.ToolStripMenuItem17}); this.ToolStripMenuItem14.Name = "ToolStripMenuItem14"; - this.ToolStripMenuItem14.Size = new System.Drawing.Size(239, 22); + this.ToolStripMenuItem14.Size = new System.Drawing.Size(221, 22); this.ToolStripMenuItem14.Text = "Send"; // // ToolStripMenuItem15 // this.ToolStripMenuItem15.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem15.Name = "ToolStripMenuItem15"; - this.ToolStripMenuItem15.Size = new System.Drawing.Size(198, 22); + this.ToolStripMenuItem15.Size = new System.Drawing.Size(179, 22); this.ToolStripMenuItem15.Text = "Page by E-mail..."; // // ToolStripMenuItem16 // this.ToolStripMenuItem16.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem16.Name = "ToolStripMenuItem16"; - this.ToolStripMenuItem16.Size = new System.Drawing.Size(198, 22); + this.ToolStripMenuItem16.Size = new System.Drawing.Size(179, 22); this.ToolStripMenuItem16.Text = "Link by E-mail..."; // // ToolStripMenuItem17 // this.ToolStripMenuItem17.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem17.Name = "ToolStripMenuItem17"; - this.ToolStripMenuItem17.Size = new System.Drawing.Size(198, 22); + this.ToolStripMenuItem17.Size = new System.Drawing.Size(179, 22); this.ToolStripMenuItem17.Text = "Shortcut to Desktop"; // // ToolStripMenuItem18 // this.ToolStripMenuItem18.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem18.Name = "ToolStripMenuItem18"; - this.ToolStripMenuItem18.Size = new System.Drawing.Size(239, 22); + this.ToolStripMenuItem18.Size = new System.Drawing.Size(221, 22); this.ToolStripMenuItem18.Text = "Import and Export..."; // // ToolStripMenuItem19 // this.ToolStripMenuItem19.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem19.Name = "ToolStripMenuItem19"; - this.ToolStripMenuItem19.Size = new System.Drawing.Size(239, 22); + this.ToolStripMenuItem19.Size = new System.Drawing.Size(221, 22); this.ToolStripMenuItem19.Text = "Properties"; // // ToolStripMenuItem20 // this.ToolStripMenuItem20.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem20.Name = "ToolStripMenuItem20"; - this.ToolStripMenuItem20.Size = new System.Drawing.Size(239, 22); + this.ToolStripMenuItem20.Size = new System.Drawing.Size(221, 22); this.ToolStripMenuItem20.Text = "Work Offline"; // // ToolStripMenuItem21 // this.ToolStripMenuItem21.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem21.Name = "ToolStripMenuItem21"; - this.ToolStripMenuItem21.Size = new System.Drawing.Size(239, 22); + this.ToolStripMenuItem21.Size = new System.Drawing.Size(221, 22); this.ToolStripMenuItem21.Text = "Close"; // // ToolStripMenuItem22 @@ -691,42 +691,42 @@ this.ToolStripMenuItem26, this.ToolStripMenuItem27}); this.ToolStripMenuItem22.Name = "ToolStripMenuItem22"; - this.ToolStripMenuItem22.Size = new System.Drawing.Size(43, 20); + this.ToolStripMenuItem22.Size = new System.Drawing.Size(39, 20); this.ToolStripMenuItem22.Text = "Edit"; // // ToolStripMenuItem23 // this.ToolStripMenuItem23.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem23.Name = "ToolStripMenuItem23"; - this.ToolStripMenuItem23.Size = new System.Drawing.Size(237, 22); + this.ToolStripMenuItem23.Size = new System.Drawing.Size(221, 22); this.ToolStripMenuItem23.Text = "Cut Ctrl+X"; // // ToolStripMenuItem24 // this.ToolStripMenuItem24.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem24.Name = "ToolStripMenuItem24"; - this.ToolStripMenuItem24.Size = new System.Drawing.Size(237, 22); + this.ToolStripMenuItem24.Size = new System.Drawing.Size(221, 22); this.ToolStripMenuItem24.Text = "Copy Ctrl+C"; // // ToolStripMenuItem25 // this.ToolStripMenuItem25.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem25.Name = "ToolStripMenuItem25"; - this.ToolStripMenuItem25.Size = new System.Drawing.Size(237, 22); + this.ToolStripMenuItem25.Size = new System.Drawing.Size(221, 22); this.ToolStripMenuItem25.Text = "Paste Ctrl+V"; // // ToolStripMenuItem26 // this.ToolStripMenuItem26.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem26.Name = "ToolStripMenuItem26"; - this.ToolStripMenuItem26.Size = new System.Drawing.Size(237, 22); + this.ToolStripMenuItem26.Size = new System.Drawing.Size(221, 22); this.ToolStripMenuItem26.Text = "Select All Ctrl+A"; // // ToolStripMenuItem27 // this.ToolStripMenuItem27.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem27.Name = "ToolStripMenuItem27"; - this.ToolStripMenuItem27.Size = new System.Drawing.Size(237, 22); + this.ToolStripMenuItem27.Size = new System.Drawing.Size(221, 22); this.ToolStripMenuItem27.Text = "Find (on This Page)... Ctrl+F"; // // ToolStripMenuItem28 @@ -743,7 +743,7 @@ this.ToolStripMenuItem71, this.ToolStripMenuItem72}); this.ToolStripMenuItem28.Name = "ToolStripMenuItem28"; - this.ToolStripMenuItem28.Size = new System.Drawing.Size(47, 20); + this.ToolStripMenuItem28.Size = new System.Drawing.Size(44, 20); this.ToolStripMenuItem28.Text = "View"; // // ToolStripMenuItem29 @@ -756,49 +756,49 @@ this.ToolStripMenuItem33, this.ToolStripMenuItem34}); this.ToolStripMenuItem29.Name = "ToolStripMenuItem29"; - this.ToolStripMenuItem29.Size = new System.Drawing.Size(180, 22); + this.ToolStripMenuItem29.Size = new System.Drawing.Size(166, 22); this.ToolStripMenuItem29.Text = "Toolbars"; // // ToolStripMenuItem30 // this.ToolStripMenuItem30.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem30.Name = "ToolStripMenuItem30"; - this.ToolStripMenuItem30.Size = new System.Drawing.Size(183, 22); + this.ToolStripMenuItem30.Size = new System.Drawing.Size(165, 22); this.ToolStripMenuItem30.Text = "Standard Buttons"; // // ToolStripMenuItem31 // this.ToolStripMenuItem31.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem31.Name = "ToolStripMenuItem31"; - this.ToolStripMenuItem31.Size = new System.Drawing.Size(183, 22); + this.ToolStripMenuItem31.Size = new System.Drawing.Size(165, 22); this.ToolStripMenuItem31.Text = "Address Bar"; // // ToolStripMenuItem32 // this.ToolStripMenuItem32.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem32.Name = "ToolStripMenuItem32"; - this.ToolStripMenuItem32.Size = new System.Drawing.Size(183, 22); + this.ToolStripMenuItem32.Size = new System.Drawing.Size(165, 22); this.ToolStripMenuItem32.Text = "Links"; // // ToolStripMenuItem33 // this.ToolStripMenuItem33.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem33.Name = "ToolStripMenuItem33"; - this.ToolStripMenuItem33.Size = new System.Drawing.Size(183, 22); + this.ToolStripMenuItem33.Size = new System.Drawing.Size(165, 22); this.ToolStripMenuItem33.Text = "Radio"; // // ToolStripMenuItem34 // this.ToolStripMenuItem34.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem34.Name = "ToolStripMenuItem34"; - this.ToolStripMenuItem34.Size = new System.Drawing.Size(183, 22); + this.ToolStripMenuItem34.Size = new System.Drawing.Size(165, 22); this.ToolStripMenuItem34.Text = "Customize..."; // // ToolStripMenuItem35 // this.ToolStripMenuItem35.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem35.Name = "ToolStripMenuItem35"; - this.ToolStripMenuItem35.Size = new System.Drawing.Size(180, 22); + this.ToolStripMenuItem35.Size = new System.Drawing.Size(166, 22); this.ToolStripMenuItem35.Text = "Status Bar"; // // ToolStripMenuItem36 @@ -810,35 +810,35 @@ this.ToolStripMenuItem39, this.ToolStripMenuItem40}); this.ToolStripMenuItem36.Name = "ToolStripMenuItem36"; - this.ToolStripMenuItem36.Size = new System.Drawing.Size(180, 22); + this.ToolStripMenuItem36.Size = new System.Drawing.Size(166, 22); this.ToolStripMenuItem36.Text = "Explorer Bar"; // // ToolStripMenuItem37 // this.ToolStripMenuItem37.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem37.Name = "ToolStripMenuItem37"; - this.ToolStripMenuItem37.Size = new System.Drawing.Size(193, 22); + this.ToolStripMenuItem37.Size = new System.Drawing.Size(184, 22); this.ToolStripMenuItem37.Text = "Search Ctrl+E"; // // ToolStripMenuItem38 // this.ToolStripMenuItem38.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem38.Name = "ToolStripMenuItem38"; - this.ToolStripMenuItem38.Size = new System.Drawing.Size(193, 22); + this.ToolStripMenuItem38.Size = new System.Drawing.Size(184, 22); this.ToolStripMenuItem38.Text = "Favorites Ctrl+I"; // // ToolStripMenuItem39 // this.ToolStripMenuItem39.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem39.Name = "ToolStripMenuItem39"; - this.ToolStripMenuItem39.Size = new System.Drawing.Size(193, 22); + this.ToolStripMenuItem39.Size = new System.Drawing.Size(184, 22); this.ToolStripMenuItem39.Text = "History Ctrl+H"; // // ToolStripMenuItem40 // this.ToolStripMenuItem40.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem40.Name = "ToolStripMenuItem40"; - this.ToolStripMenuItem40.Size = new System.Drawing.Size(193, 22); + this.ToolStripMenuItem40.Size = new System.Drawing.Size(184, 22); this.ToolStripMenuItem40.Text = "Tip of the Day"; // // ToolStripMenuItem41 @@ -847,28 +847,28 @@ this.ToolStripMenuItem41.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ToolStripMenuItem42}); this.ToolStripMenuItem41.Name = "ToolStripMenuItem41"; - this.ToolStripMenuItem41.Size = new System.Drawing.Size(180, 22); + this.ToolStripMenuItem41.Size = new System.Drawing.Size(166, 22); this.ToolStripMenuItem41.Text = "Go To"; // // ToolStripMenuItem42 // this.ToolStripMenuItem42.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem42.Name = "ToolStripMenuItem42"; - this.ToolStripMenuItem42.Size = new System.Drawing.Size(143, 22); + this.ToolStripMenuItem42.Size = new System.Drawing.Size(136, 22); this.ToolStripMenuItem42.Text = "Home Page"; // // ToolStripMenuItem43 // this.ToolStripMenuItem43.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem43.Name = "ToolStripMenuItem43"; - this.ToolStripMenuItem43.Size = new System.Drawing.Size(180, 22); + this.ToolStripMenuItem43.Size = new System.Drawing.Size(166, 22); this.ToolStripMenuItem43.Text = "Stop Esc"; // // ToolStripMenuItem44 // this.ToolStripMenuItem44.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem44.Name = "ToolStripMenuItem44"; - this.ToolStripMenuItem44.Size = new System.Drawing.Size(180, 22); + this.ToolStripMenuItem44.Size = new System.Drawing.Size(166, 22); this.ToolStripMenuItem44.Text = "Refresh F5"; // // ToolStripMenuItem45 @@ -881,42 +881,42 @@ this.ToolStripMenuItem49, this.ToolStripMenuItem50}); this.ToolStripMenuItem45.Name = "ToolStripMenuItem45"; - this.ToolStripMenuItem45.Size = new System.Drawing.Size(180, 22); + this.ToolStripMenuItem45.Size = new System.Drawing.Size(166, 22); this.ToolStripMenuItem45.Text = "Text Size"; // // ToolStripMenuItem46 // this.ToolStripMenuItem46.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem46.Name = "ToolStripMenuItem46"; - this.ToolStripMenuItem46.Size = new System.Drawing.Size(126, 22); + this.ToolStripMenuItem46.Size = new System.Drawing.Size(119, 22); this.ToolStripMenuItem46.Text = "Largest"; // // ToolStripMenuItem47 // this.ToolStripMenuItem47.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem47.Name = "ToolStripMenuItem47"; - this.ToolStripMenuItem47.Size = new System.Drawing.Size(126, 22); + this.ToolStripMenuItem47.Size = new System.Drawing.Size(119, 22); this.ToolStripMenuItem47.Text = "Larger"; // // ToolStripMenuItem48 // this.ToolStripMenuItem48.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem48.Name = "ToolStripMenuItem48"; - this.ToolStripMenuItem48.Size = new System.Drawing.Size(126, 22); + this.ToolStripMenuItem48.Size = new System.Drawing.Size(119, 22); this.ToolStripMenuItem48.Text = "Medium"; // // ToolStripMenuItem49 // this.ToolStripMenuItem49.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem49.Name = "ToolStripMenuItem49"; - this.ToolStripMenuItem49.Size = new System.Drawing.Size(126, 22); + this.ToolStripMenuItem49.Size = new System.Drawing.Size(119, 22); this.ToolStripMenuItem49.Text = "Smaller"; // // ToolStripMenuItem50 // this.ToolStripMenuItem50.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem50.Name = "ToolStripMenuItem50"; - this.ToolStripMenuItem50.Size = new System.Drawing.Size(126, 22); + this.ToolStripMenuItem50.Size = new System.Drawing.Size(119, 22); this.ToolStripMenuItem50.Text = "Smallest"; // // ToolStripMenuItem51 @@ -927,21 +927,21 @@ this.ToolStripMenuItem53, this.ToolStripMenuItem54}); this.ToolStripMenuItem51.Name = "ToolStripMenuItem51"; - this.ToolStripMenuItem51.Size = new System.Drawing.Size(180, 22); + this.ToolStripMenuItem51.Size = new System.Drawing.Size(166, 22); this.ToolStripMenuItem51.Text = "Encoding"; // // ToolStripMenuItem52 // this.ToolStripMenuItem52.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem52.Name = "ToolStripMenuItem52"; - this.ToolStripMenuItem52.Size = new System.Drawing.Size(249, 22); + this.ToolStripMenuItem52.Size = new System.Drawing.Size(230, 22); this.ToolStripMenuItem52.Text = "Auto-Select"; // // ToolStripMenuItem53 // this.ToolStripMenuItem53.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem53.Name = "ToolStripMenuItem53"; - this.ToolStripMenuItem53.Size = new System.Drawing.Size(249, 22); + this.ToolStripMenuItem53.Size = new System.Drawing.Size(230, 22); this.ToolStripMenuItem53.Text = "Western European (Windows)"; // // ToolStripMenuItem54 @@ -965,133 +965,133 @@ this.ToolStripMenuItem69, this.ToolStripMenuItem70}); this.ToolStripMenuItem54.Name = "ToolStripMenuItem54"; - this.ToolStripMenuItem54.Size = new System.Drawing.Size(249, 22); + this.ToolStripMenuItem54.Size = new System.Drawing.Size(230, 22); this.ToolStripMenuItem54.Text = "More"; // // ToolStripMenuItem55 // this.ToolStripMenuItem55.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem55.Name = "ToolStripMenuItem55"; - this.ToolStripMenuItem55.Size = new System.Drawing.Size(216, 22); + this.ToolStripMenuItem55.Size = new System.Drawing.Size(199, 22); this.ToolStripMenuItem55.Text = "Arabic"; // // ToolStripMenuItem56 // this.ToolStripMenuItem56.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem56.Name = "ToolStripMenuItem56"; - this.ToolStripMenuItem56.Size = new System.Drawing.Size(216, 22); + this.ToolStripMenuItem56.Size = new System.Drawing.Size(199, 22); this.ToolStripMenuItem56.Text = "Baltic"; // // ToolStripMenuItem57 // this.ToolStripMenuItem57.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem57.Name = "ToolStripMenuItem57"; - this.ToolStripMenuItem57.Size = new System.Drawing.Size(216, 22); + this.ToolStripMenuItem57.Size = new System.Drawing.Size(199, 22); this.ToolStripMenuItem57.Text = "Central European"; // // ToolStripMenuItem58 // this.ToolStripMenuItem58.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem58.Name = "ToolStripMenuItem58"; - this.ToolStripMenuItem58.Size = new System.Drawing.Size(216, 22); + this.ToolStripMenuItem58.Size = new System.Drawing.Size(199, 22); this.ToolStripMenuItem58.Text = "Chinese Simplified"; // // ToolStripMenuItem59 // this.ToolStripMenuItem59.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem59.Name = "ToolStripMenuItem59"; - this.ToolStripMenuItem59.Size = new System.Drawing.Size(216, 22); + this.ToolStripMenuItem59.Size = new System.Drawing.Size(199, 22); this.ToolStripMenuItem59.Text = "Chinese Traditional"; // // ToolStripMenuItem60 // this.ToolStripMenuItem60.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem60.Name = "ToolStripMenuItem60"; - this.ToolStripMenuItem60.Size = new System.Drawing.Size(216, 22); + this.ToolStripMenuItem60.Size = new System.Drawing.Size(199, 22); this.ToolStripMenuItem60.Text = "Cyrillic"; // // ToolStripMenuItem61 // this.ToolStripMenuItem61.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem61.Name = "ToolStripMenuItem61"; - this.ToolStripMenuItem61.Size = new System.Drawing.Size(216, 22); + this.ToolStripMenuItem61.Size = new System.Drawing.Size(199, 22); this.ToolStripMenuItem61.Text = "Greek"; // // ToolStripMenuItem62 // this.ToolStripMenuItem62.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem62.Name = "ToolStripMenuItem62"; - this.ToolStripMenuItem62.Size = new System.Drawing.Size(216, 22); + this.ToolStripMenuItem62.Size = new System.Drawing.Size(199, 22); this.ToolStripMenuItem62.Text = "Hebrew"; // // ToolStripMenuItem63 // this.ToolStripMenuItem63.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem63.Name = "ToolStripMenuItem63"; - this.ToolStripMenuItem63.Size = new System.Drawing.Size(216, 22); + this.ToolStripMenuItem63.Size = new System.Drawing.Size(199, 22); this.ToolStripMenuItem63.Text = "Japanese"; // // ToolStripMenuItem64 // this.ToolStripMenuItem64.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem64.Name = "ToolStripMenuItem64"; - this.ToolStripMenuItem64.Size = new System.Drawing.Size(216, 22); + this.ToolStripMenuItem64.Size = new System.Drawing.Size(199, 22); this.ToolStripMenuItem64.Text = "Korean"; // // ToolStripMenuItem65 // this.ToolStripMenuItem65.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem65.Name = "ToolStripMenuItem65"; - this.ToolStripMenuItem65.Size = new System.Drawing.Size(216, 22); + this.ToolStripMenuItem65.Size = new System.Drawing.Size(199, 22); this.ToolStripMenuItem65.Text = "Thai"; // // ToolStripMenuItem66 // this.ToolStripMenuItem66.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem66.Name = "ToolStripMenuItem66"; - this.ToolStripMenuItem66.Size = new System.Drawing.Size(216, 22); + this.ToolStripMenuItem66.Size = new System.Drawing.Size(199, 22); this.ToolStripMenuItem66.Text = "Turkish"; // // ToolStripMenuItem67 // this.ToolStripMenuItem67.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem67.Name = "ToolStripMenuItem67"; - this.ToolStripMenuItem67.Size = new System.Drawing.Size(216, 22); + this.ToolStripMenuItem67.Size = new System.Drawing.Size(199, 22); this.ToolStripMenuItem67.Text = "Unicode (UTF-8)"; // // ToolStripMenuItem68 // this.ToolStripMenuItem68.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem68.Name = "ToolStripMenuItem68"; - this.ToolStripMenuItem68.Size = new System.Drawing.Size(216, 22); + this.ToolStripMenuItem68.Size = new System.Drawing.Size(199, 22); this.ToolStripMenuItem68.Text = "User Defined"; // // ToolStripMenuItem69 // this.ToolStripMenuItem69.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem69.Name = "ToolStripMenuItem69"; - this.ToolStripMenuItem69.Size = new System.Drawing.Size(216, 22); + this.ToolStripMenuItem69.Size = new System.Drawing.Size(199, 22); this.ToolStripMenuItem69.Text = "Vietnamese"; // // ToolStripMenuItem70 // this.ToolStripMenuItem70.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem70.Name = "ToolStripMenuItem70"; - this.ToolStripMenuItem70.Size = new System.Drawing.Size(216, 22); + this.ToolStripMenuItem70.Size = new System.Drawing.Size(199, 22); this.ToolStripMenuItem70.Text = "Western European (ISO)"; // // ToolStripMenuItem71 // this.ToolStripMenuItem71.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem71.Name = "ToolStripMenuItem71"; - this.ToolStripMenuItem71.Size = new System.Drawing.Size(180, 22); + this.ToolStripMenuItem71.Size = new System.Drawing.Size(166, 22); this.ToolStripMenuItem71.Text = "Source"; // // ToolStripMenuItem72 // this.ToolStripMenuItem72.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem72.Name = "ToolStripMenuItem72"; - this.ToolStripMenuItem72.Size = new System.Drawing.Size(180, 22); + this.ToolStripMenuItem72.Size = new System.Drawing.Size(166, 22); this.ToolStripMenuItem72.Text = "Full Screen F11"; // // ToolStripMenuItem78 @@ -1102,7 +1102,7 @@ this.ToolStripMenuItem86, this.ToolStripMenuItem87}); this.ToolStripMenuItem78.Name = "ToolStripMenuItem78"; - this.ToolStripMenuItem78.Size = new System.Drawing.Size(36, 20); + this.ToolStripMenuItem78.Size = new System.Drawing.Size(34, 20); this.ToolStripMenuItem78.Text = "Go"; // // ToolStripMenuItem79 @@ -1115,63 +1115,63 @@ this.ToolStripMenuItem83, this.ToolStripMenuItem84}); this.ToolStripMenuItem79.Name = "ToolStripMenuItem79"; - this.ToolStripMenuItem79.Size = new System.Drawing.Size(191, 22); + this.ToolStripMenuItem79.Size = new System.Drawing.Size(175, 22); this.ToolStripMenuItem79.Text = "Mail and News"; // // ToolStripMenuItem80 // this.ToolStripMenuItem80.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem80.Name = "ToolStripMenuItem80"; - this.ToolStripMenuItem80.Size = new System.Drawing.Size(165, 22); + this.ToolStripMenuItem80.Size = new System.Drawing.Size(156, 22); this.ToolStripMenuItem80.Text = "Read Mail"; // // ToolStripMenuItem81 // this.ToolStripMenuItem81.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem81.Name = "ToolStripMenuItem81"; - this.ToolStripMenuItem81.Size = new System.Drawing.Size(165, 22); + this.ToolStripMenuItem81.Size = new System.Drawing.Size(156, 22); this.ToolStripMenuItem81.Text = "New Message..."; // // ToolStripMenuItem82 // this.ToolStripMenuItem82.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem82.Name = "ToolStripMenuItem82"; - this.ToolStripMenuItem82.Size = new System.Drawing.Size(165, 22); + this.ToolStripMenuItem82.Size = new System.Drawing.Size(156, 22); this.ToolStripMenuItem82.Text = "Send a Link..."; // // ToolStripMenuItem83 // this.ToolStripMenuItem83.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem83.Name = "ToolStripMenuItem83"; - this.ToolStripMenuItem83.Size = new System.Drawing.Size(165, 22); + this.ToolStripMenuItem83.Size = new System.Drawing.Size(156, 22); this.ToolStripMenuItem83.Text = "Send Page..."; // // ToolStripMenuItem84 // this.ToolStripMenuItem84.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem84.Name = "ToolStripMenuItem84"; - this.ToolStripMenuItem84.Size = new System.Drawing.Size(165, 22); + this.ToolStripMenuItem84.Size = new System.Drawing.Size(156, 22); this.ToolStripMenuItem84.Text = "Read News"; // // ToolStripMenuItem85 // this.ToolStripMenuItem85.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem85.Name = "ToolStripMenuItem85"; - this.ToolStripMenuItem85.Size = new System.Drawing.Size(191, 22); + this.ToolStripMenuItem85.Size = new System.Drawing.Size(175, 22); this.ToolStripMenuItem85.Text = "Windows Update"; // // ToolStripMenuItem86 // this.ToolStripMenuItem86.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem86.Name = "ToolStripMenuItem86"; - this.ToolStripMenuItem86.Size = new System.Drawing.Size(191, 22); + this.ToolStripMenuItem86.Size = new System.Drawing.Size(175, 22); this.ToolStripMenuItem86.Text = "Show Related Links"; // // ToolStripMenuItem87 // this.ToolStripMenuItem87.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem87.Name = "ToolStripMenuItem87"; - this.ToolStripMenuItem87.Size = new System.Drawing.Size(191, 22); + this.ToolStripMenuItem87.Size = new System.Drawing.Size(175, 22); this.ToolStripMenuItem87.Text = "Internet Options..."; // // ToolStripMenuItem73 @@ -1181,21 +1181,21 @@ this.ToolStripMenuItem75, this.ToolStripMenuItem76}); this.ToolStripMenuItem73.Name = "ToolStripMenuItem73"; - this.ToolStripMenuItem73.Size = new System.Drawing.Size(76, 20); + this.ToolStripMenuItem73.Size = new System.Drawing.Size(66, 20); this.ToolStripMenuItem73.Text = "Favorites"; // // ToolStripMenuItem74 // this.ToolStripMenuItem74.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem74.Name = "ToolStripMenuItem74"; - this.ToolStripMenuItem74.Size = new System.Drawing.Size(197, 22); + this.ToolStripMenuItem74.Size = new System.Drawing.Size(180, 22); this.ToolStripMenuItem74.Text = "Add to Favorites..."; // // ToolStripMenuItem75 // this.ToolStripMenuItem75.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem75.Name = "ToolStripMenuItem75"; - this.ToolStripMenuItem75.Size = new System.Drawing.Size(197, 22); + this.ToolStripMenuItem75.Size = new System.Drawing.Size(180, 22); this.ToolStripMenuItem75.Text = "Organize Favorites..."; // // ToolStripMenuItem76 @@ -1204,14 +1204,14 @@ this.ToolStripMenuItem76.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ToolStripMenuItem77}); this.ToolStripMenuItem76.Name = "ToolStripMenuItem76"; - this.ToolStripMenuItem76.Size = new System.Drawing.Size(197, 22); + this.ToolStripMenuItem76.Size = new System.Drawing.Size(180, 22); this.ToolStripMenuItem76.Text = "Links"; // // ToolStripMenuItem77 // this.ToolStripMenuItem77.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem77.Name = "ToolStripMenuItem77"; - this.ToolStripMenuItem77.Size = new System.Drawing.Size(111, 22); + this.ToolStripMenuItem77.Size = new System.Drawing.Size(109, 22); this.ToolStripMenuItem77.Text = "(none)"; // // ToolStripMenuItem88 @@ -1225,65 +1225,66 @@ this.ToolStripMenuItem94, this.ToolStripMenuItem95}); this.ToolStripMenuItem88.Name = "ToolStripMenuItem88"; - this.ToolStripMenuItem88.Size = new System.Drawing.Size(46, 20); + this.ToolStripMenuItem88.Size = new System.Drawing.Size(44, 20); this.ToolStripMenuItem88.Text = "Help"; // // ToolStripMenuItem89 // this.ToolStripMenuItem89.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem89.Name = "ToolStripMenuItem89"; - this.ToolStripMenuItem89.Size = new System.Drawing.Size(217, 22); + this.ToolStripMenuItem89.Size = new System.Drawing.Size(196, 22); this.ToolStripMenuItem89.Text = "Contects and Index"; // // ToolStripMenuItem90 // this.ToolStripMenuItem90.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem90.Name = "ToolStripMenuItem90"; - this.ToolStripMenuItem90.Size = new System.Drawing.Size(217, 22); + this.ToolStripMenuItem90.Size = new System.Drawing.Size(196, 22); this.ToolStripMenuItem90.Text = "Tip of the Day"; // // ToolStripMenuItem91 // this.ToolStripMenuItem91.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem91.Name = "ToolStripMenuItem91"; - this.ToolStripMenuItem91.Size = new System.Drawing.Size(217, 22); + this.ToolStripMenuItem91.Size = new System.Drawing.Size(196, 22); this.ToolStripMenuItem91.Text = "For Netscape Users"; // // ToolStripMenuItem92 // this.ToolStripMenuItem92.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem92.Name = "ToolStripMenuItem92"; - this.ToolStripMenuItem92.Size = new System.Drawing.Size(217, 22); + this.ToolStripMenuItem92.Size = new System.Drawing.Size(196, 22); this.ToolStripMenuItem92.Text = "Tour"; // // ToolStripMenuItem93 // this.ToolStripMenuItem93.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem93.Name = "ToolStripMenuItem93"; - this.ToolStripMenuItem93.Size = new System.Drawing.Size(217, 22); + this.ToolStripMenuItem93.Size = new System.Drawing.Size(196, 22); this.ToolStripMenuItem93.Text = "Online Support"; // // ToolStripMenuItem94 // this.ToolStripMenuItem94.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem94.Name = "ToolStripMenuItem94"; - this.ToolStripMenuItem94.Size = new System.Drawing.Size(217, 22); + this.ToolStripMenuItem94.Size = new System.Drawing.Size(196, 22); this.ToolStripMenuItem94.Text = "About Internet Explorer"; // // ToolStripMenuItem95 // this.ToolStripMenuItem95.BackColor = System.Drawing.Color.Silver; this.ToolStripMenuItem95.Name = "ToolStripMenuItem95"; - this.ToolStripMenuItem95.Size = new System.Drawing.Size(217, 22); + this.ToolStripMenuItem95.Size = new System.Drawing.Size(196, 22); this.ToolStripMenuItem95.Text = "Send Feedback"; // // _browsingArea // + this._browsingArea.AutoScroll = true; this._browsingArea.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this._browsingArea.Dock = System.Windows.Forms.DockStyle.Fill; this._browsingArea.Location = new System.Drawing.Point(0, 102); this._browsingArea.Name = "_browsingArea"; - this._browsingArea.Size = new System.Drawing.Size(959, 492); + this._browsingArea.Size = new System.Drawing.Size(959, 542); this._browsingArea.TabIndex = 17; // // pictureBox4 @@ -1317,7 +1318,7 @@ this.Controls.Add(this.Panel1); this.Controls.Add(this.MenuStrip3); this.Name = "WinClassicIE4"; - this.Size = new System.Drawing.Size(959, 594); + this.Size = new System.Drawing.Size(959, 644); this.Load += new System.EventHandler(this.TempIE4_Load); this.Panel14.ResumeLayout(false); this.Panel14.PerformLayout(); diff --git a/Histacom2/OS/Win98/Win98Apps/WinClassicIE4.cs b/Histacom2/OS/Win98/Win98Apps/WinClassicIE4.cs index aa3b0b0..e731303 100644 --- a/Histacom2/OS/Win98/Win98Apps/WinClassicIE4.cs +++ b/Histacom2/OS/Win98/Win98Apps/WinClassicIE4.cs @@ -29,9 +29,10 @@ namespace Histacom2.OS.Win98.Win98Apps switch (url) { - /*case "www.microsoft.com/windows/ie/default.htm": - uc = new IE4Start(); + case "www.microsoft.com/windows/ie/default.htm": + uc = new IE4HomePage(); break; + /* case "www.google.com": uc = new GoogleHome(); break; diff --git a/Histacom2/OS/Win98/Win98Apps/WinClassicIE4.resx b/Histacom2/OS/Win98/Win98Apps/WinClassicIE4.resx new file mode 100644 index 0000000..5039d37 --- /dev/null +++ b/Histacom2/OS/Win98/Win98Apps/WinClassicIE4.resx @@ -0,0 +1,123 @@ +<?xml version="1.0" encoding="utf-8"?> +<root> + <!-- + Microsoft ResX Schema + + Version 2.0 + + The primary goals of this format is to allow a simple XML format + that is mostly human readable. The generation and parsing of the + various data types are done through the TypeConverter classes + associated with the data types. + + Example: + + ... ado.net/XML headers & schema ... + <resheader name="resmimetype">text/microsoft-resx</resheader> + <resheader name="version">2.0</resheader> + <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> + <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> + <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> + <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> + <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> + <value>[base64 mime encoded serialized .NET Framework object]</value> + </data> + <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> + <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> + <comment>This is a comment</comment> + </data> + + There are any number of "resheader" rows that contain simple + name/value pairs. + + Each data row contains a name, and value. The row also contains a + type or mimetype. Type corresponds to a .NET class that support + text/value conversion through the TypeConverter architecture. + Classes that don't support this are serialized and stored with the + mimetype set. + + The mimetype is used for serialized objects, and tells the + ResXResourceReader how to depersist the object. This is currently not + extensible. For a given mimetype the value must be set accordingly: + + Note - application/x-microsoft.net.object.binary.base64 is the format + that the ResXResourceWriter will generate, however the reader can + read any of the formats listed below. + + mimetype: application/x-microsoft.net.object.binary.base64 + value : The object must be serialized with + : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter + : and then encoded with base64 encoding. + + mimetype: application/x-microsoft.net.object.soap.base64 + value : The object must be serialized with + : System.Runtime.Serialization.Formatters.Soap.SoapFormatter + : and then encoded with base64 encoding. + + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> + <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> + <xsd:element name="root" msdata:IsDataSet="true"> + <xsd:complexType> + <xsd:choice maxOccurs="unbounded"> + <xsd:element name="metadata"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" /> + </xsd:sequence> + <xsd:attribute name="name" use="required" type="xsd:string" /> + <xsd:attribute name="type" type="xsd:string" /> + <xsd:attribute name="mimetype" type="xsd:string" /> + <xsd:attribute ref="xml:space" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="assembly"> + <xsd:complexType> + <xsd:attribute name="alias" type="xsd:string" /> + <xsd:attribute name="name" type="xsd:string" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="data"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> + <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> + </xsd:sequence> + <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> + <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> + <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> + <xsd:attribute ref="xml:space" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="resheader"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> + </xsd:sequence> + <xsd:attribute name="name" type="xsd:string" use="required" /> + </xsd:complexType> + </xsd:element> + </xsd:choice> + </xsd:complexType> + </xsd:element> + </xsd:schema> + <resheader name="resmimetype"> + <value>text/microsoft-resx</value> + </resheader> + <resheader name="version"> + <value>2.0</value> + </resheader> + <resheader name="reader"> + <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </resheader> + <resheader name="writer"> + <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </resheader> + <metadata name="MenuStrip3.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> + <value>17, 17</value> + </metadata> +</root>
\ No newline at end of file diff --git a/Histacom2/Properties/Resources.resx b/Histacom2/Properties/Resources.resx index adf568b..c4c57d1 100644 --- a/Histacom2/Properties/Resources.resx +++ b/Histacom2/Properties/Resources.resx @@ -127,7 +127,7 @@ <data name="WinClassicMSN" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\resources\winclassic\winclassicmsn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> - <data name="start" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <data name="IE3_Start" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\IE4\start.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> <data name="GTN95_Lower" type="System.Resources.ResXFileRef, System.Windows.Forms"> @@ -205,9 +205,6 @@ <data name="Lemon_s_LCD" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\resources\lemon's lcd.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </data> - <data name="GTN95_RestartClicked" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\GuessTheNumber\GTN95_RestartClicked.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> <data name="Win95Error" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\WinClassic\Win95Error.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> @@ -241,9 +238,6 @@ <data name="termMax" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\termMax.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> - <data name="GTN95_CheckClicked" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\GuessTheNumber\GTN95_CheckClicked.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> <data name="wordpad_open" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\wordpad_open.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> @@ -277,9 +271,6 @@ <data name="WinClassicHelp" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\resources\winclassic\winclassichelp.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> - <data name="GTN95_Restart" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\GuessTheNumber\GTN95_Restart.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> <data name="IE3_ForwardHover" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\IE3\IE3_ForwardHover.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> @@ -595,9 +586,6 @@ <data name="win95_welcometip" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\win95_welcometip.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> - <data name="GTN95_Check" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\GuessTheNumber\GTN95_Check.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> <data name="win95_splitter" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\win95_splitter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> @@ -1930,4 +1918,37 @@ <data name="Win95Error1" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\Win95Error.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> + <data name="IE4Home_AboutIE5" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\IE4\IE4Home_AboutIE5.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="IE4Home_HDots" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\IE4\IE4Home_HDots.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="IE4Home_IE4CD" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\IE4\IE4Home_IE4CD.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="IE4Home_MSBG" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\IE4\IE4Home_MSBG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="IE4Home_MSHome" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\IE4\IE4Home_MSHome.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="IE4Home_MSLogo" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\IE4\IE4Home_MSLogo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="IE4Home_SecUpdate" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\IE4\IE4Home_SecUpdate.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="IE4Home_WinTechBG" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\IE4\IE4Home_WinTechBG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="IE4Home_WinTechHome" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\IE4\IE4Home_WinTechHome.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="IE4Home_WinTechIE" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\IE4\IE4Home_WinTechIE.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="IE4Home_WinTechLogo" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\IE4\IE4Home_WinTechLogo.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/Histacom2/Properties/Resources1.Designer.cs b/Histacom2/Properties/Resources1.Designer.cs index 675f5bb..a43041c 100644 --- a/Histacom2/Properties/Resources1.Designer.cs +++ b/Histacom2/Properties/Resources1.Designer.cs @@ -19,7 +19,7 @@ namespace Histacom2.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class Resources { @@ -207,26 +207,6 @@ namespace Histacom2.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> - public static System.Drawing.Bitmap GTN95_Check { - get { - object obj = ResourceManager.GetObject("GTN95_Check", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// <summary> - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// </summary> - public static System.Drawing.Bitmap GTN95_CheckClicked { - get { - object obj = ResourceManager.GetObject("GTN95_CheckClicked", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// <summary> - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// </summary> public static System.Drawing.Bitmap GTN95_Correct { get { object obj = ResourceManager.GetObject("GTN95_Correct", resourceCulture); @@ -267,26 +247,6 @@ namespace Histacom2.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> - public static System.Drawing.Bitmap GTN95_Restart { - get { - object obj = ResourceManager.GetObject("GTN95_Restart", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// <summary> - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// </summary> - public static System.Drawing.Bitmap GTN95_RestartClicked { - get { - object obj = ResourceManager.GetObject("GTN95_RestartClicked", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// <summary> - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// </summary> public static System.Drawing.Bitmap Histacom2_Logo { get { object obj = ResourceManager.GetObject("Histacom2_Logo", resourceCulture); @@ -387,6 +347,16 @@ namespace Histacom2.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + public static System.Drawing.Bitmap IE3_Start { + get { + object obj = ResourceManager.GetObject("IE3_Start", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> public static System.Drawing.Bitmap IE3_Stop { get { object obj = ResourceManager.GetObject("IE3_Stop", resourceCulture); @@ -577,6 +547,116 @@ namespace Histacom2.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + public static System.Drawing.Bitmap IE4Home_AboutIE5 { + get { + object obj = ResourceManager.GetObject("IE4Home_AboutIE5", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + public static System.Drawing.Bitmap IE4Home_HDots { + get { + object obj = ResourceManager.GetObject("IE4Home_HDots", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + public static System.Drawing.Bitmap IE4Home_IE4CD { + get { + object obj = ResourceManager.GetObject("IE4Home_IE4CD", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + public static System.Drawing.Bitmap IE4Home_MSBG { + get { + object obj = ResourceManager.GetObject("IE4Home_MSBG", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + public static System.Drawing.Bitmap IE4Home_MSHome { + get { + object obj = ResourceManager.GetObject("IE4Home_MSHome", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + public static System.Drawing.Bitmap IE4Home_MSLogo { + get { + object obj = ResourceManager.GetObject("IE4Home_MSLogo", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + public static System.Drawing.Bitmap IE4Home_SecUpdate { + get { + object obj = ResourceManager.GetObject("IE4Home_SecUpdate", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + public static System.Drawing.Bitmap IE4Home_WinTechBG { + get { + object obj = ResourceManager.GetObject("IE4Home_WinTechBG", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + public static System.Drawing.Bitmap IE4Home_WinTechHome { + get { + object obj = ResourceManager.GetObject("IE4Home_WinTechHome", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + public static System.Drawing.Bitmap IE4Home_WinTechIE { + get { + object obj = ResourceManager.GetObject("IE4Home_WinTechIE", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + public static System.Drawing.Bitmap IE4Home_WinTechLogo { + get { + object obj = ResourceManager.GetObject("IE4Home_WinTechLogo", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> public static System.Drawing.Bitmap LauncherSideBar { get { object obj = ResourceManager.GetObject("LauncherSideBar", resourceCulture); @@ -806,16 +886,6 @@ namespace Histacom2.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> - public static System.Drawing.Bitmap start { - get { - object obj = ResourceManager.GetObject("start", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// <summary> - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// </summary> public static System.Drawing.Bitmap start_googlink { get { object obj = ResourceManager.GetObject("start_googlink", resourceCulture); diff --git a/Histacom2/Resources/IE4/IE4Home_AboutIE5.png b/Histacom2/Resources/IE4/IE4Home_AboutIE5.png Binary files differnew file mode 100644 index 0000000..243afce --- /dev/null +++ b/Histacom2/Resources/IE4/IE4Home_AboutIE5.png diff --git a/Histacom2/Resources/IE4/IE4Home_HDots.png b/Histacom2/Resources/IE4/IE4Home_HDots.png Binary files differnew file mode 100644 index 0000000..27b5128 --- /dev/null +++ b/Histacom2/Resources/IE4/IE4Home_HDots.png diff --git a/Histacom2/Resources/IE4/IE4Home_IE4CD.png b/Histacom2/Resources/IE4/IE4Home_IE4CD.png Binary files differnew file mode 100644 index 0000000..84f55b6 --- /dev/null +++ b/Histacom2/Resources/IE4/IE4Home_IE4CD.png diff --git a/Histacom2/Resources/IE4/IE4Home_MSBG.png b/Histacom2/Resources/IE4/IE4Home_MSBG.png Binary files differnew file mode 100644 index 0000000..ffc353f --- /dev/null +++ b/Histacom2/Resources/IE4/IE4Home_MSBG.png diff --git a/Histacom2/Resources/IE4/IE4Home_MSHome.png b/Histacom2/Resources/IE4/IE4Home_MSHome.png Binary files differnew file mode 100644 index 0000000..2f15b49 --- /dev/null +++ b/Histacom2/Resources/IE4/IE4Home_MSHome.png diff --git a/Histacom2/Resources/IE4/IE4Home_MSLogo.png b/Histacom2/Resources/IE4/IE4Home_MSLogo.png Binary files differnew file mode 100644 index 0000000..0b5733f --- /dev/null +++ b/Histacom2/Resources/IE4/IE4Home_MSLogo.png diff --git a/Histacom2/Resources/IE4/IE4Home_SecUpdate.png b/Histacom2/Resources/IE4/IE4Home_SecUpdate.png Binary files differnew file mode 100644 index 0000000..b8c0b23 --- /dev/null +++ b/Histacom2/Resources/IE4/IE4Home_SecUpdate.png diff --git a/Histacom2/Resources/IE4/IE4Home_WinTechBG.png b/Histacom2/Resources/IE4/IE4Home_WinTechBG.png Binary files differnew file mode 100644 index 0000000..814fc67 --- /dev/null +++ b/Histacom2/Resources/IE4/IE4Home_WinTechBG.png diff --git a/Histacom2/Resources/IE4/IE4Home_WinTechHome.png b/Histacom2/Resources/IE4/IE4Home_WinTechHome.png Binary files differnew file mode 100644 index 0000000..0e38b4d --- /dev/null +++ b/Histacom2/Resources/IE4/IE4Home_WinTechHome.png diff --git a/Histacom2/Resources/IE4/IE4Home_WinTechIE.png b/Histacom2/Resources/IE4/IE4Home_WinTechIE.png Binary files differnew file mode 100644 index 0000000..eed79ed --- /dev/null +++ b/Histacom2/Resources/IE4/IE4Home_WinTechIE.png diff --git a/Histacom2/Resources/IE4/IE4Home_WinTechLogo.png b/Histacom2/Resources/IE4/IE4Home_WinTechLogo.png Binary files differnew file mode 100644 index 0000000..f4835dc --- /dev/null +++ b/Histacom2/Resources/IE4/IE4Home_WinTechLogo.png diff --git a/Histacom2/Resources/IE4/start.png b/Histacom2/Resources/IE4/start.png Binary files differindex 225659c..8cf033f 100644 --- a/Histacom2/Resources/IE4/start.png +++ b/Histacom2/Resources/IE4/start.png |
