1 write to BtnAdd
System.Web.Mobile (1)
UI\MobileControls\Design\Util\EditableTreeList.cs (1)
56
this.
BtnAdd
= new System.Windows.Forms.Button();
13 references to BtnAdd
System.Web.Mobile (13)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (2)
118
_filterList.
BtnAdd
.Text = SR.GetString(SR.DeviceFilterEditorDialog_NewDeviceFilter);
196
_filterList.
BtnAdd
.Click += new EventHandler(OnClickAddButton);
UI\MobileControls\Design\ListComponentEditorPage.cs (2)
58
TreeList.
BtnAdd
.Text = AddButtonTitle;
63
TreeList.
BtnAdd
.Click += new EventHandler(OnClickAddButton);
UI\MobileControls\Design\Util\EditableTreeList.cs (9)
103
BtnAdd
.AccessibleName = SR.GetString(SR.EditableTreeList_AddName);
104
BtnAdd
.AccessibleDescription = SR.GetString(SR.EditableTreeList_AddDescription);
105
BtnAdd
.Name = SR.GetString(SR.EditableTreeList_AddName);
106
BtnAdd
.Location = new System.Drawing.Point(0, 168);
107
BtnAdd
.Size = new System.Drawing.Size(178, 25);
108
BtnAdd
.Anchor = AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
121
this.Controls.Add(
BtnAdd
);
143
BtnAdd
.Visible = false;
144
int offset = 4 +
BtnAdd
.Height;