From 0a2c59670b82d61d3fa79f51a54e82e7bd0134c4 Mon Sep 17 00:00:00 2001 From: tangxu <tangxu76880903> Date: 星期一, 25 十一月 2024 13:29:14 +0800 Subject: [PATCH] 优化生成 --- WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage.cs | 18 +++--------------- 1 files changed, 3 insertions(+), 15 deletions(-) diff --git a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage.cs b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage.cs index 2c83789..074ef81 100644 --- a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage.cs +++ b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage.cs @@ -113,23 +113,11 @@ Rbtn涓婁竴姝�.Enabled = false; Rbtn瀹屾垚.Enabled = false; - this._occDesign3dCtrl = new OccDesignCtrlDockPanel(); - this._occDesign3dCtrl.Size = new System.Drawing.Size(1000, 1000); - this._occDesign3dCtrl.Name = "OccDesignCtrl"; - this._occDesign3dCtrl.Dock = DockStyle.Fill; - this._occDesign3dCtrl.DockText = "涓夌淮璁捐"; - this._occDesign3dCtrl.Initial(true); - - this._occDesign2dCtrl = new OccDesignCtrlDockPanel(); - this._occDesign2dCtrl.Size = new System.Drawing.Size(1000, 1000); - this._occDesign2dCtrl.Name = "OccDesignCtrl"; - this._occDesign2dCtrl.Dock = DockStyle.Fill; - this._occDesign2dCtrl.DockText = "浜岀淮瑙嗗浘"; - this._occDesign2dCtrl.Initial(false ); + + InitialDesginPanel(); - MainDockPanel.AddContent(_occDesign2dCtrl); - MainDockPanel.AddContent(_occDesign3dCtrl); + InitialStepNodes(); -- Gitblit v1.9.3