private void toolStripStatusLabel1_Click(object sender, EventArgs e) { AuthorBox box = new AuthorBox(); box.ShowDialog(); }