private void batchToolToolStripMenuItem_Click(object sender, EventArgs e) { BatchForm1 batchwindow = new BatchForm1(); batchwindow.Show(); }