1 write to _pnlMain
System.Web.Mobile (1)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
220
this.
_pnlMain
= new System.Windows.Forms.Panel();
6 references to _pnlMain
System.Web.Mobile (6)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (6)
94
this.
_pnlMain
.TabIndex = tabOffset++;
249
this.
_pnlMain
.Controls.AddRange(new System.Windows.Forms.Control[] {this._dialogButtons,
252
this.
_pnlMain
.Location = new System.Drawing.Point(6, 27);
253
this.
_pnlMain
.Size = new System.Drawing.Size(434, 253);
254
this.
_pnlMain
.Anchor = (System.Windows.Forms.AnchorStyles.Bottom
307
this.Controls.AddRange(new System.Windows.Forms.Control[] {this._pnlHeader, this.
_pnlMain
});