//移除列
 private void toolStripButton7_Click(object sender, EventArgs e)
 {
     fm.DelCol();
 }