| | |
| | | dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components); |
| | | dockMgr = new DevExpress.XtraBars.Docking.DockPanel(); |
| | | dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer(); |
| | | xhsProjectSimulationFunctionMgrCtrl1 = new XhsProjectSimulationFunctionCtrl(); |
| | | simulationFunctionMgrCtrl1 = new SimulationFunctionCtrl(); |
| | | documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(components); |
| | | tabbedView1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(components); |
| | | ((ISupportInitialize)svgImg32).BeginInit(); |
| | |
| | | // |
| | | // dockPanel1_Container |
| | | // |
| | | dockPanel1_Container.Controls.Add(xhsProjectSimulationFunctionMgrCtrl1); |
| | | dockPanel1_Container.Controls.Add(simulationFunctionMgrCtrl1); |
| | | dockPanel1_Container.Location = new Point(3, 26); |
| | | dockPanel1_Container.Name = "dockPanel1_Container"; |
| | | dockPanel1_Container.Size = new Size(173, 640); |
| | |
| | | // |
| | | // xhsProjectSimulationFunctionMgrCtrl1 |
| | | // |
| | | xhsProjectSimulationFunctionMgrCtrl1.Dock = DockStyle.Fill; |
| | | xhsProjectSimulationFunctionMgrCtrl1.Location = new Point(0, 0); |
| | | xhsProjectSimulationFunctionMgrCtrl1.Name = "xhsProjectSimulationFunctionMgrCtrl1"; |
| | | xhsProjectSimulationFunctionMgrCtrl1.Size = new Size(173, 640); |
| | | xhsProjectSimulationFunctionMgrCtrl1.TabIndex = 0; |
| | | simulationFunctionMgrCtrl1.Dock = DockStyle.Fill; |
| | | simulationFunctionMgrCtrl1.Location = new Point(0, 0); |
| | | simulationFunctionMgrCtrl1.Name = "xhsProjectSimulationFunctionMgrCtrl1"; |
| | | simulationFunctionMgrCtrl1.Size = new Size(173, 640); |
| | | simulationFunctionMgrCtrl1.TabIndex = 0; |
| | | // |
| | | // documentManager1 |
| | | // |
| | |
| | | private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container; |
| | | private DevExpress.XtraBars.Docking2010.DocumentManager documentManager1; |
| | | private DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView tabbedView1; |
| | | private XhsProjectSimulationFunctionCtrl xhsProjectSimulationFunctionMgrCtrl1; |
| | | private SimulationFunctionCtrl simulationFunctionMgrCtrl1; |
| | | } |
| | | } |