如父窗有下 private System.Windows.Forms.Button button1; private System.Windows.Forms.TextBox textBox1;一个button和一个textBox你改为public System.Windows.Forms.Button button1;public System.Windows.Forms.TextBox textBox1;然后生成,就可以在子窗中改了