1 write to CmdCancel
System.Web.Mobile (1)
UI\MobileControls\Design\Util\DefaultDialogButtons.cs (1)
60
this.
CmdCancel
= new System.Windows.Forms.Button();
6 references to CmdCancel
System.Web.Mobile (6)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (2)
204
_dialogButtons.
CmdCancel
.Click += new EventHandler(OnClickCancel);
306
this.CancelButton = _dialogButtons.
CmdCancel
;
UI\MobileControls\Design\Util\DefaultDialogButtons.cs (4)
44
CmdCancel
.Text = SR.GetString(SR.GenericDialog_CancelBtnCaption);
65
CmdCancel
.Location = new System.Drawing.Point(162, 0);
66
CmdCancel
.Size = new System.Drawing.Size(75, 23);
69
this.Controls.Add(
CmdCancel
);