private void ToolStripMenuItemScrapCount_Click(object sender, EventArgs e) { QScrap sd = new QScrap(); sd.ShowDialog(this); }