Paxar 6039 Printer User Manual


 
Sample Applications A-15
Public Class Form1
Inherits System.Windows.Forms.Form
Public WithEvents label3 As System.Windows.Forms.Label
Public WithEvents txtScanLength As
System.Windows.Forms.TextBox
Public WithEvents txtScanType As
System.Windows.Forms.TextBox
Public WithEvents label2 As System.Windows.Forms.Label
Public WithEvents label1 As System.Windows.Forms.Label
Public WithEvents txtScanData As
System.Windows.Forms.TextBox
' -- MyMessageWindow
Private objMsgWnd As MyMessageWindow
#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
' --Add any initialization after the InitializeComponent()
' --call
' objMsgWnd = new MyMessageWindow(this);
objMsgWnd = New MyMessageWindow
objMsgWnd.SetForm(Me)
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.
Public WithEvents lblStatus As System.Windows.Forms.Label
Private Sub InitializeComponent()
Me.label3 = New System.Windows.Forms.Label
Me.txtScanLength = New System.Windows.Forms.TextBox
Me.txtScanType = New System.Windows.Forms.TextBox
Me.label2 = New System.Windows.Forms.Label
Me.label1 = New System.Windows.Forms.Label
Me.txtScanData = New System.Windows.Forms.TextBox
Me.lblStatus = New System.Windows.Forms.Label