namespace Neo.Afx.ActiveX.Printing { partial class BarcodeLabelPrinterControl { /// /// 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) 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.CopiesTextBox = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.BarcodeDataTextBox = new System.Windows.Forms.TextBox(); this.lblBarcodeData = new System.Windows.Forms.Label(); this.PrintButton = new System.Windows.Forms.Button(); this.PrintedByTextBox = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.PrinterPathTextBox = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.LabelHeightTextBox = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.LabelWidthTextBox = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.previewCheckBox = new System.Windows.Forms.CheckBox(); this.label2 = new System.Windows.Forms.Label(); this.LeftMarginTextBox = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // CopiesTextBox // this.CopiesTextBox.Location = new System.Drawing.Point(96, 156); this.CopiesTextBox.MaxLength = 14; this.CopiesTextBox.Name = "CopiesTextBox"; this.CopiesTextBox.Size = new System.Drawing.Size(32, 20); this.CopiesTextBox.TabIndex = 1; this.CopiesTextBox.Text = "1"; // // label1 // this.label1.Location = new System.Drawing.Point(134, 159); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(40, 16); this.label1.TabIndex = 9; this.label1.Text = "Copies"; // // BarcodeDataTextBox // this.BarcodeDataTextBox.Location = new System.Drawing.Point(98, 5); this.BarcodeDataTextBox.MaxLength = 14; this.BarcodeDataTextBox.Name = "BarcodeDataTextBox"; this.BarcodeDataTextBox.Size = new System.Drawing.Size(188, 20); this.BarcodeDataTextBox.TabIndex = 8; this.BarcodeDataTextBox.Text = "APP0000007"; // // lblBarcodeData // this.lblBarcodeData.Location = new System.Drawing.Point(9, 8); this.lblBarcodeData.Name = "lblBarcodeData"; this.lblBarcodeData.Size = new System.Drawing.Size(88, 16); this.lblBarcodeData.TabIndex = 7; this.lblBarcodeData.Text = "Barcode Data"; // // PrintButton // this.PrintButton.Location = new System.Drawing.Point(10, 154); this.PrintButton.Name = "PrintButton"; this.PrintButton.Size = new System.Drawing.Size(75, 23); this.PrintButton.TabIndex = 6; this.PrintButton.Text = "Print"; this.PrintButton.Click += new System.EventHandler(this.PrintButton_Click); // // PrintedByTextBox // this.PrintedByTextBox.Location = new System.Drawing.Point(98, 28); this.PrintedByTextBox.MaxLength = 14; this.PrintedByTextBox.Name = "PrintedByTextBox"; this.PrintedByTextBox.Size = new System.Drawing.Size(188, 20); this.PrintedByTextBox.TabIndex = 16; this.PrintedByTextBox.Text = "H. Bantjes"; // // label4 // this.label4.Location = new System.Drawing.Point(9, 31); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(88, 16); this.label4.TabIndex = 15; this.label4.Text = "Printed By"; // // PrinterPathTextBox // this.PrinterPathTextBox.Location = new System.Drawing.Point(98, 54); this.PrinterPathTextBox.MaxLength = 200; this.PrinterPathTextBox.Name = "PrinterPathTextBox"; this.PrinterPathTextBox.Size = new System.Drawing.Size(188, 20); this.PrinterPathTextBox.TabIndex = 18; this.PrinterPathTextBox.Text = "NPI857E14 (HP Color LaserJet CM1312nfi MFP)"; // // label5 // this.label5.Location = new System.Drawing.Point(9, 57); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(88, 16); this.label5.TabIndex = 17; this.label5.Text = "Printer Path"; // // LabelHeightTextBox // this.LabelHeightTextBox.Location = new System.Drawing.Point(98, 82); this.LabelHeightTextBox.MaxLength = 14; this.LabelHeightTextBox.Name = "LabelHeightTextBox"; this.LabelHeightTextBox.Size = new System.Drawing.Size(54, 20); this.LabelHeightTextBox.TabIndex = 20; this.LabelHeightTextBox.Text = "20"; // // label6 // this.label6.Location = new System.Drawing.Point(9, 85); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(88, 16); this.label6.TabIndex = 19; this.label6.Text = "Label Height"; // // LabelWidthTextBox // this.LabelWidthTextBox.Location = new System.Drawing.Point(98, 108); this.LabelWidthTextBox.MaxLength = 14; this.LabelWidthTextBox.Name = "LabelWidthTextBox"; this.LabelWidthTextBox.Size = new System.Drawing.Size(54, 20); this.LabelWidthTextBox.TabIndex = 76; this.LabelWidthTextBox.Text = "50"; // // label7 // this.label7.Location = new System.Drawing.Point(9, 111); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(88, 16); this.label7.TabIndex = 21; this.label7.Text = "Label Width"; // // label8 // this.label8.Location = new System.Drawing.Point(158, 84); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(40, 16); this.label8.TabIndex = 23; this.label8.Text = "mm"; // // label9 // this.label9.Location = new System.Drawing.Point(158, 111); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(40, 16); this.label9.TabIndex = 24; this.label9.Text = "mm"; // // previewCheckBox // this.previewCheckBox.AutoSize = true; this.previewCheckBox.Checked = true; this.previewCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.previewCheckBox.Location = new System.Drawing.Point(198, 158); this.previewCheckBox.Name = "previewCheckBox"; this.previewCheckBox.Size = new System.Drawing.Size(64, 17); this.previewCheckBox.TabIndex = 25; this.previewCheckBox.Text = "Preview"; this.previewCheckBox.UseVisualStyleBackColor = true; // // label2 // this.label2.Location = new System.Drawing.Point(158, 133); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(40, 16); this.label2.TabIndex = 28; this.label2.Text = "mm"; // // LeftMarginTextBox // this.LeftMarginTextBox.Location = new System.Drawing.Point(98, 130); this.LeftMarginTextBox.MaxLength = 14; this.LeftMarginTextBox.Name = "LeftMarginTextBox"; this.LeftMarginTextBox.Size = new System.Drawing.Size(54, 20); this.LeftMarginTextBox.TabIndex = 27; this.LeftMarginTextBox.Text = "5"; // // label3 // this.label3.Location = new System.Drawing.Point(9, 133); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(88, 16); this.label3.TabIndex = 26; this.label3.Text = "Left Margin"; // // BarcodeLabelPrinterControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.label2); this.Controls.Add(this.LeftMarginTextBox); this.Controls.Add(this.label3); this.Controls.Add(this.previewCheckBox); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.LabelWidthTextBox); this.Controls.Add(this.label7); this.Controls.Add(this.LabelHeightTextBox); this.Controls.Add(this.label6); this.Controls.Add(this.PrinterPathTextBox); this.Controls.Add(this.label5); this.Controls.Add(this.PrintedByTextBox); this.Controls.Add(this.label4); this.Controls.Add(this.CopiesTextBox); this.Controls.Add(this.label1); this.Controls.Add(this.BarcodeDataTextBox); this.Controls.Add(this.lblBarcodeData); this.Controls.Add(this.PrintButton); this.Name = "BarcodeLabelPrinterControl"; this.Size = new System.Drawing.Size(289, 190); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox CopiesTextBox; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox BarcodeDataTextBox; private System.Windows.Forms.Label lblBarcodeData; private System.Windows.Forms.Button PrintButton; private System.Windows.Forms.TextBox PrintedByTextBox; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox PrinterPathTextBox; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox LabelHeightTextBox; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox LabelWidthTextBox; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.CheckBox previewCheckBox; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox LeftMarginTextBox; private System.Windows.Forms.Label label3; } }