namespace BulkPrinting { partial class ReprintForm { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReprintForm)); this.lblPrintDescription = new System.Windows.Forms.Label(); this.label1 = 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.lblBatchOrderDate = new System.Windows.Forms.Label(); this.lblTotalVouchers = new System.Windows.Forms.Label(); this.lblFaceValue = new System.Windows.Forms.Label(); this.lblVoucherType = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.lblBatchNumber = new System.Windows.Forms.Label(); this.btnCancel = new System.Windows.Forms.Button(); this.btnNext = new System.Windows.Forms.Button(); this.lblFirstSeqNum = new System.Windows.Forms.Label(); this.numLastSeqNum = new System.Windows.Forms.NumericUpDown(); this.numFirstSeqNum = new System.Windows.Forms.NumericUpDown(); this.lblLastSeqNum = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.lblNetwork = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.rdoRange = new System.Windows.Forms.RadioButton(); this.rdoSerial = new System.Windows.Forms.RadioButton(); this.label9 = new System.Windows.Forms.Label(); this.txtSerialNum = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.lblMinSeqNo = new System.Windows.Forms.Label(); this.lblMaxSeqNo = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.numLastSeqNum)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numFirstSeqNum)).BeginInit(); this.SuspendLayout(); // // lblPrintDescription // this.lblPrintDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPrintDescription.ForeColor = System.Drawing.Color.White; this.lblPrintDescription.Location = new System.Drawing.Point(13, 13); this.lblPrintDescription.Name = "lblPrintDescription"; this.lblPrintDescription.Size = new System.Drawing.Size(259, 23); this.lblPrintDescription.TabIndex = 1; this.lblPrintDescription.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label1 // this.label1.AutoSize = true; this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(88, 96); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(93, 13); this.label1.TabIndex = 2; this.label1.Text = "Batch Order Date:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(57, 109); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(124, 13); this.label3.TabIndex = 4; this.label3.Text = "Total Vouchers in Batch:"; // // label4 // this.label4.AutoSize = true; this.label4.ForeColor = System.Drawing.Color.White; this.label4.Location = new System.Drawing.Point(117, 124); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(64, 13); this.label4.TabIndex = 5; this.label4.Text = "Face Value:"; // // label5 // this.label5.AutoSize = true; this.label5.ForeColor = System.Drawing.Color.White; this.label5.Location = new System.Drawing.Point(104, 139); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(77, 13); this.label5.TabIndex = 6; this.label5.Text = "Voucher Type:"; // // lblBatchOrderDate // this.lblBatchOrderDate.AutoSize = true; this.lblBatchOrderDate.ForeColor = System.Drawing.Color.White; this.lblBatchOrderDate.Location = new System.Drawing.Point(187, 96); this.lblBatchOrderDate.Name = "lblBatchOrderDate"; this.lblBatchOrderDate.Size = new System.Drawing.Size(0, 13); this.lblBatchOrderDate.TabIndex = 7; // // lblTotalVouchers // this.lblTotalVouchers.AutoSize = true; this.lblTotalVouchers.ForeColor = System.Drawing.Color.White; this.lblTotalVouchers.Location = new System.Drawing.Point(187, 109); this.lblTotalVouchers.Name = "lblTotalVouchers"; this.lblTotalVouchers.Size = new System.Drawing.Size(0, 13); this.lblTotalVouchers.TabIndex = 7; // // lblFaceValue // this.lblFaceValue.AutoSize = true; this.lblFaceValue.ForeColor = System.Drawing.Color.White; this.lblFaceValue.Location = new System.Drawing.Point(187, 124); this.lblFaceValue.Name = "lblFaceValue"; this.lblFaceValue.Size = new System.Drawing.Size(0, 13); this.lblFaceValue.TabIndex = 7; // // lblVoucherType // this.lblVoucherType.AutoSize = true; this.lblVoucherType.ForeColor = System.Drawing.Color.White; this.lblVoucherType.Location = new System.Drawing.Point(187, 139); this.lblVoucherType.Name = "lblVoucherType"; this.lblVoucherType.Size = new System.Drawing.Size(0, 13); this.lblVoucherType.TabIndex = 7; // // label6 // this.label6.AutoSize = true; this.label6.ForeColor = System.Drawing.Color.White; this.label6.Location = new System.Drawing.Point(103, 81); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(78, 13); this.label6.TabIndex = 10; this.label6.Text = "Batch Number:"; // // lblBatchNumber // this.lblBatchNumber.AutoSize = true; this.lblBatchNumber.ForeColor = System.Drawing.Color.White; this.lblBatchNumber.Location = new System.Drawing.Point(187, 81); this.lblBatchNumber.Name = "lblBatchNumber"; this.lblBatchNumber.Size = new System.Drawing.Size(0, 13); this.lblBatchNumber.TabIndex = 11; // // btnCancel // this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186))))); this.btnCancel.FlatAppearance.BorderColor = System.Drawing.Color.Black; this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.Location = new System.Drawing.Point(145, 312); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 12; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnNext // this.btnNext.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186))))); this.btnNext.FlatAppearance.BorderColor = System.Drawing.Color.Black; this.btnNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnNext.ForeColor = System.Drawing.Color.White; this.btnNext.Location = new System.Drawing.Point(226, 312); this.btnNext.Name = "btnNext"; this.btnNext.Size = new System.Drawing.Size(75, 23); this.btnNext.TabIndex = 13; this.btnNext.Text = "Next"; this.btnNext.UseVisualStyleBackColor = false; this.btnNext.Click += new System.EventHandler(this.btnNext_Click); // // lblFirstSeqNum // this.lblFirstSeqNum.AutoSize = true; this.lblFirstSeqNum.ForeColor = System.Drawing.Color.White; this.lblFirstSeqNum.Location = new System.Drawing.Point(42, 229); this.lblFirstSeqNum.Name = "lblFirstSeqNum"; this.lblFirstSeqNum.Size = new System.Drawing.Size(158, 13); this.lblFirstSeqNum.TabIndex = 17; this.lblFirstSeqNum.Text = "To Voucher Sequence Number:"; // // numLastSeqNum // this.numLastSeqNum.Location = new System.Drawing.Point(206, 227); this.numLastSeqNum.Name = "numLastSeqNum"; this.numLastSeqNum.Size = new System.Drawing.Size(95, 20); this.numLastSeqNum.TabIndex = 18; // // numFirstSeqNum // this.numFirstSeqNum.Location = new System.Drawing.Point(206, 204); this.numFirstSeqNum.Name = "numFirstSeqNum"; this.numFirstSeqNum.Size = new System.Drawing.Size(95, 20); this.numFirstSeqNum.TabIndex = 18; // // lblLastSeqNum // this.lblLastSeqNum.AutoSize = true; this.lblLastSeqNum.ForeColor = System.Drawing.Color.White; this.lblLastSeqNum.Location = new System.Drawing.Point(33, 206); this.lblLastSeqNum.Name = "lblLastSeqNum"; this.lblLastSeqNum.Size = new System.Drawing.Size(168, 13); this.lblLastSeqNum.TabIndex = 17; this.lblLastSeqNum.Text = "From Voucher Sequence Number:"; // // label7 // this.label7.AutoSize = true; this.label7.ForeColor = System.Drawing.Color.White; this.label7.Location = new System.Drawing.Point(131, 154); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(50, 13); this.label7.TabIndex = 6; this.label7.Text = "Network:"; // // lblNetwork // this.lblNetwork.AutoSize = true; this.lblNetwork.ForeColor = System.Drawing.Color.White; this.lblNetwork.Location = new System.Drawing.Point(187, 154); this.lblNetwork.Name = "lblNetwork"; this.lblNetwork.Size = new System.Drawing.Size(0, 13); this.lblNetwork.TabIndex = 7; // // label8 // this.label8.AutoSize = true; this.label8.ForeColor = System.Drawing.Color.White; this.label8.Location = new System.Drawing.Point(12, 13); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(291, 39); this.label8.TabIndex = 20; this.label8.Text = "Reprinting is only available for previously printed vouchers. \r\nSelect either a r" + "ange of vouchers from the currently selected\r\nbatch, or enter a single voucher s" + "erial number for reprinting."; // // rdoRange // this.rdoRange.AutoSize = true; this.rdoRange.Checked = true; this.rdoRange.ForeColor = System.Drawing.Color.White; this.rdoRange.Location = new System.Drawing.Point(30, 55); this.rdoRange.Name = "rdoRange"; this.rdoRange.Size = new System.Drawing.Size(175, 17); this.rdoRange.TabIndex = 21; this.rdoRange.TabStop = true; this.rdoRange.Text = "Choose a range from this batch:"; this.rdoRange.UseVisualStyleBackColor = true; // // rdoSerial // this.rdoSerial.AutoSize = true; this.rdoSerial.ForeColor = System.Drawing.Color.White; this.rdoSerial.Location = new System.Drawing.Point(30, 253); this.rdoSerial.Name = "rdoSerial"; this.rdoSerial.Size = new System.Drawing.Size(247, 17); this.rdoSerial.TabIndex = 21; this.rdoSerial.Text = "Choose an individual voucher by serial number:"; this.rdoSerial.UseVisualStyleBackColor = true; // // label9 // this.label9.AutoSize = true; this.label9.ForeColor = System.Drawing.Color.White; this.label9.Location = new System.Drawing.Point(73, 279); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(39, 13); this.label9.TabIndex = 22; this.label9.Text = "Serial: "; // // txtSerialNum // this.txtSerialNum.Location = new System.Drawing.Point(118, 276); this.txtSerialNum.Name = "txtSerialNum"; this.txtSerialNum.Size = new System.Drawing.Size(183, 20); this.txtSerialNum.TabIndex = 23; this.txtSerialNum.TextChanged += new System.EventHandler(this.txtSerialNum_TextChanged); // // label10 // this.label10.AutoSize = true; this.label10.ForeColor = System.Drawing.Color.White; this.label10.Location = new System.Drawing.Point(113, 167); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(67, 13); this.label10.TabIndex = 6; this.label10.Text = "Range Start:"; // // label11 // this.label11.AutoSize = true; this.label11.ForeColor = System.Drawing.Color.White; this.label11.Location = new System.Drawing.Point(116, 180); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(64, 13); this.label11.TabIndex = 6; this.label11.Text = "Range End:"; // // lblMinSeqNo // this.lblMinSeqNo.AutoSize = true; this.lblMinSeqNo.ForeColor = System.Drawing.Color.White; this.lblMinSeqNo.Location = new System.Drawing.Point(186, 167); this.lblMinSeqNo.Name = "lblMinSeqNo"; this.lblMinSeqNo.Size = new System.Drawing.Size(0, 13); this.lblMinSeqNo.TabIndex = 7; // // lblMaxSeqNo // this.lblMaxSeqNo.AutoSize = true; this.lblMaxSeqNo.ForeColor = System.Drawing.Color.White; this.lblMaxSeqNo.Location = new System.Drawing.Point(186, 180); this.lblMaxSeqNo.Name = "lblMaxSeqNo"; this.lblMaxSeqNo.Size = new System.Drawing.Size(0, 13); this.lblMaxSeqNo.TabIndex = 7; // // ReprintForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(63)))), ((int)(((byte)(145))))); this.ClientSize = new System.Drawing.Size(313, 347); this.ControlBox = false; this.Controls.Add(this.txtSerialNum); this.Controls.Add(this.label9); this.Controls.Add(this.rdoSerial); this.Controls.Add(this.rdoRange); this.Controls.Add(this.label8); this.Controls.Add(this.numFirstSeqNum); this.Controls.Add(this.numLastSeqNum); this.Controls.Add(this.lblLastSeqNum); this.Controls.Add(this.lblFirstSeqNum); this.Controls.Add(this.btnNext); this.Controls.Add(this.btnCancel); this.Controls.Add(this.lblBatchNumber); this.Controls.Add(this.label6); this.Controls.Add(this.lblMaxSeqNo); this.Controls.Add(this.lblMinSeqNo); this.Controls.Add(this.lblNetwork); this.Controls.Add(this.lblVoucherType); this.Controls.Add(this.lblFaceValue); this.Controls.Add(this.lblTotalVouchers); this.Controls.Add(this.lblBatchOrderDate); this.Controls.Add(this.label11); this.Controls.Add(this.label10); this.Controls.Add(this.label7); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Controls.Add(this.lblPrintDescription); this.ForeColor = System.Drawing.Color.White; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ReprintForm"; this.Text = "Reprint Vouchers"; this.Load += new System.EventHandler(this.ReprintForm_Load); ((System.ComponentModel.ISupportInitialize)(this.numLastSeqNum)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numFirstSeqNum)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblPrintDescription; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label lblBatchOrderDate; private System.Windows.Forms.Label lblTotalVouchers; private System.Windows.Forms.Label lblFaceValue; private System.Windows.Forms.Label lblVoucherType; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label lblBatchNumber; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnNext; private System.Windows.Forms.Label lblFirstSeqNum; private System.Windows.Forms.NumericUpDown numLastSeqNum; private System.Windows.Forms.NumericUpDown numFirstSeqNum; private System.Windows.Forms.Label lblLastSeqNum; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label lblNetwork; private System.Windows.Forms.Label label8; private System.Windows.Forms.RadioButton rdoRange; private System.Windows.Forms.RadioButton rdoSerial; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox txtSerialNum; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label lblMinSeqNo; private System.Windows.Forms.Label lblMaxSeqNo; } }