duheng
2024-10-29 9a17ed5ea49bf399ed0303428a6d5ca41a8c39dd
WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/ValveManageMainPage.Designer.cs
@@ -36,8 +36,10 @@
            BtnDelete = new DevExpress.XtraBars.BarButtonItem();
            BarBtnEidtPumpPart = new DevExpress.XtraBars.BarButtonItem();
            barBtnValveLine = new DevExpress.XtraBars.BarButtonItem();
            barBtnSetDefaultStatus = new DevExpress.XtraBars.BarButtonItem();
            ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            svgImageCollection1 = new DevExpress.Utils.SvgImageCollection(components);
            sidePanel1 = new DevExpress.XtraEditors.SidePanel();
            gridControl1 = new DevExpress.XtraGrid.GridControl();
@@ -48,13 +50,14 @@
            colMaterial = new DevExpress.XtraGrid.Columns.GridColumn();
            colCoefficient = new DevExpress.XtraGrid.Columns.GridColumn();
            colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
            colCreateName = new DevExpress.XtraGrid.Columns.GridColumn();
            colCreateTime = new DevExpress.XtraGrid.Columns.GridColumn();
            colValveLift = new DevExpress.XtraGrid.Columns.GridColumn();
            colSeriesType = new DevExpress.XtraGrid.Columns.GridColumn();
            colKeyWord = new DevExpress.XtraGrid.Columns.GridColumn();
            dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components);
            dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
            dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            valveTypeTreeListCtrl1 = new ValveTypeTreeListCtrl();
            gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            colValveSetting = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)svgImageCollection1).BeginInit();
            sidePanel1.SuspendLayout();
@@ -71,9 +74,9 @@
            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, BtnDelete, BarBtnEidtPumpPart, barBtnValveLine });
            ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbonControl1.ExpandCollapseItem, BtnAdd, BtnEdit, BtnDelete, BarBtnEidtPumpPart, barBtnValveLine, barBtnSetDefaultStatus });
            ribbonControl1.Location = new Point(0, 0);
            ribbonControl1.MaxItemId = 23;
            ribbonControl1.MaxItemId = 24;
            ribbonControl1.Name = "ribbonControl1";
            ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { ribbonPage1 });
            ribbonControl1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010;
@@ -82,7 +85,7 @@
            ribbonControl1.ShowPageHeadersInFormCaption = DevExpress.Utils.DefaultBoolean.False;
            ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
            ribbonControl1.ShowToolbarCustomizeItem = false;
            ribbonControl1.Size = new Size(603, 101);
            ribbonControl1.Size = new Size(686, 101);
            ribbonControl1.Toolbar.ShowCustomizeItem = false;
            ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
            // 
@@ -124,9 +127,18 @@
            barBtnValveLine.Name = "barBtnValveLine";
            barBtnValveLine.ItemClick += barBtnValveLine_ItemClick;
            // 
            // barBtnSetDefaultStatus
            //
            barBtnSetDefaultStatus.Caption = "设置默认";
            barBtnSetDefaultStatus.Id = 23;
            barBtnSetDefaultStatus.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnSetDefaultStatus.ImageOptions.SvgImage");
            barBtnSetDefaultStatus.Name = "barBtnSetDefaultStatus";
            barBtnSetDefaultStatus.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            barBtnSetDefaultStatus.ItemClick += barBtnSetDefaultStatus_ItemClick;
            //
            // ribbonPage1
            // 
            ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { ribbonPageGroup1 });
            ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { ribbonPageGroup1, ribbonPageGroup2 });
            ribbonPage1.Name = "ribbonPage1";
            ribbonPage1.Text = "ribbonPage1";
            // 
@@ -135,9 +147,15 @@
            ribbonPageGroup1.ItemLinks.Add(BtnAdd);
            ribbonPageGroup1.ItemLinks.Add(BtnEdit);
            ribbonPageGroup1.ItemLinks.Add(BtnDelete);
            ribbonPageGroup1.ItemLinks.Add(barBtnValveLine);
            ribbonPageGroup1.Name = "ribbonPageGroup1";
            ribbonPageGroup1.Text = "基础功能";
            //
            // ribbonPageGroup2
            //
            ribbonPageGroup2.ItemLinks.Add(barBtnValveLine);
            ribbonPageGroup2.ItemLinks.Add(barBtnSetDefaultStatus);
            ribbonPageGroup2.Name = "ribbonPageGroup2";
            ribbonPageGroup2.Text = "更多";
            // 
            // svgImageCollection1
            // 
