| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279 |
- namespace BulkPrinting
- {
- partial class ExportForm
- {
- /// <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(ExportForm));
- this.btnRemoveBatch = new System.Windows.Forms.Button();
- this.btnAddBatch = new System.Windows.Forms.Button();
- this.lstSelectedBatches = new System.Windows.Forms.ListBox();
- this.lstBatchList = new System.Windows.Forms.ListBox();
- this.btnExport = new System.Windows.Forms.Button();
- this.btnCancel = new System.Windows.Forms.Button();
- this.lblBatchType = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.cmbNetwork = new System.Windows.Forms.ComboBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.dtpEndDate = new System.Windows.Forms.DateTimePicker();
- this.dtpStartDate = new System.Windows.Forms.DateTimePicker();
- this.SuspendLayout();
- //
- // btnRemoveBatch
- //
- this.btnRemoveBatch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
- this.btnRemoveBatch.FlatAppearance.BorderColor = System.Drawing.Color.Black;
- this.btnRemoveBatch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnRemoveBatch.ForeColor = System.Drawing.Color.White;
- this.btnRemoveBatch.Location = new System.Drawing.Point(314, 160);
- this.btnRemoveBatch.Name = "btnRemoveBatch";
- this.btnRemoveBatch.Size = new System.Drawing.Size(86, 23);
- this.btnRemoveBatch.TabIndex = 16;
- this.btnRemoveBatch.Text = "<< Remove";
- this.btnRemoveBatch.UseVisualStyleBackColor = false;
- this.btnRemoveBatch.Click += new System.EventHandler(this.btnRemoveBatch_Click);
- //
- // btnAddBatch
- //
- this.btnAddBatch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
- this.btnAddBatch.FlatAppearance.BorderColor = System.Drawing.Color.Black;
- this.btnAddBatch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnAddBatch.ForeColor = System.Drawing.Color.White;
- this.btnAddBatch.Location = new System.Drawing.Point(314, 131);
- this.btnAddBatch.Name = "btnAddBatch";
- this.btnAddBatch.Size = new System.Drawing.Size(86, 23);
- this.btnAddBatch.TabIndex = 15;
- this.btnAddBatch.Text = "Add >>";
- this.btnAddBatch.UseVisualStyleBackColor = false;
- this.btnAddBatch.Click += new System.EventHandler(this.btnAddBatch_Click);
- //
- // lstSelectedBatches
- //
- this.lstSelectedBatches.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(157)))), ((int)(((byte)(233)))));
- this.lstSelectedBatches.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.lstSelectedBatches.FormattingEnabled = true;
- this.lstSelectedBatches.Location = new System.Drawing.Point(406, 34);
- this.lstSelectedBatches.Name = "lstSelectedBatches";
- this.lstSelectedBatches.Size = new System.Drawing.Size(296, 314);
- this.lstSelectedBatches.TabIndex = 13;
- //
- // lstBatchList
- //
- this.lstBatchList.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(157)))), ((int)(((byte)(233)))));
- this.lstBatchList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.lstBatchList.FormattingEnabled = true;
- this.lstBatchList.Location = new System.Drawing.Point(12, 34);
- this.lstBatchList.Name = "lstBatchList";
- this.lstBatchList.Size = new System.Drawing.Size(296, 236);
- this.lstBatchList.TabIndex = 14;
- //
- // btnExport
- //
- this.btnExport.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
- this.btnExport.FlatAppearance.BorderColor = System.Drawing.Color.Black;
- this.btnExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnExport.ForeColor = System.Drawing.Color.White;
- this.btnExport.Location = new System.Drawing.Point(627, 360);
- this.btnExport.Name = "btnExport";
- this.btnExport.Size = new System.Drawing.Size(75, 23);
- this.btnExport.TabIndex = 17;
- this.btnExport.Text = "Export";
- this.btnExport.UseVisualStyleBackColor = false;
- this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
- //
- // 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(546, 360);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(75, 23);
- this.btnCancel.TabIndex = 17;
- this.btnCancel.Text = "Cancel";
- this.btnCancel.UseVisualStyleBackColor = false;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // lblBatchType
- //
- this.lblBatchType.AutoSize = true;
- this.lblBatchType.ForeColor = System.Drawing.Color.White;
- this.lblBatchType.Location = new System.Drawing.Point(12, 13);
- this.lblBatchType.Name = "lblBatchType";
- this.lblBatchType.Size = new System.Drawing.Size(71, 13);
- this.lblBatchType.TabIndex = 18;
- this.lblBatchType.Text = "New Batches";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.ForeColor = System.Drawing.Color.White;
- this.label2.Location = new System.Drawing.Point(406, 13);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(117, 13);
- this.label2.TabIndex = 19;
- this.label2.Text = "Batches to be exported";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.ForeColor = System.Drawing.Color.White;
- this.label1.Location = new System.Drawing.Point(12, 278);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(29, 13);
- this.label1.TabIndex = 20;
- this.label1.Text = "Filter";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.ForeColor = System.Drawing.Color.White;
- this.label3.Location = new System.Drawing.Point(12, 305);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(50, 13);
- this.label3.TabIndex = 21;
- this.label3.Text = "Network:";
- //
- // cmbNetwork
- //
- this.cmbNetwork.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbNetwork.FormattingEnabled = true;
- this.cmbNetwork.Location = new System.Drawing.Point(68, 302);
- this.cmbNetwork.Name = "cmbNetwork";
- this.cmbNetwork.Size = new System.Drawing.Size(238, 21);
- this.cmbNetwork.TabIndex = 22;
- this.cmbNetwork.SelectedIndexChanged += new System.EventHandler(this.cmbNetwork_SelectedIndexChanged);
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.ForeColor = System.Drawing.Color.White;
- this.label4.Location = new System.Drawing.Point(12, 332);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(74, 13);
- this.label4.TabIndex = 23;
- this.label4.Text = "Date Ordered:";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.ForeColor = System.Drawing.Color.White;
- this.label5.Location = new System.Drawing.Point(180, 360);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(20, 13);
- this.label5.TabIndex = 26;
- this.label5.Text = "To";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.ForeColor = System.Drawing.Color.White;
- this.label6.Location = new System.Drawing.Point(170, 332);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(30, 13);
- this.label6.TabIndex = 27;
- this.label6.Text = "From";
- //
- // dtpEndDate
- //
- this.dtpEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
- this.dtpEndDate.Location = new System.Drawing.Point(206, 358);
- this.dtpEndDate.Name = "dtpEndDate";
- this.dtpEndDate.Size = new System.Drawing.Size(100, 20);
- this.dtpEndDate.TabIndex = 24;
- this.dtpEndDate.ValueChanged += new System.EventHandler(this.dtpEndDate_ValueChanged);
- //
- // dtpStartDate
- //
- this.dtpStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
- this.dtpStartDate.Location = new System.Drawing.Point(206, 332);
- this.dtpStartDate.Name = "dtpStartDate";
- this.dtpStartDate.Size = new System.Drawing.Size(100, 20);
- this.dtpStartDate.TabIndex = 25;
- this.dtpStartDate.CloseUp += new System.EventHandler(this.dtpStartDate_CloseUp);
- //
- // ExportForm
- //
- 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(711, 394);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.dtpEndDate);
- this.Controls.Add(this.dtpStartDate);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.cmbNetwork);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.lblBatchType);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnExport);
- this.Controls.Add(this.btnRemoveBatch);
- this.Controls.Add(this.btnAddBatch);
- this.Controls.Add(this.lstSelectedBatches);
- this.Controls.Add(this.lstBatchList);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MaximumSize = new System.Drawing.Size(727, 452);
- this.MinimizeBox = false;
- this.MinimumSize = new System.Drawing.Size(727, 352);
- this.Name = "ExportForm";
- this.Text = "Export Batches";
- this.Load += new System.EventHandler(this.ExportForm_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button btnRemoveBatch;
- private System.Windows.Forms.Button btnAddBatch;
- private System.Windows.Forms.ListBox lstSelectedBatches;
- private System.Windows.Forms.ListBox lstBatchList;
- private System.Windows.Forms.Button btnExport;
- private System.Windows.Forms.Button btnCancel;
- private System.Windows.Forms.Label lblBatchType;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.ComboBox cmbNetwork;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.DateTimePicker dtpEndDate;
- private System.Windows.Forms.DateTimePicker dtpStartDate;
- }
- }
|