/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.SuspendLayout(); // // shellTextBox3 // this.shellTextBox1 = new ShellTextBox(); this.shellTextBox1.AcceptsReturn = true; this.shellTextBox1.AcceptsTab = true; this.shellTextBox1.BackColor = System.Drawing.Color.Black; this.shellTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.shellTextBox1.ForeColor = System.Drawing.Color.LawnGreen; this.shellTextBox1.Location = new System.Drawing.Point(0, 0); this.shellTextBox1.MaxLength = 0; this.shellTextBox1.Multiline = true; this.shellTextBox1.Name = "shellTextBox3"; this.shellTextBox1.Prompt = ">>>"; this.shellTextBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.shellTextBox1.Size = new System.Drawing.Size(232, 216); this.shellTextBox1.TabIndex = 0; this.shellTextBox1.TextChanged += new System.EventHandler(this.shellTextBox3_TextChanged); // // ShellControl // this.Controls.Add(this.shellTextBox1); this.Name = "ShellControl"; this.Size = new System.Drawing.Size(232, 216); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.shellTextBox = new UILibrary.ShellTextBox(); this.SuspendLayout(); // // shellTextBox // this.shellTextBox.AcceptsReturn = true; this.shellTextBox.AcceptsTab = true; this.shellTextBox.BackColor = System.Drawing.Color.Black; this.shellTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.shellTextBox.ForeColor = System.Drawing.Color.LawnGreen; this.shellTextBox.Location = new System.Drawing.Point(0, 0); this.shellTextBox.Multiline = true; this.shellTextBox.Name = "shellTextBox"; this.shellTextBox.Prompt = ">>>"; this.shellTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.shellTextBox.BackColor = System.Drawing.Color.Black; this.shellTextBox.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.shellTextBox.ForeColor = System.Drawing.Color.LawnGreen; this.shellTextBox.Size = new System.Drawing.Size(232, 216); this.shellTextBox.TabIndex = 0; this.shellTextBox.Text = ""; // // ShellControl // this.Controls.Add(this.shellTextBox); this.Name = "ShellControl"; this.Size = new System.Drawing.Size(232, 216); this.ResumeLayout(false); }