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.
316 lines
16 KiB
316 lines
16 KiB
namespace BiskLog_Point_Of_Sale.Customer
|
|
{
|
|
partial class CustomerHistory
|
|
{
|
|
/// <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(CustomerHistory));
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.contentPanel = new System.Windows.Forms.Panel();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.shopActive = new System.Windows.Forms.Panel();
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
this.panelBranch = new System.Windows.Forms.Panel();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.ordersActive = new System.Windows.Forms.Panel();
|
|
this.panelFinance = new System.Windows.Forms.Panel();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.financeActive = new System.Windows.Forms.Panel();
|
|
this.gradientPanel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel();
|
|
this.CLOSE = new MetroFramework.Controls.MetroLabel();
|
|
this.metroLabel1 = new MetroFramework.Controls.MetroLabel();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
this.panel4.SuspendLayout();
|
|
this.panelBranch.SuspendLayout();
|
|
this.panelFinance.SuspendLayout();
|
|
this.gradientPanel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel1.Controls.Add(this.contentPanel);
|
|
this.panel1.Controls.Add(this.panel2);
|
|
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(974, 661);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// contentPanel
|
|
//
|
|
this.contentPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.contentPanel.Location = new System.Drawing.Point(0, 99);
|
|
this.contentPanel.Name = "contentPanel";
|
|
this.contentPanel.Size = new System.Drawing.Size(972, 560);
|
|
this.contentPanel.TabIndex = 6;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.tableLayoutPanel1);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel2.Location = new System.Drawing.Point(0, 45);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(972, 54);
|
|
this.panel2.TabIndex = 5;
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 3;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.panel4, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.panelFinance, 0, 0);
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(166, 3);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 1;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(605, 47);
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.BackColor = System.Drawing.SystemColors.HighlightText;
|
|
this.panel3.Controls.Add(this.label1);
|
|
this.panel3.Controls.Add(this.shopActive);
|
|
this.panel3.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel3.Location = new System.Drawing.Point(204, 3);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(195, 41);
|
|
this.panel3.TabIndex = 2;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label1.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
|
|
this.label1.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
this.label1.Location = new System.Drawing.Point(0, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(195, 36);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "SHOP PURCHASE";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.label1.Click += new System.EventHandler(this.label1_Click);
|
|
//
|
|
// shopActive
|
|
//
|
|
this.shopActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
|
|
this.shopActive.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.shopActive.Location = new System.Drawing.Point(0, 36);
|
|
this.shopActive.Name = "shopActive";
|
|
this.shopActive.Size = new System.Drawing.Size(195, 5);
|
|
this.shopActive.TabIndex = 0;
|
|
//
|
|
// panel4
|
|
//
|
|
this.panel4.Controls.Add(this.panelBranch);
|
|
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel4.Location = new System.Drawing.Point(405, 3);
|
|
this.panel4.Name = "panel4";
|
|
this.panel4.Size = new System.Drawing.Size(197, 41);
|
|
this.panel4.TabIndex = 1;
|
|
//
|
|
// panelBranch
|
|
//
|
|
this.panelBranch.BackColor = System.Drawing.SystemColors.HighlightText;
|
|
this.panelBranch.Controls.Add(this.label3);
|
|
this.panelBranch.Controls.Add(this.ordersActive);
|
|
this.panelBranch.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.panelBranch.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelBranch.Location = new System.Drawing.Point(0, 0);
|
|
this.panelBranch.Name = "panelBranch";
|
|
this.panelBranch.Size = new System.Drawing.Size(197, 41);
|
|
this.panelBranch.TabIndex = 2;
|
|
this.panelBranch.Visible = false;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label3.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
|
|
this.label3.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
this.label3.Location = new System.Drawing.Point(0, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(197, 36);
|
|
this.label3.TabIndex = 1;
|
|
this.label3.Text = "DELIVERY ORDERS";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.label3.Visible = false;
|
|
this.label3.Click += new System.EventHandler(this.label3_Click);
|
|
//
|
|
// ordersActive
|
|
//
|
|
this.ordersActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
|
|
this.ordersActive.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.ordersActive.Location = new System.Drawing.Point(0, 36);
|
|
this.ordersActive.Name = "ordersActive";
|
|
this.ordersActive.Size = new System.Drawing.Size(197, 5);
|
|
this.ordersActive.TabIndex = 0;
|
|
//
|
|
// panelFinance
|
|
//
|
|
this.panelFinance.BackColor = System.Drawing.SystemColors.HighlightText;
|
|
this.panelFinance.Controls.Add(this.label2);
|
|
this.panelFinance.Controls.Add(this.financeActive);
|
|
this.panelFinance.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.panelFinance.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelFinance.Location = new System.Drawing.Point(3, 3);
|
|
this.panelFinance.Name = "panelFinance";
|
|
this.panelFinance.Size = new System.Drawing.Size(195, 41);
|
|
this.panelFinance.TabIndex = 3;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label2.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
|
|
this.label2.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
this.label2.Location = new System.Drawing.Point(0, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(195, 36);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "FINANCIAL STATEMENT";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.label2.Click += new System.EventHandler(this.label2_Click);
|
|
//
|
|
// financeActive
|
|
//
|
|
this.financeActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
|
|
this.financeActive.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.financeActive.Location = new System.Drawing.Point(0, 36);
|
|
this.financeActive.Name = "financeActive";
|
|
this.financeActive.Size = new System.Drawing.Size(195, 5);
|
|
this.financeActive.TabIndex = 0;
|
|
//
|
|
// 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)(132)))));
|
|
this.gradientPanel1.Controls.Add(this.CLOSE);
|
|
this.gradientPanel1.Controls.Add(this.metroLabel1);
|
|
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(972, 45);
|
|
this.gradientPanel1.TabIndex = 4;
|
|
//
|
|
// CLOSE
|
|
//
|
|
this.CLOSE.BackColor = System.Drawing.Color.Transparent;
|
|
this.CLOSE.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.CLOSE.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.CLOSE.FontWeight = MetroFramework.MetroLabelWeight.Regular;
|
|
this.CLOSE.ForeColor = System.Drawing.Color.White;
|
|
this.CLOSE.Location = new System.Drawing.Point(921, 0);
|
|
this.CLOSE.Name = "CLOSE";
|
|
this.CLOSE.Size = new System.Drawing.Size(51, 45);
|
|
this.CLOSE.TabIndex = 11;
|
|
this.CLOSE.Text = "X";
|
|
this.CLOSE.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.CLOSE.UseCustomBackColor = true;
|
|
this.CLOSE.UseCustomForeColor = true;
|
|
this.CLOSE.Click += new System.EventHandler(this.CLOSE_Click);
|
|
this.CLOSE.MouseEnter += new System.EventHandler(this.CLOSE_MouseEnter);
|
|
this.CLOSE.MouseLeave += new System.EventHandler(this.CLOSE_MouseLeave);
|
|
//
|
|
// metroLabel1
|
|
//
|
|
this.metroLabel1.BackColor = System.Drawing.Color.Transparent;
|
|
this.metroLabel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.metroLabel1.FontSize = MetroFramework.MetroLabelSize.Tall;
|
|
this.metroLabel1.FontWeight = MetroFramework.MetroLabelWeight.Bold;
|
|
this.metroLabel1.ForeColor = System.Drawing.Color.White;
|
|
this.metroLabel1.Location = new System.Drawing.Point(0, 0);
|
|
this.metroLabel1.Name = "metroLabel1";
|
|
this.metroLabel1.Size = new System.Drawing.Size(972, 45);
|
|
this.metroLabel1.TabIndex = 10;
|
|
this.metroLabel1.Text = "TRANSACTIONAL HISTORY";
|
|
this.metroLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.metroLabel1.UseCustomBackColor = true;
|
|
this.metroLabel1.UseCustomForeColor = true;
|
|
//
|
|
// CustomerHistory
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(974, 661);
|
|
this.Controls.Add(this.panel1);
|
|
this.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.Name = "CustomerHistory";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "CustomerHistory";
|
|
this.Load += new System.EventHandler(this.CustomerHistory_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.panel3.ResumeLayout(false);
|
|
this.panel4.ResumeLayout(false);
|
|
this.panelBranch.ResumeLayout(false);
|
|
this.panelFinance.ResumeLayout(false);
|
|
this.gradientPanel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Panel shopActive;
|
|
private System.Windows.Forms.Panel panel4;
|
|
private System.Windows.Forms.Panel panelBranch;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Panel ordersActive;
|
|
private Classes.gradientPanel gradientPanel1;
|
|
private MetroFramework.Controls.MetroLabel CLOSE;
|
|
private MetroFramework.Controls.MetroLabel metroLabel1;
|
|
private System.Windows.Forms.Panel contentPanel;
|
|
private System.Windows.Forms.Panel panelFinance;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Panel financeActive;
|
|
}
|
|
}
|