1 write to _btnOK
System.Web.Mobile (1)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
153
_btnOK
= new Button();
8 references to _btnOK
System.Web.Mobile (8)
UI\MobileControls\Design\StylesEditorDialog.cs (8)
301
_btnOK
.DialogResult = DialogResult.OK;
302
_btnOK
.Location = new System.Drawing.Point(282, 370);
303
_btnOK
.Size = new System.Drawing.Size(75, 23);
304
_btnOK
.TabIndex = 16;
305
_btnOK
.Text = SR.GetString(SR.GenericDialog_OKBtnCaption);
306
_btnOK
.Click += new EventHandler(this.OnClickOKButton);
323
this.AcceptButton =
_btnOK
;
344
_btnOK
,