From 4ce9d8c856dc2f0e580e92b74f399c80f27f080a Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期日, 02 三月 2025 15:50:59 +0800 Subject: [PATCH] 调试内容删除 --- WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/01-pump/03-import/03-point/PumpChartPointImportCtrl.cs | 21 ++++++++++++--------- 1 files changed, 12 insertions(+), 9 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/01-pump/03-import/03-point/PumpChartPointImportCtrl.cs b/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/01-pump/03-import/03-point/PumpChartPointImportCtrl.cs index 32d81a8..985030f 100644 --- a/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/01-pump/03-import/03-point/PumpChartPointImportCtrl.cs +++ b/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/01-pump/03-import/03-point/PumpChartPointImportCtrl.cs @@ -15,7 +15,7 @@ /// </summary> public void SetBindingData(double flow, double head, double n, double eff, double level = 1, bool is_sxp = false) { - this.pumpChartPointImportCtrl1.SetBindingData(flow,eff,n,eff,level,is_sxp); + this.pumpChartPointImportCtrl1.SetBindingData(flow, eff, n, eff, level, is_sxp); } @@ -44,12 +44,13 @@ { new () { + Name ="鎵▼绾�", GraphType =(int)Yw.Ahart.eCurveType.QH, - GraphParas= new HStation.Model.QHGraphParasModel() + GraphParas= new QHGraphParasViewModel() { Hz=50, }.ToJson(), - GeometryParas= new HStation.Model.FeatCurveGeometryParasModel + GeometryParas= new Yw.WinFrmUI.Phart.CurveGeometryParasViewModel { DefinePoints = def_qh_pt_list }.ToJson(), @@ -58,12 +59,13 @@ }, new () { + Name ="鏁堢巼绾�", GraphType =(int)Yw.Ahart.eCurveType.QE, - GraphParas= new HStation.Model.QEGraphParasModel() + GraphParas= new QEGraphParasViewModel() { Hz=50, }.ToJson(), - GeometryParas= new HStation.Model.FeatCurveGeometryParasModel + GeometryParas= new Yw.WinFrmUI.Phart.CurveGeometryParasViewModel { DefinePoints = def_qe_pt_list }.ToJson(), @@ -72,12 +74,13 @@ }, new () { - GraphType =(int)Yw.Ahart.eCurveType.QP, - GraphParas= new HStation.Model.QPGraphParasModel() + Name ="鍔熺巼绾�", + GraphType =(int)Yw.Ahart.eCurveType.QP, + GraphParas= new QPGraphParasViewModel() { Hz=50, }.ToJson(), - GeometryParas= new HStation.Model.FeatCurveGeometryParasModel + GeometryParas= new Yw.WinFrmUI.Phart.CurveGeometryParasViewModel { DefinePoints = def_qp_pt_list }.ToJson(), @@ -87,7 +90,7 @@ }; return vmo; - } + } } -- Gitblit v1.9.3