winform窗体去掉标题、ICO、最大化、最小化、关闭有两种方式:
1、设置form的FormBorderStyle属性为None;
2、设置form的ControlBox为False,设置Text为空;