lixiaojun
2024-10-12 f2333318a31e92f6cbc3a572d8eb9fae9da0f892
WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/PumpProductMainPage.Designer.cs
ÎļþÃû´Ó WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/PumpProductMainPanel.Designer.cs ÐÞ¸Ä
@@ -1,7 +1,7 @@
 
namespace HStation.WinFrmUI.Xhs.PumpProduct
{
    partial class PumpProductMainPanel
    partial class PumpProductMainPage
    {
        /// <summary> 
        /// Required designer variable.
@@ -30,7 +30,7 @@
        private void InitializeComponent()
        {
            components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PumpProductMainPanel));
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PumpProductMainPage));
            ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
            BtnAdd = new DevExpress.XtraBars.BarButtonItem();
            BtnEdit = new DevExpress.XtraBars.BarButtonItem();
@@ -39,13 +39,13 @@
            barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            BarBtnPumpinformation = new DevExpress.XtraBars.BarButtonItem();
            BarBtnEidtPumpProp = new DevExpress.XtraBars.BarButtonItem();
            BtnDeletePumpSeries = new DevExpress.XtraBars.BarButtonItem();
            BtnDeleteAssetsPumpSeries = new DevExpress.XtraBars.BarButtonItem();
            ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components);
            dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
            dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            pumpSeriesTreeListCtrl1 = new PumpProductSeriesTreeListCtrl();
            AssetsPumpSeriesTreeListCtrl1 = new PumpProductSeriesTreeListCtrl();
            gridControl1 = new DevExpress.XtraGrid.GridControl();
            currentViewModelBindingSource = new BindingSource(components);
            gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
@@ -87,7 +87,7 @@
            ribbonControl1.DrawGroupsBorderMode = DevExpress.Utils.DefaultBoolean.True;
            ribbonControl1.ExpandCollapseItem.Id = 0;
            ribbonControl1.ItemPanelStyle = DevExpress.XtraBars.Ribbon.RibbonItemPanelStyle.Classic;
            ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbonControl1.ExpandCollapseItem, BtnAdd, BtnEdit, barBtnEditPumpCurve, BarBtnEidtPumpPart, barButtonItem1, BarBtnPumpinformation, BarBtnEidtPumpProp, BtnDeletePumpSeries });
            ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbonControl1.ExpandCollapseItem, BtnAdd, BtnEdit, barBtnEditPumpCurve, BarBtnEidtPumpPart, barButtonItem1, BarBtnPumpinformation, BarBtnEidtPumpProp, BtnDeleteAssetsPumpSeries });
            ribbonControl1.Location = new Point(0, 0);
            ribbonControl1.MaxItemId = 26;
            ribbonControl1.Name = "ribbonControl1";
@@ -156,13 +156,13 @@
            BarBtnEidtPumpProp.Name = "BarBtnEidtPumpProp";
            BarBtnEidtPumpProp.ItemClick += BarBtnEidtPumpPart_ItemClick;
            // 
            // BtnDeletePumpSeries
            // BtnDeleteAssetsPumpSeries
            // 
            BtnDeletePumpSeries.Caption = "删除泵型号";
            BtnDeletePumpSeries.Id = 25;
            BtnDeletePumpSeries.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnDeletePumpSeries.ImageOptions.SvgImage");
            BtnDeletePumpSeries.Name = "BtnDeletePumpSeries";
            BtnDeletePumpSeries.ItemClick += BtnDelete_ItemClick;
            BtnDeleteAssetsPumpSeries.Caption = "删除泵型号";
            BtnDeleteAssetsPumpSeries.Id = 25;
            BtnDeleteAssetsPumpSeries.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnDeleteAssetsPumpSeries.ImageOptions.SvgImage");
            BtnDeleteAssetsPumpSeries.Name = "BtnDeleteAssetsPumpSeries";
            BtnDeleteAssetsPumpSeries.ItemClick += BtnDelete_ItemClick;
            // 
            // ribbonPage1
            // 
