private void newPathBt_Click(object sender, EventArgs e) { PathEditor childForm = new PathEditor(); childForm.MdiParent = this; childForm.Text = "Path"; childForm.Show(); }