@ -43,7 +43,6 @@
this.txt_barcode.MaxLength = 40;
this.txt_barcode.Multiline = true;
this.txt_barcode.Name = "txt_barcode";
this.txt_barcode.ReadOnly = true;
this.txt_barcode.Size = new System.Drawing.Size(228, 72);
this.txt_barcode.TabIndex = 26;
//
@ -23,21 +23,12 @@ namespace PDAForm.Bill.VDA
private void frmVDACheck_Load(object sender, EventArgs e)
{
try
}
catch (Exception)
throw;
txt_vda.Focus();
private void txt_vda_KeyPress_1(object sender, KeyPressEventArgs e)