| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426 |
- namespace BulkPrinting
- {
- partial class BatchForm
- {
- /// <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()
- {
- this.components = new System.ComponentModel.Container();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BatchForm));
- this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.pnlSplitGrids = new System.Windows.Forms.Panel();
- this.btnOrderReport = new System.Windows.Forms.Button();
- this.btnViewPINs = new System.Windows.Forms.Button();
- this.btnExport = new System.Windows.Forms.Button();
- this.btnReprint = new System.Windows.Forms.Button();
- this.grpFilter = new System.Windows.Forms.GroupBox();
- this.rdoFilterExported = new System.Windows.Forms.RadioButton();
- this.rdoFilterReprinted = new System.Windows.Forms.RadioButton();
- this.rdoFilterUnprinted = new System.Windows.Forms.RadioButton();
- this.rdoFilterPrinted = new System.Windows.Forms.RadioButton();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.dtpFilterEndDate = new System.Windows.Forms.DateTimePicker();
- this.dtpFilterStartDate = new System.Windows.Forms.DateTimePicker();
- this.btnLogout = new System.Windows.Forms.Button();
- this.btnPrint = new System.Windows.Forms.Button();
- this.btnReExport = new System.Windows.Forms.Button();
- this.btnOrder = new System.Windows.Forms.Button();
- this.dgvBatches = new System.Windows.Forms.DataGridView();
- this.LogoutTimer = new System.Windows.Forms.Timer(this.components);
- this.lblLoading = new System.Windows.Forms.Label();
- this.ReSyncTimer = new System.Windows.Forms.Timer(this.components);
- this.pnlSplitGrids.SuspendLayout();
- this.grpFilter.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvBatches)).BeginInit();
- this.SuspendLayout();
- //
- // contextMenuStrip1
- //
- this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
- this.contextMenuStrip1.Name = "contextMenuStrip1";
- this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
- //
- // pnlSplitGrids
- //
- this.pnlSplitGrids.AutoSize = true;
- this.pnlSplitGrids.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.pnlSplitGrids.BackColor = System.Drawing.Color.Transparent;
- this.pnlSplitGrids.Controls.Add(this.btnOrderReport);
- this.pnlSplitGrids.Controls.Add(this.btnViewPINs);
- this.pnlSplitGrids.Controls.Add(this.btnExport);
- this.pnlSplitGrids.Controls.Add(this.btnReprint);
- this.pnlSplitGrids.Controls.Add(this.grpFilter);
- this.pnlSplitGrids.Controls.Add(this.btnLogout);
- this.pnlSplitGrids.Controls.Add(this.btnPrint);
- this.pnlSplitGrids.Controls.Add(this.btnReExport);
- this.pnlSplitGrids.Controls.Add(this.btnOrder);
- this.pnlSplitGrids.Dock = System.Windows.Forms.DockStyle.Top;
- this.pnlSplitGrids.Location = new System.Drawing.Point(0, 12);
- this.pnlSplitGrids.Margin = new System.Windows.Forms.Padding(4);
- this.pnlSplitGrids.Name = "pnlSplitGrids";
- this.pnlSplitGrids.Size = new System.Drawing.Size(1716, 127);
- this.pnlSplitGrids.TabIndex = 3;
- this.pnlSplitGrids.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlSplitGrids_Paint);
- //
- // btnOrderReport
- //
- this.btnOrderReport.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
- this.btnOrderReport.BackgroundImage = global::BulkPrinting.Properties.Resources.Asset201clear;
- this.btnOrderReport.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.btnOrderReport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnOrderReport.Location = new System.Drawing.Point(157, 0);
- this.btnOrderReport.Margin = new System.Windows.Forms.Padding(4);
- this.btnOrderReport.Name = "btnOrderReport";
- this.btnOrderReport.Size = new System.Drawing.Size(133, 123);
- this.btnOrderReport.TabIndex = 5;
- this.btnOrderReport.UseVisualStyleBackColor = true;
- this.btnOrderReport.Click += new System.EventHandler(this.btnOrderReport_Click);
- this.btnOrderReport.Paint += new System.Windows.Forms.PaintEventHandler(this.btn_Paint);
- //
- // btnViewPINs
- //
- this.btnViewPINs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnViewPINs.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
- this.btnViewPINs.BackgroundImage = global::BulkPrinting.Properties.Resources.Asset601clear;
- this.btnViewPINs.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.btnViewPINs.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnViewPINs.Location = new System.Drawing.Point(928, 0);
- this.btnViewPINs.Margin = new System.Windows.Forms.Padding(4);
- this.btnViewPINs.Name = "btnViewPINs";
- this.btnViewPINs.Size = new System.Drawing.Size(133, 123);
- this.btnViewPINs.TabIndex = 4;
- this.btnViewPINs.UseVisualStyleBackColor = false;
- this.btnViewPINs.Click += new System.EventHandler(this.btnViewPINs_Click);
- this.btnViewPINs.Paint += new System.Windows.Forms.PaintEventHandler(this.btn_Paint);
- //
- // btnExport
- //
- this.btnExport.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
- this.btnExport.BackgroundImage = global::BulkPrinting.Properties.Resources.Asset501clear;
- this.btnExport.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.btnExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnExport.Location = new System.Drawing.Point(581, 0);
- this.btnExport.Margin = new System.Windows.Forms.Padding(4);
- this.btnExport.Name = "btnExport";
- this.btnExport.Size = new System.Drawing.Size(133, 123);
- this.btnExport.TabIndex = 4;
- this.btnExport.UseVisualStyleBackColor = false;
- this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
- this.btnExport.Paint += new System.Windows.Forms.PaintEventHandler(this.btn_Paint);
- //
- // btnReprint
- //
- this.btnReprint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnReprint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(100)))), ((int)(((byte)(176)))));
- this.btnReprint.BackgroundImage = global::BulkPrinting.Properties.Resources.Asset801clear;
- this.btnReprint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.btnReprint.Enabled = false;
- this.btnReprint.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnReprint.Location = new System.Drawing.Point(1211, 0);
- this.btnReprint.Margin = new System.Windows.Forms.Padding(4);
- this.btnReprint.Name = "btnReprint";
- this.btnReprint.Size = new System.Drawing.Size(133, 123);
- this.btnReprint.TabIndex = 4;
- this.btnReprint.UseVisualStyleBackColor = false;
- this.btnReprint.Click += new System.EventHandler(this.btnReprint_Click);
- this.btnReprint.Paint += new System.Windows.Forms.PaintEventHandler(this.btn_Paint);
- //
- // grpFilter
- //
- this.grpFilter.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.grpFilter.Controls.Add(this.rdoFilterExported);
- this.grpFilter.Controls.Add(this.rdoFilterReprinted);
- this.grpFilter.Controls.Add(this.rdoFilterUnprinted);
- this.grpFilter.Controls.Add(this.rdoFilterPrinted);
- this.grpFilter.Controls.Add(this.label2);
- this.grpFilter.Controls.Add(this.label1);
- this.grpFilter.Controls.Add(this.dtpFilterEndDate);
- this.grpFilter.Controls.Add(this.dtpFilterStartDate);
- this.grpFilter.Dock = System.Windows.Forms.DockStyle.Right;
- this.grpFilter.ForeColor = System.Drawing.Color.White;
- this.grpFilter.Location = new System.Drawing.Point(1352, 0);
- this.grpFilter.Margin = new System.Windows.Forms.Padding(4);
- this.grpFilter.MaximumSize = new System.Drawing.Size(364, 123);
- this.grpFilter.Name = "grpFilter";
- this.grpFilter.Padding = new System.Windows.Forms.Padding(4);
- this.grpFilter.Size = new System.Drawing.Size(364, 123);
- this.grpFilter.TabIndex = 3;
- this.grpFilter.TabStop = false;
- this.grpFilter.Text = "Filter";
- //
- // rdoFilterExported
- //
- this.rdoFilterExported.AutoSize = true;
- this.rdoFilterExported.Location = new System.Drawing.Point(176, 85);
- this.rdoFilterExported.Margin = new System.Windows.Forms.Padding(4);
- this.rdoFilterExported.Name = "rdoFilterExported";
- this.rdoFilterExported.Size = new System.Drawing.Size(149, 21);
- this.rdoFilterExported.TabIndex = 3;
- this.rdoFilterExported.Text = "Exported Vouchers";
- this.rdoFilterExported.UseVisualStyleBackColor = true;
- this.rdoFilterExported.CheckedChanged += new System.EventHandler(this.rdoFilterExported_CheckedChanged);
- //
- // rdoFilterReprinted
- //
- this.rdoFilterReprinted.AutoSize = true;
- this.rdoFilterReprinted.Location = new System.Drawing.Point(176, 57);
- this.rdoFilterReprinted.Margin = new System.Windows.Forms.Padding(4);
- this.rdoFilterReprinted.Name = "rdoFilterReprinted";
- this.rdoFilterReprinted.Size = new System.Drawing.Size(155, 21);
- this.rdoFilterReprinted.TabIndex = 3;
- this.rdoFilterReprinted.Text = "Reprinted Vouchers";
- this.rdoFilterReprinted.UseVisualStyleBackColor = true;
- this.rdoFilterReprinted.CheckedChanged += new System.EventHandler(this.rdoFilterReprinted_CheckedChanged);
- //
- // rdoFilterUnprinted
- //
- this.rdoFilterUnprinted.AutoSize = true;
- this.rdoFilterUnprinted.Checked = true;
- this.rdoFilterUnprinted.Location = new System.Drawing.Point(8, 85);
- this.rdoFilterUnprinted.Margin = new System.Windows.Forms.Padding(4);
- this.rdoFilterUnprinted.Name = "rdoFilterUnprinted";
- this.rdoFilterUnprinted.Size = new System.Drawing.Size(155, 21);
- this.rdoFilterUnprinted.TabIndex = 3;
- this.rdoFilterUnprinted.TabStop = true;
- this.rdoFilterUnprinted.Text = "Unprinted Vouchers";
- this.rdoFilterUnprinted.UseVisualStyleBackColor = true;
- this.rdoFilterUnprinted.CheckedChanged += new System.EventHandler(this.rdoFilterUnprinted_CheckedChanged);
- //
- // rdoFilterPrinted
- //
- this.rdoFilterPrinted.AutoSize = true;
- this.rdoFilterPrinted.Location = new System.Drawing.Point(8, 57);
- this.rdoFilterPrinted.Margin = new System.Windows.Forms.Padding(4);
- this.rdoFilterPrinted.Name = "rdoFilterPrinted";
- this.rdoFilterPrinted.Size = new System.Drawing.Size(138, 21);
- this.rdoFilterPrinted.TabIndex = 3;
- this.rdoFilterPrinted.Text = "Printed Vouchers";
- this.rdoFilterPrinted.UseVisualStyleBackColor = true;
- this.rdoFilterPrinted.CheckedChanged += new System.EventHandler(this.rdoFilterPrinted_CheckedChanged);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(183, 23);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(29, 17);
- this.label2.TabIndex = 2;
- this.label2.Text = "To:";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(8, 23);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(44, 17);
- this.label1.TabIndex = 2;
- this.label1.Text = "From:";
- //
- // dtpFilterEndDate
- //
- this.dtpFilterEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
- this.dtpFilterEndDate.Location = new System.Drawing.Point(213, 20);
- this.dtpFilterEndDate.Margin = new System.Windows.Forms.Padding(4);
- this.dtpFilterEndDate.Name = "dtpFilterEndDate";
- this.dtpFilterEndDate.Size = new System.Drawing.Size(127, 22);
- this.dtpFilterEndDate.TabIndex = 0;
- this.dtpFilterEndDate.CloseUp += new System.EventHandler(this.dtpFilterEndDate_CloseUp);
- //
- // dtpFilterStartDate
- //
- this.dtpFilterStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
- this.dtpFilterStartDate.Location = new System.Drawing.Point(53, 20);
- this.dtpFilterStartDate.Margin = new System.Windows.Forms.Padding(4);
- this.dtpFilterStartDate.Name = "dtpFilterStartDate";
- this.dtpFilterStartDate.Size = new System.Drawing.Size(127, 22);
- this.dtpFilterStartDate.TabIndex = 0;
- this.dtpFilterStartDate.CloseUp += new System.EventHandler(this.dtpFilterStartDate_CloseUp);
- //
- // btnLogout
- //
- this.btnLogout.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
- this.btnLogout.BackgroundImage = global::BulkPrinting.Properties.Resources.Asset101clear;
- this.btnLogout.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.btnLogout.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnLogout.Location = new System.Drawing.Point(16, 0);
- this.btnLogout.Margin = new System.Windows.Forms.Padding(4);
- this.btnLogout.Name = "btnLogout";
- this.btnLogout.Size = new System.Drawing.Size(133, 123);
- this.btnLogout.TabIndex = 1;
- this.btnLogout.UseVisualStyleBackColor = false;
- this.btnLogout.Click += new System.EventHandler(this.btnLogout_Click);
- this.btnLogout.Paint += new System.Windows.Forms.PaintEventHandler(this.btn_Paint);
- //
- // btnPrint
- //
- this.btnPrint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
- this.btnPrint.BackgroundImage = global::BulkPrinting.Properties.Resources.Asset401clear;
- this.btnPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnPrint.Location = new System.Drawing.Point(440, 0);
- this.btnPrint.Margin = new System.Windows.Forms.Padding(4);
- this.btnPrint.Name = "btnPrint";
- this.btnPrint.Size = new System.Drawing.Size(133, 123);
- this.btnPrint.TabIndex = 0;
- this.btnPrint.UseVisualStyleBackColor = false;
- this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
- this.btnPrint.Paint += new System.Windows.Forms.PaintEventHandler(this.btn_Paint);
- //
- // btnReExport
- //
- this.btnReExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnReExport.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(100)))), ((int)(((byte)(176)))));
- this.btnReExport.BackgroundImage = global::BulkPrinting.Properties.Resources.Asset701clear;
- this.btnReExport.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.btnReExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnReExport.Location = new System.Drawing.Point(1069, 0);
- this.btnReExport.Margin = new System.Windows.Forms.Padding(4);
- this.btnReExport.Name = "btnReExport";
- this.btnReExport.Size = new System.Drawing.Size(133, 123);
- this.btnReExport.TabIndex = 0;
- this.btnReExport.UseVisualStyleBackColor = false;
- this.btnReExport.Click += new System.EventHandler(this.btnReExport_Click);
- this.btnReExport.Paint += new System.Windows.Forms.PaintEventHandler(this.btn_Paint);
- //
- // btnOrder
- //
- this.btnOrder.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
- this.btnOrder.BackgroundImage = global::BulkPrinting.Properties.Resources.Asset301clear;
- this.btnOrder.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.btnOrder.FlatAppearance.BorderColor = System.Drawing.Color.Black;
- this.btnOrder.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnOrder.Location = new System.Drawing.Point(299, 0);
- this.btnOrder.Margin = new System.Windows.Forms.Padding(4);
- this.btnOrder.Name = "btnOrder";
- this.btnOrder.Size = new System.Drawing.Size(133, 123);
- this.btnOrder.TabIndex = 0;
- this.btnOrder.UseVisualStyleBackColor = false;
- this.btnOrder.Click += new System.EventHandler(this.btnOrder_Click);
- this.btnOrder.Paint += new System.Windows.Forms.PaintEventHandler(this.btn_Paint);
- //
- // dgvBatches
- //
- this.dgvBatches.AllowUserToAddRows = false;
- this.dgvBatches.AllowUserToDeleteRows = false;
- this.dgvBatches.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.Azure;
- this.dgvBatches.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvBatches.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.dgvBatches.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(157)))), ((int)(((byte)(233)))));
- this.dgvBatches.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvBatches.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
- this.dgvBatches.Location = new System.Drawing.Point(16, 146);
- this.dgvBatches.Margin = new System.Windows.Forms.Padding(4);
- this.dgvBatches.MultiSelect = false;
- this.dgvBatches.Name = "dgvBatches";
- this.dgvBatches.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvBatches.Size = new System.Drawing.Size(1684, 670);
- this.dgvBatches.TabIndex = 4;
- this.dgvBatches.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvBatches_CellContentClick);
- //
- // LogoutTimer
- //
- this.LogoutTimer.Enabled = true;
- this.LogoutTimer.Interval = 600000;
- this.LogoutTimer.Tick += new System.EventHandler(this.LogoutTimer_Tick);
- //
- // lblLoading
- //
- this.lblLoading.AutoSize = true;
- this.lblLoading.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(157)))), ((int)(((byte)(233)))));
- this.lblLoading.Font = new System.Drawing.Font("Microsoft Sans Serif", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.lblLoading.Location = new System.Drawing.Point(688, 464);
- this.lblLoading.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblLoading.Name = "lblLoading";
- this.lblLoading.Size = new System.Drawing.Size(302, 69);
- this.lblLoading.TabIndex = 6;
- this.lblLoading.Text = "Loading...";
- //
- // ReSyncTimer
- //
- this.ReSyncTimer.Interval = 30000;
- this.ReSyncTimer.Tick += new System.EventHandler(this.ReSyncTimer_Tick);
- //
- // BatchForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
- 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(1716, 831);
- this.Controls.Add(this.lblLoading);
- this.Controls.Add(this.dgvBatches);
- this.Controls.Add(this.pnlSplitGrids);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(4);
- this.MinimumSize = new System.Drawing.Size(1526, 868);
- this.Name = "BatchForm";
- this.Padding = new System.Windows.Forms.Padding(0, 12, 0, 0);
- this.Text = "Bulk Printing";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BatchForm_FormClosing);
- this.Load += new System.EventHandler(this.BatchForm_Load);
- this.pnlSplitGrids.ResumeLayout(false);
- this.grpFilter.ResumeLayout(false);
- this.grpFilter.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvBatches)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
- private System.Windows.Forms.Panel pnlSplitGrids;
- private System.Windows.Forms.Button btnPrint;
- private System.Windows.Forms.Button btnOrder;
- private System.Windows.Forms.DataGridView dgvBatches;
- private System.Windows.Forms.Button btnLogout;
- private System.Windows.Forms.Timer LogoutTimer;
- private System.Windows.Forms.Button btnReExport;
- private System.Windows.Forms.GroupBox grpFilter;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.DateTimePicker dtpFilterEndDate;
- private System.Windows.Forms.DateTimePicker dtpFilterStartDate;
- private System.Windows.Forms.Button btnViewPINs;
- private System.Windows.Forms.Button btnExport;
- private System.Windows.Forms.Button btnReprint;
- private System.Windows.Forms.Label lblLoading;
- private System.Windows.Forms.Button btnOrderReport;
- private System.Windows.Forms.RadioButton rdoFilterExported;
- private System.Windows.Forms.RadioButton rdoFilterReprinted;
- private System.Windows.Forms.RadioButton rdoFilterUnprinted;
- private System.Windows.Forms.RadioButton rdoFilterPrinted;
- private System.Windows.Forms.Timer ReSyncTimer;
- }
- }
|