namespace Neo.Legitimate.Printing
{
partial class PaymentAdvicePrinterControl
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.IdNumberTextBox = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.CopiesTextBox = new System.Windows.Forms.TextBox();
this.WidthTextBox = new System.Windows.Forms.TextBox();
this.HeightTextBox = new System.Windows.Forms.TextBox();
this.PrinterPathTextBox = new System.Windows.Forms.TextBox();
this.PrintedByTextBox = new System.Windows.Forms.TextBox();
this.ApplicationDescriptionTextBox = new System.Windows.Forms.TextBox();
this.AmountDueTextBox = new System.Windows.Forms.TextBox();
this.AssociationNameTextBox = new System.Windows.Forms.TextBox();
this.ApplicantNameTextBox = new System.Windows.Forms.TextBox();
this.ApplicationNumberTextBox = new System.Windows.Forms.TextBox();
this.PreviewCheckBox = new System.Windows.Forms.CheckBox();
this.PrintButton = new System.Windows.Forms.Button();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.ChassisNumberTextBox = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.VehicleRegTextbox = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// IdNumberTextBox
//
this.IdNumberTextBox.Location = new System.Drawing.Point(151, 139);
this.IdNumberTextBox.Name = "IdNumberTextBox";
this.IdNumberTextBox.Size = new System.Drawing.Size(582, 20);
this.IdNumberTextBox.TabIndex = 52;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(13, 142);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(58, 13);
this.label13.TabIndex = 51;
this.label13.Text = "ID Number";
//
// CopiesTextBox
//
this.CopiesTextBox.Location = new System.Drawing.Point(151, 323);
this.CopiesTextBox.Name = "CopiesTextBox";
this.CopiesTextBox.Size = new System.Drawing.Size(65, 20);
this.CopiesTextBox.TabIndex = 50;
//
// WidthTextBox
//
this.WidthTextBox.Location = new System.Drawing.Point(151, 241);
this.WidthTextBox.Name = "WidthTextBox";
this.WidthTextBox.Size = new System.Drawing.Size(582, 20);
this.WidthTextBox.TabIndex = 49;
//
// HeightTextBox
//
this.HeightTextBox.Location = new System.Drawing.Point(151, 215);
this.HeightTextBox.Name = "HeightTextBox";
this.HeightTextBox.Size = new System.Drawing.Size(582, 20);
this.HeightTextBox.TabIndex = 48;
//
// PrinterPathTextBox
//
this.PrinterPathTextBox.Location = new System.Drawing.Point(151, 190);
this.PrinterPathTextBox.Name = "PrinterPathTextBox";
this.PrinterPathTextBox.Size = new System.Drawing.Size(582, 20);
this.PrinterPathTextBox.TabIndex = 47;
//
// PrintedByTextBox
//
this.PrintedByTextBox.Location = new System.Drawing.Point(151, 164);
this.PrintedByTextBox.Name = "PrintedByTextBox";
this.PrintedByTextBox.Size = new System.Drawing.Size(582, 20);
this.PrintedByTextBox.TabIndex = 46;
//
// ApplicationDescriptionTextBox
//
this.ApplicationDescriptionTextBox.Location = new System.Drawing.Point(151, 114);
this.ApplicationDescriptionTextBox.Name = "ApplicationDescriptionTextBox";
this.ApplicationDescriptionTextBox.Size = new System.Drawing.Size(582, 20);
this.ApplicationDescriptionTextBox.TabIndex = 45;
//
// AmountDueTextBox
//
this.AmountDueTextBox.Location = new System.Drawing.Point(151, 88);
this.AmountDueTextBox.Name = "AmountDueTextBox";
this.AmountDueTextBox.Size = new System.Drawing.Size(582, 20);
this.AmountDueTextBox.TabIndex = 44;
//
// AssociationNameTextBox
//
this.AssociationNameTextBox.Location = new System.Drawing.Point(151, 62);
this.AssociationNameTextBox.Name = "AssociationNameTextBox";
this.AssociationNameTextBox.Size = new System.Drawing.Size(582, 20);
this.AssociationNameTextBox.TabIndex = 43;
//
// ApplicantNameTextBox
//
this.ApplicantNameTextBox.Location = new System.Drawing.Point(151, 36);
this.ApplicantNameTextBox.Name = "ApplicantNameTextBox";
this.ApplicantNameTextBox.Size = new System.Drawing.Size(582, 20);
this.ApplicantNameTextBox.TabIndex = 42;
//
// ApplicationNumberTextBox
//
this.ApplicationNumberTextBox.Location = new System.Drawing.Point(151, 10);
this.ApplicationNumberTextBox.Name = "ApplicationNumberTextBox";
this.ApplicationNumberTextBox.Size = new System.Drawing.Size(582, 20);
this.ApplicationNumberTextBox.TabIndex = 41;
//
// PreviewCheckBox
//
this.PreviewCheckBox.AutoSize = true;
this.PreviewCheckBox.Location = new System.Drawing.Point(592, 330);
this.PreviewCheckBox.Name = "PreviewCheckBox";
this.PreviewCheckBox.Size = new System.Drawing.Size(64, 17);
this.PreviewCheckBox.TabIndex = 40;
this.PreviewCheckBox.Text = "Preview";
this.PreviewCheckBox.UseVisualStyleBackColor = true;
//
// PrintButton
//
this.PrintButton.Location = new System.Drawing.Point(662, 325);
this.PrintButton.Name = "PrintButton";
this.PrintButton.Size = new System.Drawing.Size(71, 24);
this.PrintButton.TabIndex = 39;
this.PrintButton.Text = "Print";
this.PrintButton.UseVisualStyleBackColor = true;
this.PrintButton.Click += new System.EventHandler(this.PrintButtonClick);
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(13, 326);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(42, 13);
this.label12.TabIndex = 38;
this.label12.Text = "Copies:";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(13, 244);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(38, 13);
this.label11.TabIndex = 37;
this.label11.Text = "Width:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(13, 218);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(41, 13);
this.label10.TabIndex = 36;
this.label10.Text = "Height:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(13, 193);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(65, 13);
this.label9.TabIndex = 35;
this.label9.Text = "Printer Path:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(13, 167);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(58, 13);
this.label7.TabIndex = 34;
this.label7.Text = "Printed By:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(13, 117);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(112, 13);
this.label6.TabIndex = 33;
this.label6.Text = "ApplicationDescription";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(13, 91);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(69, 13);
this.label5.TabIndex = 32;
this.label5.Text = "Amount Due:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(13, 65);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(95, 13);
this.label3.TabIndex = 31;
this.label3.Text = "Association Name:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(13, 39);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(85, 13);
this.label2.TabIndex = 30;
this.label2.Text = "Applicant Name:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(102, 13);
this.label1.TabIndex = 29;
this.label1.Text = "Application Number:";
//
// ChassisNumberTextBox
//
this.ChassisNumberTextBox.Location = new System.Drawing.Point(151, 294);
this.ChassisNumberTextBox.Name = "ChassisNumberTextBox";
this.ChassisNumberTextBox.Size = new System.Drawing.Size(582, 20);
this.ChassisNumberTextBox.TabIndex = 54;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(13, 297);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(124, 13);
this.label4.TabIndex = 53;
this.label4.Text = "Vehicle Chassis Number:";
//
// VehicleRegTextbox
//
this.VehicleRegTextbox.Location = new System.Drawing.Point(151, 268);
this.VehicleRegTextbox.Name = "VehicleRegTextbox";
this.VehicleRegTextbox.Size = new System.Drawing.Size(582, 20);
this.VehicleRegTextbox.TabIndex = 56;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(13, 271);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(104, 13);
this.label8.TabIndex = 55;
this.label8.Text = "Vehicle Registration:";
//
// PaymentAdvicePrinterControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.VehicleRegTextbox);
this.Controls.Add(this.label8);
this.Controls.Add(this.ChassisNumberTextBox);
this.Controls.Add(this.label4);
this.Controls.Add(this.IdNumberTextBox);
this.Controls.Add(this.label13);
this.Controls.Add(this.CopiesTextBox);
this.Controls.Add(this.WidthTextBox);
this.Controls.Add(this.HeightTextBox);
this.Controls.Add(this.PrinterPathTextBox);
this.Controls.Add(this.PrintedByTextBox);
this.Controls.Add(this.ApplicationDescriptionTextBox);
this.Controls.Add(this.AmountDueTextBox);
this.Controls.Add(this.AssociationNameTextBox);
this.Controls.Add(this.ApplicantNameTextBox);
this.Controls.Add(this.ApplicationNumberTextBox);
this.Controls.Add(this.PreviewCheckBox);
this.Controls.Add(this.PrintButton);
this.Controls.Add(this.label12);
this.Controls.Add(this.label11);
this.Controls.Add(this.label10);
this.Controls.Add(this.label9);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "PaymentAdvicePrinterControl";
this.Size = new System.Drawing.Size(745, 361);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox IdNumberTextBox;
private System.Windows.Forms.TextBox CopiesTextBox;
private System.Windows.Forms.TextBox WidthTextBox;
private System.Windows.Forms.TextBox HeightTextBox;
private System.Windows.Forms.TextBox PrinterPathTextBox;
private System.Windows.Forms.TextBox PrintedByTextBox;
private System.Windows.Forms.TextBox ApplicationDescriptionTextBox;
private System.Windows.Forms.TextBox AmountDueTextBox;
private System.Windows.Forms.TextBox AssociationNameTextBox;
private System.Windows.Forms.TextBox ApplicantNameTextBox;
private System.Windows.Forms.TextBox ApplicationNumberTextBox;
private System.Windows.Forms.CheckBox PreviewCheckBox;
private System.Windows.Forms.Button PrintButton;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox ChassisNumberTextBox;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox VehicleRegTextbox;
private System.Windows.Forms.Label label8;
}
}