| | |
| | | { |
| | | 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(); |
| | |
| | | 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 = "工况分析"; |
| | | // |