| | |
| | | simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem(); |
| | | layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | colValveType = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | ((ISupportInitialize)layoutControl1).BeginInit(); |
| | | layoutControl1.SuspendLayout(); |
| | | ((ISupportInitialize)txtDiameterMax.Properties).BeginInit(); |
| | |
| | | // |
| | | // gridView1 |
| | | // |
| | | gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colMaterial, colDiameter, colMinorLoss, colKeyWords, colFlags, colTagName, colDescription, colValveType }); |
| | | gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colMaterial, colDiameter, colMinorLoss, colKeyWords, colFlags, colTagName, colDescription }); |
| | | gridView1.GridControl = gridControl1; |
| | | gridView1.Name = "gridView1"; |
| | | gridView1.FocusedRowChanged += gridView1_FocusedRowChanged; |
| | |
| | | colMaterial.MinWidth = 100; |
| | | colMaterial.Name = "colMaterial"; |
| | | colMaterial.Visible = true; |
| | | colMaterial.VisibleIndex = 2; |
| | | colMaterial.VisibleIndex = 1; |
| | | colMaterial.Width = 100; |
| | | // |
| | | // colDiameter |
| | |
| | | colDiameter.MinWidth = 100; |
| | | colDiameter.Name = "colDiameter"; |
| | | colDiameter.Visible = true; |
| | | colDiameter.VisibleIndex = 3; |
| | | colDiameter.VisibleIndex = 2; |
| | | colDiameter.Width = 100; |
| | | // |
| | | // colMinorLoss |
| | |
| | | colMinorLoss.MinWidth = 100; |
| | | colMinorLoss.Name = "colMinorLoss"; |
| | | colMinorLoss.Visible = true; |
| | | colMinorLoss.VisibleIndex = 4; |
| | | colMinorLoss.VisibleIndex = 3; |
| | | colMinorLoss.Width = 100; |
| | | // |
| | | // colKeyWords |
| | |
| | | colKeyWords.MinWidth = 100; |
| | | colKeyWords.Name = "colKeyWords"; |
| | | colKeyWords.Visible = true; |
| | | colKeyWords.VisibleIndex = 5; |
| | | colKeyWords.VisibleIndex = 4; |
| | | colKeyWords.Width = 100; |
| | | // |
| | | // colFlags |
| | |
| | | colFlags.MinWidth = 100; |
| | | colFlags.Name = "colFlags"; |
| | | colFlags.Visible = true; |
| | | colFlags.VisibleIndex = 6; |
| | | colFlags.VisibleIndex = 5; |
| | | colFlags.Width = 100; |
| | | // |
| | | // colTagName |
| | |
| | | colTagName.MinWidth = 100; |
| | | colTagName.Name = "colTagName"; |
| | | colTagName.Visible = true; |
| | | colTagName.VisibleIndex = 7; |
| | | colTagName.VisibleIndex = 6; |
| | | colTagName.Width = 100; |
| | | // |
| | | // colDescription |
| | |
| | | colDescription.MinWidth = 100; |
| | | colDescription.Name = "colDescription"; |
| | | colDescription.Visible = true; |
| | | colDescription.VisibleIndex = 8; |
| | | colDescription.VisibleIndex = 7; |
| | | colDescription.Width = 100; |
| | | // |
| | | // Root |
| | |
| | | layoutControlItem7.TextSize = new Size(0, 0); |
| | | layoutControlItem7.TextVisible = false; |
| | | // |
| | | // colValveType |
| | | // |
| | | colValveType.FieldName = "ValveType"; |
| | | colValveType.Name = "colValveType"; |
| | | colValveType.Visible = true; |
| | | colValveType.VisibleIndex = 1; |
| | | colValveType.Width = 118; |
| | | // |
| | | // AssetsValveSingleMatchingCtrl |
| | | // |
| | | AutoScaleDimensions = new SizeF(7F, 14F); |
| | |
| | | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; |
| | | private BindingSource assetsValveSingleMatchingViewModelBindingSource; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colValveType; |
| | | } |
| | | } |