| | |
| | | } |
| | | |
| | | private SimulationProjectTitleCtrl _titleCtrl = null; |
| | | private SimulationPumpSingleWorkingChartCtrl _workingChart = null; |
| | | private SimulationEnergyAnalyChartCtrl _workingChart = null; |
| | | private HydroLossCurveCtrl _lossCurve = null; |
| | | private HydroLossStatisticsCtrl _lossStatistics = null; |
| | | |
| | |
| | | energyGroup.Expanded = true; |
| | | energyGroup.HeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText; |
| | | energyGroup.ExpandOnDoubleClick = true; |
| | | _workingChart = new SimulationPumpSingleWorkingChartCtrl(); |
| | | _workingChart.SetBindingData(working, hydroInfo, allMonitorList, calcuResult); |
| | | _workingChart = new SimulationEnergyAnalyChartCtrl(); |
| | | //_workingChart.SetBindingData(working, hydroInfo, allMonitorList, calcuResult); |
| | | var energyItem = energyGroup.AddItem("能耗分析", _workingChart); |
| | | energyItem.TextVisible = false; |
| | | energyItem.Height = 250; |