private void mnuEditMapsettings_Click(object sender, EventArgs e) { frmMapSettings f = new frmMapSettings(); f.ShowDialog(); }