aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/MainGame/Apps/Terminal.Designer.cs
diff options
context:
space:
mode:
authorRichie Moch <[email protected]>2018-12-22 15:24:55 -0600
committerRichie Moch <[email protected]>2018-12-22 15:24:55 -0600
commitd94c79dbf5183230e5fd3342848408f776de60ea (patch)
treee679a6ebd541e4c84ef39fdc2af78229eebea363 /ShiftOS.Main/MainGame/Apps/Terminal.Designer.cs
parent9d9958e18bda9142cb118f13332f2649a530f27f (diff)
downloadshiftos-rewind-d94c79dbf5183230e5fd3342848408f776de60ea.tar.gz
shiftos-rewind-d94c79dbf5183230e5fd3342848408f776de60ea.tar.bz2
shiftos-rewind-d94c79dbf5183230e5fd3342848408f776de60ea.zip
Various changes, began working on the texture skinning.
Diffstat (limited to 'ShiftOS.Main/MainGame/Apps/Terminal.Designer.cs')
-rw-r--r--ShiftOS.Main/MainGame/Apps/Terminal.Designer.cs66
1 files changed, 66 insertions, 0 deletions
diff --git a/ShiftOS.Main/MainGame/Apps/Terminal.Designer.cs b/ShiftOS.Main/MainGame/Apps/Terminal.Designer.cs
new file mode 100644
index 0000000..a746456
--- /dev/null
+++ b/ShiftOS.Main/MainGame/Apps/Terminal.Designer.cs
@@ -0,0 +1,66 @@
+namespace ShiftOS.Main.ShiftOS.Apps
+{
+ partial class Terminal
+ {
+ /// <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.termmain = new System.Windows.Forms.RichTextBox();
+ this.SuspendLayout();
+ //
+ // termmain
+ //
+ this.termmain.BackColor = System.Drawing.Color.Black;
+ this.termmain.BorderStyle = System.Windows.Forms.BorderStyle.None;
+ this.termmain.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.termmain.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.termmain.ForeColor = System.Drawing.Color.White;
+ this.termmain.Location = new System.Drawing.Point(0, 0);
+ this.termmain.Name = "termmain";
+ this.termmain.Size = new System.Drawing.Size(476, 394);
+ this.termmain.TabIndex = 0;
+ this.termmain.Text = "";
+ this.termmain.SelectionChanged += new System.EventHandler(this.termmain_SelectionChanged);
+ this.termmain.TextChanged += new System.EventHandler(this.termmain_TextChanged);
+ this.termmain.KeyDown += new System.Windows.Forms.KeyEventHandler(this.termmain_KeyDown);
+ //
+ // Terminal
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.Controls.Add(this.termmain);
+ this.Name = "Terminal";
+ this.Size = new System.Drawing.Size(476, 394);
+ this.Load += new System.EventHandler(this.Terminal_Load);
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ public System.Windows.Forms.RichTextBox termmain;
+ }
+}