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