namespace BulkPrinting
{
partial class VoucherForm
{
///
/// 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(VoucherForm));
this.dgvVouchers = new System.Windows.Forms.DataGridView();
this.lblBatchDetails = new System.Windows.Forms.Label();
this.rdoPrintDate = new System.Windows.Forms.RadioButton();
this.rdoVoucherRange = new System.Windows.Forms.RadioButton();
this.rdoSerialNum = new System.Windows.Forms.RadioButton();
this.label1 = new System.Windows.Forms.Label();
this.dtpStartDate = new System.Windows.Forms.DateTimePicker();
this.dtpEndDate = new System.Windows.Forms.DateTimePicker();
this.txtSerial = new System.Windows.Forms.TextBox();
this.lblBatch1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.lblBatch2 = new System.Windows.Forms.Label();
this.numStartSeqNo = new System.Windows.Forms.NumericUpDown();
this.numEndSeqNo = new System.Windows.Forms.NumericUpDown();
this.btnSearch = new System.Windows.Forms.Button();
this.numBatchId = new System.Windows.Forms.NumericUpDown();
this.label2 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.dgvVouchers)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numStartSeqNo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numEndSeqNo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numBatchId)).BeginInit();
this.SuspendLayout();
//
// dgvVouchers
//
this.dgvVouchers.AllowUserToAddRows = false;
this.dgvVouchers.AllowUserToDeleteRows = false;
this.dgvVouchers.AllowUserToResizeRows = false;
this.dgvVouchers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgvVouchers.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(157)))), ((int)(((byte)(233)))));
this.dgvVouchers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvVouchers.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.dgvVouchers.Location = new System.Drawing.Point(12, 108);
this.dgvVouchers.MultiSelect = false;
this.dgvVouchers.Name = "dgvVouchers";
this.dgvVouchers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvVouchers.Size = new System.Drawing.Size(704, 434);
this.dgvVouchers.TabIndex = 5;
this.dgvVouchers.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvVouchers_CellContentClick);
//
// lblBatchDetails
//
this.lblBatchDetails.AutoSize = true;
this.lblBatchDetails.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblBatchDetails.Location = new System.Drawing.Point(12, 12);
this.lblBatchDetails.Name = "lblBatchDetails";
this.lblBatchDetails.Size = new System.Drawing.Size(0, 25);
this.lblBatchDetails.TabIndex = 7;
this.lblBatchDetails.Click += new System.EventHandler(this.lblBatchDetails_Click);
//
// rdoPrintDate
//
this.rdoPrintDate.AutoSize = true;
this.rdoPrintDate.ForeColor = System.Drawing.Color.White;
this.rdoPrintDate.Location = new System.Drawing.Point(12, 40);
this.rdoPrintDate.Name = "rdoPrintDate";
this.rdoPrintDate.Size = new System.Drawing.Size(123, 17);
this.rdoPrintDate.TabIndex = 8;
this.rdoPrintDate.Text = "Date Printed (range):";
this.rdoPrintDate.UseVisualStyleBackColor = true;
this.rdoPrintDate.CheckedChanged += new System.EventHandler(this.rdoPrintDate_CheckedChanged);
//
// rdoVoucherRange
//
this.rdoVoucherRange.AutoSize = true;
this.rdoVoucherRange.ForeColor = System.Drawing.Color.White;
this.rdoVoucherRange.Location = new System.Drawing.Point(12, 63);
this.rdoVoucherRange.Name = "rdoVoucherRange";
this.rdoVoucherRange.Size = new System.Drawing.Size(160, 17);
this.rdoVoucherRange.TabIndex = 8;
this.rdoVoucherRange.Text = "Vouchers in Selected Batch:";
this.rdoVoucherRange.UseVisualStyleBackColor = true;
this.rdoVoucherRange.CheckedChanged += new System.EventHandler(this.rdoVoucherRange_CheckedChanged);
//
// rdoSerialNum
//
this.rdoSerialNum.AutoSize = true;
this.rdoSerialNum.Checked = true;
this.rdoSerialNum.ForeColor = System.Drawing.Color.White;
this.rdoSerialNum.Location = new System.Drawing.Point(12, 86);
this.rdoSerialNum.Name = "rdoSerialNum";
this.rdoSerialNum.Size = new System.Drawing.Size(94, 17);
this.rdoSerialNum.TabIndex = 8;
this.rdoSerialNum.TabStop = true;
this.rdoSerialNum.Text = "Serial Number:";
this.rdoSerialNum.UseVisualStyleBackColor = true;
this.rdoSerialNum.CheckedChanged += new System.EventHandler(this.rdoSerialNum_CheckedChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(12, 12);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(120, 13);
this.label1.TabIndex = 9;
this.label1.Text = "Search for vouchers by:";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// dtpStartDate
//
this.dtpStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dtpStartDate.Location = new System.Drawing.Point(353, 39);
this.dtpStartDate.Name = "dtpStartDate";
this.dtpStartDate.Size = new System.Drawing.Size(100, 20);
this.dtpStartDate.TabIndex = 10;
this.dtpStartDate.ValueChanged += new System.EventHandler(this.dtpStartDate_ValueChanged);
//
// dtpEndDate
//
this.dtpEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dtpEndDate.Location = new System.Drawing.Point(510, 39);
this.dtpEndDate.Name = "dtpEndDate";
this.dtpEndDate.Size = new System.Drawing.Size(100, 20);
this.dtpEndDate.TabIndex = 10;
this.dtpEndDate.ValueChanged += new System.EventHandler(this.dtpEndDate_ValueChanged);
//
// txtSerial
//
this.txtSerial.Location = new System.Drawing.Point(320, 85);
this.txtSerial.Name = "txtSerial";
this.txtSerial.Size = new System.Drawing.Size(290, 20);
this.txtSerial.TabIndex = 11;
//
// lblBatch1
//
this.lblBatch1.AutoSize = true;
this.lblBatch1.ForeColor = System.Drawing.Color.White;
this.lblBatch1.Location = new System.Drawing.Point(317, 64);
this.lblBatch1.Name = "lblBatch1";
this.lblBatch1.Size = new System.Drawing.Size(30, 13);
this.lblBatch1.TabIndex = 12;
this.lblBatch1.Text = "From";
this.lblBatch1.Click += new System.EventHandler(this.lblBatch1_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.Color.White;
this.label3.Location = new System.Drawing.Point(317, 41);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(30, 13);
this.label3.TabIndex = 12;
this.label3.Text = "From";
this.label3.Click += new System.EventHandler(this.label3_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.ForeColor = System.Drawing.Color.White;
this.label4.Location = new System.Drawing.Point(484, 41);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(20, 13);
this.label4.TabIndex = 12;
this.label4.Text = "To";
this.label4.Click += new System.EventHandler(this.label4_Click);
//
// lblBatch2
//
this.lblBatch2.AutoSize = true;
this.lblBatch2.ForeColor = System.Drawing.Color.White;
this.lblBatch2.Location = new System.Drawing.Point(484, 64);
this.lblBatch2.Name = "lblBatch2";
this.lblBatch2.Size = new System.Drawing.Size(20, 13);
this.lblBatch2.TabIndex = 12;
this.lblBatch2.Text = "To";
this.lblBatch2.Click += new System.EventHandler(this.lblBatch2_Click);
//
// numStartSeqNo
//
this.numStartSeqNo.Location = new System.Drawing.Point(353, 62);
this.numStartSeqNo.Name = "numStartSeqNo";
this.numStartSeqNo.Size = new System.Drawing.Size(100, 20);
this.numStartSeqNo.TabIndex = 14;
this.numStartSeqNo.ValueChanged += new System.EventHandler(this.numStartSeqNo_ValueChanged);
//
// numEndSeqNo
//
this.numEndSeqNo.Location = new System.Drawing.Point(510, 62);
this.numEndSeqNo.Name = "numEndSeqNo";
this.numEndSeqNo.Size = new System.Drawing.Size(100, 20);
this.numEndSeqNo.TabIndex = 14;
this.numEndSeqNo.ValueChanged += new System.EventHandler(this.numEndSeqNo_ValueChanged);
//
// btnSearch
//
this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSearch.Location = new System.Drawing.Point(616, 2);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(100, 100);
this.btnSearch.TabIndex = 13;
this.btnSearch.UseVisualStyleBackColor = false;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// numBatchId
//
this.numBatchId.Location = new System.Drawing.Point(242, 62);
this.numBatchId.Name = "numBatchId";
this.numBatchId.Size = new System.Drawing.Size(69, 20);
this.numBatchId.TabIndex = 15;
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(187, 65);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(49, 13);
this.label2.TabIndex = 16;
this.label2.Text = "Batch ID";
//
// VoucherForm
//
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(728, 554);
this.Controls.Add(this.label2);
this.Controls.Add(this.numBatchId);
this.Controls.Add(this.numEndSeqNo);
this.Controls.Add(this.numStartSeqNo);
this.Controls.Add(this.btnSearch);
this.Controls.Add(this.lblBatch2);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.lblBatch1);
this.Controls.Add(this.txtSerial);
this.Controls.Add(this.dtpEndDate);
this.Controls.Add(this.dtpStartDate);
this.Controls.Add(this.label1);
this.Controls.Add(this.rdoSerialNum);
this.Controls.Add(this.rdoVoucherRange);
this.Controls.Add(this.rdoPrintDate);
this.Controls.Add(this.lblBatchDetails);
this.Controls.Add(this.dgvVouchers);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimumSize = new System.Drawing.Size(621, 531);
this.Name = "VoucherForm";
this.Text = "View PINs";
this.Load += new System.EventHandler(this.VoucherForm_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvVouchers)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numStartSeqNo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numEndSeqNo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numBatchId)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView dgvVouchers;
private System.Windows.Forms.Label lblBatchDetails;
private System.Windows.Forms.RadioButton rdoPrintDate;
private System.Windows.Forms.RadioButton rdoVoucherRange;
private System.Windows.Forms.RadioButton rdoSerialNum;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DateTimePicker dtpStartDate;
private System.Windows.Forms.DateTimePicker dtpEndDate;
private System.Windows.Forms.TextBox txtSerial;
private System.Windows.Forms.Label lblBatch1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label lblBatch2;
private System.Windows.Forms.Button btnSearch;
private System.Windows.Forms.NumericUpDown numStartSeqNo;
private System.Windows.Forms.NumericUpDown numEndSeqNo;
private System.Windows.Forms.NumericUpDown numBatchId;
private System.Windows.Forms.Label label2;
}
}