old mode 100755
new mode 100644
File was renamed from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/RoomDeviceGroupMenuControl.cs |
| | |
| | | using System.Text;
|
| | | using ZigBee.Device;
|
| | |
|
| | | namespace Shared.Phone.UserCenter
|
| | | namespace Shared.Phone |
| | | {
|
| | | /// <summary>
|
| | | /// 房间组合或者设备组合的菜单控件(完成初始化后,会根据默认选择调用回调函数)
|
| | |
| | | //弄个空的进去占位置
|
| | | var frameTemp = new FrameLayout();
|
| | | frameTemp.Height = this.Height;
|
| | | frameTemp.Width = ControlCommonResourse.XXLeft / 2;
|
| | | frameTemp.Width = HdlControlResourse.XXLeft / 2; |
| | | scrolContr.AddChidren(frameTemp);
|
| | |
|
| | | var btnTempWidth = new ButtonBase();
|