| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342 |
- namespace BulkPrinting
- {
- partial class PrintForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PrintForm));
- this.lblPrintDescription = new System.Windows.Forms.Label();
- 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.lblBatchOrderDate = new System.Windows.Forms.Label();
- this.lblUnprintedVouchers = 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.lblNumVouchers = new System.Windows.Forms.Label();
- this.numNumVouchers = new System.Windows.Forms.NumericUpDown();
- this.label7 = new System.Windows.Forms.Label();
- this.lblNetwork = new System.Windows.Forms.Label();
- this.btnAdvanced = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.numNumVouchers)).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(17, 16);
- this.lblPrintDescription.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblPrintDescription.Name = "lblPrintDescription";
- this.lblPrintDescription.Size = new System.Drawing.Size(345, 28);
- this.lblPrintDescription.TabIndex = 1;
- this.lblPrintDescription.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.lblPrintDescription.Click += new System.EventHandler(this.lblPrintDescription_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.ForeColor = System.Drawing.Color.White;
- this.label1.Location = new System.Drawing.Point(104, 69);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(123, 17);
- this.label1.TabIndex = 2;
- this.label1.Text = "Batch Order Date:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.ForeColor = System.Drawing.Color.White;
- this.label2.Location = new System.Drawing.Point(20, 89);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(209, 17);
- this.label2.TabIndex = 3;
- this.label2.Text = "Unprinted Vouchers Remaining:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.ForeColor = System.Drawing.Color.White;
- this.label3.Location = new System.Drawing.Point(63, 107);
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(163, 17);
- 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(143, 126);
- this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(83, 17);
- 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(125, 144);
- this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(101, 17);
- 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(236, 69);
- this.lblBatchOrderDate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblBatchOrderDate.Name = "lblBatchOrderDate";
- this.lblBatchOrderDate.Size = new System.Drawing.Size(0, 17);
- this.lblBatchOrderDate.TabIndex = 7;
- //
- // lblUnprintedVouchers
- //
- this.lblUnprintedVouchers.AutoSize = true;
- this.lblUnprintedVouchers.ForeColor = System.Drawing.Color.White;
- this.lblUnprintedVouchers.Location = new System.Drawing.Point(236, 89);
- this.lblUnprintedVouchers.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblUnprintedVouchers.Name = "lblUnprintedVouchers";
- this.lblUnprintedVouchers.Size = new System.Drawing.Size(0, 17);
- this.lblUnprintedVouchers.TabIndex = 7;
- //
- // lblTotalVouchers
- //
- this.lblTotalVouchers.AutoSize = true;
- this.lblTotalVouchers.ForeColor = System.Drawing.Color.White;
- this.lblTotalVouchers.Location = new System.Drawing.Point(236, 107);
- this.lblTotalVouchers.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblTotalVouchers.Name = "lblTotalVouchers";
- this.lblTotalVouchers.Size = new System.Drawing.Size(0, 17);
- this.lblTotalVouchers.TabIndex = 7;
- //
- // lblFaceValue
- //
- this.lblFaceValue.AutoSize = true;
- this.lblFaceValue.ForeColor = System.Drawing.Color.White;
- this.lblFaceValue.Location = new System.Drawing.Point(236, 126);
- this.lblFaceValue.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblFaceValue.Name = "lblFaceValue";
- this.lblFaceValue.Size = new System.Drawing.Size(0, 17);
- this.lblFaceValue.TabIndex = 7;
- //
- // lblVoucherType
- //
- this.lblVoucherType.AutoSize = true;
- this.lblVoucherType.ForeColor = System.Drawing.Color.White;
- this.lblVoucherType.Location = new System.Drawing.Point(236, 144);
- this.lblVoucherType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblVoucherType.Name = "lblVoucherType";
- this.lblVoucherType.Size = new System.Drawing.Size(0, 17);
- this.lblVoucherType.TabIndex = 7;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.ForeColor = System.Drawing.Color.White;
- this.label6.Location = new System.Drawing.Point(124, 50);
- this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(102, 17);
- 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(236, 50);
- this.lblBatchNumber.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblBatchNumber.Name = "lblBatchNumber";
- this.lblBatchNumber.Size = new System.Drawing.Size(0, 17);
- 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(154, 211);
- this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(100, 28);
- this.btnCancel.TabIndex = 2;
- 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(262, 211);
- this.btnNext.Margin = new System.Windows.Forms.Padding(4);
- this.btnNext.Name = "btnNext";
- this.btnNext.Size = new System.Drawing.Size(100, 28);
- this.btnNext.TabIndex = 1;
- this.btnNext.Text = "Next";
- this.btnNext.UseVisualStyleBackColor = false;
- this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
- //
- // lblNumVouchers
- //
- this.lblNumVouchers.AutoSize = true;
- this.lblNumVouchers.ForeColor = System.Drawing.Color.White;
- this.lblNumVouchers.Location = new System.Drawing.Point(37, 183);
- this.lblNumVouchers.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblNumVouchers.Name = "lblNumVouchers";
- this.lblNumVouchers.Size = new System.Drawing.Size(191, 17);
- this.lblNumVouchers.TabIndex = 16;
- this.lblNumVouchers.Text = "Number of Vouchers to Print:";
- //
- // numNumVouchers
- //
- this.numNumVouchers.Location = new System.Drawing.Point(236, 181);
- this.numNumVouchers.Margin = new System.Windows.Forms.Padding(4);
- this.numNumVouchers.Name = "numNumVouchers";
- this.numNumVouchers.Size = new System.Drawing.Size(127, 22);
- this.numNumVouchers.TabIndex = 0;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.ForeColor = System.Drawing.Color.White;
- this.label7.Location = new System.Drawing.Point(161, 162);
- this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(63, 17);
- 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(236, 162);
- this.lblNetwork.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblNetwork.Name = "lblNetwork";
- this.lblNetwork.Size = new System.Drawing.Size(0, 17);
- this.lblNetwork.TabIndex = 7;
- //
- // btnAdvanced
- //
- this.btnAdvanced.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
- this.btnAdvanced.FlatAppearance.BorderColor = System.Drawing.Color.Black;
- this.btnAdvanced.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnAdvanced.Location = new System.Drawing.Point(13, 211);
- this.btnAdvanced.Margin = new System.Windows.Forms.Padding(4);
- this.btnAdvanced.Name = "btnAdvanced";
- this.btnAdvanced.Size = new System.Drawing.Size(96, 28);
- this.btnAdvanced.TabIndex = 3;
- this.btnAdvanced.Text = "Advanced";
- this.btnAdvanced.UseVisualStyleBackColor = false;
- this.btnAdvanced.Click += new System.EventHandler(this.btnAdvanced_Click);
- //
- // PrintForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.AutoSize = true;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(63)))), ((int)(((byte)(145)))));
- this.ClientSize = new System.Drawing.Size(379, 257);
- this.ControlBox = false;
- this.Controls.Add(this.btnAdvanced);
- this.Controls.Add(this.numNumVouchers);
- this.Controls.Add(this.lblNumVouchers);
- this.Controls.Add(this.btnNext);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.lblBatchNumber);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.lblNetwork);
- this.Controls.Add(this.lblVoucherType);
- this.Controls.Add(this.lblFaceValue);
- this.Controls.Add(this.lblTotalVouchers);
- this.Controls.Add(this.lblUnprintedVouchers);
- this.Controls.Add(this.lblBatchOrderDate);
- this.Controls.Add(this.label7);
- 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.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.Margin = new System.Windows.Forms.Padding(4);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "PrintForm";
- this.Text = "Print Vouchers";
- this.Load += new System.EventHandler(this.PrintForm_Load);
- ((System.ComponentModel.ISupportInitialize)(this.numNumVouchers)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label lblPrintDescription;
- 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.Label lblBatchOrderDate;
- private System.Windows.Forms.Label lblUnprintedVouchers;
- 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 lblNumVouchers;
- private System.Windows.Forms.NumericUpDown numNumVouchers;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label lblNetwork;
- private System.Windows.Forms.Button btnAdvanced;
- }
- }
|