//移除行
 private void toolStripButton8_Click(object sender, EventArgs e)
 {
     fm.DelRow();
 }