UI\MobileControls\Design\ObjectListCommandsPage.cs (5)
77grplblCommandList.SetBounds(4, 4, 392, LabelHeight);
85lblText.SetBounds(X, Y, ControlWidth, LabelHeight);
91Y += LabelHeight;
97grplblData.SetBounds(4, 238, 392, LabelHeight);
103lblDefaultCommand.SetBounds(8, 260, 182, LabelHeight);
UI\MobileControls\Design\ObjectListFieldsPage.cs (8)
84_ckbAutoGenerateFields.SetBounds(4, 4, 396, LabelHeight);
91grplblFieldList.SetBounds(4, 32, 392, LabelHeight);
99lblDataField.SetBounds(X, Y, ControlWidth, LabelHeight);
104Y += LabelHeight;
115lblDataFormatString.SetBounds(X, Y, ControlWidth, LabelHeight);
120Y += LabelHeight;
127lblTitle.SetBounds(X, Y, ControlWidth, LabelHeight);
132Y += LabelHeight;