/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ToolStripButton           toolStripPrint;
     Infragistics.Win.Appearance                    appearance1  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance2  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance3  = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(frmCardByProduct));
     Infragistics.Win.Appearance                    appearance4  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance7  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance9  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance5  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance6  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance8  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance11 = new Infragistics.Win.Appearance();
     this.ultraGroupBox1      = new Signature.Windows.Forms.GroupBox();
     this.txtFilePath         = new Signature.Windows.Forms.MaskedEdit();
     this.butOpen             = new System.Windows.Forms.Button();
     this.txtProductID        = new Signature.Windows.Forms.MaskedEdit();
     this.label1              = new System.Windows.Forms.Label();
     this.txtDescription      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraGroupBox2      = new Signature.Windows.Forms.GroupBox();
     this.panel1              = new System.Windows.Forms.Panel();
     this.picBarcode          = new System.Windows.Forms.PictureBox();
     this.tStrip              = new System.Windows.Forms.ToolStrip();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.toolPrintEnvelope   = new System.Windows.Forms.ToolStripButton();
     this.groupBox1           = new Signature.Windows.Forms.GroupBox();
     this.txtEDescription     = new Infragistics.Win.Misc.UltraLabel();
     this.txtEnvTemplateID    = new Signature.Windows.Forms.MaskedEditNumeric();
     this.label2              = new System.Windows.Forms.Label();
     this.txtPointY           = new Signature.Windows.Forms.MaskedEditNumeric();
     this.LabelPointY         = new System.Windows.Forms.Label();
     this.txtPointX           = new Signature.Windows.Forms.MaskedEditNumeric();
     this.LabelPointX         = new System.Windows.Forms.Label();
     this.txtTDescription     = new Infragistics.Win.Misc.UltraLabel();
     this.cbAsTemplate        = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.txtTemplateID       = new Signature.Windows.Forms.MaskedEditNumeric();
     this.LabelTemplateID     = new System.Windows.Forms.Label();
     toolStripPrint           = new System.Windows.Forms.ToolStripButton();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picBarcode)).BeginInit();
     this.tStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // txtStatus
     //
     this.txtStatus.Location = new System.Drawing.Point(0, 706);
     this.txtStatus.Size     = new System.Drawing.Size(600, 29);
     //
     // toolStripPrint
     //
     toolStripPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
     toolStripPrint.Name    = "toolStripPrint";
     toolStripPrint.Padding = new System.Windows.Forms.Padding(20, 0, 20, 0);
     toolStripPrint.Size    = new System.Drawing.Size(104, 22);
     toolStripPrint.Text    = "Print Card";
     toolStripPrint.Click  += new System.EventHandler(this.toolStripPrint_Click);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.AllowDrop         = true;
     appearance1.AlphaLevel                = ((short)(95));
     appearance1.BackColor                 = System.Drawing.Color.Transparent;
     this.ultraGroupBox1.Appearance        = appearance1;
     this.ultraGroupBox1.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption;
     this.ultraGroupBox1.Controls.Add(this.txtFilePath);
     this.ultraGroupBox1.Controls.Add(this.butOpen);
     this.ultraGroupBox1.Controls.Add(this.txtProductID);
     this.ultraGroupBox1.Controls.Add(this.label1);
     this.ultraGroupBox1.Controls.Add(this.txtDescription);
     this.ultraGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.ultraGroupBox1.Location  = new System.Drawing.Point(10, 43);
     this.ultraGroupBox1.Name      = "ultraGroupBox1";
     this.ultraGroupBox1.Size      = new System.Drawing.Size(576, 95);
     this.ultraGroupBox1.TabIndex  = 12;
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2000;
     //
     // txtFilePath
     //
     this.txtFilePath.AllowDrop   = true;
     this.txtFilePath.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtFilePath.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtFilePath.Location    = new System.Drawing.Point(95, 62);
     this.txtFilePath.Name        = "txtCustomerID";
     this.txtFilePath.Size        = new System.Drawing.Size(392, 20);
     this.txtFilePath.TabIndex    = 1;
     this.txtFilePath.KeyUp      += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // butOpen
     //
     this.butOpen.Font     = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.butOpen.Location = new System.Drawing.Point(493, 61);
     this.butOpen.Name     = "butOpen";
     this.butOpen.Size     = new System.Drawing.Size(62, 23);
     this.butOpen.TabIndex = 17;
     this.butOpen.Text     = "Open ...";
     this.butOpen.Click   += new System.EventHandler(this.butOpen_Click);
     //
     // txtProductID
     //
     this.txtProductID.AllowDrop   = true;
     this.txtProductID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtProductID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtProductID.Location    = new System.Drawing.Point(95, 25);
     this.txtProductID.Name        = "txtCustomerID";
     this.txtProductID.Size        = new System.Drawing.Size(110, 20);
     this.txtProductID.TabIndex    = 0;
     this.txtProductID.KeyUp      += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(8, 25);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(77, 19);
     this.label1.TabIndex  = 16;
     this.label1.Text      = "Item #:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtDescription
     //
     appearance2.BackColor           = System.Drawing.Color.Transparent;
     appearance2.BackColor2          = System.Drawing.Color.Black;
     this.txtDescription.Appearance  = appearance2;
     this.txtDescription.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDescription.Location    = new System.Drawing.Point(216, 25);
     this.txtDescription.Name        = "txtDescription";
     this.txtDescription.Size        = new System.Drawing.Size(348, 20);
     this.txtDescription.TabIndex    = 14;
     this.txtDescription.UseOsThemes = Infragistics.Win.DefaultableBoolean.True;
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.AllowDrop         = true;
     appearance3.AlphaLevel                = ((short)(95));
     appearance3.BackColor                 = System.Drawing.Color.Transparent;
     this.ultraGroupBox2.Appearance        = appearance3;
     this.ultraGroupBox2.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption;
     this.ultraGroupBox2.Controls.Add(this.panel1);
     this.ultraGroupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.ultraGroupBox2.Location  = new System.Drawing.Point(6, 275);
     this.ultraGroupBox2.Name      = "ultraGroupBox2";
     this.ultraGroupBox2.Size      = new System.Drawing.Size(582, 406);
     this.ultraGroupBox2.TabIndex  = 13;
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2000;
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.Controls.Add(this.picBarcode);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(3, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(576, 403);
     this.panel1.TabIndex = 0;
     //
     // picBarcode
     //
     this.picBarcode.Location = new System.Drawing.Point(3, 4);
     this.picBarcode.Name     = "picBarcode";
     this.picBarcode.Size     = new System.Drawing.Size(562, 334);
     this.picBarcode.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picBarcode.TabIndex = 0;
     this.picBarcode.TabStop  = false;
     //
     // tStrip
     //
     this.tStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         toolStripPrint,
         this.toolStripSeparator3,
         this.toolPrintEnvelope
     });
     this.tStrip.Location = new System.Drawing.Point(0, 0);
     this.tStrip.Name     = "tStrip";
     this.tStrip.Size     = new System.Drawing.Size(600, 25);
     this.tStrip.TabIndex = 56;
     this.tStrip.Text     = "toolStrip1";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // toolPrintEnvelope
     //
     this.toolPrintEnvelope.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolPrintEnvelope.Image                 = ((System.Drawing.Image)(resources.GetObject("toolPrintEnvelope.Image")));
     this.toolPrintEnvelope.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolPrintEnvelope.Name   = "toolPrintEnvelope";
     this.toolPrintEnvelope.Size   = new System.Drawing.Size(87, 22);
     this.toolPrintEnvelope.Text   = "Print Envelope";
     this.toolPrintEnvelope.Click += new System.EventHandler(this.toolPrintEnvelope_Click);
     //
     // groupBox1
     //
     this.groupBox1.AllowDrop         = true;
     appearance4.AlphaLevel           = ((short)(95));
     appearance4.BackColor            = System.Drawing.Color.Transparent;
     this.groupBox1.Appearance        = appearance4;
     this.groupBox1.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption;
     this.groupBox1.Controls.Add(this.txtEDescription);
     this.groupBox1.Controls.Add(this.txtEnvTemplateID);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.txtPointY);
     this.groupBox1.Controls.Add(this.LabelPointY);
     this.groupBox1.Controls.Add(this.txtPointX);
     this.groupBox1.Controls.Add(this.LabelPointX);
     this.groupBox1.Controls.Add(this.txtTDescription);
     this.groupBox1.Controls.Add(this.cbAsTemplate);
     this.groupBox1.Controls.Add(this.txtTemplateID);
     this.groupBox1.Controls.Add(this.LabelTemplateID);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(8, 144);
     this.groupBox1.Name      = "ultraGroupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(580, 125);
     this.groupBox1.TabIndex  = 57;
     this.groupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2000;
     //
     // txtEDescription
     //
     appearance7.BackColor            = System.Drawing.Color.Transparent;
     appearance7.BackColor2           = System.Drawing.Color.Black;
     this.txtEDescription.Appearance  = appearance7;
     this.txtEDescription.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEDescription.Location    = new System.Drawing.Point(218, 42);
     this.txtEDescription.Name        = "txtEDescription";
     this.txtEDescription.Size        = new System.Drawing.Size(340, 20);
     this.txtEDescription.TabIndex    = 253;
     this.txtEDescription.UseOsThemes = Infragistics.Win.DefaultableBoolean.True;
     //
     // txtEnvTemplateID
     //
     this.txtEnvTemplateID.AllowDrop   = true;
     appearance9.TextHAlignAsString    = "Right";
     this.txtEnvTemplateID.Appearance  = appearance9;
     this.txtEnvTemplateID.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtEnvTemplateID.DataMode    = Infragistics.Win.UltraWinMaskedEdit.MaskMode.Raw;
     this.txtEnvTemplateID.EditAs      = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtEnvTemplateID.InputMask   = "nnnnnnnnn";
     this.txtEnvTemplateID.Location    = new System.Drawing.Point(127, 42);
     this.txtEnvTemplateID.Name        = "txtRetail";
     this.txtEnvTemplateID.PromptChar  = ' ';
     this.txtEnvTemplateID.Size        = new System.Drawing.Size(80, 20);
     this.txtEnvTemplateID.TabIndex    = 251;
     this.txtEnvTemplateID.Text        = "() -";
     this.txtEnvTemplateID.KeyUp      += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location  = new System.Drawing.Point(14, 42);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(107, 20);
     this.label2.TabIndex  = 252;
     this.label2.Text      = "Env. Template ID :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtPointY
     //
     this.txtPointY.AllowDrop       = true;
     appearance5.TextHAlignAsString = "Right";
     this.txtPointY.Appearance      = appearance5;
     this.txtPointY.BorderStyle     = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtPointY.EditAs          = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtPointY.FormatString    = "###,###.##";
     this.txtPointY.InputMask       = "{LOC}nnnnnnn.nn";
     this.txtPointY.Location        = new System.Drawing.Point(394, 96);
     this.txtPointY.Name            = "txtAmountDue";
     this.txtPointY.Size            = new System.Drawing.Size(64, 20);
     this.txtPointY.TabIndex        = 249;
     this.txtPointY.Text            = "0";
     //
     // LabelPointY
     //
     this.LabelPointY.BackColor = System.Drawing.Color.Transparent;
     this.LabelPointY.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LabelPointY.Location  = new System.Drawing.Point(304, 96);
     this.LabelPointY.Name      = "LabelPointY";
     this.LabelPointY.Size      = new System.Drawing.Size(82, 18);
     this.LabelPointY.TabIndex  = 250;
     this.LabelPointY.Text      = "PointY :";
     this.LabelPointY.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtPointX
     //
     this.txtPointX.AllowDrop       = true;
     appearance6.TextHAlignAsString = "Right";
     this.txtPointX.Appearance      = appearance6;
     this.txtPointX.BorderStyle     = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtPointX.EditAs          = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtPointX.FormatString    = "###,###.##";
     this.txtPointX.InputMask       = "{LOC}nnnnnnn.nn";
     this.txtPointX.Location        = new System.Drawing.Point(394, 70);
     this.txtPointX.Name            = "txtAmountDue";
     this.txtPointX.Size            = new System.Drawing.Size(64, 20);
     this.txtPointX.TabIndex        = 247;
     this.txtPointX.Text            = "0";
     //
     // LabelPointX
     //
     this.LabelPointX.BackColor = System.Drawing.Color.Transparent;
     this.LabelPointX.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LabelPointX.Location  = new System.Drawing.Point(304, 70);
     this.LabelPointX.Name      = "LabelPointX";
     this.LabelPointX.Size      = new System.Drawing.Size(82, 18);
     this.LabelPointX.TabIndex  = 248;
     this.LabelPointX.Text      = "PointX :";
     this.LabelPointX.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtTDescription
     //
     appearance10.BackColor           = System.Drawing.Color.Transparent;
     appearance10.BackColor2          = System.Drawing.Color.Black;
     this.txtTDescription.Appearance  = appearance10;
     this.txtTDescription.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTDescription.Location    = new System.Drawing.Point(218, 17);
     this.txtTDescription.Name        = "txtTDescription";
     this.txtTDescription.Size        = new System.Drawing.Size(326, 20);
     this.txtTDescription.TabIndex    = 246;
     this.txtTDescription.UseOsThemes = Infragistics.Win.DefaultableBoolean.True;
     //
     // cbAsTemplate
     //
     appearance8.BackColor               = System.Drawing.Color.Transparent;
     appearance8.BackColor2              = System.Drawing.Color.Transparent;
     appearance8.BackColorAlpha          = Infragistics.Win.Alpha.Transparent;
     appearance8.ForeColor               = System.Drawing.Color.Black;
     appearance8.ForeColorDisabled       = System.Drawing.Color.White;
     this.cbAsTemplate.Appearance        = appearance8;
     this.cbAsTemplate.BackColor         = System.Drawing.Color.Transparent;
     this.cbAsTemplate.BackColorInternal = System.Drawing.Color.Transparent;
     this.cbAsTemplate.CheckAlign        = System.Drawing.ContentAlignment.MiddleRight;
     this.cbAsTemplate.Checked           = true;
     this.cbAsTemplate.CheckState        = System.Windows.Forms.CheckState.Checked;
     this.cbAsTemplate.Location          = new System.Drawing.Point(13, 74);
     this.cbAsTemplate.Name              = "cbAsTemplate";
     this.cbAsTemplate.RightToLeft       = System.Windows.Forms.RightToLeft.No;
     this.cbAsTemplate.Size              = new System.Drawing.Size(164, 19);
     this.cbAsTemplate.TabIndex          = 245;
     this.cbAsTemplate.Text              = "Use Template Settings :";
     this.cbAsTemplate.CheckedChanged   += new System.EventHandler(this.cbAsTemplate_CheckedChanged);
     //
     // txtTemplateID
     //
     this.txtTemplateID.AllowDrop    = true;
     appearance11.TextHAlignAsString = "Right";
     this.txtTemplateID.Appearance   = appearance11;
     this.txtTemplateID.BorderStyle  = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtTemplateID.DataMode     = Infragistics.Win.UltraWinMaskedEdit.MaskMode.Raw;
     this.txtTemplateID.EditAs       = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtTemplateID.InputMask    = "nnnnnnnnn";
     this.txtTemplateID.Location     = new System.Drawing.Point(126, 17);
     this.txtTemplateID.Name         = "txtRetail";
     this.txtTemplateID.PromptChar   = ' ';
     this.txtTemplateID.Size         = new System.Drawing.Size(80, 20);
     this.txtTemplateID.TabIndex     = 235;
     this.txtTemplateID.Text         = "() -";
     this.txtTemplateID.KeyUp       += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // LabelTemplateID
     //
     this.LabelTemplateID.BackColor = System.Drawing.Color.Transparent;
     this.LabelTemplateID.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LabelTemplateID.Location  = new System.Drawing.Point(13, 17);
     this.LabelTemplateID.Name      = "LabelTemplateID";
     this.LabelTemplateID.Size      = new System.Drawing.Size(107, 20);
     this.LabelTemplateID.TabIndex  = 236;
     this.LabelTemplateID.Text      = "Card Template ID :";
     this.LabelTemplateID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // frmCardByProduct
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.BackColor           = System.Drawing.Color.AliceBlue;
     this.ClientSize          = new System.Drawing.Size(600, 735);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.tStrip);
     this.Controls.Add(this.ultraGroupBox2);
     this.Controls.Add(this.ultraGroupBox1);
     this.Name          = "frmCardByProduct";
     this.ShowInTaskbar = false;
     this.Text          = "Product";
     this.Load         += new System.EventHandler(this.frmOrder_Load);
     this.Closing      += new System.ComponentModel.CancelEventHandler(this.frmOrder_Closing);
     this.Controls.SetChildIndex(this.txtStatus, 0);
     this.Controls.SetChildIndex(this.ultraGroupBox1, 0);
     this.Controls.SetChildIndex(this.ultraGroupBox2, 0);
     this.Controls.SetChildIndex(this.tStrip, 0);
     this.Controls.SetChildIndex(this.groupBox1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picBarcode)).EndInit();
     this.tStrip.ResumeLayout(false);
     this.tStrip.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ToolStripButton           toolStripPrint;
     Infragistics.Win.Appearance                    appearance1  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance2  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance3  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance4  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance5  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance6  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance7  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance8  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance9  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance16 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(frmCardTemplate));
     this.tStrip             = new System.Windows.Forms.ToolStrip();
     this.groupBox1          = new Signature.Windows.Forms.GroupBox();
     this.groupBox4          = new Signature.Windows.Forms.GroupBox();
     this.txtFontSize        = new Signature.Windows.Forms.MaskedEditNumeric();
     this.label8             = new System.Windows.Forms.Label();
     this.txtFontName        = new Signature.Windows.Forms.MaskedEdit();
     this.label4             = new System.Windows.Forms.Label();
     this.cbBold             = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.groupBox3          = new Signature.Windows.Forms.GroupBox();
     this.txtWidth           = new Signature.Windows.Forms.MaskedEditNumeric();
     this.label6             = new System.Windows.Forms.Label();
     this.txtHeight          = new Signature.Windows.Forms.MaskedEditNumeric();
     this.label7             = new System.Windows.Forms.Label();
     this.groupBox2          = new Signature.Windows.Forms.GroupBox();
     this.txtRotation        = new Signature.Windows.Forms.MaskedEditNumeric();
     this.label9             = new System.Windows.Forms.Label();
     this.txtPointY          = new Signature.Windows.Forms.MaskedEditNumeric();
     this.label1             = new System.Windows.Forms.Label();
     this.txtPointX          = new Signature.Windows.Forms.MaskedEditNumeric();
     this.label5             = new System.Windows.Forms.Label();
     this.ultraGroupBox4     = new Signature.Windows.Forms.GroupBox();
     this.txtPaperSizeWidth  = new Signature.Windows.Forms.MaskedEditNumeric();
     this.label2             = new System.Windows.Forms.Label();
     this.txtPaperSizeHeight = new Signature.Windows.Forms.MaskedEditNumeric();
     this.label3             = new System.Windows.Forms.Label();
     this.txtTDescription    = new Signature.Windows.Forms.MaskedEdit();
     this.txtTemplateID      = new Signature.Windows.Forms.MaskedEditNumeric();
     this.LabelTemplateID    = new System.Windows.Forms.Label();
     this.toolDraw           = new System.Windows.Forms.ToolStripButton();
     toolStripPrint          = new System.Windows.Forms.ToolStripButton();
     this.tStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox1)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox4)).BeginInit();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox3)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox2)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
     this.ultraGroupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // txtStatus
     //
     this.txtStatus.Location = new System.Drawing.Point(0, 307);
     this.txtStatus.Size     = new System.Drawing.Size(596, 29);
     //
     // toolStripPrint
     //
     toolStripPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
     toolStripPrint.Name    = "toolStripPrint";
     toolStripPrint.Padding = new System.Windows.Forms.Padding(20, 0, 20, 0);
     toolStripPrint.Size    = new System.Drawing.Size(76, 22);
     toolStripPrint.Text    = "Print";
     toolStripPrint.Click  += new System.EventHandler(this.toolStripPrint_Click);
     //
     // tStrip
     //
     this.tStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         toolStripPrint,
         this.toolDraw
     });
     this.tStrip.Location = new System.Drawing.Point(0, 0);
     this.tStrip.Name     = "tStrip";
     this.tStrip.Size     = new System.Drawing.Size(596, 25);
     this.tStrip.TabIndex = 56;
     this.tStrip.Text     = "toolStrip1";
     //
     // groupBox1
     //
     this.groupBox1.AllowDrop         = true;
     appearance1.AlphaLevel           = ((short)(95));
     appearance1.BackColor            = System.Drawing.Color.Transparent;
     this.groupBox1.Appearance        = appearance1;
     this.groupBox1.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption;
     this.groupBox1.Controls.Add(this.groupBox4);
     this.groupBox1.Controls.Add(this.groupBox3);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.ultraGroupBox4);
     this.groupBox1.Controls.Add(this.txtTDescription);
     this.groupBox1.Controls.Add(this.txtTemplateID);
     this.groupBox1.Controls.Add(this.LabelTemplateID);
     this.groupBox1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(0, 25);
     this.groupBox1.Name      = "ultraGroupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(596, 282);
     this.groupBox1.TabIndex  = 57;
     this.groupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2000;
     //
     // groupBox4
     //
     this.groupBox4.AllowDrop         = true;
     appearance2.AlphaLevel           = ((short)(250));
     appearance2.BackColor            = System.Drawing.Color.Transparent;
     this.groupBox4.Appearance        = appearance2;
     this.groupBox4.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption;
     this.groupBox4.Controls.Add(this.txtFontSize);
     this.groupBox4.Controls.Add(this.label8);
     this.groupBox4.Controls.Add(this.txtFontName);
     this.groupBox4.Controls.Add(this.label4);
     this.groupBox4.Controls.Add(this.cbBold);
     this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox4.Location  = new System.Drawing.Point(226, 145);
     this.groupBox4.Name      = "ultraGroupBox4";
     this.groupBox4.Size      = new System.Drawing.Size(331, 90);
     this.groupBox4.TabIndex  = 261;
     this.groupBox4.Text      = "Characters";
     this.groupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.XP;
     //
     // txtFontSize
     //
     this.txtFontSize.AllowDrop     = true;
     appearance3.TextHAlignAsString = "Right";
     this.txtFontSize.Appearance    = appearance3;
     this.txtFontSize.BorderStyle   = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtFontSize.EditAs        = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtFontSize.FormatString  = "###,###.##";
     this.txtFontSize.InputMask     = "{LOC}nnn";
     this.txtFontSize.Location      = new System.Drawing.Point(58, 64);
     this.txtFontSize.Name          = "txtAmountDue";
     this.txtFontSize.Size          = new System.Drawing.Size(48, 20);
     this.txtFontSize.TabIndex      = 259;
     this.txtFontSize.Text          = "0";
     this.txtFontSize.KeyUp        += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label8
     //
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location  = new System.Drawing.Point(6, 63);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(46, 18);
     this.label8.TabIndex  = 260;
     this.label8.Text      = "Size :";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtFontName
     //
     this.txtFontName.AllowDrop   = true;
     this.txtFontName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtFontName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtFontName.Location    = new System.Drawing.Point(58, 39);
     this.txtFontName.Name        = "txtCustomerID";
     this.txtFontName.Size        = new System.Drawing.Size(245, 20);
     this.txtFontName.TabIndex    = 257;
     this.txtFontName.KeyUp      += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(10, 39);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(42, 19);
     this.label4.TabIndex  = 258;
     this.label4.Text      = "Font :";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cbBold
     //
     appearance4.BackColor         = System.Drawing.Color.Transparent;
     appearance4.BackColor2        = System.Drawing.Color.Transparent;
     appearance4.BackColorAlpha    = Infragistics.Win.Alpha.Transparent;
     appearance4.ForeColor         = System.Drawing.Color.Black;
     appearance4.ForeColorDisabled = System.Drawing.Color.White;
     this.cbBold.Appearance        = appearance4;
     this.cbBold.BackColor         = System.Drawing.Color.Transparent;
     this.cbBold.BackColorInternal = System.Drawing.Color.Transparent;
     this.cbBold.CheckAlign        = System.Drawing.ContentAlignment.MiddleRight;
     this.cbBold.Checked           = true;
     this.cbBold.CheckState        = System.Windows.Forms.CheckState.Checked;
     this.cbBold.Location          = new System.Drawing.Point(19, 19);
     this.cbBold.Name        = "cbBold";
     this.cbBold.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.cbBold.Size        = new System.Drawing.Size(52, 19);
     this.cbBold.TabIndex    = 246;
     this.cbBold.Text        = "Bold :";
     this.cbBold.KeyUp      += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // groupBox3
     //
     this.groupBox3.AllowDrop         = true;
     appearance5.AlphaLevel           = ((short)(250));
     appearance5.BackColor            = System.Drawing.Color.Transparent;
     this.groupBox3.Appearance        = appearance5;
     this.groupBox3.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption;
     this.groupBox3.Controls.Add(this.txtWidth);
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Controls.Add(this.txtHeight);
     this.groupBox3.Controls.Add(this.label7);
     this.groupBox3.FlatStyle         = System.Windows.Forms.FlatStyle.System;
     this.groupBox3.Location          = new System.Drawing.Point(12, 49);
     this.groupBox3.Name              = "ultraGroupBox4";
     this.groupBox3.Size              = new System.Drawing.Size(204, 90);
     this.groupBox3.TabIndex          = 260;
     this.groupBox3.Text              = "Canvas";
     this.groupBox3.TextRenderingMode = Infragistics.Win.TextRenderingMode.GDI;
     this.groupBox3.ViewStyle         = Infragistics.Win.Misc.GroupBoxViewStyle.XP;
     //
     // txtWidth
     //
     this.txtWidth.AllowDrop        = true;
     appearance6.TextHAlignAsString = "Right";
     this.txtWidth.Appearance       = appearance6;
     this.txtWidth.BorderStyle      = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtWidth.EditAs           = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtWidth.FormatString     = "###,###.##";
     this.txtWidth.InputMask        = "{LOC}nnnnnnn.nn";
     this.txtWidth.Location         = new System.Drawing.Point(106, 54);
     this.txtWidth.Name             = "txtAmountDue";
     this.txtWidth.Size             = new System.Drawing.Size(64, 20);
     this.txtWidth.TabIndex         = 257;
     this.txtWidth.Text             = "0";
     this.txtWidth.KeyUp           += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location  = new System.Drawing.Point(16, 54);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(82, 18);
     this.label6.TabIndex  = 258;
     this.label6.Text      = "Width :";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtHeight
     //
     this.txtHeight.AllowDrop       = true;
     appearance7.TextHAlignAsString = "Right";
     this.txtHeight.Appearance      = appearance7;
     this.txtHeight.BorderStyle     = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtHeight.EditAs          = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtHeight.FormatString    = "###,###.##";
     this.txtHeight.InputMask       = "{LOC}nnnnnnn.nn";
     this.txtHeight.Location        = new System.Drawing.Point(106, 28);
     this.txtHeight.Name            = "txtAmountDue";
     this.txtHeight.Size            = new System.Drawing.Size(64, 20);
     this.txtHeight.TabIndex        = 255;
     this.txtHeight.Text            = "0";
     this.txtHeight.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label7
     //
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location  = new System.Drawing.Point(16, 28);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(82, 18);
     this.label7.TabIndex  = 256;
     this.label7.Text      = "Height :";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox2
     //
     this.groupBox2.AllowDrop         = true;
     appearance8.AlphaLevel           = ((short)(250));
     appearance8.BackColor            = System.Drawing.Color.Transparent;
     this.groupBox2.Appearance        = appearance8;
     this.groupBox2.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption;
     this.groupBox2.Controls.Add(this.txtRotation);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Controls.Add(this.txtPointY);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.txtPointX);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.FlatStyle         = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location          = new System.Drawing.Point(226, 49);
     this.groupBox2.Name              = "ultraGroupBox4";
     this.groupBox2.Size              = new System.Drawing.Size(331, 90);
     this.groupBox2.TabIndex          = 259;
     this.groupBox2.Text              = "Point";
     this.groupBox2.TextRenderingMode = Infragistics.Win.TextRenderingMode.GDI;
     this.groupBox2.ViewStyle         = Infragistics.Win.Misc.GroupBoxViewStyle.XP;
     //
     // txtRotation
     //
     this.txtRotation.AllowDrop     = true;
     appearance9.TextHAlignAsString = "Right";
     this.txtRotation.Appearance    = appearance9;
     this.txtRotation.BorderStyle   = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtRotation.EditAs        = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtRotation.FormatString  = "###";
     this.txtRotation.InputMask     = "{LOC}nnn";
     this.txtRotation.Location      = new System.Drawing.Point(239, 28);
     this.txtRotation.Name          = "txtAmountDue";
     this.txtRotation.Size          = new System.Drawing.Size(47, 20);
     this.txtRotation.TabIndex      = 259;
     this.txtRotation.Text          = "0";
     this.txtRotation.KeyUp        += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location  = new System.Drawing.Point(172, 28);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(61, 18);
     this.label9.TabIndex  = 260;
     this.label9.Text      = "Rotation :";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtPointY
     //
     this.txtPointY.AllowDrop        = true;
     appearance10.TextHAlignAsString = "Right";
     this.txtPointY.Appearance       = appearance10;
     this.txtPointY.BorderStyle      = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtPointY.EditAs           = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtPointY.FormatString     = "###,###.##";
     this.txtPointY.InputMask        = "{LOC}nnnnnnn.nn";
     this.txtPointY.Location         = new System.Drawing.Point(78, 54);
     this.txtPointY.Name             = "txtAmountDue";
     this.txtPointY.Size             = new System.Drawing.Size(64, 20);
     this.txtPointY.TabIndex         = 257;
     this.txtPointY.Text             = "0";
     this.txtPointY.KeyUp           += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location  = new System.Drawing.Point(9, 54);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(61, 18);
     this.label1.TabIndex  = 258;
     this.label1.Text      = "PointY :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtPointX
     //
     this.txtPointX.AllowDrop        = true;
     appearance11.TextHAlignAsString = "Right";
     this.txtPointX.Appearance       = appearance11;
     this.txtPointX.BorderStyle      = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtPointX.EditAs           = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtPointX.FormatString     = "###,###.##";
     this.txtPointX.InputMask        = "{LOC}nnnnnnn.nn";
     this.txtPointX.Location         = new System.Drawing.Point(78, 28);
     this.txtPointX.Name             = "txtAmountDue";
     this.txtPointX.Size             = new System.Drawing.Size(64, 20);
     this.txtPointX.TabIndex         = 255;
     this.txtPointX.Text             = "0";
     this.txtPointX.KeyUp           += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location  = new System.Drawing.Point(9, 28);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(61, 18);
     this.label5.TabIndex  = 256;
     this.label5.Text      = "PointX :";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ultraGroupBox4
     //
     this.ultraGroupBox4.AllowDrop         = true;
     appearance12.AlphaLevel               = ((short)(250));
     appearance12.BackColor                = System.Drawing.Color.Transparent;
     this.ultraGroupBox4.Appearance        = appearance12;
     this.ultraGroupBox4.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption;
     this.ultraGroupBox4.Controls.Add(this.txtPaperSizeWidth);
     this.ultraGroupBox4.Controls.Add(this.label2);
     this.ultraGroupBox4.Controls.Add(this.txtPaperSizeHeight);
     this.ultraGroupBox4.Controls.Add(this.label3);
     this.ultraGroupBox4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.ultraGroupBox4.Location  = new System.Drawing.Point(12, 145);
     this.ultraGroupBox4.Name      = "ultraGroupBox4";
     this.ultraGroupBox4.Size      = new System.Drawing.Size(204, 90);
     this.ultraGroupBox4.TabIndex  = 257;
     this.ultraGroupBox4.Text      = "Paper Size";
     this.ultraGroupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.XP;
     //
     // txtPaperSizeWidth
     //
     this.txtPaperSizeWidth.AllowDrop    = true;
     appearance13.TextHAlignAsString     = "Right";
     this.txtPaperSizeWidth.Appearance   = appearance13;
     this.txtPaperSizeWidth.BorderStyle  = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtPaperSizeWidth.EditAs       = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtPaperSizeWidth.FormatString = "###,###.##";
     this.txtPaperSizeWidth.InputMask    = "{LOC}nnnnnnn.nn";
     this.txtPaperSizeWidth.Location     = new System.Drawing.Point(106, 54);
     this.txtPaperSizeWidth.Name         = "txtAmountDue";
     this.txtPaperSizeWidth.Size         = new System.Drawing.Size(64, 20);
     this.txtPaperSizeWidth.TabIndex     = 257;
     this.txtPaperSizeWidth.Text         = "0";
     this.txtPaperSizeWidth.KeyUp       += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location  = new System.Drawing.Point(16, 54);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(82, 18);
     this.label2.TabIndex  = 258;
     this.label2.Text      = "Width :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtPaperSizeHeight
     //
     this.txtPaperSizeHeight.AllowDrop    = true;
     appearance14.TextHAlignAsString      = "Right";
     this.txtPaperSizeHeight.Appearance   = appearance14;
     this.txtPaperSizeHeight.BorderStyle  = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtPaperSizeHeight.EditAs       = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtPaperSizeHeight.FormatString = "###,###.##";
     this.txtPaperSizeHeight.InputMask    = "{LOC}nnnnnnn.nn";
     this.txtPaperSizeHeight.Location     = new System.Drawing.Point(106, 28);
     this.txtPaperSizeHeight.Name         = "txtAmountDue";
     this.txtPaperSizeHeight.Size         = new System.Drawing.Size(64, 20);
     this.txtPaperSizeHeight.TabIndex     = 255;
     this.txtPaperSizeHeight.Text         = "0";
     this.txtPaperSizeHeight.KeyUp       += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location  = new System.Drawing.Point(16, 28);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(82, 18);
     this.label3.TabIndex  = 256;
     this.label3.Text      = "Height :";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtTDescription
     //
     this.txtTDescription.AllowDrop   = true;
     this.txtTDescription.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtTDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTDescription.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTDescription.Location    = new System.Drawing.Point(183, 16);
     this.txtTDescription.Name        = "txtTDescription";
     this.txtTDescription.Size        = new System.Drawing.Size(374, 20);
     this.txtTDescription.TabIndex    = 246;
     this.txtTDescription.KeyUp      += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // txtTemplateID
     //
     this.txtTemplateID.AllowDrop    = true;
     appearance16.TextHAlignAsString = "Right";
     this.txtTemplateID.Appearance   = appearance16;
     this.txtTemplateID.BorderStyle  = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtTemplateID.DataMode     = Infragistics.Win.UltraWinMaskedEdit.MaskMode.Raw;
     this.txtTemplateID.EditAs       = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtTemplateID.InputMask    = "nnnnnnnnn";
     this.txtTemplateID.Location     = new System.Drawing.Point(97, 16);
     this.txtTemplateID.Name         = "txtRetail";
     this.txtTemplateID.PromptChar   = ' ';
     this.txtTemplateID.Size         = new System.Drawing.Size(80, 20);
     this.txtTemplateID.TabIndex     = 235;
     this.txtTemplateID.Text         = "() -";
     this.txtTemplateID.KeyUp       += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // LabelTemplateID
     //
     this.LabelTemplateID.BackColor = System.Drawing.Color.Transparent;
     this.LabelTemplateID.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LabelTemplateID.Location  = new System.Drawing.Point(13, 16);
     this.LabelTemplateID.Name      = "LabelTemplateID";
     this.LabelTemplateID.Size      = new System.Drawing.Size(78, 20);
     this.LabelTemplateID.TabIndex  = 236;
     this.LabelTemplateID.Text      = "Template ID :";
     this.LabelTemplateID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // toolDraw
     //
     this.toolDraw.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolDraw.Image                 = ((System.Drawing.Image)(resources.GetObject("toolDraw.Image")));
     this.toolDraw.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolDraw.Name   = "toolDraw";
     this.toolDraw.Size   = new System.Drawing.Size(38, 22);
     this.toolDraw.Text   = "Draw";
     this.toolDraw.Click += new System.EventHandler(this.toolDraw_Click);
     //
     // frmCardTemplate
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.BackColor           = System.Drawing.Color.AliceBlue;
     this.ClientSize          = new System.Drawing.Size(596, 336);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.tStrip);
     this.Name          = "frmCardTemplate";
     this.ShowInTaskbar = false;
     this.Text          = "Card Template";
     this.Load         += new System.EventHandler(this.frmOrder_Load);
     this.Closing      += new System.ComponentModel.CancelEventHandler(this.frmOrder_Closing);
     this.Controls.SetChildIndex(this.txtStatus, 0);
     this.Controls.SetChildIndex(this.tStrip, 0);
     this.Controls.SetChildIndex(this.groupBox1, 0);
     this.tStrip.ResumeLayout(false);
     this.tStrip.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox4)).EndInit();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox3)).EndInit();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox2)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
     this.ultraGroupBox4.ResumeLayout(false);
     this.ultraGroupBox4.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }