private void toolStripSplitButton1_ButtonClick(object sender, EventArgs e) { pFormFontDraw = new FormFontDraw(); pFormFontDraw.Owner = this; pFormFontDraw.Show(); this.Hide(); }