duheng
2024-11-27 2e3201e1be4247b47b2b8c2a60c56c0d6885b05a
WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/PumpParallelAnalyDlg.cs
@@ -9,7 +9,7 @@
        public PumpParallelAnalyDlg()
        {
            InitializeComponent();
            this.IconOptions.Icon = Yw.WinFrmUI.GlobalParas.AppIcon;
            this.IconOptions.Icon = Yw.WinFrmUI.GlobalParas.AppIcon;
            this.pumpSerialParallelChart.LineVisible = true;
            this.pumpParallelInfoCtrl1.SetEvent += (id, qh, qe, qp) =>
            {
@@ -169,6 +169,7 @@
            this.pumpParallelInfoCtrl1.SetBindingData(vm_list, null);
            var run_list = this.pumpParallelInfoCtrl1.GetRunList();
            var msg = SetParallel(run_list);
            this.pumpSerialParallelChart.SetQeVisible(false);
            if (!string.IsNullOrEmpty(msg))
            {
                return msg;
@@ -253,12 +254,12 @@
            vm_sp.QpCalc = qp;
            vm_sp.CalcuH = total_head;
            vm_sp.CalcuQ = total_flow ;
            vm_sp.CalcuQ = total_flow;
            vm_sp.Color = Color.Black;
            vm_sp.IsBp = true;
            vm_sp.IsDefault = true;
            vm_sp.IsDefault = true;
            return vm_sp;
        }