From cba109cd8ae5203b5e393a15e7918eb6dce19a96 Mon Sep 17 00:00:00 2001 From: lempamo Date: Thu, 17 Aug 2017 14:10:30 -0400 Subject: IE4 is now IE3 --- TimeHACK.Main/OS/BIOS/BIOS.Designer.cs | 61 ---------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 TimeHACK.Main/OS/BIOS/BIOS.Designer.cs (limited to 'TimeHACK.Main/OS/BIOS/BIOS.Designer.cs') 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 - { - /// - /// Required designer variable. - /// - private System.ComponentModel.IContainer components = null; - - /// - /// Clean up any resources being used. - /// - /// true if managed resources should be disposed; otherwise, false. - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Windows Form Designer generated code - - /// - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// - 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 -- cgit v1.2.3