duheng
2024-10-24 5fcc843704ca90c742b578aa5898acf0097f753b
WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-pump/PumpFullInfoCtrl.cs
@@ -208,16 +208,15 @@
            #endregion 曲线
            #region 变速曲线
            this.pumpVariableSpeedInfoCtrl1.SetEvent += (id, qh, qe, qp) =>
            this.pumpVariableSpeedInfoCtrl1.SetEvent += (id, hz, ex_ratio, qh, qe, qp) =>
            {
                this.pumpVariableSpeedChart1.Set(id, qh, qe, qp);
                this.pumpVariableSpeedChart1.Set(id, hz, ex_ratio, qh, qe, qp);
                ResetSectPointGrid();
            };
            this.pumpVariableSpeedInfoCtrl1.SetInfoEvent += (id, name, color) =>
            this.pumpVariableSpeedInfoCtrl1.SetInfoEvent += (id,   color) =>
            {
                this.pumpVariableSpeedChart1.SetInfo(id, name, color);
                this.pumpVariableSpeedChart1.SetInfo(id,   color);
                ResetSectPointGrid();
            };
@@ -241,7 +240,7 @@
            this.pumpVariableSpeedInfoCtrl1.SetDesignPointEvent += (q, h) =>
            {
                this.pumpVariableSpeedChart1.SetDesignPt(new Yw.Geometry.Point2d(q, h));
                this.pumpVariableSpeedChart1.SetDesignPt(q,h);
                ResetSectPointGrid();
            };