| | |
| | | UnSelectedImagePath = "FunctionIcon/Curtain/CurtainCloseIcon.png", |
| | | SelectedImagePath = "FunctionIcon/Curtain/CurtainCloseOnIcon.png", |
| | | //Tag = item + "_AllControl", |
| | | IsSelected = false |
| | | IsSelected = !DB_ResidenceData.Instance.GlobalCurtainStatus, |
| | | }; |
| | | functionView.AddChidren(btnClose); |
| | | |
| | |
| | | Height = Application.GetRealWidth(32), |
| | | UnSelectedImagePath = "FunctionIcon/Curtain/CurtainOpenIcon.png", |
| | | SelectedImagePath = "FunctionIcon/Curtain/CurtainOpenOnIcon.png", |
| | | IsSelected = true, |
| | | IsSelected = DB_ResidenceData.Instance.GlobalCurtainStatus, |
| | | }; |
| | | functionView.AddChidren(btnOpen); |
| | | LoadEvent_CurtainSwitch(btnClose, btnOpen); |