old mode 100755
new mode 100644
| | |
| | | /// <summary> |
| | | /// 默认选中是房间时:全部区域 |
| | | /// </summary> |
| | | private Entity.Room selectedRoom = new Entity.Room { uid = Language.StringByID(StringId.allAreas) }; |
| | | private Entity.Room selectedRoom = new Entity.Room { roomId ="6688" }; |
| | | /// <summary> |
| | | /// 表示是(条件/目标) |
| | | /// </summary> |
| | |
| | | |
| | | FrameLayout bghFrameLyout = new FrameLayout |
| | | { |
| | | X = Application.GetRealWidth(10), |
| | | X = Application.GetRealWidth(118), |
| | | Y = Application.GetRealHeight(103), |
| | | Width = Application.GetRealWidth(160), |
| | | Height = Application.GetRealHeight(21 + 44), |