In VS2005 or 2008, drag a DataGridView control, modify the Columns property of DataGridView, and add corresponding columns. For columns with field names, the type of the column is DataGridViewTextBoxColumn. For data type columns, the type of the column is: DataGridViewComboBoxColumn, and then modify the Item property of the data type column to add shaping and other type options.
To skip this column, the type of the column is: DataGridViewCheckBoxColumn.