Habanero.Faces.Win.WizardFormWin.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.SuspendLayout();
            // 
            // _uxWizardControl
            // 
            this._uxWizardControl.Dock = DockStyle.Fill;
            this._uxWizardControl.Location = new System.Drawing.Point(0, 0);
            this._uxWizardControl.Name = "_uxWizardControl";
            this._uxWizardControl.Size = new System.Drawing.Size(990, 700);
            this._uxWizardControl.TabIndex = 0;
            this._uxWizardControl.WizardController = null;
            // 
            // WizardForm
            // 
            //this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            //this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1200, 900);
            this.Controls.Add(this._uxWizardControl);
            this.Name = "WizardForm";
            this.Text = "WizardForm";
            this.ResumeLayout(false);

        }