private void 密码修改ToolStripMenuItem_Click(object sender, EventArgs e) { Form form = new frmPwd(); form.Show(); this.Hide(); }