private void Form1_Load(object sender, EventArgs e) { controlForm = new ControlForm(this); controlForm.Show(); Form1_SizeChanged(null, null); }