TextEditor2.Forms.TagErrorHandler.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            this.ErrorTextBox = new System.Windows.Forms.RichTextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.ErrorDescription = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // ErrorTextBox
            // 
            this.ErrorTextBox.Location = new System.Drawing.Point(12, 64);
            this.ErrorTextBox.Name = "ErrorTextBox";
            this.ErrorTextBox.Size = new System.Drawing.Size(259, 96);
            this.ErrorTextBox.TabIndex = 0;
            this.ErrorTextBox.Text = "";
            // 
            // button1
            // 
            this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.button1.Location = new System.Drawing.Point(197, 166);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 1;
            this.button1.Text = "Continue";
            this.button1.UseVisualStyleBackColor = true;
            // 
            // ErrorDescription
            // 
            this.ErrorDescription.AutoSize = true;
            this.ErrorDescription.Location = new System.Drawing.Point(9, 18);
            this.ErrorDescription.Name = "ErrorDescription";
            this.ErrorDescription.Size = new System.Drawing.Size(37, 13);
            this.ErrorDescription.TabIndex = 2;
            this.ErrorDescription.Text = "debug";
            // 
            // TagErrorHandler
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(284, 201);
            this.Controls.Add(this.ErrorDescription);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.ErrorTextBox);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "TagErrorHandler";
            this.Text = "TagErrorHandler";
            this.ResumeLayout(false);
            this.PerformLayout();

        }