Habanero.Faces.Win.MessageWizardStepWin.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._uxMessageLabel = new Label();
            this.SuspendLayout();
            // 
            // _uxMessageLabel
            // 
            this._uxMessageLabel.Location = new System.Drawing.Point(3, 10);
            this._uxMessageLabel.Name = "_uxMessageLabel";
            this._uxMessageLabel.Size = new System.Drawing.Size(303, 123);
            this._uxMessageLabel.TabIndex = 0;
            this._uxMessageLabel.Text = "Please replace this message";
            // 
            // MessageWizardStep
            // 
            //this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            //this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this._uxMessageLabel);
            this.Name = "MessageWizardStep";
            this.Size = new System.Drawing.Size(322, 300);
            this.ResumeLayout(false);

        }