namespace Neo.LegitimateLicences.ActiveX.Printing { partial class AccreditationCertificatePrinterControl { /// /// 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.AccreditationNumberTextBox = new System.Windows.Forms.TextBox(); this.NameTextBox = new System.Windows.Forms.TextBox(); this.IDNumberTextBox = new System.Windows.Forms.TextBox(); this.CertificateNumberTextBox = new System.Windows.Forms.TextBox(); this.IssueDateTextBox = new System.Windows.Forms.TextBox(); this.ExpiryDateTextBox = new System.Windows.Forms.TextBox(); this.PrinterPathTextBox = new System.Windows.Forms.TextBox(); this.HeightTextBox = new System.Windows.Forms.TextBox(); this.WidthTextBox = new System.Windows.Forms.TextBox(); this.LeftMarginTextBox = new System.Windows.Forms.TextBox(); this.PrintButton = new System.Windows.Forms.Button(); this.CopiesTextBox = new System.Windows.Forms.TextBox(); this.PreviewCheckBox = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.label21 = new System.Windows.Forms.Label(); this.label22 = new System.Windows.Forms.Label(); this.label23 = new System.Windows.Forms.Label(); this.PrintedByTextBox = new System.Windows.Forms.TextBox(); this.PrintedByLabel = new System.Windows.Forms.Label(); this.PrintedDateTextBox = new System.Windows.Forms.TextBox(); this.label25 = new System.Windows.Forms.Label(); this.isTestCheckBox = new System.Windows.Forms.CheckBox(); this.label6 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // AccreditationNumberTextBox // this.AccreditationNumberTextBox.Location = new System.Drawing.Point(154, 14); this.AccreditationNumberTextBox.Name = "AccreditationNumberTextBox"; this.AccreditationNumberTextBox.Size = new System.Drawing.Size(576, 20); this.AccreditationNumberTextBox.TabIndex = 5; // // NameTextBox // this.NameTextBox.Location = new System.Drawing.Point(154, 40); this.NameTextBox.Name = "NameTextBox"; this.NameTextBox.Size = new System.Drawing.Size(576, 20); this.NameTextBox.TabIndex = 6; // // IDNumberTextBox // this.IDNumberTextBox.Location = new System.Drawing.Point(154, 65); this.IDNumberTextBox.Name = "IDNumberTextBox"; this.IDNumberTextBox.Size = new System.Drawing.Size(576, 20); this.IDNumberTextBox.TabIndex = 7; // // CertificateNumberTextBox // this.CertificateNumberTextBox.Location = new System.Drawing.Point(154, 91); this.CertificateNumberTextBox.Name = "CertificateNumberTextBox"; this.CertificateNumberTextBox.Size = new System.Drawing.Size(576, 20); this.CertificateNumberTextBox.TabIndex = 8; // // IssueDateTextBox // this.IssueDateTextBox.Location = new System.Drawing.Point(154, 117); this.IssueDateTextBox.Name = "IssueDateTextBox"; this.IssueDateTextBox.Size = new System.Drawing.Size(576, 20); this.IssueDateTextBox.TabIndex = 9; // // ExpiryDateTextBox // this.ExpiryDateTextBox.Location = new System.Drawing.Point(154, 143); this.ExpiryDateTextBox.Name = "ExpiryDateTextBox"; this.ExpiryDateTextBox.Size = new System.Drawing.Size(576, 20); this.ExpiryDateTextBox.TabIndex = 11; // // PrinterPathTextBox // this.PrinterPathTextBox.Location = new System.Drawing.Point(154, 169); this.PrinterPathTextBox.Name = "PrinterPathTextBox"; this.PrinterPathTextBox.Size = new System.Drawing.Size(576, 20); this.PrinterPathTextBox.TabIndex = 23; // // HeightTextBox // this.HeightTextBox.Location = new System.Drawing.Point(154, 225); this.HeightTextBox.Name = "HeightTextBox"; this.HeightTextBox.Size = new System.Drawing.Size(85, 20); this.HeightTextBox.TabIndex = 24; // // WidthTextBox // this.WidthTextBox.Location = new System.Drawing.Point(154, 251); this.WidthTextBox.Name = "WidthTextBox"; this.WidthTextBox.Size = new System.Drawing.Size(85, 20); this.WidthTextBox.TabIndex = 25; // // LeftMarginTextBox // this.LeftMarginTextBox.Location = new System.Drawing.Point(154, 277); this.LeftMarginTextBox.Name = "LeftMarginTextBox"; this.LeftMarginTextBox.Size = new System.Drawing.Size(85, 20); this.LeftMarginTextBox.TabIndex = 26; // // PrintButton // this.PrintButton.Location = new System.Drawing.Point(655, 296); this.PrintButton.Name = "PrintButton"; this.PrintButton.Size = new System.Drawing.Size(75, 23); this.PrintButton.TabIndex = 44; this.PrintButton.Text = "Print"; this.PrintButton.UseVisualStyleBackColor = true; this.PrintButton.Click += new System.EventHandler(this.PrintButtonClick); // // CopiesTextBox // this.CopiesTextBox.Location = new System.Drawing.Point(154, 303); this.CopiesTextBox.Name = "CopiesTextBox"; this.CopiesTextBox.Size = new System.Drawing.Size(85, 20); this.CopiesTextBox.TabIndex = 45; // // PreviewCheckBox // this.PreviewCheckBox.AutoSize = true; this.PreviewCheckBox.Location = new System.Drawing.Point(585, 300); this.PreviewCheckBox.Name = "PreviewCheckBox"; this.PreviewCheckBox.Size = new System.Drawing.Size(64, 17); this.PreviewCheckBox.TabIndex = 47; this.PreviewCheckBox.Text = "Preview"; this.PreviewCheckBox.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(17, 17); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(109, 13); this.label1.TabIndex = 0; this.label1.Text = "Accreditation Number"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(17, 43); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(35, 13); this.label2.TabIndex = 1; this.label2.Text = "Name"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(17, 68); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(38, 13); this.label3.TabIndex = 2; this.label3.Text = "ID No."; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(17, 94); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(97, 13); this.label4.TabIndex = 3; this.label4.Text = "Certificate Number:"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(17, 120); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(58, 13); this.label5.TabIndex = 4; this.label5.Text = "Issue Date"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(17, 146); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(61, 13); this.label7.TabIndex = 28; this.label7.Text = "Expiry Date"; // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(17, 172); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(65, 13); this.label19.TabIndex = 40; this.label19.Text = "Printer Path:"; // // label20 // this.label20.AutoSize = true; this.label20.Location = new System.Drawing.Point(17, 228); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(41, 13); this.label20.TabIndex = 41; this.label20.Text = "Height:"; // // label21 // this.label21.AutoSize = true; this.label21.Location = new System.Drawing.Point(17, 254); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(38, 13); this.label21.TabIndex = 42; this.label21.Text = "Width:"; // // label22 // this.label22.AutoSize = true; this.label22.Location = new System.Drawing.Point(17, 280); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(63, 13); this.label22.TabIndex = 43; this.label22.Text = "Left Margin:"; // // label23 // this.label23.AutoSize = true; this.label23.Location = new System.Drawing.Point(17, 306); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(39, 13); this.label23.TabIndex = 46; this.label23.Text = "Copies"; // // PrintedByTextBox // this.PrintedByTextBox.Location = new System.Drawing.Point(154, 195); this.PrintedByTextBox.Name = "PrintedByTextBox"; this.PrintedByTextBox.Size = new System.Drawing.Size(576, 20); this.PrintedByTextBox.TabIndex = 52; // // PrintedByLabel // this.PrintedByLabel.AutoSize = true; this.PrintedByLabel.Location = new System.Drawing.Point(17, 198); this.PrintedByLabel.Name = "PrintedByLabel"; this.PrintedByLabel.Size = new System.Drawing.Size(58, 13); this.PrintedByLabel.TabIndex = 54; this.PrintedByLabel.Text = "Printed By:"; // // PrintedDateTextBox // this.PrintedDateTextBox.Location = new System.Drawing.Point(485, 225); this.PrintedDateTextBox.Name = "PrintedDateTextBox"; this.PrintedDateTextBox.Size = new System.Drawing.Size(245, 20); this.PrintedDateTextBox.TabIndex = 55; // // label25 // this.label25.AutoSize = true; this.label25.Location = new System.Drawing.Point(410, 228); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(69, 13); this.label25.TabIndex = 56; this.label25.Text = "Printed Date:"; // // isTestCheckBox // this.isTestCheckBox.AutoSize = true; this.isTestCheckBox.Location = new System.Drawing.Point(500, 300); this.isTestCheckBox.Name = "isTestCheckBox"; this.isTestCheckBox.Size = new System.Drawing.Size(47, 17); this.isTestCheckBox.TabIndex = 57; this.isTestCheckBox.Text = "Test"; this.isTestCheckBox.UseVisualStyleBackColor = true; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(355, 277); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(20, 13); this.label6.TabIndex = 56; this.label6.Text = "V2"; // // AccreditationCertificatePrinterControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.isTestCheckBox); this.Controls.Add(this.label6); this.Controls.Add(this.label25); this.Controls.Add(this.PrintedDateTextBox); this.Controls.Add(this.PrintedByLabel); this.Controls.Add(this.PrintedByTextBox); this.Controls.Add(this.PreviewCheckBox); this.Controls.Add(this.label23); this.Controls.Add(this.CopiesTextBox); this.Controls.Add(this.PrintButton); this.Controls.Add(this.label22); this.Controls.Add(this.label21); this.Controls.Add(this.label20); this.Controls.Add(this.label19); this.Controls.Add(this.label7); this.Controls.Add(this.LeftMarginTextBox); this.Controls.Add(this.WidthTextBox); this.Controls.Add(this.HeightTextBox); this.Controls.Add(this.PrinterPathTextBox); this.Controls.Add(this.ExpiryDateTextBox); this.Controls.Add(this.IssueDateTextBox); this.Controls.Add(this.CertificateNumberTextBox); this.Controls.Add(this.IDNumberTextBox); this.Controls.Add(this.NameTextBox); this.Controls.Add(this.AccreditationNumberTextBox); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "AccreditationCertificatePrinterControl"; this.Size = new System.Drawing.Size(752, 342); this.ResumeLayout(false); this.PerformLayout(); } #endregion #region Control Declarations private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox AccreditationNumberTextBox; private System.Windows.Forms.TextBox NameTextBox; private System.Windows.Forms.TextBox IDNumberTextBox; private System.Windows.Forms.TextBox CertificateNumberTextBox; private System.Windows.Forms.TextBox IssueDateTextBox; private System.Windows.Forms.TextBox PrinterPathTextBox; private System.Windows.Forms.TextBox HeightTextBox; private System.Windows.Forms.TextBox WidthTextBox; private System.Windows.Forms.TextBox LeftMarginTextBox; private System.Windows.Forms.TextBox CopiesTextBox; private System.Windows.Forms.CheckBox PreviewCheckBox; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label19; private System.Windows.Forms.Label label20; private System.Windows.Forms.Label label21; private System.Windows.Forms.Label label22; private System.Windows.Forms.Label label23; private System.Windows.Forms.Button PrintButton; #endregion private System.Windows.Forms.TextBox PrintedByTextBox; private System.Windows.Forms.Label PrintedByLabel; private System.Windows.Forms.TextBox PrintedDateTextBox; private System.Windows.Forms.Label label25; private System.Windows.Forms.TextBox ExpiryDateTextBox; private System.Windows.Forms.CheckBox isTestCheckBox; private System.Windows.Forms.Label label6; } }