From 7d97c427cdd1893e09d9819463c6c13844e62a3a Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期三, 15 一月 2025 14:12:29 +0800 Subject: [PATCH] 穿过点 bug修正 --- WinFrmUI/Yw.WinFrmUI.Phart.Core/01-pump/02-edit/PumpChartExcelEditCtrl.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Phart.Core/01-pump/02-edit/PumpChartExcelEditCtrl.cs b/WinFrmUI/Yw.WinFrmUI.Phart.Core/01-pump/02-edit/PumpChartExcelEditCtrl.cs index de5d19d..c034980 100644 --- a/WinFrmUI/Yw.WinFrmUI.Phart.Core/01-pump/02-edit/PumpChartExcelEditCtrl.cs +++ b/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); -- Gitblit v1.9.3