取消GroupBox的边框线

private void groupBox6_Paint(object sender, PaintEventArgs e)
{
      e.Graphics.Clear(this.BackColor);
}