1 write to _cancelButton
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\WizardForm.cs (1)
99
this.
_cancelButton
= new System.Windows.Forms.Button();
13 references to _cancelButton
System.Web.Entity.Design (13)
System\Data\WebControls\Design\Util\WizardForm.cs (13)
123
this._wizardButtonsTableLayoutPanel.Controls.Add(this.
_cancelButton
);
191
this.
_cancelButton
.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
192
this.
_cancelButton
.AutoSize = true;
193
this.
_cancelButton
.DialogResult = System.Windows.Forms.DialogResult.Cancel;
194
this.
_cancelButton
.Location = new System.Drawing.Point(242, 0);
195
this.
_cancelButton
.Margin = new System.Windows.Forms.Padding(0);
196
this.
_cancelButton
.MinimumSize = new System.Drawing.Size(75, 23);
197
this.
_cancelButton
.Name = "_cancelButton";
198
this.
_cancelButton
.TabIndex = 70;
199
this.
_cancelButton
.Click += new System.EventHandler(this.OnCancelButtonClick);
204
this.CancelButton = this.
_cancelButton
;
223
_cancelButton
.Text = Strings.CancelButton;
224
_cancelButton
.AccessibleName = Strings.CancelButtonAccessibleName;