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