using BiskLog_Point_Of_Sale.Classes; namespace Point_Of_Sale_Managment { partial class Form1 { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.Detailed = new BiskLog_Point_Of_Sale.Classes.gradientPanel(); this.panel6 = new System.Windows.Forms.Panel(); this.subDetailed = new System.Windows.Forms.Panel(); this.button8 = new System.Windows.Forms.Button(); this.button19 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.button12 = new System.Windows.Forms.Button(); this.btnMBrand = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.reports = new System.Windows.Forms.Button(); this.btnProducts = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.btnMCat = new System.Windows.Forms.Button(); this.mainScroller = new MetroFramework.Controls.MetroScrollBar(); this.panel5 = new System.Windows.Forms.Panel(); this.button18 = new System.Windows.Forms.Button(); this.button9 = new System.Windows.Forms.Button(); this.main = new BiskLog_Point_Of_Sale.Classes.gradientPanel(); this.biski = new System.Windows.Forms.PictureBox(); this.Summary = new BiskLog_Point_Of_Sale.Classes.gradientPanel(); this.panel8 = new System.Windows.Forms.Panel(); this.subSummary = new System.Windows.Forms.Panel(); this.button3 = new System.Windows.Forms.Button(); this.button15 = new System.Windows.Forms.Button(); this.button21 = new System.Windows.Forms.Button(); this.button14 = new System.Windows.Forms.Button(); this.button20 = new System.Windows.Forms.Button(); this.button13 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button11 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button10 = new System.Windows.Forms.Button(); this.button22 = new System.Windows.Forms.Button(); this.summaryScroller = new MetroFramework.Controls.MetroScrollBar(); this.button16 = new System.Windows.Forms.Button(); this.panel4 = new System.Windows.Forms.Panel(); this.button17 = new System.Windows.Forms.Button(); this.updaterService = new System.ComponentModel.BackgroundWorker(); this.updaterDuration = new System.Windows.Forms.Timer(this.components); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.header = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.help = new System.Windows.Forms.Label(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.enlarger = new System.Windows.Forms.Timer(this.components); this.Detailed.SuspendLayout(); this.panel6.SuspendLayout(); this.subDetailed.SuspendLayout(); this.panel5.SuspendLayout(); this.main.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.biski)).BeginInit(); this.Summary.SuspendLayout(); this.panel8.SuspendLayout(); this.subSummary.SuspendLayout(); this.panel4.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.SuspendLayout(); // // Detailed // this.Detailed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(16)))), ((int)(((byte)(48))))); this.Detailed.ColorBottom = System.Drawing.Color.Empty; this.Detailed.ColorTop = System.Drawing.Color.Empty; this.Detailed.Controls.Add(this.panel6); this.Detailed.Controls.Add(this.panel5); this.Detailed.Controls.Add(this.button9); this.Detailed.Dock = System.Windows.Forms.DockStyle.Left; this.Detailed.Font = new System.Drawing.Font("Segoe UI", 9F); this.Detailed.Location = new System.Drawing.Point(0, 36); this.Detailed.Name = "Detailed"; this.Detailed.Size = new System.Drawing.Size(206, 781); this.Detailed.TabIndex = 1; // // panel6 // this.panel6.Controls.Add(this.subDetailed); this.panel6.Controls.Add(this.mainScroller); this.panel6.Dock = System.Windows.Forms.DockStyle.Fill; this.panel6.Location = new System.Drawing.Point(0, 38); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(206, 700); this.panel6.TabIndex = 19; // // subDetailed // this.subDetailed.Controls.Add(this.button8); this.subDetailed.Controls.Add(this.button19); this.subDetailed.Controls.Add(this.button1); this.subDetailed.Controls.Add(this.button12); this.subDetailed.Controls.Add(this.btnMBrand); this.subDetailed.Controls.Add(this.button2); this.subDetailed.Controls.Add(this.button7); this.subDetailed.Controls.Add(this.reports); this.subDetailed.Controls.Add(this.btnProducts); this.subDetailed.Controls.Add(this.button6); this.subDetailed.Controls.Add(this.btnMCat); this.subDetailed.Location = new System.Drawing.Point(3, 0); this.subDetailed.Name = "subDetailed"; this.subDetailed.Size = new System.Drawing.Size(192, 655); this.subDetailed.TabIndex = 20; // // button8 // this.button8.Cursor = System.Windows.Forms.Cursors.Hand; this.button8.FlatAppearance.BorderSize = 0; this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button8.ForeColor = System.Drawing.Color.White; this.button8.Image = ((System.Drawing.Image)(resources.GetObject("button8.Image"))); this.button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button8.Location = new System.Drawing.Point(6, 496); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(184, 43); this.button8.TabIndex = 3; this.button8.Text = " Employees"; this.button8.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.button8.UseVisualStyleBackColor = true; this.button8.Click += new System.EventHandler(this.Button8_Click); // // button19 // this.button19.Cursor = System.Windows.Forms.Cursors.Hand; this.button19.FlatAppearance.BorderSize = 0; this.button19.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button19.ForeColor = System.Drawing.Color.White; this.button19.Image = ((System.Drawing.Image)(resources.GetObject("button19.Image"))); this.button19.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button19.Location = new System.Drawing.Point(3, 447); this.button19.Name = "button19"; this.button19.Size = new System.Drawing.Size(184, 43); this.button19.TabIndex = 17; this.button19.Text = " Customers"; this.button19.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.button19.UseVisualStyleBackColor = true; this.button19.Click += new System.EventHandler(this.Button19_Click); // // button1 // this.button1.Cursor = System.Windows.Forms.Cursors.Hand; this.button1.FlatAppearance.BorderSize = 0; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.ForeColor = System.Drawing.Color.White; this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image"))); this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button1.Location = new System.Drawing.Point(3, 6); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(184, 43); this.button1.TabIndex = 3; this.button1.Text = " Dashboard"; this.button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.Button1_Click); // // button12 // this.button12.Cursor = System.Windows.Forms.Cursors.Hand; this.button12.FlatAppearance.BorderSize = 0; this.button12.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button12.ForeColor = System.Drawing.Color.White; this.button12.Image = ((System.Drawing.Image)(resources.GetObject("button12.Image"))); this.button12.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button12.Location = new System.Drawing.Point(3, 398); this.button12.Name = "button12"; this.button12.Size = new System.Drawing.Size(184, 43); this.button12.TabIndex = 16; this.button12.Text = " Manage Deliveries"; this.button12.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.button12.UseVisualStyleBackColor = true; this.button12.Click += new System.EventHandler(this.Button12_Click); // // btnMBrand // this.btnMBrand.Cursor = System.Windows.Forms.Cursors.Hand; this.btnMBrand.FlatAppearance.BorderSize = 0; this.btnMBrand.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnMBrand.ForeColor = System.Drawing.Color.White; this.btnMBrand.Image = ((System.Drawing.Image)(resources.GetObject("btnMBrand.Image"))); this.btnMBrand.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnMBrand.Location = new System.Drawing.Point(3, 202); this.btnMBrand.Name = "btnMBrand"; this.btnMBrand.Size = new System.Drawing.Size(184, 43); this.btnMBrand.TabIndex = 3; this.btnMBrand.Text = " Manage Brand"; this.btnMBrand.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.btnMBrand.UseVisualStyleBackColor = true; this.btnMBrand.Click += new System.EventHandler(this.btnMBrand_Click); // // button2 // this.button2.Cursor = System.Windows.Forms.Cursors.Hand; this.button2.FlatAppearance.BorderSize = 0; this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button2.ForeColor = System.Drawing.Color.White; this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image"))); this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button2.Location = new System.Drawing.Point(3, 55); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(184, 43); this.button2.TabIndex = 3; this.button2.Text = " Point Of Sale"; this.button2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button7 // this.button7.Cursor = System.Windows.Forms.Cursors.Hand; this.button7.FlatAppearance.BorderSize = 0; this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button7.ForeColor = System.Drawing.Color.White; this.button7.Image = ((System.Drawing.Image)(resources.GetObject("button7.Image"))); this.button7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button7.Location = new System.Drawing.Point(3, 349); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(184, 43); this.button7.TabIndex = 3; this.button7.Text = " System Settings"; this.button7.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.button7.UseVisualStyleBackColor = true; this.button7.Click += new System.EventHandler(this.Button7_Click); // // reports // this.reports.Cursor = System.Windows.Forms.Cursors.Hand; this.reports.FlatAppearance.BorderSize = 0; this.reports.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.reports.ForeColor = System.Drawing.Color.White; this.reports.Image = ((System.Drawing.Image)(resources.GetObject("reports.Image"))); this.reports.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.reports.Location = new System.Drawing.Point(3, 300); this.reports.Name = "reports"; this.reports.Size = new System.Drawing.Size(184, 43); this.reports.TabIndex = 3; this.reports.Text = " Operational Reports"; this.reports.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.reports.UseVisualStyleBackColor = true; this.reports.Click += new System.EventHandler(this.Reports_Click); // // btnProducts // this.btnProducts.Cursor = System.Windows.Forms.Cursors.Hand; this.btnProducts.FlatAppearance.BorderSize = 0; this.btnProducts.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnProducts.ForeColor = System.Drawing.Color.White; this.btnProducts.Image = ((System.Drawing.Image)(resources.GetObject("btnProducts.Image"))); this.btnProducts.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnProducts.Location = new System.Drawing.Point(3, 104); this.btnProducts.Name = "btnProducts"; this.btnProducts.Size = new System.Drawing.Size(184, 43); this.btnProducts.TabIndex = 3; this.btnProducts.Text = " Manage Inventory"; this.btnProducts.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.btnProducts.UseVisualStyleBackColor = true; this.btnProducts.Click += new System.EventHandler(this.btnProduct_Click); // // button6 // this.button6.Cursor = System.Windows.Forms.Cursors.Hand; this.button6.FlatAppearance.BorderSize = 0; this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button6.ForeColor = System.Drawing.Color.White; this.button6.Image = ((System.Drawing.Image)(resources.GetObject("button6.Image"))); this.button6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button6.Location = new System.Drawing.Point(3, 251); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(184, 43); this.button6.TabIndex = 3; this.button6.Text = " Manage Invoice"; this.button6.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.Button6_Click); // // btnMCat // this.btnMCat.Cursor = System.Windows.Forms.Cursors.Hand; this.btnMCat.FlatAppearance.BorderSize = 0; this.btnMCat.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnMCat.ForeColor = System.Drawing.Color.White; this.btnMCat.Image = ((System.Drawing.Image)(resources.GetObject("btnMCat.Image"))); this.btnMCat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnMCat.Location = new System.Drawing.Point(3, 153); this.btnMCat.Name = "btnMCat"; this.btnMCat.Size = new System.Drawing.Size(184, 43); this.btnMCat.TabIndex = 3; this.btnMCat.Text = " Manage Category"; this.btnMCat.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.btnMCat.UseVisualStyleBackColor = true; this.btnMCat.Click += new System.EventHandler(this.btnMCat_Click); // // mainScroller // this.mainScroller.Dock = System.Windows.Forms.DockStyle.Right; this.mainScroller.LargeChange = 55; this.mainScroller.Location = new System.Drawing.Point(196, 0); this.mainScroller.Maximum = 100; this.mainScroller.Minimum = 0; this.mainScroller.MouseWheelBarPartitions = 10; this.mainScroller.Name = "mainScroller"; this.mainScroller.Orientation = MetroFramework.Controls.MetroScrollOrientation.Vertical; this.mainScroller.ScrollbarSize = 10; this.mainScroller.Size = new System.Drawing.Size(10, 700); this.mainScroller.TabIndex = 19; this.mainScroller.UseSelectable = true; this.mainScroller.Scroll += new System.Windows.Forms.ScrollEventHandler(this.MainScroller_Scroll); // // panel5 // this.panel5.Controls.Add(this.button18); this.panel5.Dock = System.Windows.Forms.DockStyle.Top; this.panel5.Location = new System.Drawing.Point(0, 0); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(206, 38); this.panel5.TabIndex = 15; // // button18 // this.button18.Cursor = System.Windows.Forms.Cursors.Hand; this.button18.Dock = System.Windows.Forms.DockStyle.Right; this.button18.FlatAppearance.BorderSize = 0; this.button18.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button18.Font = new System.Drawing.Font("Segoe UI", 75F); this.button18.Image = ((System.Drawing.Image)(resources.GetObject("button18.Image"))); this.button18.Location = new System.Drawing.Point(152, 0); this.button18.Name = "button18"; this.button18.Size = new System.Drawing.Size(54, 38); this.button18.TabIndex = 0; this.button18.UseVisualStyleBackColor = true; this.button18.Click += new System.EventHandler(this.Button18_Click); // // button9 // this.button9.Cursor = System.Windows.Forms.Cursors.Hand; this.button9.Dock = System.Windows.Forms.DockStyle.Bottom; this.button9.FlatAppearance.BorderSize = 0; this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button9.ForeColor = System.Drawing.Color.White; this.button9.Image = ((System.Drawing.Image)(resources.GetObject("button9.Image"))); this.button9.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button9.Location = new System.Drawing.Point(0, 738); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(206, 43); this.button9.TabIndex = 3; this.button9.Text = " Logout"; this.button9.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.button9.UseVisualStyleBackColor = true; this.button9.Click += new System.EventHandler(this.Button9_Click); // // main // this.main.AutoSize = true; this.main.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.main.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.main.ColorBottom = System.Drawing.Color.Empty; this.main.ColorTop = System.Drawing.Color.Empty; this.main.Controls.Add(this.biski); this.main.Dock = System.Windows.Forms.DockStyle.Fill; this.main.Font = new System.Drawing.Font("Segoe UI", 9F); this.main.Location = new System.Drawing.Point(267, 36); this.main.Name = "main"; this.main.Size = new System.Drawing.Size(1171, 781); this.main.TabIndex = 2; // // biski // this.biski.Anchor = System.Windows.Forms.AnchorStyles.None; this.biski.Image = ((System.Drawing.Image)(resources.GetObject("biski.Image"))); this.biski.Location = new System.Drawing.Point(405, 258); this.biski.Name = "biski"; this.biski.Size = new System.Drawing.Size(311, 288); this.biski.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.biski.TabIndex = 0; this.biski.TabStop = false; this.biski.MouseEnter += new System.EventHandler(this.Biski_MouseEnter); this.biski.MouseLeave += new System.EventHandler(this.Biski_MouseLeave); // // Summary // this.Summary.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(16)))), ((int)(((byte)(48))))); this.Summary.ColorBottom = System.Drawing.Color.Empty; this.Summary.ColorTop = System.Drawing.Color.Empty; this.Summary.Controls.Add(this.panel8); this.Summary.Controls.Add(this.button16); this.Summary.Controls.Add(this.panel4); this.Summary.Dock = System.Windows.Forms.DockStyle.Left; this.Summary.Location = new System.Drawing.Point(206, 36); this.Summary.Name = "Summary"; this.Summary.Size = new System.Drawing.Size(61, 781); this.Summary.TabIndex = 3; this.Summary.Visible = false; // // panel8 // this.panel8.Controls.Add(this.subSummary); this.panel8.Controls.Add(this.summaryScroller); this.panel8.Dock = System.Windows.Forms.DockStyle.Fill; this.panel8.Location = new System.Drawing.Point(0, 78); this.panel8.Name = "panel8"; this.panel8.Size = new System.Drawing.Size(61, 660); this.panel8.TabIndex = 15; // // subSummary // this.subSummary.Controls.Add(this.button3); this.subSummary.Controls.Add(this.button15); this.subSummary.Controls.Add(this.button21); this.subSummary.Controls.Add(this.button14); this.subSummary.Controls.Add(this.button20); this.subSummary.Controls.Add(this.button13); this.subSummary.Controls.Add(this.button4); this.subSummary.Controls.Add(this.button11); this.subSummary.Controls.Add(this.button5); this.subSummary.Controls.Add(this.button10); this.subSummary.Controls.Add(this.button22); this.subSummary.Location = new System.Drawing.Point(6, 3); this.subSummary.Name = "subSummary"; this.subSummary.Size = new System.Drawing.Size(38, 662); this.subSummary.TabIndex = 1; // // button3 // this.button3.Cursor = System.Windows.Forms.Cursors.Hand; this.button3.FlatAppearance.BorderSize = 0; this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button3.ForeColor = System.Drawing.Color.White; this.button3.Image = ((System.Drawing.Image)(resources.GetObject("button3.Image"))); this.button3.Location = new System.Drawing.Point(3, 538); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(42, 52); this.button3.TabIndex = 18; this.button3.Text = " "; this.button3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.toolTip1.SetToolTip(this.button3, "EMPLOYEES"); this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.Button8_Click); // // button15 // this.button15.Cursor = System.Windows.Forms.Cursors.Hand; this.button15.FlatAppearance.BorderSize = 0; this.button15.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button15.ForeColor = System.Drawing.Color.White; this.button15.Image = ((System.Drawing.Image)(resources.GetObject("button15.Image"))); this.button15.Location = new System.Drawing.Point(3, 0); this.button15.Name = "button15"; this.button15.Size = new System.Drawing.Size(54, 51); this.button15.TabIndex = 12; this.button15.Text = " "; this.button15.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.toolTip1.SetToolTip(this.button15, "DASHBOARD"); this.button15.UseVisualStyleBackColor = true; this.button15.Click += new System.EventHandler(this.Button1_Click); // // button21 // this.button21.Cursor = System.Windows.Forms.Cursors.Hand; this.button21.FlatAppearance.BorderSize = 0; this.button21.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button21.ForeColor = System.Drawing.Color.White; this.button21.Image = ((System.Drawing.Image)(resources.GetObject("button21.Image"))); this.button21.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button21.Location = new System.Drawing.Point(3, 493); this.button21.Name = "button21"; this.button21.Size = new System.Drawing.Size(39, 48); this.button21.TabIndex = 17; this.button21.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.toolTip1.SetToolTip(this.button21, "CUSTOMERS"); this.button21.UseVisualStyleBackColor = true; this.button21.Click += new System.EventHandler(this.Button19_Click); // // button14 // this.button14.Cursor = System.Windows.Forms.Cursors.Hand; this.button14.FlatAppearance.BorderSize = 0; this.button14.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button14.ForeColor = System.Drawing.Color.White; this.button14.Image = ((System.Drawing.Image)(resources.GetObject("button14.Image"))); this.button14.Location = new System.Drawing.Point(3, 57); this.button14.Name = "button14"; this.button14.Size = new System.Drawing.Size(54, 51); this.button14.TabIndex = 11; this.button14.Text = " "; this.button14.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.toolTip1.SetToolTip(this.button14, "POINT OF SALE"); this.button14.UseVisualStyleBackColor = true; this.button14.Click += new System.EventHandler(this.button2_Click); // // button20 // this.button20.Cursor = System.Windows.Forms.Cursors.Hand; this.button20.FlatAppearance.BorderSize = 0; this.button20.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button20.ForeColor = System.Drawing.Color.White; this.button20.Image = ((System.Drawing.Image)(resources.GetObject("button20.Image"))); this.button20.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button20.Location = new System.Drawing.Point(3, 449); this.button20.Name = "button20"; this.button20.Size = new System.Drawing.Size(45, 44); this.button20.TabIndex = 16; this.button20.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.toolTip1.SetToolTip(this.button20, "MANAGE DELIVERIES"); this.button20.UseVisualStyleBackColor = true; this.button20.Click += new System.EventHandler(this.Button12_Click); // // button13 // this.button13.Cursor = System.Windows.Forms.Cursors.Hand; this.button13.FlatAppearance.BorderSize = 0; this.button13.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button13.ForeColor = System.Drawing.Color.White; this.button13.Image = ((System.Drawing.Image)(resources.GetObject("button13.Image"))); this.button13.Location = new System.Drawing.Point(3, 114); this.button13.Name = "button13"; this.button13.Size = new System.Drawing.Size(54, 51); this.button13.TabIndex = 10; this.button13.Text = " "; this.button13.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.toolTip1.SetToolTip(this.button13, "INVENTORY"); this.button13.UseVisualStyleBackColor = true; this.button13.Click += new System.EventHandler(this.btnProduct_Click); // // button4 // this.button4.Cursor = System.Windows.Forms.Cursors.Hand; this.button4.FlatAppearance.BorderSize = 0; this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button4.ForeColor = System.Drawing.Color.White; this.button4.Image = ((System.Drawing.Image)(resources.GetObject("button4.Image"))); this.button4.Location = new System.Drawing.Point(3, 391); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(54, 51); this.button4.TabIndex = 5; this.button4.Text = " "; this.button4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.toolTip1.SetToolTip(this.button4, "SYSTEM SETTINGS"); this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.Button7_Click); // // button11 // this.button11.Cursor = System.Windows.Forms.Cursors.Hand; this.button11.FlatAppearance.BorderSize = 0; this.button11.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button11.ForeColor = System.Drawing.Color.White; this.button11.Image = ((System.Drawing.Image)(resources.GetObject("button11.Image"))); this.button11.Location = new System.Drawing.Point(3, 171); this.button11.Name = "button11"; this.button11.Size = new System.Drawing.Size(54, 51); this.button11.TabIndex = 8; this.button11.Text = " "; this.button11.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.toolTip1.SetToolTip(this.button11, "BRANDS"); this.button11.UseVisualStyleBackColor = true; this.button11.Click += new System.EventHandler(this.btnMCat_Click); // // button5 // this.button5.Cursor = System.Windows.Forms.Cursors.Hand; this.button5.FlatAppearance.BorderSize = 0; this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button5.ForeColor = System.Drawing.Color.White; this.button5.Image = ((System.Drawing.Image)(resources.GetObject("button5.Image"))); this.button5.Location = new System.Drawing.Point(3, 285); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(54, 51); this.button5.TabIndex = 6; this.button5.Text = " "; this.button5.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.toolTip1.SetToolTip(this.button5, "INVOICE"); this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.Button6_Click); // // button10 // this.button10.Cursor = System.Windows.Forms.Cursors.Hand; this.button10.FlatAppearance.BorderSize = 0; this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button10.ForeColor = System.Drawing.Color.White; this.button10.Image = ((System.Drawing.Image)(resources.GetObject("button10.Image"))); this.button10.Location = new System.Drawing.Point(3, 228); this.button10.Name = "button10"; this.button10.Size = new System.Drawing.Size(54, 51); this.button10.TabIndex = 7; this.button10.Text = " "; this.button10.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.toolTip1.SetToolTip(this.button10, "CATEGORIES"); this.button10.UseVisualStyleBackColor = true; this.button10.Click += new System.EventHandler(this.btnMBrand_Click); // // button22 // this.button22.Cursor = System.Windows.Forms.Cursors.Hand; this.button22.FlatAppearance.BorderSize = 0; this.button22.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button22.ForeColor = System.Drawing.Color.White; this.button22.Image = ((System.Drawing.Image)(resources.GetObject("button22.Image"))); this.button22.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button22.Location = new System.Drawing.Point(3, 342); this.button22.Name = "button22"; this.button22.Size = new System.Drawing.Size(39, 43); this.button22.TabIndex = 3; this.button22.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.toolTip1.SetToolTip(this.button22, "OPERATIONAL REPORTS"); this.button22.UseVisualStyleBackColor = true; this.button22.Click += new System.EventHandler(this.Reports_Click); // // summaryScroller // this.summaryScroller.Dock = System.Windows.Forms.DockStyle.Right; this.summaryScroller.LargeChange = 55; this.summaryScroller.Location = new System.Drawing.Point(51, 0); this.summaryScroller.Maximum = 100; this.summaryScroller.Minimum = 0; this.summaryScroller.MouseWheelBarPartitions = 10; this.summaryScroller.Name = "summaryScroller"; this.summaryScroller.Orientation = MetroFramework.Controls.MetroScrollOrientation.Vertical; this.summaryScroller.ScrollbarSize = 10; this.summaryScroller.Size = new System.Drawing.Size(10, 660); this.summaryScroller.TabIndex = 0; this.summaryScroller.UseSelectable = true; this.summaryScroller.Scroll += new System.Windows.Forms.ScrollEventHandler(this.MetroScrollBar2_Scroll); // // button16 // this.button16.Cursor = System.Windows.Forms.Cursors.Hand; this.button16.Dock = System.Windows.Forms.DockStyle.Bottom; this.button16.FlatAppearance.BorderSize = 0; this.button16.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button16.ForeColor = System.Drawing.Color.White; this.button16.Image = ((System.Drawing.Image)(resources.GetObject("button16.Image"))); this.button16.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button16.Location = new System.Drawing.Point(0, 738); this.button16.Margin = new System.Windows.Forms.Padding(10); this.button16.Name = "button16"; this.button16.Padding = new System.Windows.Forms.Padding(10); this.button16.Size = new System.Drawing.Size(61, 43); this.button16.TabIndex = 13; this.button16.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.toolTip1.SetToolTip(this.button16, "LOGOUT"); this.button16.UseVisualStyleBackColor = true; this.button16.Click += new System.EventHandler(this.Button9_Click); // // panel4 // this.panel4.Controls.Add(this.button17); this.panel4.Dock = System.Windows.Forms.DockStyle.Top; this.panel4.Location = new System.Drawing.Point(0, 0); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(61, 78); this.panel4.TabIndex = 14; // // button17 // this.button17.Cursor = System.Windows.Forms.Cursors.Hand; this.button17.Dock = System.Windows.Forms.DockStyle.Top; this.button17.FlatAppearance.BorderSize = 0; this.button17.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button17.Font = new System.Drawing.Font("Segoe UI", 75F); this.button17.Image = ((System.Drawing.Image)(resources.GetObject("button17.Image"))); this.button17.Location = new System.Drawing.Point(0, 0); this.button17.Name = "button17"; this.button17.Size = new System.Drawing.Size(61, 52); this.button17.TabIndex = 0; this.button17.UseVisualStyleBackColor = true; this.button17.Click += new System.EventHandler(this.Button17_Click); // // updaterService // this.updaterService.DoWork += new System.ComponentModel.DoWorkEventHandler(this.UpdaterService_DoWork); // // updaterDuration // this.updaterDuration.Interval = 5000; this.updaterDuration.Tick += new System.EventHandler(this.UpdaterDuration_Tick); // // header // this.header.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.header.AutoSize = true; this.header.Font = new System.Drawing.Font("Segoe UI", 15F, System.Drawing.FontStyle.Bold); this.header.ForeColor = System.Drawing.Color.White; this.header.Location = new System.Drawing.Point(638, 6); this.header.Name = "header"; this.header.Size = new System.Drawing.Size(250, 28); this.header.TabIndex = 1; this.header.Text = "BISKILOG POINT OF SALE"; // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132))))); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Location = new System.Drawing.Point(0, 34); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1438, 2); this.panel2.TabIndex = 3; // // label2 // this.label2.Cursor = System.Windows.Forms.Cursors.Hand; this.label2.Dock = System.Windows.Forms.DockStyle.Right; this.label2.Font = new System.Drawing.Font("Segoe UI", 17.5F); this.label2.ForeColor = System.Drawing.SystemColors.Control; this.label2.Location = new System.Drawing.Point(1396, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(42, 34); this.label2.TabIndex = 5; this.label2.Text = "x"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.label2.Click += new System.EventHandler(this.Button9_Click); this.label2.MouseEnter += new System.EventHandler(this.Label2_MouseEnter); this.label2.MouseLeave += new System.EventHandler(this.Label2_MouseLeave); // // label3 // this.label3.Cursor = System.Windows.Forms.Cursors.Hand; this.label3.Dock = System.Windows.Forms.DockStyle.Right; this.label3.Font = new System.Drawing.Font("Segoe UI", 20.5F); this.label3.ForeColor = System.Drawing.SystemColors.Control; this.label3.Location = new System.Drawing.Point(1353, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(43, 34); this.label3.TabIndex = 4; this.label3.Text = "-"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.label3.Click += new System.EventHandler(this.Label3_Click); this.label3.MouseEnter += new System.EventHandler(this.Label3_MouseEnter); this.label3.MouseLeave += new System.EventHandler(this.Label3_MouseLeave); // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(0)))), ((int)(((byte)(46))))); this.panel1.Controls.Add(this.help); this.panel1.Controls.Add(this.pictureBox2); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.panel2); this.panel1.Controls.Add(this.header); this.panel1.Cursor = System.Windows.Forms.Cursors.Hand; 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(1438, 36); this.panel1.TabIndex = 0; // // help // this.help.Cursor = System.Windows.Forms.Cursors.Hand; this.help.Dock = System.Windows.Forms.DockStyle.Right; this.help.Font = new System.Drawing.Font("Segoe UI", 20.5F); this.help.ForeColor = System.Drawing.SystemColors.Control; this.help.Location = new System.Drawing.Point(1310, 0); this.help.Name = "help"; this.help.Size = new System.Drawing.Size(43, 34); this.help.TabIndex = 8; this.help.Text = "?"; this.help.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.help.Click += new System.EventHandler(this.Help_Click); this.help.MouseEnter += new System.EventHandler(this.Help_MouseEnter); this.help.MouseLeave += new System.EventHandler(this.Help_MouseLeave); // // pictureBox2 // this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); this.pictureBox2.Location = new System.Drawing.Point(595, -1); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(37, 34); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox2.TabIndex = 7; this.pictureBox2.TabStop = false; // // enlarger // this.enlarger.Tick += new System.EventHandler(this.Enlarger_Tick); // // Form1 // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(1438, 817); this.ControlBox = false; this.Controls.Add(this.main); this.Controls.Add(this.Summary); this.Controls.Add(this.Detailed); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "BISKILOG POS"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.Form1_Load); this.Detailed.ResumeLayout(false); this.panel6.ResumeLayout(false); this.subDetailed.ResumeLayout(false); this.panel5.ResumeLayout(false); this.main.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.biski)).EndInit(); this.Summary.ResumeLayout(false); this.panel8.ResumeLayout(false); this.subSummary.ResumeLayout(false); this.panel4.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private gradientPanel Detailed; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button9; private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button7; private System.Windows.Forms.Button button6; private System.Windows.Forms.Button btnMBrand; private System.Windows.Forms.Button btnMCat; private System.Windows.Forms.Button btnProducts; private System.Windows.Forms.Button button2; private gradientPanel main; private gradientPanel Summary; private System.Windows.Forms.Button button16; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button10; private System.Windows.Forms.Button button11; private System.Windows.Forms.Button button13; private System.Windows.Forms.Button button14; private System.Windows.Forms.Button button15; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Button button17; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.Button button18; private System.ComponentModel.BackgroundWorker updaterService; private System.Windows.Forms.Timer updaterDuration; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.Button button19; private System.Windows.Forms.Button button12; private System.Windows.Forms.Button button21; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button20; private System.Windows.Forms.Label header; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.Panel panel6; private System.Windows.Forms.Panel subDetailed; private System.Windows.Forms.Button reports; private MetroFramework.Controls.MetroScrollBar mainScroller; private System.Windows.Forms.Panel panel8; private System.Windows.Forms.Panel subSummary; private System.Windows.Forms.Button button22; private MetroFramework.Controls.MetroScrollBar summaryScroller; private System.Windows.Forms.PictureBox biski; private System.Windows.Forms.Timer enlarger; private System.Windows.Forms.Label help; } }