tangxu
2024-11-04 ebd031e3bed6c1cfddce8fc9b98f7f9e95fb9e32
WinFrmUI/DPumpHydr.WinFrmUI.Volute/¶ÏÃæÉè¼Æ/ctrlSectionShapeInfo18.cs
@@ -1,4 +1,4 @@
using DPumpHydr.WinFrmUI.RLT.Controls;

using System;
using System.Collections.Generic;
using System.ComponentModel;
@@ -11,12 +11,12 @@
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()
        {
@@ -51,7 +51,7 @@
            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);
@@ -61,6 +61,10 @@
            _paras.R_out = Convert.ToDouble(this.mTextBoxEditR4.Text);
            return _paras;
        }
        public Action OnRefreshShape = null;
        public bool Verify(out string error)
        {
            error = "";
@@ -115,6 +119,8 @@
            }
            return isOk;
        }
        private void BuildIcon()
        {
            //断面形状图片