private Form3 _form3; //定义Form1窗体变量 public HForm(Form3 form) : this() { InitializeComponent(); _form3 = form; }