1 write to BtnEdit
System.Web.Mobile (1)
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
1289
this.
BtnEdit
= new System.Windows.Forms.Button();
8 references to BtnEdit
System.Web.Mobile (8)
UI\MobileControls\Design\StyleSheetDesigner.cs (8)
835
_mergedUI.
BtnEdit
.Text = SR.GetString(SR.Stylesheet_EditBtnCaption);
836
_mergedUI.
BtnEdit
.Click += new EventHandler(this.OnClickEditStylesButton);
837
_mergedUI.
BtnEdit
.TabIndex = 3;
847
_mergedUI.
BtnEdit
.Location = new System.Drawing.Point(201, 39);
857
_mergedUI.
BtnEdit
.Location = new System.Drawing.Point(201, 39);
1301
this.
BtnEdit
.Location = new System.Drawing.Point(164, 39);
1302
this.
BtnEdit
.Size = new System.Drawing.Size(75, 23);
1307
this.
BtnEdit
,