Exemple #1
0
        //-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
        public void SetLayout()
        {
            ViewUtils.ExpandWidth(InventoryIDLabel, 3);
            ViewUtils.ExpandWidth(MachineStatesLogTable, 3);

            ViewUtils.ExpandWidth(HistoryGraph, 3);
            ViewUtils.ExpandHeight(HistoryGraph, 3);
        }
        //-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
        public void SetLayout()
        {
            ViewUtils.ExpandWidth(InventoryIDLabel, 3);
            ViewUtils.ExpandWidth(MachineNameLabel, 3);
            ViewUtils.ExpandWidth(DivisionLabel, 3);

            ViewUtils.ExpandWidth(MachinePhotosCollection, 2);
            ViewUtils.ExpandHeight(MachinePhotosCollection, 60);

            AddPhotoButton.Frame = new CGRect(0, MachinePhotosCollection.Frame.Bottom + 5, UIScreen.MainScreen.Bounds.Width, 50);
        }
Exemple #3
0
 //-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 public void SetLayout()
 {
     ViewUtils.ExpandWidth(FilterTable, 3);
     ViewUtils.ExpandHeight(FilterTable, 3);
 }
Exemple #4
0
 //-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 public void SetLayout()
 {
     ViewUtils.ExpandWidth(AttachedSensorsTable, 3);
     ViewUtils.ExpandWidth(AvailableSensorsTable, 3);
     ViewUtils.ExpandHeight(AvailableSensorsTable, 0);
 }