Shuxia Ning
2025-01-15 7d97c427cdd1893e09d9819463c6c13844e62a3a
WinFrmUI/Yw.WinFrmUI.Phart.Core/01-pump/02-edit/PumpChartExcelEditCtrl.cs
@@ -12,6 +12,7 @@
            this.repImgCmbCurveType.Items.Add("流量效率", Yw.Ahart.eCurveType.QE, -1);
            this.repImgCmbCurveType.Items.Add("流量功率", Yw.Ahart.eCurveType.QP, -1);
            this.repImgCmbFeatType.Items.Add("穿过点", Yw.Ahart.eFeatType.Through, -1);
            this.repImgCmbFeatType.Items.Add("二次拟合", Yw.Ahart.eFeatType.Quadratic, -1);
            this.repImgCmbFeatType.Items.Add("三次拟合", Yw.Ahart.eFeatType.Cubic, -1);
            this.repImgCmbFeatType.Items.Add("四次拟合", Yw.Ahart.eFeatType.Quartic, -1);