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