| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282 |
- namespace BulkPrinting
- {
- partial class VoucherForm
- {
- /// <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(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();
- ((System.ComponentModel.ISupportInitialize)(this.dgvVouchers)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numStartSeqNo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numEndSeqNo)).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(231, 40);
- 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(388, 40);
- 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(198, 86);
- 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(195, 65);
- 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(195, 42);
- 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(362, 42);
- 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(362, 65);
- 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(231, 63);
- 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(388, 63);
- 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(494, 3);
- 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);
- //
- // 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.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();
- 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;
- }
- }
|