| | |
| | | using DPumpHydr.WinFrmUI.RLT.Controls; |
| | |  |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel; |
| | |
| | | using System.Threading.Tasks; |
| | | using System.Windows.Forms; |
| | | |
| | | namespace DPumpHydr.WinFrmUI.Volute |
| | | namespace DPumpHydr.WinFrmUI.Volute |
| | | { |
| | | /// <summary> |
| | | /// 1-8æé¢è®¾è®¡ |
| | | /// </summary> |
| | | public partial class ctrlSectionShapeInfo18 : UserControl |
| | | public partial class ctrlSectionShapeInfo18 : ParasInfoBaseCtrl |
| | | { |
| | | public ctrlSectionShapeInfo18() |
| | | { |
| | |
| | | error = null; |
| | | if (_paras == null) |
| | | { |
| | | _paras = new ViewModel.SectionShapePara(); |
| | | return null; |
| | | } |
| | | _paras.Gama_Left = Convert.ToDouble(this.mTextBoxEdity1.Text); |
| | | _paras.Gama_Right = Convert.ToDouble(this.mTextBoxEdity2.Text); |
| | |
| | | _paras.R_out = Convert.ToDouble(this.mTextBoxEditR4.Text); |
| | | return _paras; |
| | | } |
| | | |
| | | public Action OnRefreshShape = null; |
| | | |
| | | |
| | | public bool Verify(out string error) |
| | | { |
| | | error = ""; |
| | |
| | | } |
| | | return isOk; |
| | | } |
| | | |
| | | |
| | | private void BuildIcon() |
| | | { |
| | | //æé¢å½¢ç¶å¾ç |