//在構造函數中加入:
InitializeComponent();
foreach(Control c in this.Controls) 

if(c is MdiClient) 
  { 
c.BackColor = this.BackColor; 
c.BackgroundImage = this.BackgroundImage; 

}