private void keluarToolStripMenuItem1_Click(object sender, EventArgs e) { Form7 f7 = new Form7(); f7.ShowDialog(); f7.Focus(); }