namespace BiskLog_Point_Of_Sale.OPS_Report.Sales { partial class EmployeeSalesChart { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.panel1 = new System.Windows.Forms.Panel(); this.buttons = new System.Windows.Forms.GroupBox(); this.button3 = new System.Windows.Forms.Button(); this.filter = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.panel4 = new System.Windows.Forms.Panel(); this.headingPanel = new System.Windows.Forms.Panel(); this.head = new System.Windows.Forms.Label(); this.title = new System.Windows.Forms.Label(); this.rangePanel = new System.Windows.Forms.Panel(); this.button4 = new System.Windows.Forms.Button(); this.dateHigher = new System.Windows.Forms.DateTimePicker(); this.label4 = new System.Windows.Forms.Label(); this.dateLower = new System.Windows.Forms.DateTimePicker(); this.label5 = new System.Windows.Forms.Label(); this.Saleschart = new LiveCharts.WinForms.PieChart(); this.EpE = new System.Windows.Forms.Panel(); this.holding = new MetroFramework.Controls.MetroProgressSpinner(); this.gradientPanel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel(); this.label7 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.buttons.SuspendLayout(); this.panel2.SuspendLayout(); this.headingPanel.SuspendLayout(); this.rangePanel.SuspendLayout(); this.EpE.SuspendLayout(); this.gradientPanel1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.ActiveCaption; this.panel1.Controls.Add(this.buttons); 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(1013, 49); this.panel1.TabIndex = 0; // // buttons // this.buttons.Anchor = System.Windows.Forms.AnchorStyles.None; this.buttons.Controls.Add(this.button3); this.buttons.Controls.Add(this.filter); this.buttons.Controls.Add(this.label3); this.buttons.Controls.Add(this.label2); this.buttons.Controls.Add(this.label1); this.buttons.Controls.Add(this.button1); this.buttons.Location = new System.Drawing.Point(270, -8); this.buttons.Name = "buttons"; this.buttons.Size = new System.Drawing.Size(464, 51); this.buttons.TabIndex = 1; this.buttons.TabStop = false; // // button3 // this.button3.Cursor = System.Windows.Forms.Cursors.Hand; this.button3.Location = new System.Drawing.Point(367, 16); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(85, 29); this.button3.TabIndex = 12; this.button3.Text = "Update"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.EmployeeSalesChart_Load); // // filter // this.filter.Location = new System.Drawing.Point(206, 16); this.filter.Name = "filter"; this.filter.Size = new System.Drawing.Size(78, 29); this.filter.TabIndex = 11; this.filter.Text = "5"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(290, 21); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(62, 21); this.label3.TabIndex = 9; this.label3.Text = "records"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(166, 21); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(34, 21); this.label2.TabIndex = 10; this.label2.Text = "Top"; // // label1 // this.label1.Font = new System.Drawing.Font("Segoe UI", 20F); this.label1.ForeColor = System.Drawing.Color.Gray; this.label1.Location = new System.Drawing.Point(116, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 32); this.label1.TabIndex = 8; this.label1.Text = "|"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // button1 // this.button1.Cursor = System.Windows.Forms.Cursors.Hand; this.button1.FlatAppearance.BorderSize = 0; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Image = global::BiskLog_Point_Of_Sale.Properties.Resources.printer; this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button1.Location = new System.Drawing.Point(6, 14); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(138, 33); this.button1.TabIndex = 7; this.button1.Text = "Print"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.Button1_Click); // // panel2 // this.panel2.BackColor = System.Drawing.SystemColors.ControlLightLight; this.panel2.Controls.Add(this.panel4); this.panel2.Controls.Add(this.headingPanel); this.panel2.Controls.Add(this.rangePanel); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 49); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1013, 112); this.panel2.TabIndex = 1; // // panel4 // this.panel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel4.BackColor = System.Drawing.Color.LightGray; this.panel4.Location = new System.Drawing.Point(0, 47); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(1013, 2); this.panel4.TabIndex = 9; // // headingPanel // this.headingPanel.Anchor = System.Windows.Forms.AnchorStyles.None; this.headingPanel.Controls.Add(this.head); this.headingPanel.Controls.Add(this.title); this.headingPanel.Location = new System.Drawing.Point(289, 51); this.headingPanel.Name = "headingPanel"; this.headingPanel.Size = new System.Drawing.Size(434, 54); this.headingPanel.TabIndex = 8; // // head // this.head.AutoSize = true; this.head.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.head.Location = new System.Drawing.Point(30, 30); this.head.Name = "head"; this.head.Size = new System.Drawing.Size(395, 19); this.head.TabIndex = 0; this.head.Text = "Date: 01/01/2020 12:00:00 AM to 31/12/2020 11:59:59 PM"; // // title // this.title.AutoSize = true; this.title.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.title.Location = new System.Drawing.Point(134, 5); this.title.Name = "title"; this.title.Size = new System.Drawing.Size(174, 21); this.title.TabIndex = 0; this.title.Text = "Employee Sales Chart"; // // rangePanel // this.rangePanel.Anchor = System.Windows.Forms.AnchorStyles.None; this.rangePanel.Controls.Add(this.button4); this.rangePanel.Controls.Add(this.dateHigher); this.rangePanel.Controls.Add(this.label4); this.rangePanel.Controls.Add(this.dateLower); this.rangePanel.Controls.Add(this.label5); this.rangePanel.Location = new System.Drawing.Point(117, 9); this.rangePanel.Name = "rangePanel"; this.rangePanel.Size = new System.Drawing.Size(809, 36); this.rangePanel.TabIndex = 7; // // button4 // this.button4.Cursor = System.Windows.Forms.Cursors.Hand; this.button4.Location = new System.Drawing.Point(617, 3); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(152, 29); this.button4.TabIndex = 5; this.button4.Text = "Apply date range"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.EmployeeSalesChart_Load); // // dateHigher // this.dateHigher.Font = new System.Drawing.Font("Segoe UI", 10F); this.dateHigher.Location = new System.Drawing.Point(338, 4); this.dateHigher.Name = "dateHigher"; this.dateHigher.Size = new System.Drawing.Size(238, 25); this.dateHigher.TabIndex = 6; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(10, 7); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(47, 21); this.label4.TabIndex = 0; this.label4.Text = "From"; // // dateLower // this.dateLower.Font = new System.Drawing.Font("Segoe UI", 10F); this.dateLower.Location = new System.Drawing.Point(63, 4); this.dateLower.Name = "dateLower"; this.dateLower.Size = new System.Drawing.Size(238, 25); this.dateLower.TabIndex = 6; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(307, 5); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(25, 21); this.label5.TabIndex = 0; this.label5.Text = "To"; // // Saleschart // this.Saleschart.BackColor = System.Drawing.Color.White; this.Saleschart.Dock = System.Windows.Forms.DockStyle.Fill; this.Saleschart.Location = new System.Drawing.Point(0, 161); this.Saleschart.Name = "Saleschart"; this.Saleschart.Size = new System.Drawing.Size(1013, 501); this.Saleschart.TabIndex = 2; this.Saleschart.Text = "pieChart1"; // // EpE // this.EpE.Anchor = System.Windows.Forms.AnchorStyles.None; this.EpE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.EpE.Controls.Add(this.holding); this.EpE.Controls.Add(this.gradientPanel1); this.EpE.Location = new System.Drawing.Point(366, 270); this.EpE.Name = "EpE"; this.EpE.Size = new System.Drawing.Size(281, 122); this.EpE.TabIndex = 9; this.EpE.Visible = false; // // holding // this.holding.Location = new System.Drawing.Point(119, 59); this.holding.Maximum = 100; this.holding.Name = "holding"; this.holding.Size = new System.Drawing.Size(52, 52); this.holding.TabIndex = 1; this.holding.UseCustomBackColor = true; this.holding.UseCustomForeColor = true; this.holding.UseSelectable = true; // // 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.label7); 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(279, 41); this.gradientPanel1.TabIndex = 0; // // label7 // this.label7.BackColor = System.Drawing.Color.Transparent; this.label7.Dock = System.Windows.Forms.DockStyle.Fill; this.label7.ForeColor = System.Drawing.Color.White; this.label7.Location = new System.Drawing.Point(0, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(279, 41); this.label7.TabIndex = 0; this.label7.Text = "Please wait !!!!"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // EmployeeSalesChart // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1013, 662); this.Controls.Add(this.EpE); this.Controls.Add(this.Saleschart); this.Controls.Add(this.panel2); 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.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "EmployeeSalesChart"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = "bestworst"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.EmployeeSalesChart_Load); this.panel1.ResumeLayout(false); this.buttons.ResumeLayout(false); this.buttons.PerformLayout(); this.panel2.ResumeLayout(false); this.headingPanel.ResumeLayout(false); this.headingPanel.PerformLayout(); this.rangePanel.ResumeLayout(false); this.rangePanel.PerformLayout(); this.EpE.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.Panel panel4; private System.Windows.Forms.Panel headingPanel; private System.Windows.Forms.Label head; private System.Windows.Forms.Label title; private System.Windows.Forms.Panel rangePanel; private System.Windows.Forms.Button button4; private System.Windows.Forms.DateTimePicker dateHigher; private System.Windows.Forms.Label label4; private System.Windows.Forms.DateTimePicker dateLower; private System.Windows.Forms.Label label5; private LiveCharts.WinForms.PieChart Saleschart; private System.Windows.Forms.Panel EpE; private MetroFramework.Controls.MetroProgressSpinner holding; private BiskLog_Point_Of_Sale.Classes.gradientPanel gradientPanel1; private System.Windows.Forms.Label label7; private System.Windows.Forms.GroupBox buttons; private System.Windows.Forms.Button button3; private System.Windows.Forms.TextBox filter; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button1; } }