A-2 Programmer’s Manual
#Region " Windows Form Designer generated code "
Public Sub New()
MyBase.New()
' This call is required by the Windows Form Designer.
InitializeComponent()
' Add any initialization after the InitializeComponent() call
End Sub
'Form overrides dispose to clean up the component list.
Protected Overloads Overrides Sub Dispose(ByVal disposing
As Boolean)
MyBase.Dispose(disposing)
End Sub
' NOTE: The following procedure is required by the Windows
' Form Designer
' It can be modified using the Windows Form Designer.
' Do not modify it using the code editor.
Private Sub InitializeComponent()
Me.btnClear = New System.Windows.Forms.Button
Me.btnEnter = New System.Windows.Forms.Button
Me.txtUPC = New System.Windows.Forms.TextBox
Me.lblScanEnterData = New System.Windows.Forms.Label
' btnClear
Me.btnClear.Location = New System.Drawing.Point(136, 120)
Me.btnClear.Text = "Clear"
' btnEnter
Me.btnEnter.Location = New System.Drawing.Point(40, 120)
Me.btnEnter.Text = "Enter"
' txtUPC
Me.txtUPC.Location = New System.Drawing.Point(32, 40)
Me.txtUPC.MaxLength = 12
Me.txtUPC.Size = New System.Drawing.Size(168, 22)
Me.txtUPC.Text = ""
' lblScanEnterData
Me.lblScanEnterData.Location = New
System.Drawing.Point(24, 16)
Me.lblScanEnterData.Size = New System.Drawing.Size(136,
24)
Me.lblScanEnterData.Text = "Scan/Enter Barcode:"