diff options
| author | lempamo <[email protected]> | 2017-09-19 18:23:31 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-09-19 18:23:31 -0400 |
| commit | 63015b606869522ab67cb7f549cbbd1187a8b654 (patch) | |
| tree | 8f95a5473aeecde13c793bd46df43fec20624be5 /Histacom2/OS | |
| parent | 027924bedc822cb6a24e8feece692d3cd76e04d5 (diff) | |
| download | histacom2-63015b606869522ab67cb7f549cbbd1187a8b654.tar.gz histacom2-63015b606869522ab67cb7f549cbbd1187a8b654.tar.bz2 histacom2-63015b606869522ab67cb7f549cbbd1187a8b654.zip | |
minimum widths for windows
Diffstat (limited to 'Histacom2/OS')
| -rw-r--r-- | Histacom2/OS/Win98/Win98Apps/IE4Sites/IE4HomePage.Designer.cs | 37 | ||||
| -rw-r--r-- | Histacom2/OS/Win98/Win98Apps/WinClassicIE4.Designer.cs | 1 |
2 files changed, 27 insertions, 11 deletions
diff --git a/Histacom2/OS/Win98/Win98Apps/IE4Sites/IE4HomePage.Designer.cs b/Histacom2/OS/Win98/Win98Apps/IE4Sites/IE4HomePage.Designer.cs index 7f3bae1..b02660f 100644 --- a/Histacom2/OS/Win98/Win98Apps/IE4Sites/IE4HomePage.Designer.cs +++ b/Histacom2/OS/Win98/Win98Apps/IE4Sites/IE4HomePage.Designer.cs @@ -30,6 +30,7 @@ { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IE4HomePage)); this.panel1 = new System.Windows.Forms.Panel(); + this.pictureBox16 = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.panel2 = new System.Windows.Forms.Panel(); @@ -67,6 +68,7 @@ this.pictureBox7 = new System.Windows.Forms.PictureBox(); this.classicLabel10 = new Histacom2.Engine.UI.ClassicLabel(); this.panel6 = new System.Windows.Forms.Panel(); + this.classicLabel25 = 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(); @@ -83,8 +85,8 @@ 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.pictureBox16)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel2.SuspendLayout(); @@ -113,6 +115,7 @@ // panel1 // this.panel1.BackgroundImage = global::Histacom2.Properties.Resources.IE4Home_MSBG; + this.panel1.Controls.Add(this.pictureBox16); this.panel1.Controls.Add(this.pictureBox2); this.panel1.Controls.Add(this.pictureBox1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; @@ -121,6 +124,16 @@ this.panel1.Size = new System.Drawing.Size(959, 21); this.panel1.TabIndex = 0; // + // pictureBox16 + // + this.pictureBox16.BackgroundImage = global::Histacom2.Properties.Resources.IE4Home_MSProducts; + this.pictureBox16.Dock = System.Windows.Forms.DockStyle.Left; + this.pictureBox16.Location = new System.Drawing.Point(104, 0); + this.pictureBox16.Name = "pictureBox16"; + this.pictureBox16.Size = new System.Drawing.Size(81, 21); + this.pictureBox16.TabIndex = 2; + this.pictureBox16.TabStop = false; + // // pictureBox2 // this.pictureBox2.BackgroundImage = global::Histacom2.Properties.Resources.IE4Home_MSLogo; @@ -542,6 +555,16 @@ this.panel6.Size = new System.Drawing.Size(585, 452); this.panel6.TabIndex = 5; // + // 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"; + // // classicLabel15 // this.classicLabel15.Dock = System.Windows.Forms.DockStyle.Top; @@ -706,16 +729,6 @@ 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); @@ -733,6 +746,7 @@ this.Size = new System.Drawing.Size(959, 542); this.SizeChanged += new System.EventHandler(this.IE4HomePage_SizeChanged); this.panel1.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox16)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panel2.ResumeLayout(false); @@ -818,5 +832,6 @@ private Engine.UI.ClassicLabel classicLabel24; private System.Windows.Forms.PictureBox pictureBox15; private Engine.UI.ClassicLabel classicLabel25; + private System.Windows.Forms.PictureBox pictureBox16; } } diff --git a/Histacom2/OS/Win98/Win98Apps/WinClassicIE4.Designer.cs b/Histacom2/OS/Win98/Win98Apps/WinClassicIE4.Designer.cs index 451ec0c..34a75a1 100644 --- a/Histacom2/OS/Win98/Win98Apps/WinClassicIE4.Designer.cs +++ b/Histacom2/OS/Win98/Win98Apps/WinClassicIE4.Designer.cs @@ -1317,6 +1317,7 @@ this.Controls.Add(this.Panel14); this.Controls.Add(this.Panel1); this.Controls.Add(this.MenuStrip3); + this.MinimumSize = new System.Drawing.Size(650, 0); this.Name = "WinClassicIE4"; this.Size = new System.Drawing.Size(959, 644); this.Load += new System.EventHandler(this.TempIE4_Load); |
