| | |
| | | colName = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colCode = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colModelType = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colResistanceMode = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colMaterial = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colDiameter = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colMinorLoss = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | |
| | | layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | colResistanceMode = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | ((ISupportInitialize)gridControl1).BeginInit(); |
| | | ((ISupportInitialize)hydroExchangerViewModelBindingSource).BeginInit(); |
| | | ((ISupportInitialize)gridView1).BeginInit(); |
| | |
| | | colModelType.Visible = true; |
| | | colModelType.VisibleIndex = 3; |
| | | colModelType.Width = 100; |
| | | // |
| | | // colResistanceMode |
| | | // |
| | | colResistanceMode.FieldName = "ResistanceMode"; |
| | | colResistanceMode.MaxWidth = 100; |
| | | colResistanceMode.MinWidth = 100; |
| | | colResistanceMode.Name = "colResistanceMode"; |
| | | colResistanceMode.Visible = true; |
| | | colResistanceMode.VisibleIndex = 4; |
| | | colResistanceMode.Width = 100; |
| | | // |
| | | // colMaterial |
| | | // |
| | |
| | | layoutControlItem9.Size = new Size(1326, 543); |
| | | layoutControlItem9.TextSize = new Size(0, 0); |
| | | layoutControlItem9.TextVisible = false; |
| | | // |
| | | // colResistanceMode |
| | | // |
| | | colResistanceMode.FieldName = "ResistanceMode"; |
| | | colResistanceMode.Name = "colResistanceMode"; |
| | | colResistanceMode.Visible = true; |
| | | colResistanceMode.VisibleIndex = 4; |
| | | // |
| | | // HydroExchangerListCtrl |
| | | // |