| | |
| | | string showedFunctionRoomId = "0"; |
| | | List<Function> unallocatedList = new List<Function>(); |
| | | List<Function> allocatedList = new List<Function>(); |
| | | /// <summary> |
| | | /// 被修改数据的功能列表,在需要保存的时候再保存数据 |
| | | /// </summary> |
| | | List<Function> changeList = new List<Function>(); |
| | | #endregion |
| | | |
| | | public RoomEditFunctionPage(Room r) |
| | |
| | | |
| | | LoadEventList(); |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 显示功能Row |
| | |
| | | var btnFunctionFloorName = new Button() |
| | | { |
| | | X = btnFunctionIcon.Right + Application.GetRealWidth(12), |
| | | Y = Application.GetRealHeight(50), |
| | | Y = Application.GetRealHeight(30), |
| | | Width = Application.GetRealWidth(200), |
| | | Height = Application.GetRealHeight(20), |
| | | Text = function.GetRoomListName(), |