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.
137 lines
6.5 KiB
137 lines
6.5 KiB
namespace Point_Of_Sale_Managment.CashierModule
|
|
{
|
|
partial class quantityManual
|
|
{
|
|
/// <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(quantityManual));
|
|
this.txtqty = new System.Windows.Forms.TextBox();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.gradientPanel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panel1.SuspendLayout();
|
|
this.gradientPanel1.SuspendLayout();
|
|
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, 41);
|
|
this.txtqty.Name = "txtqty";
|
|
this.txtqty.Size = new System.Drawing.Size(202, 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);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel1.Controls.Add(this.txtqty);
|
|
this.panel1.Controls.Add(this.gradientPanel1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(204, 81);
|
|
this.panel1.TabIndex = 1;
|
|
//
|
|
// gradientPanel1
|
|
//
|
|
this.gradientPanel1.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
|
|
this.gradientPanel1.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(137)))));
|
|
this.gradientPanel1.Controls.Add(this.label2);
|
|
this.gradientPanel1.Controls.Add(this.label1);
|
|
this.gradientPanel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.gradientPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.gradientPanel1.Name = "gradientPanel1";
|
|
this.gradientPanel1.Size = new System.Drawing.Size(202, 41);
|
|
this.gradientPanel1.TabIndex = 0;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.BackColor = System.Drawing.Color.Transparent;
|
|
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label2.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.label2.ForeColor = System.Drawing.Color.White;
|
|
this.label2.Location = new System.Drawing.Point(0, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(162, 41);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "Quantity";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
|
this.label1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.label1.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|
this.label1.Location = new System.Drawing.Point(162, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(40, 41);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "x";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.label1.Click += new System.EventHandler(this.Label1_Click);
|
|
this.label1.MouseEnter += new System.EventHandler(this.Label1_MouseEnter);
|
|
this.label1.MouseLeave += new System.EventHandler(this.Label1_MouseLeave);
|
|
//
|
|
// quantityManual
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(204, 81);
|
|
this.Controls.Add(this.panel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "quantityManual";
|
|
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.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.gradientPanel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
public System.Windows.Forms.TextBox txtqty;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private BiskLog_Point_Of_Sale.Classes.gradientPanel gradientPanel1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
}
|
|
}
|