duheng
2024-09-27 0e54c48e8190937f5b483c79e3cc9d17ec7c9af0
WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/02-pump/XhsProjectSimulationPumpMatchingListCtrl.Designer.cs
@@ -44,7 +44,7 @@
            colMatchingRatedQ = new DevExpress.XtraGrid.Columns.GridColumn();
            colMatchingRatedH = new DevExpress.XtraGrid.Columns.GridColumn();
            colMatchingRatedN = new DevExpress.XtraGrid.Columns.GridColumn();
            colMatchingType = new DevExpress.XtraGrid.Columns.GridColumn();
            colMatchingSatus = new DevExpress.XtraGrid.Columns.GridColumn();
            ((ISupportInitialize)gridControl1).BeginInit();
            ((ISupportInitialize)pumpFormViewModelBindingSource).BeginInit();
            ((ISupportInitialize)gridView1).BeginInit();
@@ -57,6 +57,7 @@
            gridControl1.Location = new Point(0, 0);
            gridControl1.MainView = gridView1;
            gridControl1.Name = "gridControl1";
            gridControl1.Padding = new Padding(0, 1, 0, 0);
            gridControl1.Size = new Size(1035, 503);
            gridControl1.TabIndex = 0;
            gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
@@ -67,10 +68,11 @@
            // 
            // gridView1
            // 
            gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colCode, colModelType, colRatedP, colRatedQ, colRatedH, colRatedN, colDbLocked, colMatchingRatedP, colMatchingRatedQ, colMatchingRatedH, colMatchingRatedN, colMatchingType });
            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";
            gridView1.OptionsView.ShowGroupPanel = false;
            gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(colMatchingSatus, DevExpress.Data.ColumnSortOrder.Ascending) });
            gridView1.RowCellClick += gridView1_RowCellClick;
            // 
            // colName
@@ -78,98 +80,98 @@
            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;
            // 
            // colMatchingType
            // colMatchingSatus
            // 
            colMatchingType.FieldName = "MatchingType";
            colMatchingType.Name = "colMatchingType";
            colMatchingType.Visible = true;
            colMatchingType.VisibleIndex = 11;
            colMatchingSatus.FieldName = "MatchingSatus";
            colMatchingSatus.Name = "colMatchingSatus";
            colMatchingSatus.Visible = true;
            colMatchingSatus.VisibleIndex = 12;
            // 
            // PumpMatchingCtrl
            // XhsProjectSimulationPumpMatchingListCtrl
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(gridControl1);
            Name = "PumpMatchingCtrl";
            Name = "XhsProjectSimulationPumpMatchingListCtrl";
            Size = new Size(1035, 503);
            ((ISupportInitialize)gridControl1).EndInit();
            ((ISupportInitialize)pumpFormViewModelBindingSource).EndInit();
@@ -194,6 +196,6 @@
        private DevExpress.XtraGrid.Columns.GridColumn colMatchingRatedQ;
        private DevExpress.XtraGrid.Columns.GridColumn colMatchingRatedH;
        private DevExpress.XtraGrid.Columns.GridColumn colMatchingRatedN;
        private DevExpress.XtraGrid.Columns.GridColumn colMatchingType;
        private DevExpress.XtraGrid.Columns.GridColumn colMatchingSatus;
    }
}