private void smbtnObject_Click(object sender, EventArgs e) { frmDBObject frm = new frmDBObject(); frm.MdiParent = this; frm.Show(); }