222
tangxu
2025-01-13 1ecfbbf8b56f6c18f41cc1eead763c7fa93624ce
WinFrmUI/DPumpHydr.WinFrmUI.Volute/StepInfo/StepTreeDockPanel.cs
@@ -29,7 +29,7 @@
        //出水设计
        private readonly string Group_Name_Outflow = "Outflow";
        private readonly int Group_ID_Outflow = -3;
        public readonly long Step_ID_Outflow_Style = 32;
        public readonly long Step_ID_Outflow_Paras = 32;
        public readonly long Step_ID_Outflow_Type = 31;
        public readonly long Step_ID_jiahout = 33;
@@ -255,8 +255,8 @@
            };
            step出水体类型.AllowSelect = true;
            step出水体类型.Caption = "第五步:出水体尺寸";
            step出水体类型.Name = "TreeStepNode" + Step_ID_Outflow_Style;
            step出水体类型.ID = Step_ID_Outflow_Style;
            step出水体类型.Name = "TreeStepNode" + Step_ID_Outflow_Paras;
            step出水体类型.ID = Step_ID_Outflow_Paras;
            step出水体类型.ParentID = Group_ID_Outflow;
            _allStepNodes.Add(step出水体类型);