tangxu
2024-11-25 0a2c59670b82d61d3fa79f51a54e82e7bd0134c4
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();