| | |
| | | //添加楼层
|
| | | var btnAddFloor = frameFloor.AddMostRightEmptyIcon(69, 69);
|
| | | frameFloor.ChangedChidrenBindMode(btnAddFloor, ChidrenBindMode.NotBind);
|
| | | btnAddFloor.Y = Application.GetRealHeight(46);
|
| | | btnAddFloor.btnIcon.Y = Application.GetRealHeight(46);
|
| | | btnAddFloor.UnSelectedImagePath = "Item/Add.png";
|
| | | btnAddFloor.ButtonClickEvent += (sender, e) =>
|
| | | {
|
| | |
| | | btnIcon.InitControl();
|
| | | btnIcon.ButtonClickEvent += ((sender, e) =>
|
| | | {
|
| | | var frame = new TopRightMenuControl(this, 1);
|
| | | var frame = new TopRightMenuControl(1);
|
| | | //删除住宅
|
| | | frame.AddRowMenu(Language.StringByID(R.MyInternationalizationString.uDeleteResidence), "Item/DeleteIcon2.png", "Item/DeleteIcon2Selected.png", () =>
|
| | | {
|