private void label_findPwd_MouseClick(object sender, MouseEventArgs e) { FindPwsForm fr = new FindPwsForm(); fr.Show(); }