| | |
| | | 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 }); |
| | |
| | | // |
| | | // 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, colMatchingType }); |
| | | gridView1.GridControl = gridControl1; |
| | | gridView1.Name = "gridView1"; |
| | |
| | | colMatchingType.Visible = true; |
| | | colMatchingType.VisibleIndex = 11; |
| | | // |
| | | // 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(); |