1 write to _lblType
System.Web.Mobile (1)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
225
this.
_lblType
= new System.Windows.Forms.Label();
5 references to _lblType
System.Web.Mobile (5)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (5)
89
_lblType
.Text = SR.GetString(SR.DeviceFilterEditorDialog_TypeTxt);
105
this.
_lblType
.TabIndex = tabOffset++;
264
this.
_lblType
.Location = new System.Drawing.Point(0, 4);
265
this.
_lblType
.Size = new System.Drawing.Size(211, 16);
300
this.
_lblType
});