diff options
| -rw-r--r-- | Histacom2.Engine/UI/ClassicButton.cs | 4 | ||||
| -rw-r--r-- | Histacom2/Histacom2.csproj | 9 | ||||
| -rw-r--r-- | Histacom2/OS/Win98/Win98Apps/IE4Sites/12padams1999.Designer.cs | 287 | ||||
| -rw-r--r-- | Histacom2/OS/Win98/Win98Apps/IE4Sites/12padams1999.cs | 20 | ||||
| -rw-r--r-- | Histacom2/OS/Win98/Win98Apps/IE4Sites/12padams1999.resx | 120 | ||||
| -rw-r--r-- | Histacom2/OS/Win98/Win98Apps/IE4Sites/IE4HomePage.Designer.cs | 21 | ||||
| -rw-r--r-- | Histacom2/OS/Win98/Win98Apps/IE4Sites/IE4HomePage.cs | 6 | ||||
| -rw-r--r-- | Histacom2/OS/Win98/Win98Apps/WinClassicIE4.cs | 6 |
8 files changed, 465 insertions, 8 deletions
diff --git a/Histacom2.Engine/UI/ClassicButton.cs b/Histacom2.Engine/UI/ClassicButton.cs index 9b1db72..027d198 100644 --- a/Histacom2.Engine/UI/ClassicButton.cs +++ b/Histacom2.Engine/UI/ClassicButton.cs @@ -28,6 +28,7 @@ namespace Histacom2.Engine.UI } } + public bool AdaptBackColorWithTheme = true; public bool AdaptForeColorWithTheme = true; public bool AdaptFontWithTheme = true; @@ -48,8 +49,7 @@ namespace Histacom2.Engine.UI { base.OnPaint(e); - if (SaveSystem.currentTheme != null) BackColor = SaveSystem.currentTheme.threeDObjectsColor; - else BackColor = Color.Silver; + if (SaveSystem.currentTheme != null && AdaptBackColorWithTheme) BackColor = SaveSystem.currentTheme.threeDObjectsColor; if (AdaptForeColorWithTheme) { diff --git a/Histacom2/Histacom2.csproj b/Histacom2/Histacom2.csproj index af9ea2c..0064576 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\12padams1999.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="OS\Win98\Win98Apps\IE4Sites\12padams1999.Designer.cs"> + <DependentUpon>12padams1999.cs</DependentUpon> + </Compile> <Compile Include="OS\Win98\Win98Apps\IE4Sites\IE4HomePage.cs"> <SubType>UserControl</SubType> </Compile> @@ -464,6 +470,9 @@ <DependentUpon>Win98.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> + <EmbeddedResource Include="OS\Win98\Win98Apps\IE4Sites\12padams1999.resx"> + <DependentUpon>12padams1999.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="OS\Win98\Win98Apps\IE4Sites\IE4HomePage.resx"> <DependentUpon>IE4HomePage.cs</DependentUpon> </EmbeddedResource> diff --git a/Histacom2/OS/Win98/Win98Apps/IE4Sites/12padams1999.Designer.cs b/Histacom2/OS/Win98/Win98Apps/IE4Sites/12padams1999.Designer.cs new file mode 100644 index 0000000..aeba4df --- /dev/null +++ b/Histacom2/OS/Win98/Win98Apps/IE4Sites/12padams1999.Designer.cs @@ -0,0 +1,287 @@ +namespace Histacom2.OS.Win98.Win98Apps.IE4Sites +{ + partial class _12padams1999 + { + /// <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() + { + this.classicLabel1 = new Histacom2.Engine.UI.ClassicLabel(); + this.classicLabel2 = new Histacom2.Engine.UI.ClassicLabel(); + this.panel1 = new System.Windows.Forms.Panel(); + this.panel2 = new System.Windows.Forms.Panel(); + this.classicLabel3 = new Histacom2.Engine.UI.ClassicLabel(); + this.panel3 = new System.Windows.Forms.Panel(); + this.panel4 = new System.Windows.Forms.Panel(); + this.classicLabel4 = new Histacom2.Engine.UI.ClassicLabel(); + this.panel5 = new System.Windows.Forms.Panel(); + this.panel6 = new System.Windows.Forms.Panel(); + this.classicLabel5 = new Histacom2.Engine.UI.ClassicLabel(); + this.panel7 = new System.Windows.Forms.Panel(); + this.panel8 = new System.Windows.Forms.Panel(); + this.classicLabel6 = new Histacom2.Engine.UI.ClassicLabel(); + this.panel9 = new System.Windows.Forms.Panel(); + this.panel10 = new System.Windows.Forms.Panel(); + this.classicLabel7 = new Histacom2.Engine.UI.ClassicLabel(); + this.panel1.SuspendLayout(); + this.panel2.SuspendLayout(); + this.panel3.SuspendLayout(); + this.panel4.SuspendLayout(); + this.panel5.SuspendLayout(); + this.panel6.SuspendLayout(); + this.panel7.SuspendLayout(); + this.panel8.SuspendLayout(); + this.panel9.SuspendLayout(); + this.panel10.SuspendLayout(); + this.SuspendLayout(); + // + // classicLabel1 + // + this.classicLabel1.Anchor = System.Windows.Forms.AnchorStyles.Top; + this.classicLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.classicLabel1.Location = new System.Drawing.Point(353, 12); + this.classicLabel1.Name = "classicLabel1"; + this.classicLabel1.Size = new System.Drawing.Size(271, 16); + this.classicLabel1.TabIndex = 0; + this.classicLabel1.Text = "Welcome to the official 12padams website!"; + // + // classicLabel2 + // + this.classicLabel2.Anchor = System.Windows.Forms.AnchorStyles.Top; + this.classicLabel2.Location = new System.Drawing.Point(367, 34); + this.classicLabel2.Name = "classicLabel2"; + this.classicLabel2.Size = new System.Drawing.Size(250, 13); + this.classicLabel2.TabIndex = 1; + this.classicLabel2.Text = "The best software for your Windows 98 computer"; + // + // panel1 + // + this.panel1.Anchor = System.Windows.Forms.AnchorStyles.Top; + this.panel1.BackColor = System.Drawing.Color.Lime; + this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel1.Controls.Add(this.panel2); + this.panel1.Location = new System.Drawing.Point(110, 90); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(214, 209); + this.panel1.TabIndex = 2; + // + // panel2 + // + this.panel2.BackColor = System.Drawing.Color.ForestGreen; + this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel2.Controls.Add(this.classicLabel3); + this.panel2.Dock = System.Windows.Forms.DockStyle.Top; + this.panel2.Location = new System.Drawing.Point(0, 0); + this.panel2.Name = "panel2"; + this.panel2.Size = new System.Drawing.Size(212, 38); + this.panel2.TabIndex = 0; + // + // classicLabel3 + // + this.classicLabel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.classicLabel3.ForeColor = System.Drawing.Color.White; + this.classicLabel3.Location = new System.Drawing.Point(50, 10); + this.classicLabel3.Name = "classicLabel3"; + this.classicLabel3.Size = new System.Drawing.Size(109, 16); + this.classicLabel3.TabIndex = 0; + this.classicLabel3.Text = "Games/Software"; + // + // panel3 + // + this.panel3.Anchor = System.Windows.Forms.AnchorStyles.Top; + this.panel3.BackColor = System.Drawing.Color.Lime; + this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel3.Controls.Add(this.panel4); + this.panel3.Location = new System.Drawing.Point(647, 90); + this.panel3.Name = "panel3"; + this.panel3.Size = new System.Drawing.Size(214, 209); + this.panel3.TabIndex = 3; + // + // panel4 + // + this.panel4.BackColor = System.Drawing.Color.ForestGreen; + this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel4.Controls.Add(this.classicLabel4); + this.panel4.Dock = System.Windows.Forms.DockStyle.Top; + this.panel4.Location = new System.Drawing.Point(0, 0); + this.panel4.Name = "panel4"; + this.panel4.Size = new System.Drawing.Size(212, 38); + this.panel4.TabIndex = 0; + // + // classicLabel4 + // + this.classicLabel4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.classicLabel4.ForeColor = System.Drawing.Color.White; + this.classicLabel4.Location = new System.Drawing.Point(50, 10); + this.classicLabel4.Name = "classicLabel4"; + this.classicLabel4.Size = new System.Drawing.Size(109, 16); + this.classicLabel4.TabIndex = 0; + this.classicLabel4.Text = "Example Viruses"; + // + // panel5 + // + this.panel5.Anchor = System.Windows.Forms.AnchorStyles.Top; + this.panel5.BackColor = System.Drawing.Color.Lime; + this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel5.Controls.Add(this.panel6); + this.panel5.Location = new System.Drawing.Point(378, 90); + this.panel5.Name = "panel5"; + this.panel5.Size = new System.Drawing.Size(214, 209); + this.panel5.TabIndex = 4; + // + // panel6 + // + this.panel6.BackColor = System.Drawing.Color.ForestGreen; + this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel6.Controls.Add(this.classicLabel5); + this.panel6.Dock = System.Windows.Forms.DockStyle.Top; + this.panel6.Location = new System.Drawing.Point(0, 0); + this.panel6.Name = "panel6"; + this.panel6.Size = new System.Drawing.Size(212, 38); + this.panel6.TabIndex = 0; + // + // classicLabel5 + // + this.classicLabel5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.classicLabel5.ForeColor = System.Drawing.Color.White; + this.classicLabel5.Location = new System.Drawing.Point(59, 10); + this.classicLabel5.Name = "classicLabel5"; + this.classicLabel5.Size = new System.Drawing.Size(94, 16); + this.classicLabel5.TabIndex = 0; + this.classicLabel5.Text = "Customization"; + // + // panel7 + // + this.panel7.Anchor = System.Windows.Forms.AnchorStyles.Top; + this.panel7.BackColor = System.Drawing.Color.Lime; + this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel7.Controls.Add(this.panel8); + this.panel7.Location = new System.Drawing.Point(110, 314); + this.panel7.Name = "panel7"; + this.panel7.Size = new System.Drawing.Size(353, 135); + this.panel7.TabIndex = 5; + // + // panel8 + // + this.panel8.BackColor = System.Drawing.Color.ForestGreen; + this.panel8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel8.Controls.Add(this.classicLabel6); + this.panel8.Dock = System.Windows.Forms.DockStyle.Top; + this.panel8.Location = new System.Drawing.Point(0, 0); + this.panel8.Name = "panel8"; + this.panel8.Size = new System.Drawing.Size(351, 38); + this.panel8.TabIndex = 0; + // + // classicLabel6 + // + this.classicLabel6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.classicLabel6.ForeColor = System.Drawing.Color.White; + this.classicLabel6.Location = new System.Drawing.Point(129, 10); + this.classicLabel6.Name = "classicLabel6"; + this.classicLabel6.Size = new System.Drawing.Size(87, 16); + this.classicLabel6.TabIndex = 0; + this.classicLabel6.Text = "News Stories"; + // + // panel9 + // + this.panel9.Anchor = System.Windows.Forms.AnchorStyles.Top; + this.panel9.BackColor = System.Drawing.Color.Lime; + this.panel9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel9.Controls.Add(this.panel10); + this.panel9.Location = new System.Drawing.Point(508, 314); + this.panel9.Name = "panel9"; + this.panel9.Size = new System.Drawing.Size(353, 135); + this.panel9.TabIndex = 6; + // + // panel10 + // + this.panel10.BackColor = System.Drawing.Color.ForestGreen; + this.panel10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel10.Controls.Add(this.classicLabel7); + this.panel10.Dock = System.Windows.Forms.DockStyle.Top; + this.panel10.Location = new System.Drawing.Point(0, 0); + this.panel10.Name = "panel10"; + this.panel10.Size = new System.Drawing.Size(351, 38); + this.panel10.TabIndex = 0; + // + // classicLabel7 + // + this.classicLabel7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.classicLabel7.ForeColor = System.Drawing.Color.White; + this.classicLabel7.Location = new System.Drawing.Point(105, 10); + this.classicLabel7.Name = "classicLabel7"; + this.classicLabel7.Size = new System.Drawing.Size(139, 16); + this.classicLabel7.TabIndex = 0; + this.classicLabel7.Text = "History Of Computers"; + // + // _12padams1999 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.BackColor = System.Drawing.Color.LightGreen; + this.Controls.Add(this.panel9); + this.Controls.Add(this.panel7); + this.Controls.Add(this.panel5); + this.Controls.Add(this.panel3); + this.Controls.Add(this.panel1); + this.Controls.Add(this.classicLabel2); + this.Controls.Add(this.classicLabel1); + this.Name = "_12padams1999"; + this.Size = new System.Drawing.Size(959, 542); + this.panel1.ResumeLayout(false); + this.panel2.ResumeLayout(false); + this.panel3.ResumeLayout(false); + this.panel4.ResumeLayout(false); + this.panel5.ResumeLayout(false); + this.panel6.ResumeLayout(false); + this.panel7.ResumeLayout(false); + this.panel8.ResumeLayout(false); + this.panel9.ResumeLayout(false); + this.panel10.ResumeLayout(false); + this.ResumeLayout(false); + + } + + #endregion + + private Engine.UI.ClassicLabel classicLabel1; + private Engine.UI.ClassicLabel classicLabel2; + private System.Windows.Forms.Panel panel1; + private System.Windows.Forms.Panel panel2; + private Engine.UI.ClassicLabel classicLabel3; + private System.Windows.Forms.Panel panel3; + private System.Windows.Forms.Panel panel4; + private Engine.UI.ClassicLabel classicLabel4; + private System.Windows.Forms.Panel panel5; + private System.Windows.Forms.Panel panel6; + private Engine.UI.ClassicLabel classicLabel5; + private System.Windows.Forms.Panel panel7; + private System.Windows.Forms.Panel panel8; + private Engine.UI.ClassicLabel classicLabel6; + private System.Windows.Forms.Panel panel9; + private System.Windows.Forms.Panel panel10; + private Engine.UI.ClassicLabel classicLabel7; + } +} diff --git a/Histacom2/OS/Win98/Win98Apps/IE4Sites/12padams1999.cs b/Histacom2/OS/Win98/Win98Apps/IE4Sites/12padams1999.cs new file mode 100644 index 0000000..30e56a0 --- /dev/null +++ b/Histacom2/OS/Win98/Win98Apps/IE4Sites/12padams1999.cs @@ -0,0 +1,20 @@ +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 _12padams1999 : UserControl + { + public _12padams1999() + { + InitializeComponent(); + } + } +} diff --git a/Histacom2/OS/Win98/Win98Apps/IE4Sites/12padams1999.resx b/Histacom2/OS/Win98/Win98Apps/IE4Sites/12padams1999.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/Histacom2/OS/Win98/Win98Apps/IE4Sites/12padams1999.resx @@ -0,0 +1,120 @@ +<?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> +</root>
\ No newline at end of file diff --git a/Histacom2/OS/Win98/Win98Apps/IE4Sites/IE4HomePage.Designer.cs b/Histacom2/OS/Win98/Win98Apps/IE4Sites/IE4HomePage.Designer.cs index b02660f..588f91b 100644 --- a/Histacom2/OS/Win98/Win98Apps/IE4Sites/IE4HomePage.Designer.cs +++ b/Histacom2/OS/Win98/Win98Apps/IE4Sites/IE4HomePage.Designer.cs @@ -69,6 +69,7 @@ this.classicLabel10 = new Histacom2.Engine.UI.ClassicLabel(); this.panel6 = new System.Windows.Forms.Panel(); this.classicLabel25 = new Histacom2.Engine.UI.ClassicLabel(); + this.classicLabel26 = new Histacom2.Engine.UI.ClassicLabel(); this.classicLabel15 = new Histacom2.Engine.UI.ClassicLabel(); this.panel12 = new System.Windows.Forms.Panel(); this.classicLabel9 = new Histacom2.Engine.UI.ClassicLabel(); @@ -234,6 +235,7 @@ // // classicLabel22 // + this.classicLabel22.Cursor = System.Windows.Forms.Cursors.Hand; 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; @@ -241,7 +243,8 @@ this.classicLabel22.Name = "classicLabel22"; this.classicLabel22.Size = new System.Drawing.Size(197, 14); this.classicLabel22.TabIndex = 20; - this.classicLabel22.Text = " 12padams"; + this.classicLabel22.Text = " http://www.12padams.com/"; + this.classicLabel22.Click += new System.EventHandler(this.classicLabel22_Click); // // classicLabel21 // @@ -252,7 +255,7 @@ this.classicLabel21.Name = "classicLabel21"; this.classicLabel21.Size = new System.Drawing.Size(197, 14); this.classicLabel21.TabIndex = 19; - this.classicLabel21.Text = " Google"; + this.classicLabel21.Text = " http://www.google.com/"; // // panel13 // @@ -536,6 +539,7 @@ // panel6 // this.panel6.Controls.Add(this.classicLabel25); + this.panel6.Controls.Add(this.classicLabel26); this.panel6.Controls.Add(this.classicLabel15); this.panel6.Controls.Add(this.panel12); this.panel6.Controls.Add(this.classicLabel9); @@ -559,12 +563,22 @@ // 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.Location = new System.Drawing.Point(0, 424); 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"; // + // classicLabel26 + // + this.classicLabel26.Dock = System.Windows.Forms.DockStyle.Bottom; + this.classicLabel26.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.classicLabel26.Location = new System.Drawing.Point(0, 438); + this.classicLabel26.Name = "classicLabel26"; + this.classicLabel26.Size = new System.Drawing.Size(570, 14); + this.classicLabel26.TabIndex = 15; + this.classicLabel26.Text = "© 1999 Microsoft Corporation. All rights reserved. Terms of Use."; + // // classicLabel15 // this.classicLabel15.Dock = System.Windows.Forms.DockStyle.Top; @@ -833,5 +847,6 @@ private System.Windows.Forms.PictureBox pictureBox15; private Engine.UI.ClassicLabel classicLabel25; private System.Windows.Forms.PictureBox pictureBox16; + private Engine.UI.ClassicLabel classicLabel26; } } diff --git a/Histacom2/OS/Win98/Win98Apps/IE4Sites/IE4HomePage.cs b/Histacom2/OS/Win98/Win98Apps/IE4Sites/IE4HomePage.cs index 70cf568..900cfd9 100644 --- a/Histacom2/OS/Win98/Win98Apps/IE4Sites/IE4HomePage.cs +++ b/Histacom2/OS/Win98/Win98Apps/IE4Sites/IE4HomePage.cs @@ -30,6 +30,12 @@ namespace Histacom2.OS.Win98.Win98Apps.IE4Sites classicLabel9.Invalidate(); classicLabel15.Invalidate(); classicLabel25.Invalidate(); + classicLabel26.Invalidate(); + } + + private void classicLabel22_Click(object sender, EventArgs e) + { + WinClassicIE4.GoToPage("www.12padams.com"); } } } diff --git a/Histacom2/OS/Win98/Win98Apps/WinClassicIE4.cs b/Histacom2/OS/Win98/Win98Apps/WinClassicIE4.cs index e731303..7d9c9d0 100644 --- a/Histacom2/OS/Win98/Win98Apps/WinClassicIE4.cs +++ b/Histacom2/OS/Win98/Win98Apps/WinClassicIE4.cs @@ -35,10 +35,10 @@ namespace Histacom2.OS.Win98.Win98Apps /* case "www.google.com": uc = new GoogleHome(); - break; - case "www.12padams.com": - uc = new _12padams1998(); break;*/ + case "www.12padams.com": + uc = new _12padams1999(); + break; default: uc = new IENoPage(); break; |
