| | |
| | | public TankManageMainPage() |
| | | { |
| | | InitializeComponent(); |
| | | this.PageTitle.Caption = "闷头管理"; |
| | | this.PageTitle.Caption = "水池管理"; |
| | | this.gridView1.SetNormalView(); |
| | | this.gridView1.RegistCustomDrawRowIndicator(); |
| | | this.PageTitle.HeaderSvgImage = this.svgImageCollection1[0]; |
| | |
| | | } |
| | | var guid = new PageGuid() |
| | | { |
| | | Function = "阀门水头损失曲线", |
| | | Function = "水池容积曲线", |
| | | TagName = currentVm.ID.ToString(), |
| | | Modular = "" |
| | | }; |
| | |
| | | MessageBoxHelper.ShowWarning($"{currentVm.Name}:AssetsValveMainDto is null!"); |
| | | return; |
| | | } |
| | | var page = new HStation.WinFrmUI.PhartRelation.XhsValveMainPhartPanel(); |
| | | var page = new HStation.WinFrmUI.PhartRelation.TankMainPhartMinorLossPanel(); |
| | | page.InitialDataSource(currentVm.ID); |
| | | guid.Function = "阀门水头损失曲线"; |
| | | guid.Function = "水池容积曲线"; |
| | | page.PageTitle.Caption = guid.Function; |
| | | page.PageGuid = guid; |
| | | CreatePage(page, guid); |