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.
226 lines
11 KiB
226 lines
11 KiB
namespace BiskLog_Point_Of_Sale.Products_Module
|
|
{
|
|
partial class UnitMeasure
|
|
{
|
|
/// <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(UnitMeasure));
|
|
this.panel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel();
|
|
this.exitBTN = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.customerHistory = new BiskLog_Point_Of_Sale.Classes.MagicButton();
|
|
this.taller = new MetroFramework.Controls.MetroTextBox();
|
|
this.maashorti = new MetroFramework.Controls.MetroTextBox();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
|
this.panel1.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
|
|
this.panel1.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
|
this.panel1.Controls.Add(this.exitBTN);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(400, 36);
|
|
this.panel1.TabIndex = 3;
|
|
//
|
|
// 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.Font = new System.Drawing.Font("Segoe UI", 13F);
|
|
this.exitBTN.ForeColor = System.Drawing.Color.White;
|
|
this.exitBTN.Location = new System.Drawing.Point(361, 0);
|
|
this.exitBTN.Name = "exitBTN";
|
|
this.exitBTN.Size = new System.Drawing.Size(39, 36);
|
|
this.exitBTN.TabIndex = 1;
|
|
this.exitBTN.Text = "x";
|
|
this.exitBTN.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
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);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|
this.label1.Location = new System.Drawing.Point(0, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(400, 36);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Unit Of Measure";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(12, 57);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(96, 19);
|
|
this.label2.TabIndex = 4;
|
|
this.label2.Text = "Full unit name";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(12, 98);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(108, 19);
|
|
this.label3.TabIndex = 5;
|
|
this.label3.Text = "Short unit name";
|
|
//
|
|
// customerHistory
|
|
//
|
|
this.customerHistory.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.customerHistory.Angle = 4F;
|
|
this.customerHistory.BorderRadius = 20;
|
|
this.customerHistory.ButtonImage = null;
|
|
this.customerHistory.ButtonText = "Add Unit";
|
|
this.customerHistory.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
|
|
this.customerHistory.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
|
this.customerHistory.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.customerHistory.ForeColor = System.Drawing.Color.White;
|
|
this.customerHistory.ForeColor1 = System.Drawing.Color.White;
|
|
this.customerHistory.Location = new System.Drawing.Point(98, 139);
|
|
this.customerHistory.Name = "customerHistory";
|
|
this.customerHistory.Size = new System.Drawing.Size(195, 38);
|
|
this.customerHistory.TabIndex = 3;
|
|
this.customerHistory.Click += new System.EventHandler(this.customerHistory_Click);
|
|
//
|
|
// taller
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.taller.CustomButton.Image = null;
|
|
this.taller.CustomButton.Location = new System.Drawing.Point(147, 2);
|
|
this.taller.CustomButton.Name = "";
|
|
this.taller.CustomButton.Size = new System.Drawing.Size(21, 21);
|
|
this.taller.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
|
|
this.taller.CustomButton.TabIndex = 1;
|
|
this.taller.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
|
|
this.taller.CustomButton.UseSelectable = true;
|
|
this.taller.CustomButton.Visible = false;
|
|
this.taller.Lines = new string[0];
|
|
this.taller.Location = new System.Drawing.Point(142, 57);
|
|
this.taller.MaxLength = 32767;
|
|
this.taller.Name = "taller";
|
|
this.taller.PasswordChar = '\0';
|
|
this.taller.PromptText = "Carton";
|
|
this.taller.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|
this.taller.SelectedText = "";
|
|
this.taller.SelectionLength = 0;
|
|
this.taller.SelectionStart = 0;
|
|
this.taller.ShortcutsEnabled = true;
|
|
this.taller.Size = new System.Drawing.Size(171, 26);
|
|
this.taller.TabIndex = 1;
|
|
this.taller.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.taller.UseSelectable = true;
|
|
this.taller.WaterMark = "Carton";
|
|
this.taller.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
|
this.taller.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
|
|
//
|
|
// maashorti
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.maashorti.CustomButton.Image = null;
|
|
this.maashorti.CustomButton.Location = new System.Drawing.Point(147, 2);
|
|
this.maashorti.CustomButton.Name = "";
|
|
this.maashorti.CustomButton.Size = new System.Drawing.Size(21, 21);
|
|
this.maashorti.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
|
|
this.maashorti.CustomButton.TabIndex = 1;
|
|
this.maashorti.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
|
|
this.maashorti.CustomButton.UseSelectable = true;
|
|
this.maashorti.CustomButton.Visible = false;
|
|
this.maashorti.Lines = new string[0];
|
|
this.maashorti.Location = new System.Drawing.Point(142, 96);
|
|
this.maashorti.MaxLength = 32767;
|
|
this.maashorti.Name = "maashorti";
|
|
this.maashorti.PasswordChar = '\0';
|
|
this.maashorti.PromptText = "CTN";
|
|
this.maashorti.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|
this.maashorti.SelectedText = "";
|
|
this.maashorti.SelectionLength = 0;
|
|
this.maashorti.SelectionStart = 0;
|
|
this.maashorti.ShortcutsEnabled = true;
|
|
this.maashorti.Size = new System.Drawing.Size(171, 26);
|
|
this.maashorti.TabIndex = 2;
|
|
this.maashorti.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.maashorti.UseSelectable = true;
|
|
this.maashorti.WaterMark = "CTN";
|
|
this.maashorti.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
|
this.maashorti.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
|
|
//
|
|
// UnitMeasure
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(400, 193);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.maashorti);
|
|
this.Controls.Add(this.taller);
|
|
this.Controls.Add(this.customerHistory);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.panel1);
|
|
this.Font = new System.Drawing.Font("Segoe UI", 10F);
|
|
this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.Name = "UnitMeasure";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.panel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Classes.gradientPanel panel1;
|
|
private System.Windows.Forms.Label exitBTN;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private Classes.MagicButton customerHistory;
|
|
private MetroFramework.Controls.MetroTextBox taller;
|
|
private MetroFramework.Controls.MetroTextBox maashorti;
|
|
}
|
|
}
|