private void txtPassword_MouseClick(object sender, MouseEventArgs e) { clsM.GTRGotFocus(ref txtPassword); }
private void txtVarName_MouseClick(object sender, MouseEventArgs e) { clM.GTRGotFocus(ref txtVarName); }
private void txtCode_Enter(object sender, EventArgs e) { clsM.GTRGotFocus(ref txtCode); }
private void txtGroupName_Enter(object sender, EventArgs e) { clsM.GTRGotFocus(ref txtGroupName); }
private void txtFatherNm_Leave(object sender, EventArgs e) { clsM.GTRGotFocus(ref txtFatherNm); }
private void txtAmt_Enter(object sender, EventArgs e) { clsM.GTRGotFocus(ref txtDollarRate); }