diff options
| author | lempamo <[email protected]> | 2017-08-17 14:10:30 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-17 14:10:30 -0400 |
| commit | cba109cd8ae5203b5e393a15e7918eb6dce19a96 (patch) | |
| tree | 9cb7d978a7085710680246e5b9b73276d69b5b09 /TimeHACK.Main/OS/BIOS/BIOS.Designer.cs | |
| parent | 48fb80e89674127f89508ed2293cc591aaf6af4b (diff) | |
| download | histacom2-cba109cd8ae5203b5e393a15e7918eb6dce19a96.tar.gz histacom2-cba109cd8ae5203b5e393a15e7918eb6dce19a96.tar.bz2 histacom2-cba109cd8ae5203b5e393a15e7918eb6dce19a96.zip | |
IE4 is now IE3
Diffstat (limited to 'TimeHACK.Main/OS/BIOS/BIOS.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/BIOS/BIOS.Designer.cs | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/TimeHACK.Main/OS/BIOS/BIOS.Designer.cs b/TimeHACK.Main/OS/BIOS/BIOS.Designer.cs deleted file mode 100644 index 1e77eaa..0000000 --- a/TimeHACK.Main/OS/BIOS/BIOS.Designer.cs +++ /dev/null @@ -1,61 +0,0 @@ -namespace TimeHACK.OS.BIOS -{ - partial class BIOS - { - /// <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 Windows Form 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.BIOSConsole = new TimeHACK.OS.Win95.Win95Apps.WinClassicTerminal(true); - this.SuspendLayout(); - // - // BIOSConsole - // - this.BIOSConsole.Dock = System.Windows.Forms.DockStyle.Fill; - this.BIOSConsole.Location = new System.Drawing.Point(0, 0); - this.BIOSConsole.Name = "BIOSConsole"; - this.BIOSConsole.Size = new System.Drawing.Size(528, 305); - this.BIOSConsole.TabIndex = 0; - this.BIOSConsole.Load += new System.EventHandler(this.BIOSConsole_Load); - // - // BIOS - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(528, 305); - this.Controls.Add(this.BIOSConsole); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; - this.Name = "BIOS"; - this.Text = "BIOS"; - this.WindowState = System.Windows.Forms.FormWindowState.Maximized; - this.ResumeLayout(false); - - } - - #endregion - - public Win95.Win95Apps.WinClassicTerminal BIOSConsole; - } -}
\ No newline at end of file |
