| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346 |
- namespace BulkPrinting
- {
- partial class OrderForm
- {
- /// <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(OrderForm));
- this.lstProductCatalogue = new System.Windows.Forms.ListBox();
- this.numQuantity = new System.Windows.Forms.NumericUpDown();
- this.txtReference = new System.Windows.Forms.TextBox();
- this.btnPlaceOrder = new System.Windows.Forms.Button();
- this.btnCancel = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.btnAddProduct = new System.Windows.Forms.Button();
- this.lstSelectedProducts = new System.Windows.Forms.ListBox();
- this.label3 = new System.Windows.Forms.Label();
- this.lblTotalValue = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.lblTotalCost = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.lblRemainingBalance = new System.Windows.Forms.Label();
- this.btnRemoveProduct = new System.Windows.Forms.Button();
- this.lblRemainingAllowanceText = new System.Windows.Forms.Label();
- this.lblRemainingAllowance = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.numQuantity)).BeginInit();
- this.SuspendLayout();
- //
- // lstProductCatalogue
- //
- this.lstProductCatalogue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
- this.lstProductCatalogue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(157)))), ((int)(((byte)(233)))));
- this.lstProductCatalogue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.lstProductCatalogue.FormattingEnabled = true;
- this.lstProductCatalogue.Location = new System.Drawing.Point(12, 25);
- this.lstProductCatalogue.Name = "lstProductCatalogue";
- this.lstProductCatalogue.Size = new System.Drawing.Size(204, 223);
- this.lstProductCatalogue.TabIndex = 0;
- //
- // numQuantity
- //
- this.numQuantity.Location = new System.Drawing.Point(222, 128);
- this.numQuantity.Maximum = new decimal(new int[] {
- 1000000000,
- 0,
- 0,
- 0});
- this.numQuantity.Name = "numQuantity";
- this.numQuantity.Size = new System.Drawing.Size(86, 20);
- this.numQuantity.TabIndex = 2;
- //
- // txtReference
- //
- this.txtReference.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
- this.txtReference.Location = new System.Drawing.Point(238, 293);
- this.txtReference.MaxLength = 20;
- this.txtReference.Name = "txtReference";
- this.txtReference.Size = new System.Drawing.Size(119, 20);
- this.txtReference.TabIndex = 3;
- //
- // btnPlaceOrder
- //
- this.btnPlaceOrder.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
- this.btnPlaceOrder.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
- this.btnPlaceOrder.FlatAppearance.BorderColor = System.Drawing.Color.Black;
- this.btnPlaceOrder.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnPlaceOrder.Location = new System.Drawing.Point(444, 291);
- this.btnPlaceOrder.Name = "btnPlaceOrder";
- this.btnPlaceOrder.Size = new System.Drawing.Size(75, 23);
- this.btnPlaceOrder.TabIndex = 4;
- this.btnPlaceOrder.Text = "Place Order";
- this.btnPlaceOrder.UseVisualStyleBackColor = false;
- this.btnPlaceOrder.Click += new System.EventHandler(this.btnPlaceOrder_Click);
- //
- // btnCancel
- //
- this.btnCancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
- 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.Location = new System.Drawing.Point(363, 291);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(75, 23);
- this.btnCancel.TabIndex = 5;
- this.btnCancel.Text = "Cancel";
- this.btnCancel.UseVisualStyleBackColor = false;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.ForeColor = System.Drawing.Color.White;
- this.label1.Location = new System.Drawing.Point(221, 112);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(87, 13);
- this.label1.TabIndex = 6;
- this.label1.Text = "Quantity to Order";
- //
- // label2
- //
- this.label2.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
- this.label2.AutoSize = true;
- this.label2.ForeColor = System.Drawing.Color.White;
- this.label2.Location = new System.Drawing.Point(175, 296);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(57, 13);
- this.label2.TabIndex = 7;
- this.label2.Text = "Reference";
- //
- // btnAddProduct
- //
- this.btnAddProduct.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
- this.btnAddProduct.FlatAppearance.BorderColor = System.Drawing.Color.Black;
- this.btnAddProduct.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnAddProduct.Location = new System.Drawing.Point(222, 154);
- this.btnAddProduct.Name = "btnAddProduct";
- this.btnAddProduct.Size = new System.Drawing.Size(86, 23);
- this.btnAddProduct.TabIndex = 8;
- this.btnAddProduct.Text = "Add >>";
- this.btnAddProduct.UseVisualStyleBackColor = false;
- this.btnAddProduct.Click += new System.EventHandler(this.btnAddProduct_Click);
- //
- // lstSelectedProducts
- //
- this.lstSelectedProducts.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
- this.lstSelectedProducts.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(157)))), ((int)(((byte)(233)))));
- this.lstSelectedProducts.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.lstSelectedProducts.FormattingEnabled = true;
- this.lstSelectedProducts.Location = new System.Drawing.Point(315, 25);
- this.lstSelectedProducts.Name = "lstSelectedProducts";
- this.lstSelectedProducts.Size = new System.Drawing.Size(204, 223);
- this.lstSelectedProducts.TabIndex = 0;
- //
- // label3
- //
- this.label3.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
- this.label3.AutoSize = true;
- this.label3.ForeColor = System.Drawing.Color.White;
- this.label3.Location = new System.Drawing.Point(331, 253);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(107, 13);
- this.label3.TabIndex = 9;
- this.label3.Text = "Total Voucher Value:";
- //
- // lblTotalValue
- //
- this.lblTotalValue.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
- this.lblTotalValue.ForeColor = System.Drawing.Color.White;
- this.lblTotalValue.Location = new System.Drawing.Point(444, 253);
- this.lblTotalValue.Name = "lblTotalValue";
- this.lblTotalValue.Size = new System.Drawing.Size(71, 13);
- this.lblTotalValue.TabIndex = 9;
- this.lblTotalValue.Text = "R0";
- this.lblTotalValue.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // label5
- //
- this.label5.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
- this.label5.AutoSize = true;
- this.label5.ForeColor = System.Drawing.Color.White;
- this.label5.Location = new System.Drawing.Point(351, 275);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(87, 13);
- this.label5.TabIndex = 9;
- this.label5.Text = "Total Order Cost:";
- //
- // lblTotalCost
- //
- this.lblTotalCost.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
- this.lblTotalCost.ForeColor = System.Drawing.Color.White;
- this.lblTotalCost.Location = new System.Drawing.Point(447, 275);
- this.lblTotalCost.Name = "lblTotalCost";
- this.lblTotalCost.Size = new System.Drawing.Size(68, 13);
- this.lblTotalCost.TabIndex = 9;
- this.lblTotalCost.Text = "R0";
- this.lblTotalCost.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // label7
- //
- this.label7.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
- this.label7.AutoSize = true;
- this.label7.ForeColor = System.Drawing.Color.White;
- this.label7.Location = new System.Drawing.Point(13, 257);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(145, 13);
- this.label7.TabIndex = 10;
- this.label7.Text = "Remaining Account Balance:";
- //
- // lblRemainingBalance
- //
- this.lblRemainingBalance.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
- this.lblRemainingBalance.AutoSize = true;
- this.lblRemainingBalance.ForeColor = System.Drawing.Color.White;
- this.lblRemainingBalance.Location = new System.Drawing.Point(164, 257);
- this.lblRemainingBalance.Name = "lblRemainingBalance";
- this.lblRemainingBalance.Size = new System.Drawing.Size(21, 13);
- this.lblRemainingBalance.TabIndex = 11;
- this.lblRemainingBalance.Text = "R0";
- //
- // btnRemoveProduct
- //
- this.btnRemoveProduct.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
- this.btnRemoveProduct.FlatAppearance.BorderColor = System.Drawing.Color.Black;
- this.btnRemoveProduct.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnRemoveProduct.Location = new System.Drawing.Point(222, 184);
- this.btnRemoveProduct.Name = "btnRemoveProduct";
- this.btnRemoveProduct.Size = new System.Drawing.Size(86, 23);
- this.btnRemoveProduct.TabIndex = 12;
- this.btnRemoveProduct.Text = "<< Remove";
- this.btnRemoveProduct.UseVisualStyleBackColor = false;
- this.btnRemoveProduct.Click += new System.EventHandler(this.btnRemoveProduct_Click);
- //
- // lblRemainingAllowanceText
- //
- this.lblRemainingAllowanceText.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
- this.lblRemainingAllowanceText.AutoSize = true;
- this.lblRemainingAllowanceText.ForeColor = System.Drawing.Color.White;
- this.lblRemainingAllowanceText.Location = new System.Drawing.Point(13, 275);
- this.lblRemainingAllowanceText.Name = "lblRemainingAllowanceText";
- this.lblRemainingAllowanceText.Size = new System.Drawing.Size(138, 13);
- this.lblRemainingAllowanceText.TabIndex = 13;
- this.lblRemainingAllowanceText.Text = "Remaining Daily Allowance:";
- //
- // lblRemainingAllowance
- //
- this.lblRemainingAllowance.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
- this.lblRemainingAllowance.AutoSize = true;
- this.lblRemainingAllowance.ForeColor = System.Drawing.Color.White;
- this.lblRemainingAllowance.Location = new System.Drawing.Point(164, 275);
- this.lblRemainingAllowance.Name = "lblRemainingAllowance";
- this.lblRemainingAllowance.Size = new System.Drawing.Size(21, 13);
- this.lblRemainingAllowance.TabIndex = 11;
- this.lblRemainingAllowance.Text = "R0";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.ForeColor = System.Drawing.Color.White;
- this.label4.Location = new System.Drawing.Point(9, 9);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(95, 13);
- this.label4.TabIndex = 14;
- this.label4.Text = "Product Catalogue";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.ForeColor = System.Drawing.Color.White;
- this.label6.Location = new System.Drawing.Point(312, 9);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(117, 13);
- this.label6.TabIndex = 15;
- this.label6.Text = "Products to be Ordered";
- //
- // OrderForm
- //
- 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(527, 324);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.lblRemainingAllowanceText);
- this.Controls.Add(this.btnRemoveProduct);
- this.Controls.Add(this.lblRemainingAllowance);
- this.Controls.Add(this.lblRemainingBalance);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.lblTotalCost);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.lblTotalValue);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.btnAddProduct);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnPlaceOrder);
- this.Controls.Add(this.txtReference);
- this.Controls.Add(this.numQuantity);
- this.Controls.Add(this.lstSelectedProducts);
- this.Controls.Add(this.lstProductCatalogue);
- this.ForeColor = System.Drawing.Color.White;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MaximumSize = new System.Drawing.Size(543, 1000);
- this.MinimizeBox = false;
- this.MinimumSize = new System.Drawing.Size(543, 363);
- this.Name = "OrderForm";
- this.Text = "Order Vouchers";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OrderForm_FormClosing);
- this.Load += new System.EventHandler(this.OrderForm_Load);
- ((System.ComponentModel.ISupportInitialize)(this.numQuantity)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.ListBox lstProductCatalogue;
- private System.Windows.Forms.NumericUpDown numQuantity;
- private System.Windows.Forms.TextBox txtReference;
- private System.Windows.Forms.Button btnPlaceOrder;
- private System.Windows.Forms.Button btnCancel;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button btnAddProduct;
- private System.Windows.Forms.ListBox lstSelectedProducts;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label lblTotalValue;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label lblTotalCost;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label lblRemainingBalance;
- private System.Windows.Forms.Button btnRemoveProduct;
- private System.Windows.Forms.Label lblRemainingAllowanceText;
- private System.Windows.Forms.Label lblRemainingAllowance;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label6;
- }
- }
|