直接给form窗体设置背景颜色的话,可以看到效果,但我想通过代码来实现,我是这样写的,但不能实现:form1 f=new form1(); f.BackColor = Color.Red;请帮我指导指导,谢谢啦!!!