@@ -149,10 +167,10 @@
            sidePanel1.Controls.Add(gridControl1);
            sidePanel1.Controls.Add(ribbonControl1);
            sidePanel1.Dock = DockStyle.Fill;
            sidePanel1.Location = new Point(287, 0);
            sidePanel1.Location = new Point(204, 0);
            sidePanel1.Margin = new Padding(0);
            sidePanel1.Name = "sidePanel1";
            sidePanel1.Size = new Size(603, 520);
            sidePanel1.Size = new Size(686, 520);
            sidePanel1.TabIndex = 2;
            sidePanel1.Text = "sidePanel1";
            // 
@@ -164,7 +182,7 @@
            gridControl1.MainView = gridView1;
            gridControl1.MenuManager = ribbonControl1;
            gridControl1.Name = "gridControl1";
            gridControl1.Size = new Size(603, 419);
            gridControl1.Size = new Size(686, 419);
            gridControl1.TabIndex = 1;
            gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
            // 
@@ -177,7 +195,7 @@
            gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
            gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            gridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colCaliber, colMaterial, colCoefficient, colDescription, colCreateName, colCreateTime, gridColumn1 });
            gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colCaliber, colMaterial, colCoefficient, colDescription, colValveLift, colSeriesType, colKeyWord, colValveSetting });
            gridView1.GridControl = gridControl1;
            gridView1.Name = "gridView1";
            gridView1.OptionsView.ShowGroupPanel = false;
@@ -190,7 +208,7 @@
            colName.Name = "colName";
            colName.Visible = true;
            colName.VisibleIndex = 0;
            colName.Width = 130;
            colName.Width = 178;
            // 
            // colCaliber
            // 
@@ -199,8 +217,8 @@
            colCaliber.FieldName = "Caliber";
            colCaliber.Name = "colCaliber";
            colCaliber.Visible = true;
            colCaliber.VisibleIndex = 3;
            colCaliber.Width = 130;
            colCaliber.VisibleIndex = 2;
            colCaliber.Width = 123;
            // 
            // colMaterial
            // 
@@ -209,8 +227,8 @@
            colMaterial.FieldName = "Material";
            colMaterial.Name = "colMaterial";
            colMaterial.Visible = true;
            colMaterial.VisibleIndex = 4;
            colMaterial.Width = 130;
            colMaterial.VisibleIndex = 3;
            colMaterial.Width = 105;
            // 
            // colCoefficient
            // 
@@ -220,7 +238,7 @@
            colCoefficient.Name = "colCoefficient";
            colCoefficient.Visible = true;
            colCoefficient.VisibleIndex = 5;
            colCoefficient.Width = 130;
            colCoefficient.Width = 85;
            // 
            // colDescription
            // 
@@ -229,28 +247,31 @@
            colDescription.FieldName = "Description";
            colDescription.Name = "colDescription";
            colDescription.Visible = true;
            colDescription.VisibleIndex = 6;
            colDescription.Width = 198;
            colDescription.VisibleIndex = 7;
            colDescription.Width = 266;
            // 
            // colCreateName
            // colValveLift
            // 
            colCreateName.AppearanceCell.Options.UseTextOptions = true;
            colCreateName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            colCreateName.FieldName = "CreateName";
            colCreateName.Name = "colCreateName";
            colCreateName.Visible = true;
            colCreateName.VisibleIndex = 1;
            colCreateName.Width = 130;
            colValveLift.FieldName = "ValveLift";
            colValveLift.Name = "colValveLift";
            colValveLift.Visible = true;
            colValveLift.VisibleIndex = 4;
            colValveLift.Width = 82;
            // 
            // colCreateTime
            // colSeriesType
            // 
            colCreateTime.AppearanceCell.Options.UseTextOptions = true;
            colCreateTime.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            colCreateTime.FieldName = "CreateTime";
            colCreateTime.Name = "colCreateTime";
            colCreateTime.Visible = true;
            colCreateTime.VisibleIndex = 2;
            colCreateTime.Width = 130;
            colSeriesType.FieldName = "SeriesType";
            colSeriesType.Name = "colSeriesType";
            colSeriesType.Visible = true;
            colSeriesType.VisibleIndex = 8;
            colSeriesType.Width = 119;
            //
            // colKeyWord
            //
            colKeyWord.FieldName = "KeyWord";
            colKeyWord.Name = "colKeyWord";
            colKeyWord.Visible = true;
            colKeyWord.VisibleIndex = 1;
            // 
            // dockManager1
            // 
