| | |
| | | //更新链接状态icon颜色 |
| | | |
| | | |
| | | |
| | | int ddd = 0; |
| | | #if DEBUG |
| | | btnResidenceName.MouseUpEventHandler = (sender, e) => |
| | | { |
| | | |
| | | if (UserInfo.Current.VerOpenDoorPw || string.IsNullOrEmpty(UserInfo.Current.doorPasswordString)) |
| | | { |
| | | var page = new DoorLockUnlockPage(new Function()); |
| | | MainPage.BasePageView.AddChidren(page); |
| | | page.LoadView(); |
| | | MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; |
| | | } |
| | | else |
| | | { |
| | | Control.Ins.OneKeyUnlocking(new Function(), UserInfo.Current.doorPasswordString); |
| | | } |
| | | //if (UserInfo.Current.VerOpenDoorPw || string.IsNullOrEmpty(UserInfo.Current.doorPasswordString)) |
| | | //{ |
| | | // var page = new DoorLockUnlockPage(new Function()); |
| | | // MainPage.BasePageView.AddChidren(page); |
| | | // page.LoadView(); |
| | | // MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; |
| | | //} |
| | | //else |
| | | //{ |
| | | // Control.Ins.OneKeyUnlocking(new Function(), UserInfo.Current.doorPasswordString); |
| | | //} |
| | | |
| | | }; |
| | | #endif |
| | |
| | | index++; |
| | | |
| | | |
| | | if (!function.online) |
| | | { |
| | | btnbg.UnSelectedImagePath = "Collection/FunctionOfflineBg.png"; |
| | | } |
| | | //if (!function.online) |
| | | //{ |
| | | // btnbg.UnSelectedImagePath = "Collection/FunctionOfflineBg.png"; |
| | | //} |
| | | } |
| | | |
| | | if (index == 0) |
| | |
| | | UpdataFunctionStates(function); |
| | | } |
| | | |
| | | //var btnOffline = new Button() |
| | | //{ |
| | | // X = btnIcon.Right, |
| | | // Y = Application.GetRealWidth(16), |
| | | // Height = Application.GetMinRealAverage(32), |
| | | // TextID = StringId.DeviceOffline, |
| | | // TextColor = CSS_Color.WarningColor, |
| | | // TextSize = CSS_FontSize.PromptFontSize_FirstLevel, |
| | | // TextAlignment = TextAlignment.CenterLeft, |
| | | // Tag = "OnlineTag", |
| | | // Visible = !function.online |
| | | //}; |
| | | //view.AddChidren(btnOffline); |
| | | |
| | | if (!function.online) |
| | | { |
| | | var btnOffline = new Button() |
| | | { |
| | | X = btnIcon.Right, |
| | | Y = Application.GetRealWidth(16), |
| | | Height = Application.GetMinRealAverage(32), |
| | | TextID = StringId.DeviceOffline, |
| | | TextColor = CSS_Color.WarningColor, |
| | | TextSize = CSS_FontSize.PromptFontSize_FirstLevel, |
| | | TextAlignment = TextAlignment.CenterLeft |
| | | }; |
| | | view.AddChidren(btnOffline); |
| | | |
| | | } |
| | | } |
| | | catch (Exception ex) |
| | | { |