aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/BIOS/BIOS.Designer.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-06-20 17:21:27 -0400
committerlempamo <[email protected]>2017-06-20 17:21:27 -0400
commitfc728100a39bff88215b0b21602afbda9ff6b00b (patch)
tree5d99edd1c5320dc47872a829306a02641577543c /TimeHACK.Main/OS/BIOS/BIOS.Designer.cs
parente83df06641d130fb979b562ab74e284f5952c9e0 (diff)
parentffc4a480f23e38d58a3b4c940e3045237835a342 (diff)
downloadhistacom2-fc728100a39bff88215b0b21602afbda9ff6b00b.tar.gz
histacom2-fc728100a39bff88215b0b21602afbda9ff6b00b.tar.bz2
histacom2-fc728100a39bff88215b0b21602afbda9ff6b00b.zip
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
Diffstat (limited to 'TimeHACK.Main/OS/BIOS/BIOS.Designer.cs')
-rw-r--r--TimeHACK.Main/OS/BIOS/BIOS.Designer.cs61
1 files changed, 61 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/BIOS/BIOS.Designer.cs b/TimeHACK.Main/OS/BIOS/BIOS.Designer.cs
new file mode 100644
index 0000000..ec89495
--- /dev/null
+++ b/TimeHACK.Main/OS/BIOS/BIOS.Designer.cs
@@ -0,0 +1,61 @@
+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();
+ 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