1 write to _cancelButton
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (1)
157
this.
_cancelButton
= new System.Windows.Forms.Button();
14 references to _cancelButton
System.Web.Entity.Design (14)
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (14)
146
_cancelButton
.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
177
this.
_cancelButton
.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
178
this.
_cancelButton
.DialogResult = System.Windows.Forms.DialogResult.Cancel;
179
this.
_cancelButton
.Name = "_cancelButton";
180
this.
_cancelButton
.Click += new System.EventHandler(this.OnCancelButtonClick);
228
this.CancelButton = this.
_cancelButton
;
231
this.Controls.Add(this.
_cancelButton
);
274
_cancelButton
.Location = new Point(393, top + 6);
275
_cancelButton
.Size = new Size(75, 23);
276
top =
_cancelButton
.Bottom;
294
_cancelButton
.TabStop = true;
308
_cancelButton
.TabIndex = tabIndex += 10;
317
_cancelButton
.Text = Strings.CancelButton;
318
_cancelButton
.AccessibleName = Strings.CancelButtonAccessibleName;