duheng
2024-10-18 5e789cd1ae9a9b22a6ab66a970457c372e9001de
WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/ValveManageMainPage.Designer.cs
@@ -50,11 +50,11 @@
            colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
            colCreateName = new DevExpress.XtraGrid.Columns.GridColumn();
            colCreateTime = new DevExpress.XtraGrid.Columns.GridColumn();
            gridColumn1 = 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();
            colOpenStatus = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)svgImageCollection1).BeginInit();
            sidePanel1.SuspendLayout();
@@ -177,7 +177,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, colCreateName, colCreateTime, colOpenStatus });
            gridView1.GridControl = gridControl1;
            gridView1.Name = "gridView1";
            gridView1.OptionsView.ShowGroupPanel = false;
@@ -190,7 +190,7 @@
            colName.Name = "colName";
            colName.Visible = true;
            colName.VisibleIndex = 0;
            colName.Width = 130;
            colName.Width = 118;
            // 
            // colCaliber
            // 
@@ -200,7 +200,7 @@
            colCaliber.Name = "colCaliber";
            colCaliber.Visible = true;
            colCaliber.VisibleIndex = 3;
            colCaliber.Width = 130;
            colCaliber.Width = 118;
            // 
            // colMaterial
            // 
@@ -210,7 +210,7 @@
            colMaterial.Name = "colMaterial";
            colMaterial.Visible = true;
            colMaterial.VisibleIndex = 4;
            colMaterial.Width = 130;
            colMaterial.Width = 96;
            // 
            // colCoefficient
            // 
@@ -220,7 +220,7 @@
            colCoefficient.Name = "colCoefficient";
            colCoefficient.Visible = true;
            colCoefficient.VisibleIndex = 5;
            colCoefficient.Width = 130;
            colCoefficient.Width = 79;
            // 
            // colDescription
            // 
@@ -229,8 +229,8 @@
            colDescription.FieldName = "Description";
            colDescription.Name = "colDescription";
            colDescription.Visible = true;
            colDescription.VisibleIndex = 6;
            colDescription.Width = 198;
            colDescription.VisibleIndex = 7;
            colDescription.Width = 228;
            // 
            // colCreateName
            // 
@@ -240,7 +240,7 @@
            colCreateName.Name = "colCreateName";
            colCreateName.Visible = true;
            colCreateName.VisibleIndex = 1;
            colCreateName.Width = 130;
            colCreateName.Width = 118;
            // 
            // colCreateTime
            // 
@@ -250,14 +250,7 @@
            colCreateTime.Name = "colCreateTime";
            colCreateTime.Visible = true;
            colCreateTime.VisibleIndex = 2;
            colCreateTime.Width = 130;
            //
            // gridColumn1
            //
            gridColumn1.Caption = "阀门状态";
            gridColumn1.Name = "gridColumn1";
            gridColumn1.Visible = true;
            gridColumn1.VisibleIndex = 7;
            colCreateTime.Width = 118;
            // 
            // dockManager1
            // 
@@ -296,6 +289,14 @@
            valveTypeTreeListCtrl1.Name = "valveTypeTreeListCtrl1";
            valveTypeTreeListCtrl1.Size = new Size(197, 491);
            valveTypeTreeListCtrl1.TabIndex = 0;
            //
            // colOpenStatus
            //
            colOpenStatus.FieldName = "OpenStatus";
            colOpenStatus.Name = "colOpenStatus";
            colOpenStatus.Visible = true;
            colOpenStatus.VisibleIndex = 6;
            colOpenStatus.Width = 83;
            // 
            // ValveManageMainPage
            // 
@@ -347,6 +348,6 @@
        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 colOpenStatus;
    }
}