duheng
2024-09-27 0e54c48e8190937f5b483c79e3cc9d17ec7c9af0
WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/02-pump/XhsProjectSimulationPumpMatchingListCtrl.Designer.cs
@@ -68,7 +68,6 @@
            // 
            // gridView1
            // 
            gridView1.BorderStyle = BorderStyles.NoBorder;
            gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colCode, colModelType, colRatedP, colRatedQ, colRatedH, colRatedN, colDbLocked, colMatchingRatedP, colMatchingRatedQ, colMatchingRatedH, colMatchingRatedN, colMatchingSatus });
            gridView1.GridControl = gridControl1;
            gridView1.Name = "gridView1";
@@ -81,91 +80,91 @@
            colName.FieldName = "Name";
            colName.Name = "colName";
            colName.Visible = true;
            colName.VisibleIndex = 0;
            colName.VisibleIndex = 1;
            // 
            // colCode
            // 
            colCode.FieldName = "Code";
            colCode.Name = "colCode";
            colCode.Visible = true;
            colCode.VisibleIndex = 1;
            colCode.VisibleIndex = 0;
            // 
            // colModelType
            // 
            colModelType.FieldName = "ModelType";
            colModelType.Name = "colModelType";
            colModelType.Visible = true;
            colModelType.VisibleIndex = 2;
            colModelType.VisibleIndex = 3;
            // 
            // colRatedP
            // 
            colRatedP.FieldName = "RatedP";
            colRatedP.Name = "colRatedP";
            colRatedP.Visible = true;
            colRatedP.VisibleIndex = 3;
            colRatedP.VisibleIndex = 4;
            // 
            // colRatedQ
            // 
            colRatedQ.FieldName = "RatedQ";
            colRatedQ.Name = "colRatedQ";
            colRatedQ.Visible = true;
            colRatedQ.VisibleIndex = 4;
            colRatedQ.VisibleIndex = 5;
            // 
            // colRatedH
            // 
            colRatedH.FieldName = "RatedH";
            colRatedH.Name = "colRatedH";
            colRatedH.Visible = true;
            colRatedH.VisibleIndex = 5;
            colRatedH.VisibleIndex = 6;
            // 
            // colRatedN
            // 
            colRatedN.FieldName = "RatedN";
            colRatedN.Name = "colRatedN";
            colRatedN.Visible = true;
            colRatedN.VisibleIndex = 6;
            colRatedN.VisibleIndex = 7;
            // 
            // colDbLocked
            // 
            colDbLocked.FieldName = "DbLocked";
            colDbLocked.Name = "colDbLocked";
            colDbLocked.Visible = true;
            colDbLocked.VisibleIndex = 12;
            colDbLocked.VisibleIndex = 2;
            // 
            // colMatchingRatedP
            // 
            colMatchingRatedP.FieldName = "MatchingRatedP";
            colMatchingRatedP.Name = "colMatchingRatedP";
            colMatchingRatedP.Visible = true;
            colMatchingRatedP.VisibleIndex = 7;
            colMatchingRatedP.VisibleIndex = 8;
            // 
            // colMatchingRatedQ
            // 
            colMatchingRatedQ.FieldName = "MatchingRatedQ";
            colMatchingRatedQ.Name = "colMatchingRatedQ";
            colMatchingRatedQ.Visible = true;
            colMatchingRatedQ.VisibleIndex = 8;
            colMatchingRatedQ.VisibleIndex = 9;
            // 
            // colMatchingRatedH
            // 
            colMatchingRatedH.FieldName = "MatchingRatedH";
            colMatchingRatedH.Name = "colMatchingRatedH";
            colMatchingRatedH.Visible = true;
            colMatchingRatedH.VisibleIndex = 9;
            colMatchingRatedH.VisibleIndex = 10;
            // 
            // colMatchingRatedN
            // 
            colMatchingRatedN.FieldName = "MatchingRatedN";
            colMatchingRatedN.Name = "colMatchingRatedN";
            colMatchingRatedN.Visible = true;
            colMatchingRatedN.VisibleIndex = 10;
            colMatchingRatedN.VisibleIndex = 11;
            // 
            // colMatchingSatus
            // 
            colMatchingSatus.FieldName = "MatchingSatus";
            colMatchingSatus.Name = "colMatchingSatus";
            colMatchingSatus.Visible = true;
            colMatchingSatus.VisibleIndex = 11;
            colMatchingSatus.VisibleIndex = 12;
            // 
            // XhsProjectSimulationPumpMatchingListCtrl
            //