Paxar 6039 Printer User Manual


 
Sample Applications A-35
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.lblLength = new System.Windows.Forms.Label();
this.txtScanLength = new System.Windows.Forms.TextBox();
this.txtScanType = new System.Windows.Forms.TextBox();
this.lblType = new System.Windows.Forms.Label();
this.lblScanBarcode = new System.Windows.Forms.Label();
this.txtScanData = new System.Windows.Forms.TextBox();
this.lblStatus = new System.Windows.Forms.Label();
// lblLength
this.lblLength.Font = new System.Drawing.Font("Tahoma",
9F, System.Drawing.FontStyle.Bold);
this.lblLength.Location = new System.Drawing.Point(8,
136);
this.lblLength.Size = new System.Drawing.Size(56, 16);
this.lblLength.Text = "Length";
// txtScanLength
this.txtScanLength.Location = new
System.Drawing.Point(8, 152);
this.txtScanLength.Size = new System.Drawing.Size(88,
22);
this.txtScanLength.Text = "";
// txtScanType
this.txtScanType.Location = new System.Drawing.Point(8,
96);
this.txtScanType.Size = new System.Drawing.Size(208, 22);
this.txtScanType.Text = "";
// lblType
this.lblType.Font = new System.Drawing.Font("Tahoma", 9F,
System.Drawing.FontStyle.Bold);
this.lblType.Location = new System.Drawing.Point(8, 80);
this.lblType.Size = new System.Drawing.Size(100, 16);
this.lblType.Text = "Type";