12 references to X
System.Web.Mobile (12)
UI\MobileControls\Design\ListItemsPage.cs (3)
114
lblValue.SetBounds(
X
, Y, 134, LabelHeight);
121
_txtValue.SetBounds(
X
, Y, 134, CmbHeight);
140
_ckbSelected.SetBounds(
X
, Y, 134, LabelHeight);
UI\MobileControls\Design\ObjectListCommandsPage.cs (2)
85
lblText.SetBounds(
X
, Y, ControlWidth, LabelHeight);
92
_txtText.SetBounds(
X
, Y, ControlWidth, CmbHeight);
UI\MobileControls\Design\ObjectListFieldsPage.cs (7)
99
lblDataField.SetBounds(
X
, Y, ControlWidth, LabelHeight);
105
_cmbDataField.SetBounds(
X
, Y, ControlWidth, CmbHeight);
115
lblDataFormatString.SetBounds(
X
, Y, ControlWidth, LabelHeight);
121
_txtDataFormatString.SetBounds(
X
, Y, ControlWidth, CmbHeight);
127
lblTitle.SetBounds(
X
, Y, ControlWidth, LabelHeight);
133
_txtTitle.SetBounds(
X
, Y, ControlWidth, CmbHeight);
138
_ckbVisible.SetBounds(
X
, Y, ControlWidth, CmbHeight);