父窗口(Form1):一个“Label1”,一个“button1” 子窗体(Form2):一个“textBox1”,一个“确定”按钮,一个“取消”按钮 功能:双击Form1中的button1,弹出Form2,往Form2的textBox1中输入内容,单击“确定”则,Form2被关闭,Form1的“label1”内容被修改成与textBox1的内容。