| | |
| | | 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(); |
| | | |