diff options
| author | FloppyDiskDrive <ibmpcdos5@gmail.com> | 2017-09-18 16:43:40 -0500 |
|---|---|---|
| committer | FloppyDiskDrive <ibmpcdos5@gmail.com> | 2017-09-18 16:43:40 -0500 |
| commit | 3188a4eac09bbcfb1dffaa2e001f1f76137ed1ac (patch) | |
| tree | 28c7cfc42927d9c340a5f17048a024227358fc5f /Histacom2/OS/Win98/Win98Apps/IE4Sites/IENoPage.Designer.cs | |
| parent | 7f5d0c3915d178e4d412a0b1a9b48baf058b2afc (diff) | |
| parent | 92495924b688faf93d37929a8dab27554ac78e4f (diff) | |
| download | histacom2-3188a4eac09bbcfb1dffaa2e001f1f76137ed1ac.tar.gz histacom2-3188a4eac09bbcfb1dffaa2e001f1f76137ed1ac.tar.bz2 histacom2-3188a4eac09bbcfb1dffaa2e001f1f76137ed1ac.zip | |
Merge branch 'master' of https://github.com/IBMPCDOS5/Histacom2
Diffstat (limited to 'Histacom2/OS/Win98/Win98Apps/IE4Sites/IENoPage.Designer.cs')
| -rw-r--r-- | Histacom2/OS/Win98/Win98Apps/IE4Sites/IENoPage.Designer.cs | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/Histacom2/OS/Win98/Win98Apps/IE4Sites/IENoPage.Designer.cs b/Histacom2/OS/Win98/Win98Apps/IE4Sites/IENoPage.Designer.cs new file mode 100644 index 0000000..9431270 --- /dev/null +++ b/Histacom2/OS/Win98/Win98Apps/IE4Sites/IENoPage.Designer.cs @@ -0,0 +1,61 @@ +namespace Histacom2.OS.Win98.Win98Apps.IE4Sites +{ + partial class IENoPage + { + /// <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.pictureBox1 = new System.Windows.Forms.PictureBox(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); + this.SuspendLayout(); + // + // pictureBox1 + // + this.pictureBox1.Image = global::Histacom2.Properties.Resources.nopage; + this.pictureBox1.Location = new System.Drawing.Point(0, 0); + this.pictureBox1.Name = "pictureBox1"; + this.pictureBox1.Size = new System.Drawing.Size(406, 538); + this.pictureBox1.TabIndex = 0; + this.pictureBox1.TabStop = false; + // + // IENoPage + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.BackColor = System.Drawing.Color.White; + this.Controls.Add(this.pictureBox1); + this.Name = "IENoPage"; + this.Size = new System.Drawing.Size(959, 541); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.PictureBox pictureBox1; + } +} |
