aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/Terminal.Designer.cs
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2018-05-19 15:54:58 -0400
committerAlee14 <Alee14498@gmail.com>2018-05-19 15:54:58 -0400
commitfeb9922b968aad01e9f40fc5832c4890abf0ece7 (patch)
tree4ee35cdb6f50366f3ec82de2136a0b9fcd6b34c1 /Project Ports/Terminal.Designer.cs
parenteaf78c1440b0528233a1e049cb5062e526a4bd92 (diff)
downloadProject-Silicon-feb9922b968aad01e9f40fc5832c4890abf0ece7.tar.gz
Project-Silicon-feb9922b968aad01e9f40fc5832c4890abf0ece7.tar.bz2
Project-Silicon-feb9922b968aad01e9f40fc5832c4890abf0ece7.zip
things
Diffstat (limited to 'Project Ports/Terminal.Designer.cs')
-rw-r--r--Project Ports/Terminal.Designer.cs35
1 files changed, 7 insertions, 28 deletions
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
{
- /// <summary>
+ /// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
- /// <summary>
+ /// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
@@ -20,47 +20,26 @@
base.Dispose(disposing);
}
- #region Windows Form Designer generated code
+ #region Component Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
+ /// <summary>
+ /// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
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
+}