| | |
| | | using DevExpress.XtraEditors; |
| | | using NPOI.OpenXmlFormats.Dml; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel; |
| | | using System.Data; |
| | | using System.Drawing; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using System.Windows.Forms; |
| | | using Yw.EPAnet; |
| | | using Yw.Geometry; |
| | | using Yw.Pump; |
| | | using Yw.Vmo; |
| | | using Yw.WinFrmUI.Phart; |
| | | using Yw.Vmo; |
| | | |
| | | namespace HStation.WinFrmUI |
| | | { |
| | |
| | | this.simulationSingleWorkingPumpCtrl1.SetBindingData(_working, _hydroInfo, _allMonitorList, _allCalcuResultVisualDict); |
| | | } |
| | | |
| | | |
| | | |
| | | //明细列表 |
| | | private void btnEnergyList_Click(object sender, EventArgs e) |
| | | { |
| | | var dlg = new HydroPumpGroupEnergyListDlg(); |
| | | dlg.SetBindingData(_hydroInfo, _allCalcuResultVisualDict); |
| | | dlg.ShowDialog(); |
| | | } |
| | | |
| | | |
| | | } |