1 write to CmdOK
System.Web.Mobile (1)
UI\MobileControls\Design\Util\DefaultDialogButtons.cs (1)
59
this.
CmdOK
= new System.Windows.Forms.Button();
6 references to CmdOK
System.Web.Mobile (6)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (2)
203
_dialogButtons.
CmdOK
.Click += new EventHandler(OnClickOK);
305
this.AcceptButton = _dialogButtons.
CmdOK
;
UI\MobileControls\Design\Util\DefaultDialogButtons.cs (4)
43
CmdOK
.Text = SR.GetString(SR.GenericDialog_OKBtnCaption);
62
CmdOK
.Location = new System.Drawing.Point(81, 0);
63
CmdOK
.Size = new System.Drawing.Size(75, 23);
68
this.Controls.Add(
CmdOK
);