You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
3.0 KiB
72 lines
3.0 KiB
3 months ago
|
namespace Point_Of_Sale_Managment.Cashier_Module.Invoice
|
||
|
{
|
||
|
partial class CashierquantityInvoice
|
||
|
{
|
||
|
/// <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(quantityInvoice));
|
||
|
this.txtqty = new System.Windows.Forms.TextBox();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// txtqty
|
||
|
//
|
||
|
this.txtqty.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.txtqty.Font = new System.Drawing.Font("Consolas", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
this.txtqty.Location = new System.Drawing.Point(0, 0);
|
||
|
this.txtqty.Name = "txtqty";
|
||
|
this.txtqty.Size = new System.Drawing.Size(179, 39);
|
||
|
this.txtqty.TabIndex = 0;
|
||
|
this.txtqty.TextChanged += new System.EventHandler(this.txtqty_TextChanged);
|
||
|
this.txtqty.KeyDown += new System.Windows.Forms.KeyEventHandler(this.quantityManual_KeyDown);
|
||
|
this.txtqty.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Txtqty_KeyPress);
|
||
|
//
|
||
|
// quantityInvoice
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(179, 39);
|
||
|
this.Controls.Add(this.txtqty);
|
||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
|
||
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
|
this.MaximizeBox = false;
|
||
|
this.MinimizeBox = false;
|
||
|
this.Name = "quantityInvoice";
|
||
|
this.ShowIcon = false;
|
||
|
this.ShowInTaskbar = false;
|
||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
|
this.Text = "Quantity";
|
||
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.quantityManual_KeyDown);
|
||
|
this.ResumeLayout(false);
|
||
|
this.PerformLayout();
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
public System.Windows.Forms.TextBox txtqty;
|
||
|
}
|
||
|
}
|