From feb9922b968aad01e9f40fc5832c4890abf0ece7 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sat, 19 May 2018 15:54:58 -0400 Subject: things --- Project Ports/Terminal.Designer.cs | 35 +++++++---------------------------- 1 file changed, 7 insertions(+), 28 deletions(-) (limited to 'Project Ports/Terminal.Designer.cs') diff --git a/Project Ports/Terminal.Designer.cs b/Project Ports/Terminal.Designer.cs index 2d96296..d254912 100644 --- a/Project Ports/Terminal.Designer.cs +++ b/Project Ports/Terminal.Designer.cs @@ -2,12 +2,12 @@ { partial class Terminal { - /// + /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; - /// + /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. @@ -20,47 +20,26 @@ base.Dispose(disposing); } - #region Windows Form Designer generated code + #region Component Designer generated code - /// - /// Required method for Designer support - do not modify + /// + /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { - this.txtTerminal = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // - // txtTerminal - // - this.txtTerminal.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.txtTerminal.BackColor = System.Drawing.Color.Black; - this.txtTerminal.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.txtTerminal.Font = new System.Drawing.Font("Lucida Console", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtTerminal.ForeColor = System.Drawing.Color.White; - this.txtTerminal.Location = new System.Drawing.Point(1, 0); - this.txtTerminal.Multiline = true; - this.txtTerminal.Name = "txtTerminal"; - this.txtTerminal.Size = new System.Drawing.Size(555, 320); - this.txtTerminal.TabIndex = 0; - // // Terminal // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(558, 321); - this.Controls.Add(this.txtTerminal); this.Name = "Terminal"; - this.Text = "Terminal"; + this.Size = new System.Drawing.Size(456, 337); this.ResumeLayout(false); - this.PerformLayout(); } #endregion - - private System.Windows.Forms.TextBox txtTerminal; } -} \ No newline at end of file +} -- cgit v1.2.3