|
@ -57,16 +57,15 @@ |
|
|
//
|
|
|
//
|
|
|
// barcode_tb
|
|
|
// barcode_tb
|
|
|
//
|
|
|
//
|
|
|
this.barcode_tb.ForeColor = System.Drawing.SystemColors.GrayText; |
|
|
|
|
|
|
|
|
this.barcode_tb.ForeColor = System.Drawing.SystemColors.GrayText; |
|
|
this.barcode_tb.Location = new System.Drawing.Point(124, 46); |
|
|
this.barcode_tb.Location = new System.Drawing.Point(124, 46); |
|
|
this.barcode_tb.Name = "barcode_tb"; |
|
|
this.barcode_tb.Name = "barcode_tb"; |
|
|
this.barcode_tb.Size = new System.Drawing.Size(234, 25); |
|
|
this.barcode_tb.Size = new System.Drawing.Size(234, 25); |
|
|
this.barcode_tb.TabIndex = 0; |
|
|
this.barcode_tb.TabIndex = 0; |
|
|
this.barcode_tb.Text = "T*****"; |
|
|
this.barcode_tb.Text = "T*****"; |
|
|
this.barcode_tb.Click += new System.EventHandler(this.barcode_tb_Click); |
|
|
|
|
|
this.barcode_tb.HideSelectionChanged += new System.EventHandler(this.barcode_tb_HideSelectionChanged); |
|
|
|
|
|
this.barcode_tb.TextChanged += new System.EventHandler(this.barcode_tb_TextChanged); |
|
|
|
|
|
this.barcode_tb.MouseLeave += new System.EventHandler(this.barcode_tb_MouseLeave); |
|
|
|
|
|
|
|
|
this.barcode_tb.GotFocus += new System.EventHandler(this.barcode_tb_GotFocus); |
|
|
|
|
|
this.barcode_tb.LostFocus += new System.EventHandler(this.barcode_tb_LostFocus); |
|
|
|
|
|
|
|
|
//
|
|
|
//
|
|
|
// STI_tb
|
|
|
// STI_tb
|
|
|
//
|
|
|
//
|
|
|