old mode 100644
new mode 100755
| | |
| | | };
|
| | |
|
| | | //获取楼层
|
| | | if (this.curFloorId == string.Empty) |
| | | { |
| | | this.curFloorId = Config.Instance.Home.CurrentFloorId; |
| | | if (this.curFloorId == string.Empty)
|
| | | {
|
| | | this.curFloorId = Config.Instance.Home.CurrentFloorId;
|
| | | }
|
| | | var dicFloor = HdlRoomLogic.Current.GetFloorSortList();
|
| | | if (dicFloor.Count == 0)
|
| | |
| | | private void InitRoomCardControl(int XX, int YY)
|
| | | {
|
| | | //桌布控件
|
| | | var frameBack = new FrameLayoutControl();
|
| | | var frameBack = new FrameLayoutStatuControl();
|
| | | frameBack.X = XX;
|
| | | frameBack.Y = YY;
|
| | | frameBack.Width = this.GetPictrueRealSize(495);
|