diff options
| author | Trey <32907415+TheEdgeNK@users.noreply.github.com> | 2018-08-25 18:14:38 -0400 |
|---|---|---|
| committer | Trey <32907415+TheEdgeNK@users.noreply.github.com> | 2018-08-25 18:14:38 -0400 |
| commit | e33bb991f88ef5e60576da69b8dd82b1ffa670fc (patch) | |
| tree | a5aa5f375808d5df8f7783aee0c09b6a57244bf8 /Project Ports/Programs/Terminal.Designer.cs | |
| parent | e4df929fe95c2140f7867b206aedb33382688ac0 (diff) | |
| download | Project-Silicon-e33bb991f88ef5e60576da69b8dd82b1ffa670fc.tar.gz Project-Silicon-e33bb991f88ef5e60576da69b8dd82b1ffa670fc.tar.bz2 Project-Silicon-e33bb991f88ef5e60576da69b8dd82b1ffa670fc.zip | |
Some updates
Diffstat (limited to 'Project Ports/Programs/Terminal.Designer.cs')
| -rw-r--r-- | Project Ports/Programs/Terminal.Designer.cs | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/Project Ports/Programs/Terminal.Designer.cs b/Project Ports/Programs/Terminal.Designer.cs new file mode 100644 index 0000000..48e3ee4 --- /dev/null +++ b/Project Ports/Programs/Terminal.Designer.cs @@ -0,0 +1,67 @@ +namespace Project_Ports +{ + 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.textBox1 = new System.Windows.Forms.TextBox(); + this.SuspendLayout(); + // + // textBox1 + // + this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.textBox1.BackColor = System.Drawing.Color.Black; + this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.textBox1.Font = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.textBox1.ForeColor = System.Drawing.Color.White; + this.textBox1.Location = new System.Drawing.Point(0, 0); + this.textBox1.Multiline = true; + this.textBox1.Name = "textBox1"; + this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; + this.textBox1.Size = new System.Drawing.Size(456, 337); + this.textBox1.TabIndex = 0; + // + // Terminal + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.Controls.Add(this.textBox1); + this.Name = "Terminal"; + this.Size = new System.Drawing.Size(456, 337); + this.Load += new System.EventHandler(this.Terminal_Load); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.TextBox textBox1; + } +} |
