| | |
| | | Height = Application.GetMinRealAverage(40), |
| | | SelectedImagePath = "Collection/CollectionIcon.png", |
| | | UnSelectedImagePath = "Collection/CollectionGrayIcon.png", |
| | | IsSelected = fh.collection |
| | | IsSelected = fh.collect |
| | | }; |
| | | controlView.AddChidren(btnCollection); |
| | | |
| | |
| | | controlView.AddChidren(btnSwitch); |
| | | |
| | | LoadEventList(); |
| | | new TopViewDiv(bodyView, Language.StringByID(StringId.LocationManagement)).LoadTopView_FunctionTop(fh, actionRefresh); |
| | | new TopViewDiv(bodyView, Language.StringByID(StringId.FloorHeating)).LoadTopView_FunctionTop(fh, actionRefresh); |
| | | DriverLayer.Control.Ins.SendReadCommand(fh); |
| | | |
| | | } |
| | | /// <summary> |
| | | /// 加载修改模式区域 |