1 write to okBtn
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
157
this.
okBtn
= new System.Windows.Forms.Button();
12 references to okBtn
System.Windows.Forms (12)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (12)
102
okBtn
.Text = SR.GetString(SR.ExDlgOk);
227
this.buttonTableLayoutPanel.Controls.Add(this.
okBtn
, 1, 0);
238
this.
okBtn
.AutoSize = true;
239
this.
okBtn
.DialogResult = System.Windows.Forms.DialogResult.OK;
240
this.
okBtn
.Location = new System.Drawing.Point(131, 3);
241
this.
okBtn
.Name = "okBtn";
242
this.
okBtn
.Size = new System.Drawing.Size(75, 23);
243
this.
okBtn
.TabIndex = 1;
244
this.
okBtn
.Click += new System.EventHandler(this.OnButtonClick);
288
this.AcceptButton = this.
okBtn
;
326
detailsBtn.Height =
okBtn
.Height;
347
okBtn
.Focus();