ARCed.Controls.EventTextBox.InitializeComponent C# (CSharp) Метод

InitializeComponent() приватный Метод

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
Результат void
		private void InitializeComponent()
		{
			this.SuspendLayout();
			// 
			// EventTextBox
			// 
			this.BackColor = System.Drawing.SystemColors.Window;
			this.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.ReadOnly = true;
			this.Click += new System.EventHandler(this.EventTextBoxClick);
			this.DoubleClick += new System.EventHandler(this.EventTextBoxDoubleClick);
			this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.EventTextBoxKeyDown);
			this.ResumeLayout(false);

		}