/* 单击设置菜单事件 */ private void ToolStripSet_Click(object sender, EventArgs e) { FormConfig frmCfg = new FormConfig(this, null); frmCfg.Show(); }