| | |
| | | { |
| | | Group = "查询点", |
| | | Name = "扬程", |
| | | Value = $"{gropu_pt.H:N1}", |
| | | Value = $"{gropu_pt.H:N1}", |
| | | Unit = "m" |
| | | }); |
| | | |
| | |
| | | |
| | | this.pumpPerformInfoCtrl1.SetBindingData(vm_list); |
| | | }; |
| | | |
| | | } |
| | | |
| | | private long _pump_main_id; |
| | |
| | | private readonly BLL.XhsPumpMainPhartMappingExtensions _bll_ex = new(); |
| | | |
| | | private Yw.Geometry.Point2d _design_pt; |
| | | |
| | | /// <summary> |
| | | /// 初始化数据 |
| | | /// </summary> |
| | |
| | | if (_design_pt == null) |
| | | { |
| | | _design_pt = new Yw.Geometry.Point2d(); |
| | | _design_pt.X =Math.Round(cubic_spline_qh.MaxX / 2); |
| | | _design_pt.Y = Math.Round(cubic_spline_qh.GetPointY(_design_pt.X),1); |
| | | _design_pt.X = Math.Round(cubic_spline_qh.MaxX / 2); |
| | | _design_pt.Y = Math.Round(cubic_spline_qh.GetPointY(_design_pt.X), 1); |
| | | } |
| | | |
| | | |
| | | var disp_paras = diagram.DispParas; |
| | | var is_calc_disp_paras = string.IsNullOrWhiteSpace(disp_paras); |
| | |
| | | var dlg = new PumpVariableSpeedChartDlg(); |
| | | dlg.SetBindingData(vm, null); |
| | | dlg.ShowDialog(); |
| | | |
| | | } |
| | | |
| | | |
| | | #region 删除 |
| | | |
| | |
| | | |
| | | #endregion 删除 |
| | | |
| | | |
| | | |
| | | #endregion 操作 |
| | | |
| | | |
| | | } |
| | | } |