From 9627261a64689b442cf07817ae0526053c90978d Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期四, 28 十一月 2024 16:48:56 +0800 Subject: [PATCH] 增加综合分析图标 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/04-scheme/02-page/XhsProjectSimulationSchemePage.Designer.cs | 266 ++++++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 243 insertions(+), 23 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/04-scheme/02-page/XhsProjectSimulationSchemePage.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/04-scheme/02-page/XhsProjectSimulationSchemePage.Designer.cs index c898c3a..3ded6ad 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/04-scheme/02-page/XhsProjectSimulationSchemePage.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/04-scheme/02-page/XhsProjectSimulationSchemePage.Designer.cs @@ -31,21 +31,41 @@ private void InitializeComponent() { components = new Container(); - ComponentResourceManager resources = new ComponentResourceManager(typeof(XhsProjectSimulationSchemePage)); - DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip(); - DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem(); + ComponentResourceManager resources = new ComponentResourceManager(typeof(XhsProjectSimulationCorePage)); + DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip(); + DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem(); ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl(); barBtnCheck = new DevExpress.XtraBars.BarButtonItem(); barBtnCalcu = new DevExpress.XtraBars.BarButtonItem(); barBtnExportInp = new DevExpress.XtraBars.BarButtonItem(); barBtnSave = new DevExpress.XtraBars.BarButtonItem(); barBtnVisualList = new DevExpress.XtraBars.BarButtonItem(); - barBtnWorkingParallel = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetList = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetPumpList = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetValveList = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetPipeList = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetElbowsList = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetThreelinkList = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetFourlinkList = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetTranslationList = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetExchangerList = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetJunctionList = new DevExpress.XtraBars.BarButtonItem(); + barBtnPumpAnaly = new DevExpress.XtraBars.BarButtonItem(); barBtnSearch = new DevExpress.XtraBars.BarButtonItem(); barBtnSetGradingList = new DevExpress.XtraBars.BarButtonItem(); barBtnApplyGradingList = new DevExpress.XtraBars.BarButtonItem(); barBtnRefresh = new DevExpress.XtraBars.BarButtonItem(); barBtnSetMark = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetReservoirList = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetTankList = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetWaterboxList = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetBluntheadList = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetNozzleList = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetHydrantList = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetMeterList = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetCompressorList = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetFlowmeterList = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetPressmeterList = new DevExpress.XtraBars.BarButtonItem(); barBtnSetMonitor = new DevExpress.XtraBars.BarButtonItem(); barBtnSetMonitorValue = new DevExpress.XtraBars.BarButtonItem(); barCkMonitor = new DevExpress.XtraBars.BarCheckItem(); @@ -82,6 +102,8 @@ controlContainerRight = new DevExpress.XtraBars.Docking.ControlContainer(); docPnlBottom = new DevExpress.XtraBars.Docking.DockPanel(); controlContainerBottom = new DevExpress.XtraBars.Docking.ControlContainer(); + svgImg32 = new DevExpress.Utils.SvgImageCollection(components); + rmSet = new DevExpress.XtraBars.Ribbon.RadialMenu(components); ((ISupportInitialize)ribbonControl1).BeginInit(); ((ISupportInitialize)repositoryItemImageComboBox1).BeginInit(); ((ISupportInitialize)tabPane1).BeginInit(); @@ -89,13 +111,15 @@ ((ISupportInitialize)dockManager1).BeginInit(); docPnlRight.SuspendLayout(); docPnlBottom.SuspendLayout(); + ((ISupportInitialize)svgImg32).BeginInit(); + ((ISupportInitialize)rmSet).BeginInit(); SuspendLayout(); // // ribbonControl1 // ribbonControl1.ExpandCollapseItem.Id = 0; ribbonControl1.ItemPanelStyle = DevExpress.XtraBars.Ribbon.RibbonItemPanelStyle.Classic; - ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbonControl1.ExpandCollapseItem, barBtnCheck, barBtnCalcu, barBtnExportInp, barBtnSave, barBtnVisualList, barBtnWorkingParallel, barBtnSearch, barBtnSetGradingList, barBtnApplyGradingList, barBtnRefresh, barBtnSetMark, barBtnSetMonitor, barBtnSetMonitorValue, barCkMonitor, barCkMark, barCkFlowEffect, barCkGrading, barCkCalcu, barBtnWorkingLossCurve, barBtnWorkingLossStatistics, barBtnWorkingPower, barBtnWorkingAnaly, barBtnPumpParallel, barBtnRepair, barBtnWorkingEvaluation, barBtnSetVisualVisible, barCkDecorator, barBtnAddWorking }); + ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbonControl1.ExpandCollapseItem, barBtnCheck, barBtnCalcu, barBtnExportInp, barBtnSave, barBtnVisualList, barBtnSetList, barBtnSetPumpList, barBtnSetValveList, barBtnSetPipeList, barBtnSetElbowsList, barBtnSetThreelinkList, barBtnSetFourlinkList, barBtnSetTranslationList, barBtnSetExchangerList, barBtnSetJunctionList, barBtnPumpAnaly, barBtnSearch, barBtnSetGradingList, barBtnApplyGradingList, barBtnRefresh, barBtnSetMark, barBtnSetReservoirList, barBtnSetTankList, barBtnSetWaterboxList, barBtnSetBluntheadList, barBtnSetNozzleList, barBtnSetHydrantList, barBtnSetMeterList, barBtnSetCompressorList, barBtnSetFlowmeterList, barBtnSetPressmeterList, barBtnSetMonitor, barBtnSetMonitorValue, barCkMonitor, barCkMark, barCkFlowEffect, barCkGrading, barCkCalcu, barBtnWorkingLossCurve, barBtnWorkingLossStatistics, barBtnWorkingPower, barBtnWorkingAnaly, barBtnPumpParallel, barBtnRepair, barBtnWorkingEvaluation, barBtnSetVisualVisible, barCkDecorator, barBtnAddWorking }); ribbonControl1.Location = new Point(0, 0); ribbonControl1.MaxItemId = 81; ribbonControl1.Name = "ribbonControl1"; @@ -152,14 +176,87 @@ barBtnVisualList.Name = "barBtnVisualList"; barBtnVisualList.ItemClick += barBtnVisualList_ItemClick; // - // barBtnWorkingParallel + // barBtnSetList // - barBtnWorkingParallel.Caption = "骞惰仈鍒嗘瀽"; - barBtnWorkingParallel.Id = 31; - barBtnWorkingParallel.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnWorkingParallel.ImageOptions.SvgImage"); - barBtnWorkingParallel.Name = "barBtnWorkingParallel"; - barBtnWorkingParallel.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText; - barBtnWorkingParallel.ItemClick += barBtnAnaly_ItemClick; + barBtnSetList.Caption = "鎵归噺閰嶇疆"; + barBtnSetList.Id = 21; + barBtnSetList.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnSetList.ImageOptions.SvgImage"); + barBtnSetList.Name = "barBtnSetList"; + barBtnSetList.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText; + barBtnSetList.ItemClick += barBtnSetList_ItemClick; + // + // barBtnSetPumpList + // + barBtnSetPumpList.Caption = "姘存车"; + barBtnSetPumpList.CloseRadialMenuOnItemClick = true; + barBtnSetPumpList.Id = 22; + barBtnSetPumpList.Name = "barBtnSetPumpList"; + // + // barBtnSetValveList + // + barBtnSetValveList.Caption = "闃�闂�"; + barBtnSetValveList.CloseRadialMenuOnItemClick = true; + barBtnSetValveList.Id = 23; + barBtnSetValveList.Name = "barBtnSetValveList"; + // + // barBtnSetPipeList + // + barBtnSetPipeList.Caption = "绠¢亾"; + barBtnSetPipeList.CloseRadialMenuOnItemClick = true; + barBtnSetPipeList.Id = 24; + barBtnSetPipeList.Name = "barBtnSetPipeList"; + // + // barBtnSetElbowsList + // + barBtnSetElbowsList.Caption = "寮ご"; + barBtnSetElbowsList.CloseRadialMenuOnItemClick = true; + barBtnSetElbowsList.Id = 25; + barBtnSetElbowsList.Name = "barBtnSetElbowsList"; + // + // barBtnSetThreelinkList + // + barBtnSetThreelinkList.Caption = "涓夐��"; + barBtnSetThreelinkList.CloseRadialMenuOnItemClick = true; + barBtnSetThreelinkList.Id = 26; + barBtnSetThreelinkList.Name = "barBtnSetThreelinkList"; + // + // barBtnSetFourlinkList + // + barBtnSetFourlinkList.Caption = "鍥涢��"; + barBtnSetFourlinkList.CloseRadialMenuOnItemClick = true; + barBtnSetFourlinkList.Id = 27; + barBtnSetFourlinkList.Name = "barBtnSetFourlinkList"; + // + // barBtnSetTranslationList + // + barBtnSetTranslationList.Caption = "杩囨浮浠�"; + barBtnSetTranslationList.CloseRadialMenuOnItemClick = true; + barBtnSetTranslationList.Id = 28; + barBtnSetTranslationList.Name = "barBtnSetTranslationList"; + // + // barBtnSetExchangerList + // + barBtnSetExchangerList.Caption = "鎹㈢儹鍣�"; + barBtnSetExchangerList.CloseRadialMenuOnItemClick = true; + barBtnSetExchangerList.Id = 29; + barBtnSetExchangerList.Name = "barBtnSetExchangerList"; + // + // barBtnSetJunctionList + // + barBtnSetJunctionList.Caption = "杩炴帴鑺傜偣"; + barBtnSetJunctionList.CloseRadialMenuOnItemClick = true; + barBtnSetJunctionList.Id = 30; + barBtnSetJunctionList.Name = "barBtnSetJunctionList"; + // + // barBtnPumpAnaly + // + barBtnPumpAnaly.Caption = "姘存车鍒嗘瀽"; + barBtnPumpAnaly.Id = 31; + barBtnPumpAnaly.ImageOptions.Image = Xhs.Core.Properties.Resources.pump_run_32; + barBtnPumpAnaly.ImageOptions.LargeImage = Xhs.Core.Properties.Resources.pump_run_32; + barBtnPumpAnaly.Name = "barBtnPumpAnaly"; + barBtnPumpAnaly.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText; + barBtnPumpAnaly.ItemClick += barBtnPumpAnaly_ItemClick; // // barBtnSearch // @@ -201,8 +298,75 @@ barBtnSetMark.Id = 40; barBtnSetMark.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnSetMark.ImageOptions.SvgImage"); barBtnSetMark.Name = "barBtnSetMark"; - barBtnSetMark.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText; barBtnSetMark.ItemClick += barBtnSetMark_ItemClick; + // + // barBtnSetReservoirList + // + barBtnSetReservoirList.Caption = "姘村簱"; + barBtnSetReservoirList.CloseRadialMenuOnItemClick = true; + barBtnSetReservoirList.Id = 41; + barBtnSetReservoirList.Name = "barBtnSetReservoirList"; + // + // barBtnSetTankList + // + barBtnSetTankList.Caption = "姘存睜"; + barBtnSetTankList.CloseRadialMenuOnItemClick = true; + barBtnSetTankList.Id = 42; + barBtnSetTankList.Name = "barBtnSetTankList"; + // + // barBtnSetWaterboxList + // + barBtnSetWaterboxList.Caption = "姘寸"; + barBtnSetWaterboxList.CloseRadialMenuOnItemClick = true; + barBtnSetWaterboxList.Id = 43; + barBtnSetWaterboxList.Name = "barBtnSetWaterboxList"; + // + // barBtnSetBluntheadList + // + barBtnSetBluntheadList.Caption = "闂峰ご"; + barBtnSetBluntheadList.CloseRadialMenuOnItemClick = true; + barBtnSetBluntheadList.Id = 44; + barBtnSetBluntheadList.Name = "barBtnSetBluntheadList"; + // + // barBtnSetNozzleList + // + barBtnSetNozzleList.Caption = "鍠峰槾"; + barBtnSetNozzleList.CloseRadialMenuOnItemClick = true; + barBtnSetNozzleList.Id = 45; + barBtnSetNozzleList.Name = "barBtnSetNozzleList"; + // + // barBtnSetHydrantList + // + barBtnSetHydrantList.Caption = "娑堢伀鏍�"; + barBtnSetHydrantList.Id = 46; + barBtnSetHydrantList.Name = "barBtnSetHydrantList"; + // + // barBtnSetMeterList + // + barBtnSetMeterList.Caption = "姘磋〃"; + barBtnSetMeterList.CloseRadialMenuOnItemClick = true; + barBtnSetMeterList.Id = 47; + barBtnSetMeterList.Name = "barBtnSetMeterList"; + // + // barBtnSetCompressorList + // + barBtnSetCompressorList.Caption = "绌哄帇鏈�"; + barBtnSetCompressorList.CloseRadialMenuOnItemClick = true; + barBtnSetCompressorList.Id = 48; + barBtnSetCompressorList.Name = "barBtnSetCompressorList"; + // + // barBtnSetFlowmeterList + // + barBtnSetFlowmeterList.Caption = "娴侀噺璁�"; + barBtnSetFlowmeterList.CloseRadialMenuOnItemClick = true; + barBtnSetFlowmeterList.Id = 49; + barBtnSetFlowmeterList.Name = "barBtnSetFlowmeterList"; + // + // barBtnSetPressmeterList + // + barBtnSetPressmeterList.Caption = "鍘嬪姏琛�"; + barBtnSetPressmeterList.Id = 50; + barBtnSetPressmeterList.Name = "barBtnSetPressmeterList"; // // barBtnSetMonitor // @@ -211,7 +375,6 @@ barBtnSetMonitor.Id = 56; barBtnSetMonitor.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnSetMonitor.ImageOptions.SvgImage"); barBtnSetMonitor.Name = "barBtnSetMonitor"; - barBtnSetMonitor.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText; barBtnSetMonitor.ItemClick += barBtnSetMonitor_ItemClick; // // barBtnSetMonitorValue @@ -314,9 +477,9 @@ barBtnRepair.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnRepair.ImageOptions.SvgImage"); barBtnRepair.Name = "barBtnRepair"; barBtnRepair.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText; - toolTipItem1.Text = "閫氳繃璇曠畻锛岃皟鏁寸娈典笂涓嬫父"; - superToolTip1.Items.Add(toolTipItem1); - barBtnRepair.SuperTip = superToolTip1; + toolTipItem2.Text = "閫氳繃璇曠畻锛岃皟鏁寸娈典笂涓嬫父"; + superToolTip2.Items.Add(toolTipItem2); + barBtnRepair.SuperTip = superToolTip2; barBtnRepair.ItemClick += barBtnRepair_ItemClick; // // barBtnWorkingEvaluation @@ -369,6 +532,7 @@ pageGroupModel.ItemLinks.Add(barBtnSetVisualVisible); pageGroupModel.ItemLinks.Add(barBtnVisualList); pageGroupModel.ItemLinks.Add(barBtnSearch); + pageGroupModel.ItemLinks.Add(barBtnSetList); pageGroupModel.ItemLinks.Add(barCkFlowEffect); pageGroupModel.Name = "pageGroupModel"; pageGroupModel.Text = "妯″瀷"; @@ -411,18 +575,18 @@ ribbonPageGroup2.ItemLinks.Add(barBtnCalcu); ribbonPageGroup2.ItemLinks.Add(barBtnAddWorking); ribbonPageGroup2.Name = "ribbonPageGroup2"; - ribbonPageGroup2.Text = "璁$畻"; + ribbonPageGroup2.Text = "姘村姏璁$畻"; // // ribbonPageGroup9 // ribbonPageGroup9.ItemLinks.Add(barBtnWorkingEvaluation); - ribbonPageGroup9.ItemLinks.Add(barBtnWorkingParallel); + ribbonPageGroup9.ItemLinks.Add(barBtnPumpAnaly); ribbonPageGroup9.ItemLinks.Add(barBtnWorkingPower); ribbonPageGroup9.ItemLinks.Add(barBtnWorkingLossCurve); ribbonPageGroup9.ItemLinks.Add(barBtnWorkingLossStatistics); ribbonPageGroup9.ItemLinks.Add(barBtnWorkingAnaly); ribbonPageGroup9.Name = "ribbonPageGroup9"; - ribbonPageGroup9.Text = "鍒嗘瀽"; + ribbonPageGroup9.Text = "宸ュ喌鍒嗘瀽"; // // ribbonPageGroup3 // @@ -513,7 +677,39 @@ controlContainerBottom.Size = new Size(1183, 135); controlContainerBottom.TabIndex = 0; // - // XhsProjectSimulationSchemePage + // svgImg32 + // + svgImg32.ImageSize = new Size(32, 32); + svgImg32.Add("calculatesheet", "image://svgimages/spreadsheet/calculatesheet.svg"); + // + // rmSet + // + rmSet.AllowGlyphSkinning = true; + rmSet.Glyph = (Image)resources.GetObject("rmSet.Glyph"); + rmSet.ItemLinks.Add(barBtnSetReservoirList); + rmSet.ItemLinks.Add(barBtnSetTankList); + rmSet.ItemLinks.Add(barBtnSetWaterboxList); + rmSet.ItemLinks.Add(barBtnSetPumpList); + rmSet.ItemLinks.Add(barBtnSetValveList); + rmSet.ItemLinks.Add(barBtnSetPipeList); + rmSet.ItemLinks.Add(barBtnSetNozzleList); + rmSet.ItemLinks.Add(barBtnSetHydrantList); + rmSet.ItemLinks.Add(barBtnSetBluntheadList); + rmSet.ItemLinks.Add(barBtnSetElbowsList); + rmSet.ItemLinks.Add(barBtnSetThreelinkList); + rmSet.ItemLinks.Add(barBtnSetFourlinkList); + rmSet.ItemLinks.Add(barBtnSetMeterList); + rmSet.ItemLinks.Add(barBtnSetFlowmeterList); + rmSet.ItemLinks.Add(barBtnSetPressmeterList); + rmSet.ItemLinks.Add(barBtnSetTranslationList); + rmSet.ItemLinks.Add(barBtnSetExchangerList); + rmSet.ItemLinks.Add(barBtnSetCompressorList); + rmSet.ItemLinks.Add(barBtnSetJunctionList); + rmSet.Name = "rmSet"; + rmSet.Ribbon = ribbonControl1; + rmSet.BeforePopup += rmSet_BeforePopup; + // + // XhsProjectSimulationCorePage // Appearance.BackColor = SystemColors.Control; Appearance.Options.UseBackColor = true; @@ -524,7 +720,7 @@ Controls.Add(docPnlRight); Controls.Add(ribbonControl1); Margin = new Padding(2); - Name = "XhsProjectSimulationSchemePage"; + Name = "XhsProjectSimulationCorePage"; Size = new Size(1464, 700); ((ISupportInitialize)ribbonControl1).EndInit(); ((ISupportInitialize)repositoryItemImageComboBox1).EndInit(); @@ -533,6 +729,8 @@ ((ISupportInitialize)dockManager1).EndInit(); docPnlRight.ResumeLayout(false); docPnlBottom.ResumeLayout(false); + ((ISupportInitialize)svgImg32).EndInit(); + ((ISupportInitialize)rmSet).EndInit(); ResumeLayout(false); PerformLayout(); } @@ -555,7 +753,19 @@ private DevExpress.XtraBars.Docking.DockManager dockManager1; private DevExpress.XtraBars.Docking.DockPanel docPnlRight; private DevExpress.XtraBars.Docking.ControlContainer controlContainerRight; - private DevExpress.XtraBars.BarButtonItem barBtnWorkingParallel; + private DevExpress.Utils.SvgImageCollection svgImg32; + private DevExpress.XtraBars.Ribbon.RadialMenu rmSet; + private DevExpress.XtraBars.BarButtonItem barBtnSetList; + private DevExpress.XtraBars.BarButtonItem barBtnSetPumpList; + private DevExpress.XtraBars.BarButtonItem barBtnSetValveList; + private DevExpress.XtraBars.BarButtonItem barBtnSetPipeList; + private DevExpress.XtraBars.BarButtonItem barBtnSetElbowsList; + private DevExpress.XtraBars.BarButtonItem barBtnSetThreelinkList; + private DevExpress.XtraBars.BarButtonItem barBtnSetFourlinkList; + private DevExpress.XtraBars.BarButtonItem barBtnSetTranslationList; + private DevExpress.XtraBars.BarButtonItem barBtnSetExchangerList; + private DevExpress.XtraBars.BarButtonItem barBtnSetJunctionList; + private DevExpress.XtraBars.BarButtonItem barBtnPumpAnaly; private DevExpress.XtraBars.BarButtonItem barBtnSearch; private DevExpress.XtraBars.Ribbon.RibbonPageGroup pageGroupModel; private DevExpress.XtraBars.Docking.DockPanel docPnlBottom; @@ -565,6 +775,16 @@ private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1; private DevExpress.XtraBars.BarButtonItem barBtnRefresh; private DevExpress.XtraBars.BarButtonItem barBtnSetMark; + private DevExpress.XtraBars.BarButtonItem barBtnSetReservoirList; + private DevExpress.XtraBars.BarButtonItem barBtnSetTankList; + private DevExpress.XtraBars.BarButtonItem barBtnSetWaterboxList; + private DevExpress.XtraBars.BarButtonItem barBtnSetBluntheadList; + private DevExpress.XtraBars.BarButtonItem barBtnSetNozzleList; + private DevExpress.XtraBars.BarButtonItem barBtnSetHydrantList; + private DevExpress.XtraBars.BarButtonItem barBtnSetMeterList; + private DevExpress.XtraBars.BarButtonItem barBtnSetCompressorList; + private DevExpress.XtraBars.BarButtonItem barBtnSetFlowmeterList; + private DevExpress.XtraBars.BarButtonItem barBtnSetPressmeterList; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup6; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup7; private DevExpress.XtraBars.BarButtonItem barBtnSetMonitor; -- Gitblit v1.9.3