Paxar 6039 Printer User Manual


 
A-34 Programmer’s Manual
{
/// <summary>
/// Summary description for Form1.
/// </summary>
public class Form1 : System.Windows.Forms.Form
{
public System.Windows.Forms.Label lblLength;
public System.Windows.Forms.TextBox txtScanLength;
public System.Windows.Forms.TextBox txtScanType;
public System.Windows.Forms.Label lblType;
public System.Windows.Forms.Label lblScanBarcode;
public System.Windows.Forms.TextBox txtScanData;
public System.Windows.Forms.Label lblStatus;
private MyMessageWindow objMsgWnd;
public Form1()
{
// Required for Windows Form Designer support
InitializeComponent();
// TODO: Add any constructor code after InitializeComponent
// call
objMsgWnd = new MyMessageWindow(this);
}
/// <summary>
/// Clean up any resources being used.
/// </summary>
protected override void Dispose( bool disposing )
{
base.Dispose( disposing );
}