private void toolStripButton1_Click(object sender, EventArgs e) { Form childForm = new MatchesSchedule(); childForm.MdiParent = this; //childForm.Text = "Window " + childFormNumber++; childForm.Show(); }