public void ShowPanel()
        {
            this.UpdateConfig();

            this.tableLayoutPanel1.SuspendLayout();
            parent.SuspendLayout();
            parent.AcceptButton        = this.CreateButton;
            parent.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            parent.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            parent.CancelButton        = this.AbortButton;
            parent.ClientSize          = new System.Drawing.Size(598, 254);
            parent.Controls.Add(this.tableLayoutPanel1);
            parent.Icon = global::MatlabInputForm.Properties.Resources.matlab_logo;
            parent.Name = "ImportReviewForm";
            parent.Text = "MEX Function Wizard - Import Review";
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            parent.ResumeLayout(false);
        }
 public void ShowPanel()
 {
     this.tableLayoutPanel1.SuspendLayout();
     this.PlatformBox.SuspendLayout();
     this.ArrayDimsBox.SuspendLayout();
     this.ComplexBox.SuspendLayout();
     this.GraphicsBox.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.LanguageBox.SuspendLayout();
     this.APIBox.SuspendLayout();
     parent.SuspendLayout();
     parent.AcceptButton        = this.NextButton;
     parent.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     parent.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     parent.CancelButton        = this.AbortButton;
     parent.ClientSize          = new System.Drawing.Size(598, 123);
     parent.Controls.Add(this.flowLayoutPanel1);
     parent.Controls.Add(this.tableLayoutPanel1);
     parent.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     parent.Icon            = global::MatlabInputForm.Properties.Resources.matlab_logo;
     parent.Name            = "APIForm";
     parent.Text            = "MEX Function Wizard";
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.PlatformBox.ResumeLayout(false);
     this.PlatformBox.PerformLayout();
     this.ArrayDimsBox.ResumeLayout(false);
     this.ArrayDimsBox.PerformLayout();
     this.ComplexBox.ResumeLayout(false);
     this.ComplexBox.PerformLayout();
     this.GraphicsBox.ResumeLayout(false);
     this.GraphicsBox.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.LanguageBox.ResumeLayout(false);
     this.LanguageBox.PerformLayout();
     this.APIBox.ResumeLayout(false);
     this.APIBox.PerformLayout();
     parent.ResumeLayout(false);
 }