liang.cui 3 years ago
parent
commit
9ed7d9a0f2
  1. 1
      PDAForm/PDAForm/Bill/VDA/frmVDACheck.Designer.cs
  2. 11
      PDAForm/PDAForm/Bill/VDA/frmVDACheck.cs

1
PDAForm/PDAForm/Bill/VDA/frmVDACheck.Designer.cs

@ -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;
//

11
PDAForm/PDAForm/Bill/VDA/frmVDACheck.cs

@ -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)
{
txt_vda.Focus();
}
}
}
Loading…
Cancel
Save