| | |
| | | }; |
| | | bodyFrameLayout.AddChidren(verticalScrolView); |
| | | |
| | | var confirm = new Device.CommonForm.CompleteButton(1700, 700, 127); |
| | | var confirm = new Device.CommonForm.CompleteButton(1700, 900, 127); |
| | | confirm.SetTitle(R.MyInternationalizationString.Save); |
| | | AddChidren(confirm); |
| | | confirm.MouseUpEventHandler += (sender, e) => |
| | |
| | | selectDeviceAction?.Invoke(tempDevice); |
| | | } |
| | | }; |
| | | |
| | | var deviceList = GetTemperatrueDevices(); |
| | | for (int i = 0; i < deviceList.Count; i++) |
| | | { |
| | |
| | | verticalScrolView.AddChidren(devRow); |
| | | devRow.Init(); |
| | | devRow.SetIcon(device.IconPath); |
| | | devRow.SetName(device.DeviceName); |
| | | devRow.SetZone(room.FloorName + ", " + room.Name); |
| | | devRow.SetName(Common.LocalDevice.Current.GetDeviceEpointName(device)); |
| | | devRow.SetZone(Common.Room.CurrentRoom.GetRoomNameByDevice(device)); |
| | | |
| | | if(tempDevice!=null && tempDevice==device) |
| | | { |