private void editColorsToolStripMenuItem_Click(object sender, EventArgs e) { SimVisForm svf = new SimVisForm(dcv); svf.Show(); }