| | |
| | | Height = Application.GetMinRealAverage(40), |
| | | SelectedImagePath = "Collection/CollectionIcon.png", |
| | | UnSelectedImagePath = "Collection/CollectionGrayIcon.png", |
| | | IsSelected = curtain.collection |
| | | IsSelected = curtain.collect |
| | | }; |
| | | controlView.AddChidren(btnCollection); |
| | | |
| | |
| | | controlView.AddChidren(btnCurtainOpen); |
| | | |
| | | LoadEventList(); |
| | | new TopViewDiv(bodyView, Language.StringByID(StringId.LocationManagement)).LoadTopView(curtain, actionRefresh); |
| | | new TopViewDiv(bodyView,curtain.name).LoadTopView_FunctionTop(curtain, actionRefresh); |
| | | } |
| | | |
| | | } |