| | |
| | | barBtnSetCompressorList = new DevExpress.XtraBars.BarButtonItem(); |
| | | barBtnSetFlowmeterList = new DevExpress.XtraBars.BarButtonItem(); |
| | | barBtnSetPressmeterList = new DevExpress.XtraBars.BarButtonItem(); |
| | | barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); |
| | | ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); |
| | | pageGroupMatching = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); |
| | | pageGroupModel = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); |
| | |
| | | controlContainerBottom = new DevExpress.XtraBars.Docking.ControlContainer(); |
| | | svgImg32 = new DevExpress.Utils.SvgImageCollection(components); |
| | | rmSet = new DevExpress.XtraBars.Ribbon.RadialMenu(components); |
| | | barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); |
| | | ((ISupportInitialize)ribbonControl1).BeginInit(); |
| | | ((ISupportInitialize)tabPane1).BeginInit(); |
| | | tabPane1.SuspendLayout(); |
| | |
| | | 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; |
| | | // |
| | |
| | | barBtnSetPressmeterList.Id = 50; |
| | | barBtnSetPressmeterList.Name = "barBtnSetPressmeterList"; |
| | | // |
| | | // barButtonItem1 |
| | | // |
| | | barButtonItem1.Caption = "barButtonItem1"; |
| | | barButtonItem1.Id = 51; |
| | | barButtonItem1.Name = "barButtonItem1"; |
| | | barButtonItem1.ItemClick += barButtonItem1_ItemClick; |
| | | // |
| | | // ribbonPage1 |
| | | // |
| | | ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { pageGroupMatching, pageGroupModel, ribbonPageGroup1, ribbonPageGroup2, ribbonPageGroup3 }); |
| | |
| | | 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"; |
| | | // |
| | |
| | | // |
| | | tabPageBimface.Caption = "三维模型"; |
| | | tabPageBimface.Name = "tabPageBimface"; |
| | | tabPageBimface.Size = new Size(931, 374); |
| | | tabPageBimface.Size = new Size(931, 401); |
| | | // |
| | | // tabPageQ3d |
| | | // |
| | |
| | | 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 |
| | |
| | | rmSet.Ribbon = ribbonControl1; |
| | | rmSet.BeforePopup += rmSet_BeforePopup; |
| | | // |
| | | // barButtonItem1 |
| | | // |
| | | barButtonItem1.Caption = "barButtonItem1"; |
| | | barButtonItem1.Id = 51; |
| | | barButtonItem1.Name = "barButtonItem1"; |
| | | barButtonItem1.ItemClick += barButtonItem1_ItemClick; |
| | | // |
| | | // XhsProjectSimulationCorePage |
| | | // |
| | | Appearance.BackColor = SystemColors.Control; |
| | |
| | | AutoScaleDimensions = new SizeF(7F, 14F); |
| | | AutoScaleMode = AutoScaleMode.Font; |
| | | Controls.Add(tabPane1); |
| | | Controls.Add(docPnlBottom); |
| | | Controls.Add(docPnlRight); |
| | | Controls.Add(docPnlBottom); |
| | | Controls.Add(ribbonControl1); |
| | | Margin = new Padding(2); |
| | | Name = "XhsProjectSimulationCorePage"; |