namespace Neo.LegitimateLicences.ActiveX.Printing.ProviderCertificate { partial class ProviderCertificatePrinterControl { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// 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.btnPreview = new System.Windows.Forms.Button(); this.btnTestPrint = new System.Windows.Forms.Button(); this.btnReprint = new System.Windows.Forms.Button(); this.SuspendLayout(); // // btnPreview // this.btnPreview.Location = new System.Drawing.Point(3, 3); this.btnPreview.Name = "btnPreview"; this.btnPreview.Size = new System.Drawing.Size(140, 30); this.btnPreview.TabIndex = 0; this.btnPreview.Text = "Preview Certificate"; this.btnPreview.UseVisualStyleBackColor = true; // // btnTestPrint // this.btnTestPrint.Location = new System.Drawing.Point(149, 3); this.btnTestPrint.Name = "btnTestPrint"; this.btnTestPrint.Size = new System.Drawing.Size(100, 30); this.btnTestPrint.TabIndex = 1; this.btnTestPrint.Text = "Test Print"; this.btnTestPrint.UseVisualStyleBackColor = true; // // btnReprint // this.btnReprint.Location = new System.Drawing.Point(255, 3); this.btnReprint.Name = "btnReprint"; this.btnReprint.Size = new System.Drawing.Size(120, 30); this.btnReprint.TabIndex = 2; this.btnReprint.Text = "Reprint Licence"; this.btnReprint.UseVisualStyleBackColor = true; // // ProviderCertificatePrinterControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.btnReprint); this.Controls.Add(this.btnTestPrint); this.Controls.Add(this.btnPreview); this.Name = "ProviderCertificatePrinterControl"; this.Size = new System.Drawing.Size(380, 38); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnPreview; private System.Windows.Forms.Button btnTestPrint; private System.Windows.Forms.Button btnReprint; } }