| | |
| | | colMaterial = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colCaliber = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colMinorLoss = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colConnectionLength = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colAngle = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | searchControl1 = new SearchControl(); |
| | | Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem(); |
| | | layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | colElbowLengthType = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | ((ISupportInitialize)layoutControl1).BeginInit(); |
| | | layoutControl1.SuspendLayout(); |
| | | ((ISupportInitialize)gridControl3).BeginInit(); |
| | |
| | | // |
| | | gridView3.Appearance.HeaderPanel.Options.UseTextOptions = true; |
| | | gridView3.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; |
| | | gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colModelType, colMaterial, colCaliber, colMinorLoss, colConnectionLength, colAngle }); |
| | | gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colModelType, colMaterial, colCaliber, colMinorLoss, colAngle, colElbowLengthType }); |
| | | gridView3.GridControl = gridControl3; |
| | | gridView3.Name = "gridView3"; |
| | | gridView3.OptionsView.ShowGroupPanel = false; |
| | |
| | | colMinorLoss.Visible = true; |
| | | colMinorLoss.VisibleIndex = 4; |
| | | colMinorLoss.Width = 115; |
| | | // |
| | | // colConnectionLength |
| | | // |
| | | colConnectionLength.FieldName = "ConnectionLength"; |
| | | colConnectionLength.Name = "colConnectionLength"; |
| | | colConnectionLength.Visible = true; |
| | | colConnectionLength.VisibleIndex = 5; |
| | | colConnectionLength.Width = 252; |
| | | // |
| | | // colAngle |
| | | // |
| | |
| | | layoutControlItem5.TextSize = new Size(0, 0); |
| | | layoutControlItem5.TextVisible = false; |
| | | // |
| | | // colElbowLengthType |
| | | // |
| | | colElbowLengthType.FieldName = "ElbowLengthType"; |
| | | colElbowLengthType.Name = "colElbowLengthType"; |
| | | colElbowLengthType.Visible = true; |
| | | colElbowLengthType.VisibleIndex = 5; |
| | | // |
| | | // ElbowSingleMatchingForm |
| | | // |
| | | AutoScaleDimensions = new SizeF(7F, 14F); |
| | |
| | | private DevExpress.XtraGrid.Columns.GridColumn colMaterial; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colCaliber; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colMinorLoss; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colConnectionLength; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colAngle; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colElbowLengthType; |
| | | } |
| | | } |