From db33bc6d9a30db6be4b40e45097c9a87a67cc845 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期二, 25 三月 2025 09:28:50 +0800 Subject: [PATCH] 直线圆弧 --- WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs index 170820a..44f6f1a 100644 --- a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs +++ b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs @@ -64,8 +64,7 @@ /// <param name="next_step_id"></param> private bool ChangeStep(long current_step_id, long next_step_id) { - - + RbtnChk鎴潰18.Visible = false; if (current_step_id == this._stepTreeDockPanel.Step_ID_Hdr_Base_Info) { if (!SaveParaStep1()) @@ -90,6 +89,7 @@ } else if (current_step_id == this._stepTreeDockPanel.Step_ID_Outflow_Paras) { + if (!SaveParaStep3()) return false; } @@ -130,6 +130,18 @@ this._occDesign2dCtrl.HideAll(); this._occDesign3dCtrl.HideAll(); } + else if (next_step_id == this._stepTreeDockPanel.Step_ID_Outflow_Paras) + { + RbtnChk鎴潰18.Visible = true; + + this.RBtn鍚庨��.Enabled = true; + this.Rbtn鍓嶈繘.Enabled = true; + + this.Rbtn涓婁竴姝�.Enabled = true; + this.Rbtn涓嬩竴姝�.Enabled = true; + this.Rbtn瀹屾垚.Enabled = false; + } + else if (next_step_id == this._stepTreeDockPanel.Step_ID_Thickness) { this.RBtn鍚庨��.Enabled = true; -- Gitblit v1.9.3