[STAThread]static void Main()
{
Application.EnableVisualStyles();//加上这句就可以了
Application.Run(new Form1());
}