@@ -202,21 +202,21 @@
            // 
            // dockPanel1_Container
            // 
            dockPanel1_Container.Controls.Add(pumpSeriesTreeListCtrl1);
            dockPanel1_Container.Controls.Add(AssetsPumpSeriesTreeListCtrl1);
            dockPanel1_Container.Location = new Point(3, 26);
            dockPanel1_Container.Name = "dockPanel1_Container";
            dockPanel1_Container.Size = new Size(193, 518);
            dockPanel1_Container.TabIndex = 0;
            // 
            // pumpSeriesTreeListCtrl1
            // AssetsPumpSeriesTreeListCtrl1
            // 
            pumpSeriesTreeListCtrl1.Appearance.BackColor = SystemColors.Control;
            pumpSeriesTreeListCtrl1.Appearance.Options.UseBackColor = true;
            pumpSeriesTreeListCtrl1.Dock = DockStyle.Fill;
            pumpSeriesTreeListCtrl1.Location = new Point(0, 0);
            pumpSeriesTreeListCtrl1.Name = "pumpSeriesTreeListCtrl1";
            pumpSeriesTreeListCtrl1.Size = new Size(193, 518);
            pumpSeriesTreeListCtrl1.TabIndex = 0;
            AssetsPumpSeriesTreeListCtrl1.Appearance.BackColor = SystemColors.Control;
            AssetsPumpSeriesTreeListCtrl1.Appearance.Options.UseBackColor = true;
            AssetsPumpSeriesTreeListCtrl1.Dock = DockStyle.Fill;
            AssetsPumpSeriesTreeListCtrl1.Location = new Point(0, 0);
            AssetsPumpSeriesTreeListCtrl1.Name = "AssetsPumpSeriesTreeListCtrl1";
            AssetsPumpSeriesTreeListCtrl1.Size = new Size(193, 518);
            AssetsPumpSeriesTreeListCtrl1.TabIndex = 0;
            // 
            // gridControl1
            // 
@@ -232,7 +232,7 @@
            // 
            // currentViewModelBindingSource
            // 
            currentViewModelBindingSource.DataSource = typeof(PumpMainViewModel);
            currentViewModelBindingSource.DataSource = typeof(AssetsPumpMainViewModel);
            // 
            // gridView1
            // 
@@ -409,7 +409,7 @@
            // 
            popupPump.ItemLinks.Add(BarBtnPumpinformation);
            popupPump.ItemLinks.Add(BarBtnEidtPumpPart);
            popupPump.ItemLinks.Add(BtnDeletePumpSeries);
            popupPump.ItemLinks.Add(BtnDeleteAssetsPumpSeries);
            popupPump.Name = "popupPump";
            popupPump.Ribbon = ribbonControl1;
            // 
@@ -418,7 +418,7 @@
            svgImage32.ImageSize = new Size(32, 32);
            svgImage32.Add("propertiespanel", "image://svgimages/diagramicons/propertiespanel.svg");
            // 
            // PumpProductMainPanel
            // PumpProductMainPage
            // 
            Appearance.BackColor = SystemColors.Control;
            Appearance.Options.UseBackColor = true;
@@ -459,7 +459,7 @@
        private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
        private DevExpress.XtraBars.Docking.DockPanel dockPanel1;
        private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container;
        private PumpProductSeriesTreeListCtrl pumpSeriesTreeListCtrl1;
        private PumpProductSeriesTreeListCtrl AssetsPumpSeriesTreeListCtrl1;
        private BindingSource currentViewModelBindingSource;
        private DevExpress.XtraGrid.Columns.GridColumn colName;
        private DevExpress.XtraGrid.Columns.GridColumn colTagName;
@@ -483,6 +483,6 @@
        private DevExpress.XtraBars.BarButtonItem barButtonItem1;
        private DevExpress.XtraBars.BarButtonItem BarBtnPumpinformation;
        private DevExpress.XtraBars.BarButtonItem BarBtnEidtPumpProp;
        private DevExpress.XtraBars.BarButtonItem BtnDeletePumpSeries;
        private DevExpress.XtraBars.BarButtonItem BtnDeleteAssetsPumpSeries;
    }
}