Exemple #1
0
 /// <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 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);
 }
		/// <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 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);

		}