Form Form3=new Form3();
Form Form1=new Form1();
Form3.MdiParent =this;
Form3.Show();修改:
Form Form3=new Form3();
Form3.MdiParent =this.MdiParent;
Form3.Show();