duheng
2024-12-27 1c3e5bc50d3045d51cb9a9f747d53442b82d9e2c
WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/ValveManageMainPage.Designer.cs
@@ -36,8 +36,11 @@
            BtnDelete = new DevExpress.XtraBars.BarButtonItem();
            BarBtnEidtPumpPart = new DevExpress.XtraBars.BarButtonItem();
            barBtnValveLine = new DevExpress.XtraBars.BarButtonItem();
            barBtnSetDefaultStatus = new DevExpress.XtraBars.BarButtonItem();
            barBtnSetCoefficient = 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 +51,13 @@
            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();
            colKeyWord = new DevExpress.XtraGrid.Columns.GridColumn();
            colValveSetting = new DevExpress.XtraGrid.Columns.GridColumn();
            colValveType = 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();
            ((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, barBtnSetCoefficient });
            ribbonControl1.Location = new Point(0, 0);
            ribbonControl1.MaxItemId = 23;
            ribbonControl1.MaxItemId = 25;
            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,27 @@
            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;
            //
            // barBtnSetCoefficient
            //
            barBtnSetCoefficient.Caption = "局阻系数";
            barBtnSetCoefficient.Id = 24;
            barBtnSetCoefficient.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnSetCoefficient.ImageOptions.SvgImage");
            barBtnSetCoefficient.Name = "barBtnSetCoefficient";
            barBtnSetCoefficient.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            barBtnSetCoefficient.ItemClick += barBtnSetcoefficient_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 +156,16 @@
            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.ItemLinks.Add(barBtnSetCoefficient);
            ribbonPageGroup2.Name = "ribbonPageGroup2";
            ribbonPageGroup2.Text = "更多";
            // 
            // svgImageCollection1
            // 
@@ -149,10 +177,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 +192,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,10 +205,11 @@
            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, colKeyWord, colValveSetting, colValveType });
            gridView1.GridControl = gridControl1;
            gridView1.Name = "gridView1";
            gridView1.OptionsView.ShowGroupPanel = false;
            gridView1.FocusedRowChanged += gridView1_FocusedRowChanged;
            // 
            // colName
            // 
@@ -190,7 +219,7 @@
            colName.Name = "colName";
            colName.Visible = true;
            colName.VisibleIndex = 0;
            colName.Width = 130;
            colName.Width = 178;
            // 
            // colCaliber
            // 
@@ -200,7 +229,7 @@
            colCaliber.Name = "colCaliber";
            colCaliber.Visible = true;
            colCaliber.VisibleIndex = 3;
            colCaliber.Width = 130;
            colCaliber.Width = 123;
            // 
            // colMaterial
            // 
@@ -210,7 +239,7 @@
            colMaterial.Name = "colMaterial";
            colMaterial.Visible = true;
            colMaterial.VisibleIndex = 4;
            colMaterial.Width = 130;
            colMaterial.Width = 105;
            // 
            // colCoefficient
            // 
@@ -220,7 +249,7 @@
            colCoefficient.Name = "colCoefficient";
            colCoefficient.Visible = true;
            colCoefficient.VisibleIndex = 5;
            colCoefficient.Width = 130;
            colCoefficient.Width = 85;
            // 
            // colDescription
            // 
@@ -228,29 +257,31 @@
            colDescription.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            colDescription.FieldName = "Description";
            colDescription.Name = "colDescription";
            colDescription.OptionsFilter.AllowFilter = false;
            colDescription.Visible = true;
            colDescription.VisibleIndex = 6;
            colDescription.Width = 198;
            colDescription.VisibleIndex = 7;
            colDescription.Width = 266;
            // 
            // colCreateName
            // colKeyWord
            // 
            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;
            colKeyWord.FieldName = "KeyWord";
            colKeyWord.Name = "colKeyWord";
            colKeyWord.Visible = true;
            colKeyWord.VisibleIndex = 2;
            // 
            // colCreateTime
            // colValveSetting
            // 
            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;
            colValveSetting.FieldName = "ValveSetting";
            colValveSetting.Name = "colValveSetting";
            colValveSetting.Visible = true;
            colValveSetting.VisibleIndex = 6;
            //
            // colValveType
            //
            colValveType.FieldName = "ValveType";
            colValveType.Name = "colValveType";
            colValveType.Visible = true;
            colValveType.VisibleIndex = 1;
            // 
            // dockManager1
            // 
@@ -267,16 +298,16 @@
            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.Text = "阀门类型";
            dockPanel1.OriginalSize = new Size(204, 200);
            dockPanel1.Size = new Size(204, 520);
            dockPanel1.Text = "阀门系列";
            // 
            // dockPanel1_Container
            // 
            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 +318,10 @@
            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
            //
            gridColumn1.Caption = "阀门状态";
            gridColumn1.Name = "gridColumn1";
            gridColumn1.Visible = true;
            gridColumn1.VisibleIndex = 7;
            //
            // ValveManageMainPanel
            // ValveManageMainPage
            // 
            Appearance.BackColor = SystemColors.Control;
            Appearance.Options.UseBackColor = true;
@@ -306,7 +330,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 +368,13 @@
        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 colKeyWord;
        private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2;
        private DevExpress.XtraBars.BarButtonItem barBtnSetDefaultStatus;
        private DevExpress.XtraGrid.Columns.GridColumn colValveSetting;
        private DevExpress.XtraGrid.Columns.GridColumn colValveType;
        private DevExpress.XtraBars.BarButtonItem barBtnSetCoefficient;
    }
}