ChildForm child=new ChildForm();child.Parent=MDIForm;child.show();
创建窗体对象 比如 : a(窗体) t = new a(); t.show()