| | |
| | | private readonly int Group_ID_Outflow = -3; |
| | | public readonly long Step_ID_Outflow_Style = 32; |
| | | public readonly long Step_ID_Outflow_Type = 31; |
| | | |
| | | public readonly long Step_ID_jiahout = 33; |
| | | |
| | | // |
| | | private List<DPumpHydr.WinFrmUI.Base.StepTreeNodePara> _allStepNodes = null; |
| | |
| | | step出水体类型.ParentID = Group_ID_Outflow; |
| | | _allStepNodes.Add(step出水体类型); |
| | | |
| | | |
| | | |
| | | |
| | | var step加厚 = new DPumpHydr.WinFrmUI.Base.StepTreeNodePara() |
| | | { |
| | | ProgressState = WinFrmUI.Base.StepTreeNodePara.eProgressState.未完成, |
| | | DataState = WinFrmUI.Base.StepTreeNodePara.eDataState.未知 |
| | | }; |
| | | step加厚.AllowSelect = true; |
| | | step加厚.Caption = "第七步:水体加厚"; |
| | | step加厚.Name = "TreeStepNode" + Step_ID_jiahout; |
| | | step加厚.ID = Step_ID_jiahout; |
| | | step加厚.ParentID = Group_ID_Outflow; |
| | | _allStepNodes.Add(step加厚); |
| | | |
| | | |
| | | #endregion |
| | | |
| | | |
| | | |
| | | // |
| | | this._currentStepID = Step_ID_Hdr_Base_Info; |