private void starFormToolStripMenuItem_Click(object sender, EventArgs e) { StarsForm form = new StarsForm(); form.MdiParent = this; form.Show(); }