@@ -267,8 +288,8 @@
            dockPanel1.ID = new Guid("47edc533-9291-45bc-9b49-4f9f530da5d3");
            dockPanel1.Location = new Point(0, 0);
            dockPanel1.Name = "dockPanel1";
            dockPanel1.OriginalSize = new Size(287, 200);
            dockPanel1.Size = new Size(287, 520);
            dockPanel1.OriginalSize = new Size(204, 200);
            dockPanel1.Size = new Size(204, 520);
            dockPanel1.Text = "阀门类型";
            // 
            // dockPanel1_Container
@@ -276,7 +297,7 @@
            dockPanel1_Container.Controls.Add(valveTypeTreeListCtrl1);
            dockPanel1_Container.Location = new Point(3, 26);
            dockPanel1_Container.Name = "dockPanel1_Container";
            dockPanel1_Container.Size = new Size(280, 491);
            dockPanel1_Container.Size = new Size(197, 491);
            dockPanel1_Container.TabIndex = 0;
            // 
            // valveTypeTreeListCtrl1
@@ -287,17 +308,17 @@
            valveTypeTreeListCtrl1.Location = new Point(0, 0);
            valveTypeTreeListCtrl1.Margin = new Padding(4, 5, 4, 5);
            valveTypeTreeListCtrl1.Name = "valveTypeTreeListCtrl1";
            valveTypeTreeListCtrl1.Size = new Size(280, 491);
            valveTypeTreeListCtrl1.Size = new Size(197, 491);
            valveTypeTreeListCtrl1.TabIndex = 0;
            // 
            // gridColumn1
            // colValveSetting
            // 
            gridColumn1.Caption = "阀门状态";
            gridColumn1.Name = "gridColumn1";
            gridColumn1.Visible = true;
            gridColumn1.VisibleIndex = 7;
            colValveSetting.FieldName = "ValveSetting";
            colValveSetting.Name = "colValveSetting";
            colValveSetting.Visible = true;
            colValveSetting.VisibleIndex = 6;
            // 
            // ValveManageMainPanel
            // ValveManageMainPage
            // 
            Appearance.BackColor = SystemColors.Control;
            Appearance.Options.UseBackColor = true;
@@ -306,7 +327,7 @@
            Controls.Add(sidePanel1);
            Controls.Add(dockPanel1);
            Margin = new Padding(4, 5, 4, 5);
            Name = "ValveManageMainPanel";
            Name = "ValveManageMainPage";
            Size = new Size(890, 520);
            ((System.ComponentModel.ISupportInitialize)ribbonControl1).EndInit();
            ((System.ComponentModel.ISupportInitialize)svgImageCollection1).EndInit();
@@ -344,9 +365,12 @@
        private DevExpress.XtraGrid.Columns.GridColumn colCoefficient;
        private DevExpress.XtraGrid.Columns.GridColumn colDescription;
        private DevExpress.XtraGrid.Columns.GridColumn colName;
        private DevExpress.XtraGrid.Columns.GridColumn colCreateName;
        private DevExpress.XtraGrid.Columns.GridColumn colCreateTime;
        private DevExpress.XtraBars.BarButtonItem barBtnValveLine;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
        private DevExpress.XtraGrid.Columns.GridColumn colValveLift;
        private DevExpress.XtraGrid.Columns.GridColumn colSeriesType;
        private DevExpress.XtraGrid.Columns.GridColumn colKeyWord;
        private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2;
        private DevExpress.XtraBars.BarButtonItem barBtnSetDefaultStatus;
        private DevExpress.XtraGrid.Columns.GridColumn colValveSetting;
    }
}