| | |
| | | #endregion |
| | | break; |
| | | case ShowFunction.DoorLock: |
| | | functionCount = FunctionList.List.GetDoorLockList().Count; |
| | | functionOnCount = 1; |
| | | break; |
| | | case ShowFunction.Electric: |
| | | #region 电器 |
| | |
| | | break; |
| | | case ShowFunction.DoorLock: |
| | | btnName.TextID = StringId.DoorLock; |
| | | btnFunctionViewBg.MouseUpEventHandler = (sende, e) => { |
| | | var form = new DoorLockListPage(); |
| | | form.AddForm(FunctionList.List.GetDoorLockList()); |
| | | }; |
| | | break; |
| | | case ShowFunction.Electric: |
| | | #region 电器 |
| | |
| | | |
| | | } |
| | | //界面跳转--音乐跳转自己的界面--环境跳转自己的界面 |
| | | if (item != ShowFunction.Music && item != ShowFunction.Environmental && item != ShowFunction.SecurityMonitoring |
| | | if (item != ShowFunction.Music && item != ShowFunction.Environmental && item != ShowFunction.SecurityMonitoring && item != ShowFunction.DoorLock |
| | | && ShowFunction.EnergyMonitoring!= item && ShowFunction.VideoIntercom != item && ShowFunction.SecurityCenter != item) |
| | | { |
| | | btnFunctionViewBg.MouseUpEventHandler = (sender, e) => |