| | |
| | | { |
| | | components = new Container(); |
| | | ComponentResourceManager resources = new ComponentResourceManager(typeof(XhsProjectSimulationCorePage)); |
| | | DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip(); |
| | | DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem(); |
| | | DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip(); |
| | | DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem(); |
| | | ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl(); |
| | | barBtnCheck = new DevExpress.XtraBars.BarButtonItem(); |
| | | barBtnCalcu = new DevExpress.XtraBars.BarButtonItem(); |
| | |
| | | ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages; |
| | | ribbonControl1.ShowQatLocationSelector = false; |
| | | ribbonControl1.ShowToolbarCustomizeItem = false; |
| | | ribbonControl1.Size = new Size(1464, 101); |
| | | ribbonControl1.Size = new Size(1464, 128); |
| | | ribbonControl1.Toolbar.ShowCustomizeItem = false; |
| | | ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden; |
| | | // |
| | |
| | | barBtnRepair.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnRepair.ImageOptions.SvgImage"); |
| | | barBtnRepair.Name = "barBtnRepair"; |
| | | barBtnRepair.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText; |
| | | toolTipItem2.Text = "通过试算,调整管段上下游"; |
| | | superToolTip2.Items.Add(toolTipItem2); |
| | | barBtnRepair.SuperTip = superToolTip2; |
| | | toolTipItem1.Text = "通过试算,调整管段上下游"; |
| | | superToolTip1.Items.Add(toolTipItem1); |
| | | barBtnRepair.SuperTip = superToolTip1; |
| | | barBtnRepair.ItemClick += barBtnRepair_ItemClick; |
| | | // |
| | | // barBtnWorkingEvaluation |
| | |
| | | ribbonPageGroup2.ItemLinks.Add(barBtnExportInp); |
| | | ribbonPageGroup2.ItemLinks.Add(barBtnCalcu); |
| | | ribbonPageGroup2.ItemLinks.Add(barBtnAddWorking); |
| | | ribbonPageGroup2.ItemLinks.Add(barBtnExportWord); |
| | | ribbonPageGroup2.Name = "ribbonPageGroup2"; |
| | | ribbonPageGroup2.Text = "水力计算"; |
| | | // |
| | |
| | | ribbonPageGroup9.ItemLinks.Add(barBtnWorkingLossCurve); |
| | | ribbonPageGroup9.ItemLinks.Add(barBtnWorkingLossStatistics); |
| | | ribbonPageGroup9.ItemLinks.Add(barBtnWorkingAnaly); |
| | | ribbonPageGroup9.ItemLinks.Add(barBtnExportWord); |
| | | ribbonPageGroup9.Name = "ribbonPageGroup9"; |
| | | ribbonPageGroup9.Text = "工况分析"; |
| | | // |
| | |
| | | tabPane1.Controls.Add(tabPageBimface); |
| | | tabPane1.Controls.Add(tabPageQ3d); |
| | | tabPane1.Dock = DockStyle.Fill; |
| | | tabPane1.Location = new Point(0, 101); |
| | | tabPane1.Location = new Point(0, 128); |
| | | tabPane1.Name = "tabPane1"; |
| | | tabPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { tabPageBimface, tabPageQ3d }); |
| | | tabPane1.RegularSize = new Size(1189, 434); |
| | | tabPane1.RegularSize = new Size(1189, 407); |
| | | tabPane1.SelectedPage = tabPageBimface; |
| | | tabPane1.Size = new Size(1189, 434); |
| | | tabPane1.Size = new Size(1189, 407); |
| | | tabPane1.TabIndex = 1; |
| | | tabPane1.Text = "tabPane1"; |
| | | // |
| | |
| | | docPnlRight.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right; |
| | | docPnlRight.FloatVertical = true; |
| | | docPnlRight.ID = new Guid("cffe2560-3445-4488-83cf-b9e4b936ff18"); |
| | | docPnlRight.Location = new Point(1189, 101); |
| | | docPnlRight.Location = new Point(1189, 128); |
| | | docPnlRight.Name = "docPnlRight"; |
| | | docPnlRight.OriginalSize = new Size(275, 200); |
| | | docPnlRight.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Right; |
| | | docPnlRight.SavedIndex = 0; |
| | | docPnlRight.Size = new Size(275, 599); |
| | | docPnlRight.Size = new Size(275, 572); |
| | | docPnlRight.Text = "属性"; |
| | | // |
| | | // controlContainerRight |
| | | // |
| | | controlContainerRight.Location = new Point(4, 26); |
| | | controlContainerRight.Name = "controlContainerRight"; |
| | | controlContainerRight.Size = new Size(268, 570); |
| | | controlContainerRight.Size = new Size(268, 543); |
| | | controlContainerRight.TabIndex = 0; |
| | | // |
| | | // docPnlBottom |
| | |
| | | AutoScaleDimensions = new SizeF(7F, 14F); |
| | | AutoScaleMode = AutoScaleMode.Font; |
| | | Controls.Add(tabPane1); |
| | | Controls.Add(docPnlRight); |
| | | Controls.Add(docPnlBottom); |
| | | Controls.Add(docPnlRight); |
| | | Controls.Add(ribbonControl1); |
| | | Margin = new Padding(2); |
| | | Name = "XhsProjectSimulationCorePage"; |