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.4 KiB
137 lines
6.4 KiB
3 months ago
|
namespace Point_Of_Sale_Managment.CashierModule
|
||
|
{
|
||
|
partial class Discount
|
||
|
{
|
||
|
/// <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(Discount));
|
||
|
this.label1 = new System.Windows.Forms.Label();
|
||
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
||
|
this.panel1 = new System.Windows.Forms.Panel();
|
||
|
this.gradientPanel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel();
|
||
|
this.exitBTN = new System.Windows.Forms.Label();
|
||
|
this.panel1.SuspendLayout();
|
||
|
this.gradientPanel1.SuspendLayout();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// label1
|
||
|
//
|
||
|
this.label1.AutoSize = true;
|
||
|
this.label1.Dock = System.Windows.Forms.DockStyle.Right;
|
||
|
this.label1.Font = new System.Drawing.Font("Segoe UI", 22F);
|
||
|
this.label1.Location = new System.Drawing.Point(177, 39);
|
||
|
this.label1.Name = "label1";
|
||
|
this.label1.Size = new System.Drawing.Size(43, 41);
|
||
|
this.label1.TabIndex = 0;
|
||
|
this.label1.Text = "%";
|
||
|
//
|
||
|
// textBox1
|
||
|
//
|
||
|
this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.textBox1.Font = new System.Drawing.Font("Segoe UI", 22F);
|
||
|
this.textBox1.Location = new System.Drawing.Point(0, 39);
|
||
|
this.textBox1.Name = "textBox1";
|
||
|
this.textBox1.Size = new System.Drawing.Size(177, 47);
|
||
|
this.textBox1.TabIndex = 1;
|
||
|
this.textBox1.TextChanged += new System.EventHandler(this.TextBox1_TextChanged);
|
||
|
this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TextBox1_KeyPress);
|
||
|
//
|
||
|
// panel1
|
||
|
//
|
||
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
|
this.panel1.Controls.Add(this.textBox1);
|
||
|
this.panel1.Controls.Add(this.label1);
|
||
|
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(222, 89);
|
||
|
this.panel1.TabIndex = 2;
|
||
|
//
|
||
|
// 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.exitBTN);
|
||
|
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(220, 39);
|
||
|
this.gradientPanel1.TabIndex = 0;
|
||
|
//
|
||
|
// exitBTN
|
||
|
//
|
||
|
this.exitBTN.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.exitBTN.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.exitBTN.Dock = System.Windows.Forms.DockStyle.Right;
|
||
|
this.exitBTN.ForeColor = System.Drawing.Color.White;
|
||
|
this.exitBTN.Location = new System.Drawing.Point(172, 0);
|
||
|
this.exitBTN.Name = "exitBTN";
|
||
|
this.exitBTN.Size = new System.Drawing.Size(48, 39);
|
||
|
this.exitBTN.TabIndex = 0;
|
||
|
this.exitBTN.Text = "x";
|
||
|
this.exitBTN.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
this.exitBTN.Click += new System.EventHandler(this.ExitBTN_Click);
|
||
|
this.exitBTN.MouseEnter += new System.EventHandler(this.ExitBTN_MouseEnter);
|
||
|
this.exitBTN.MouseLeave += new System.EventHandler(this.ExitBTN_MouseLeave);
|
||
|
//
|
||
|
// Discount
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(222, 89);
|
||
|
this.Controls.Add(this.panel1);
|
||
|
this.Font = new System.Drawing.Font("Segoe UI", 12F);
|
||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
|
this.KeyPreview = true;
|
||
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||
|
this.MaximizeBox = false;
|
||
|
this.MinimizeBox = false;
|
||
|
this.Name = "Discount";
|
||
|
this.ShowIcon = false;
|
||
|
this.ShowInTaskbar = false;
|
||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
|
this.Text = "Discount";
|
||
|
this.Load += new System.EventHandler(this.Discount_Load);
|
||
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Discount_KeyDown);
|
||
|
this.panel1.ResumeLayout(false);
|
||
|
this.panel1.PerformLayout();
|
||
|
this.gradientPanel1.ResumeLayout(false);
|
||
|
this.ResumeLayout(false);
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.Label label1;
|
||
|
private System.Windows.Forms.TextBox textBox1;
|
||
|
private System.Windows.Forms.Panel panel1;
|
||
|
private BiskLog_Point_Of_Sale.Classes.gradientPanel gradientPanel1;
|
||
|
private System.Windows.Forms.Label exitBTN;
|
||
|
}
|
||
|
}
|