| | |
| | | ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages; |
| | | ribbonControl1.ShowQatLocationSelector = false; |
| | | ribbonControl1.ShowToolbarCustomizeItem = false; |
| | | ribbonControl1.Size = new Size(1206, 128); |
| | | ribbonControl1.Size = new Size(1206, 101); |
| | | ribbonControl1.Toolbar.ShowCustomizeItem = false; |
| | | ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden; |
| | | // |
| | |
| | | tabPane1.Controls.Add(tabPageBimface); |
| | | tabPane1.Controls.Add(tabPageQ3d); |
| | | tabPane1.Dock = DockStyle.Fill; |
| | | tabPane1.Location = new Point(0, 128); |
| | | tabPane1.Location = new Point(0, 101); |
| | | tabPane1.Name = "tabPane1"; |
| | | tabPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { tabPageBimface, tabPageQ3d }); |
| | | tabPane1.RegularSize = new Size(931, 407); |
| | | tabPane1.RegularSize = new Size(931, 434); |
| | | tabPane1.SelectedPage = tabPageBimface; |
| | | tabPane1.Size = new Size(931, 407); |
| | | tabPane1.Size = new Size(931, 434); |
| | | tabPane1.TabIndex = 1; |
| | | tabPane1.Text = "tabPane1"; |
| | | // |
| | |
| | | docPnlRight.Controls.Add(controlContainerRight); |
| | | docPnlRight.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right; |
| | | docPnlRight.ID = new Guid("cffe2560-3445-4488-83cf-b9e4b936ff18"); |
| | | docPnlRight.Location = new Point(931, 128); |
| | | docPnlRight.Location = new Point(931, 101); |
| | | docPnlRight.Name = "docPnlRight"; |
| | | docPnlRight.OriginalSize = new Size(275, 200); |
| | | docPnlRight.Size = new Size(275, 572); |
| | | docPnlRight.Size = new Size(275, 599); |
| | | docPnlRight.Text = "属性"; |
| | | // |
| | | // controlContainerRight |
| | | // |
| | | controlContainerRight.Location = new Point(4, 26); |
| | | controlContainerRight.Name = "controlContainerRight"; |
| | | controlContainerRight.Size = new Size(268, 543); |
| | | controlContainerRight.Size = new Size(268, 570); |
| | | controlContainerRight.TabIndex = 0; |
| | | // |
| | | // docPnlBottom |