1 write to _wizardButtonsTableLayoutPanel
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\WizardForm.cs (1)
93this._wizardButtonsTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
26 references to _wizardButtonsTableLayoutPanel
System.Web.Entity.Design (26)
System\Data\WebControls\Design\Util\WizardForm.cs (26)
101this._wizardButtonsTableLayoutPanel.SuspendLayout(); 107this._wizardButtonsTableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 108this._wizardButtonsTableLayoutPanel.AutoSize = true; 109this._wizardButtonsTableLayoutPanel.ColumnCount = 7; 110this._wizardButtonsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); 111this._wizardButtonsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 3F)); 112this._wizardButtonsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); 113this._wizardButtonsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 7F)); 114this._wizardButtonsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); 115this._wizardButtonsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 7F)); 116this._wizardButtonsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); 117this._wizardButtonsTableLayoutPanel.Controls.Add(this._previousButton); 118this._wizardButtonsTableLayoutPanel.Controls.Add(this._dummyLabel1); 119this._wizardButtonsTableLayoutPanel.Controls.Add(this._nextButton); 120this._wizardButtonsTableLayoutPanel.Controls.Add(this._dummyLabel2); 121this._wizardButtonsTableLayoutPanel.Controls.Add(this._finishButton); 122this._wizardButtonsTableLayoutPanel.Controls.Add(this._dummyLabel3); 123this._wizardButtonsTableLayoutPanel.Controls.Add(this._cancelButton); 124this._wizardButtonsTableLayoutPanel.Location = new System.Drawing.Point(205, 394); 125this._wizardButtonsTableLayoutPanel.Name = "_wizardButtonsTableLayoutPanel"; 126this._wizardButtonsTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 127this._wizardButtonsTableLayoutPanel.Size = new System.Drawing.Size(317, 20); 128this._wizardButtonsTableLayoutPanel.TabIndex = 100; 205this.Controls.Add(this._wizardButtonsTableLayoutPanel); 207this._wizardButtonsTableLayoutPanel.ResumeLayout(false); 208this._wizardButtonsTableLayoutPanel.PerformLayout();