aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/ShiftOS/Apps/Terminal.Designer.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-10-14 16:23:41 +0100
committerAlex-TIMEHACK <[email protected]>2017-10-14 16:23:41 +0100
commit59a7eabcbe37d44a1cd4a9b742ce99f423a42ff7 (patch)
tree1c5b03e138a79947ad4c2935c7d8ffd73eb8a420 /ShiftOS.Main/ShiftOS/Apps/Terminal.Designer.cs
parentf2ed0c673c2d3f0e021b0307a22792af66fd217d (diff)
downloadshiftos-rewind-59a7eabcbe37d44a1cd4a9b742ce99f423a42ff7.tar.gz
shiftos-rewind-59a7eabcbe37d44a1cd4a9b742ce99f423a42ff7.tar.bz2
shiftos-rewind-59a7eabcbe37d44a1cd4a9b742ce99f423a42ff7.zip
Done like a few things but I need to update so....
Diffstat (limited to 'ShiftOS.Main/ShiftOS/Apps/Terminal.Designer.cs')
-rw-r--r--ShiftOS.Main/ShiftOS/Apps/Terminal.Designer.cs65
1 files changed, 65 insertions, 0 deletions
diff --git a/ShiftOS.Main/ShiftOS/Apps/Terminal.Designer.cs b/ShiftOS.Main/ShiftOS/Apps/Terminal.Designer.cs
new file mode 100644
index 0000000..e92cdb4
--- /dev/null
+++ b/ShiftOS.Main/ShiftOS/Apps/Terminal.Designer.cs
@@ -0,0 +1,65 @@
+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.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
+
+ private System.Windows.Forms.RichTextBox termmain;
+ }
+}