在BUTTON事件中
Form tempform=new Form();
Form.Name=this.textbox.text;
...
tempform.show();
如果想保存,可以用Arraylist.Add(tempform)保存实例