如果是指xp 样式的话
在程序入口点添加一行代码,如果控件有FlatStyle属性的话要设为system
如下static void Main() 
{
Application.EnableVisualStyles();
Application.Run(new Form1());
}