1 write to _okButton
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (1)
156
this.
_okButton
= new System.Windows.Forms.Button();
12 references to _okButton
System.Web.Entity.Design (12)
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (12)
145
_okButton
.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
171
this.
_okButton
.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
172
this.
_okButton
.Name = "_okButton";
173
this.
_okButton
.Click += new System.EventHandler(this.OnOkButtonClick);
227
this.AcceptButton = this.
_okButton
;
232
this.Controls.Add(this.
_okButton
);
272
_okButton
.Location = new Point(313, top + 6);
273
_okButton
.Size = new Size(75, 23);
293
_okButton
.TabStop = true;
307
_okButton
.TabIndex = tabIndex += 10;
315
_okButton
.Text = Strings.OKButton;
316
_okButton
.AccessibleName = Strings.OKButtonAccessibleName;