| | |
| | | // |
| | | // gridView1 |
| | | // |
| | | gridView1.BorderStyle = BorderStyles.NoBorder; |
| | | gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colCode, colModelType, colMaterial, colMatchingMaterial, colCaliber, colMatchingCaliber, colDbLocked, colMinorLoss, colMatchingMinorLoss, colMatchingType }); |
| | | gridView1.GridControl = gridControl1; |
| | | gridView1.Name = "gridView1"; |
| | |
| | | colMatchingType.Visible = true; |
| | | colMatchingType.VisibleIndex = 9; |
| | | // |
| | | // FourLinkMatchingCtrl |
| | | // XhsProjectSimulationFourlinkMatchingListCtrl |
| | | // |
| | | AutoScaleDimensions = new SizeF(7F, 14F); |
| | | AutoScaleMode = AutoScaleMode.Font; |
| | | Controls.Add(gridControl1); |
| | | Name = "FourLinkMatchingCtrl"; |
| | | Name = "XhsProjectSimulationFourlinkMatchingListCtrl"; |
| | | Size = new Size(1035, 503); |
| | | ((ISupportInitialize)gridControl1).EndInit(); |
| | | ((ISupportInitialize)fourLinkFormViewModelBindingSource).EndInit(); |