From e3f1bad5eb58debc504d90b1413f299949b8e987 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sat, 19 May 2018 23:12:12 -0400 Subject: help D: --- Project Ports/Terminal.Designer.cs | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'Project Ports/Terminal.Designer.cs') diff --git a/Project Ports/Terminal.Designer.cs b/Project Ports/Terminal.Designer.cs index d254912..9da4629 100644 --- a/Project Ports/Terminal.Designer.cs +++ b/Project Ports/Terminal.Designer.cs @@ -28,18 +28,39 @@ /// 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.ResumeLayout(false); + this.PerformLayout(); } #endregion + + private System.Windows.Forms.TextBox textBox1; } } -- cgit v1.2.3