cloudflight
2024-05-15 0a6c1d69626e7a9af49c76a73ef5ff8051ebf419
Hydraulic/Hydro.MapView/Model/RepeaterViewModel.cs
@@ -13,7 +13,7 @@
    [Serializable]
    public class RepeaterViewModel:LinkViewModel
    {
        [Category("1、基本信息")]
        [Category("基本信息")]
        [DisplayName("对象前缀名称")]
        [Browsable(true)]
        /// <summary>
@@ -21,7 +21,7 @@
        /// </summary>
        public string NetworkPreName { get; set; }
        [Category("1、基本信息")]
        [Category("基本信息")]
        [DisplayName("显示名称")]
        [Browsable(true)]
        /// <summary>
@@ -32,7 +32,7 @@
        [Category("1、基本信息")]
        [Category("基本信息")]
        [DisplayName("前缀最小序号")]
        [Browsable(true)]
        /// <summary>
@@ -41,7 +41,7 @@
        public int NetworkPreStartNum { get; set; } = 1;
        [Category("1、基本信息")]
        [Category("基本信息")]
        [DisplayName("前缀正序")]
        [Browsable(true)]
        /// <summary>
@@ -51,7 +51,7 @@
        [Category("2、计算参数")]
        [Category("计算参数")]
        [DisplayName("模板ID")]
        [Browsable(false)]
        //[Editor(typeof(TemplatePropertyEditor), typeof(UITypeEditor))]
@@ -62,7 +62,7 @@
        public string TemplateID { get; set; }
        [Category("2、计算参数")]
        [Category("计算参数")]
        [DisplayName("模板名称")]
        [Browsable(true)]
        public string TempName => TemplateList.GetTemplate(TemplateID)?.Name;
@@ -83,7 +83,7 @@
        [Category("2、计算参数")]
        [Category("计算参数")]
        [DisplayName("重复次数")]
        [Browsable(true)]
        /// <summary>
@@ -94,26 +94,26 @@
        [Category("2、计算参数")]
        [Category("计算参数")]
        [DisplayName("海森威廉系数")]
        [Browsable(false)]
        public new float Roughness { get; set; }
        [Category("2、计算参数")]
        [Category("计算参数")]
        [DisplayName("局部阻力系数")]
        [Browsable(false)]
        public override float MinorLoss { get; set; }
        [Category("1、基本信息")]
        [DisplayName("长度")]
        [Category("基本信息")]
        [DisplayName("长度(m)")]
        [Browsable(false)]
        public new float Length { get; set; }
        [Category("1、基本信息")]
        [DisplayName("口径")]
        [Category("基本信息")]
        [DisplayName("口径(mm)")]
        [Browsable(false)]
        public new float Diameter { get; set; }
        [Category("2、计算参数")]
        [Category("计算参数")]
        [DisplayName("显示状态")]
        [Browsable(true)]
        public new RepeatStatus Status { get; set; }