private void optionsToolStripMenuItem_Click(object sender, EventArgs e) { PropertiesDlg dlg = new PropertiesDlg(); dlg.ShowDialog(); }