Ejemplo n.º 1
0
 private void txtConfirmPwd_Enter(object sender, EventArgs e)
 {
     GeneralMethods.Selection(txtConfirmPwd);
 }
Ejemplo n.º 2
0
 private void cboAppointmentNo_KeyPress(object sender, KeyPressEventArgs e)
 {
     GeneralMethods.AutoComplete(cboAppointmentNo, e, true);
 }
Ejemplo n.º 3
0
 private void txtRemark_Enter(object sender, EventArgs e)
 {
     GeneralMethods.Selection(txtRemark);
 }
Ejemplo n.º 4
0
 private void txtLicenseNo_Enter(object sender, EventArgs e)
 {
     GeneralMethods.Selection(txtLicenseNo);
 }
Ejemplo n.º 5
0
 private void txtOutDate_Enter(object sender, EventArgs e)
 {
     GeneralMethods.Selection(txtOutDate);
 }
Ejemplo n.º 6
0
 private void txtDescr_Enter(object sender, EventArgs e)
 {
     GeneralMethods.Selection(txtDescr);
 }
Ejemplo n.º 7
0
 private void txtExPersons_Enter(object sender, EventArgs e)
 {
     GeneralMethods.Selection(txtExPersons);
 }
Ejemplo n.º 8
0
 private void cboParty_KeyPress(object sender, KeyPressEventArgs e)
 {
     GeneralMethods.AutoComplete(this.cboParty, e, false);
 }
Ejemplo n.º 9
0
 private void txtPersonWtVeh_Enter(object sender, EventArgs e)
 {
     GeneralMethods.Selection(txtPersonWtVeh);
 }
Ejemplo n.º 10
0
 private void txtNoOfInvCopyOut_Enter(object sender, EventArgs e)
 {
     GeneralMethods.Selection(txtNoOfInvCopyOut);
 }
Ejemplo n.º 11
0
 private void txtDriverLic_Enter(object sender, EventArgs e)
 {
     GeneralMethods.Selection(txtDriverLic);
 }
Ejemplo n.º 12
0
 private void cboVendorIn_Enter(object sender, EventArgs e)
 {
     GeneralMethods.Selection(cboVendorIn);
 }
Ejemplo n.º 13
0
 private void txtInReading_Enter(object sender, EventArgs e)
 {
     GeneralMethods.Selection(txtInReading);
 }
Ejemplo n.º 14
0
 private void cboName_KeyPress(object sender, KeyPressEventArgs e)
 {
     GeneralMethods.AutoComplete(cboName, e, true);
 }
Ejemplo n.º 15
0
 private void txtDepositedMaterial_Enter(object sender, EventArgs e)
 {
     GeneralMethods.Selection(txtDepositedMaterial);
 }
Ejemplo n.º 16
0
 private void txtEMail_Enter(object sender, EventArgs e)
 {
     GeneralMethods.Selection(txtEMail);
 }
Ejemplo n.º 17
0
 private void txtCarryingMaterial_Enter(object sender, EventArgs e)
 {
     GeneralMethods.Selection(txtCarryingMaterial);
 }
Ejemplo n.º 18
0
 private void cboVehicle_Enter(object sender, EventArgs e)
 {
     GeneralMethods.Selection(cboVehicle);
 }
Ejemplo n.º 19
0
 private void cboCompany_Enter(object sender, EventArgs e)
 {
     GeneralMethods.Selection(cboCompany);
 }
Ejemplo n.º 20
0
 private void cboItemCode_Enter(object sender, EventArgs e)
 {
     GeneralMethods.Selection(cboItemCode);
 }
Ejemplo n.º 21
0
 private void txtAddress_Enter(object sender, EventArgs e)
 {
     GeneralMethods.Selection(txtAddress);
 }
Ejemplo n.º 22
0
 private void cboUnit_Enter(object sender, EventArgs e)
 {
     GeneralMethods.Selection(cboUnit);
 }
Ejemplo n.º 23
0
 private void cboIDProofType_Enter(object sender, EventArgs e)
 {
     GeneralMethods.Selection(cboIDProofType);
 }
Ejemplo n.º 24
0
 private void cboUser_KeyPress(object sender, KeyPressEventArgs e)
 {
     GeneralMethods.AutoComplete(this.cboUser, e, true);
 }
Ejemplo n.º 25
0
 private void cboCompany_KeyPress(object sender, KeyPressEventArgs e)
 {
     GeneralMethods.AutoComplete(cboCompany, e, false);
 }
Ejemplo n.º 26
0
 private void txtPUCExpiry_Enter(object sender, EventArgs e)
 {
     GeneralMethods.Selection(txtPUCExpiry);
 }
Ejemplo n.º 27
0
 private void txtPassword_Enter(object sender, EventArgs e)
 {
     GeneralMethods.Selection(txtPassword);
 }