namespace BiskLog_Point_Of_Sale.Cashier_Module { partial class CashierMain { /// /// 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(CashierMain)); this.panel1 = new System.Windows.Forms.Panel(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.header = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Panel(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fILEToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pOINTOFSALEToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.iNVENToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.productsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.brandsOfProductsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.categoriesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.iNVOICEMANGEMENTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.cToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.hELPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutBISKILOGPOSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.checkForUpdatesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.main = new System.Windows.Forms.Panel(); this.update = new System.ComponentModel.BackgroundWorker(); this.duration = new System.Windows.Forms.Timer(this.components); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.panel3.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(0)))), ((int)(((byte)(46))))); 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(1200, 36); this.panel1.TabIndex = 1; // // 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 = global::BiskLog_Point_Of_Sale.Properties.Resources.Biskilog; 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; // // 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(1115, 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); // // 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(1158, 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.Label2_Click); this.label2.MouseEnter += new System.EventHandler(this.Label2_MouseEnter); this.label2.MouseLeave += new System.EventHandler(this.Label2_MouseLeave); // // 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(1200, 2); this.panel2.TabIndex = 3; // // 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"; // // panel3 // this.panel3.Controls.Add(this.menuStrip1); this.panel3.Dock = System.Windows.Forms.DockStyle.Top; this.panel3.Location = new System.Drawing.Point(0, 36); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(1200, 32); this.panel3.TabIndex = 2; // // menuStrip1 // this.menuStrip1.Font = new System.Drawing.Font("Segoe UI", 12F); this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fILEToolStripMenuItem, this.pOINTOFSALEToolStripMenuItem, this.iNVENToolStripMenuItem, this.iNVOICEMANGEMENTToolStripMenuItem, this.cToolStripMenuItem, this.hELPToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(1200, 29); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // // fILEToolStripMenuItem // this.fILEToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItem2, this.toolStripMenuItem1, this.toolStripSeparator1, this.exitToolStripMenuItem}); this.fILEToolStripMenuItem.Name = "fILEToolStripMenuItem"; this.fILEToolStripMenuItem.Size = new System.Drawing.Size(50, 25); this.fILEToolStripMenuItem.Text = "FILE"; // // toolStripMenuItem2 // this.toolStripMenuItem2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Size = new System.Drawing.Size(198, 26); this.toolStripMenuItem2.Text = "User Information"; this.toolStripMenuItem2.Click += new System.EventHandler(this.ToolStripMenuItem2_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(198, 26); this.toolStripMenuItem1.Text = "Settings"; this.toolStripMenuItem1.Click += new System.EventHandler(this.SETTINGSToolStripMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(195, 6); // // exitToolStripMenuItem // this.exitToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(198, 26); this.exitToolStripMenuItem.Text = "Exit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click); // // pOINTOFSALEToolStripMenuItem // this.pOINTOFSALEToolStripMenuItem.Name = "pOINTOFSALEToolStripMenuItem"; this.pOINTOFSALEToolStripMenuItem.Size = new System.Drawing.Size(130, 25); this.pOINTOFSALEToolStripMenuItem.Text = "POINT OF SALE"; this.pOINTOFSALEToolStripMenuItem.Click += new System.EventHandler(this.POINTOFSALEToolStripMenuItem_Click); // // iNVENToolStripMenuItem // this.iNVENToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.productsToolStripMenuItem, this.brandsOfProductsToolStripMenuItem, this.categoriesToolStripMenuItem}); this.iNVENToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.iNVENToolStripMenuItem.Name = "iNVENToolStripMenuItem"; this.iNVENToolStripMenuItem.Size = new System.Drawing.Size(106, 25); this.iNVENToolStripMenuItem.Text = "INVENTORY"; // // productsToolStripMenuItem // this.productsToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.productsToolStripMenuItem.Name = "productsToolStripMenuItem"; this.productsToolStripMenuItem.Size = new System.Drawing.Size(154, 26); this.productsToolStripMenuItem.Text = "Products"; this.productsToolStripMenuItem.Click += new System.EventHandler(this.ProductsToolStripMenuItem_Click); // // brandsOfProductsToolStripMenuItem // this.brandsOfProductsToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.brandsOfProductsToolStripMenuItem.Name = "brandsOfProductsToolStripMenuItem"; this.brandsOfProductsToolStripMenuItem.Size = new System.Drawing.Size(154, 26); this.brandsOfProductsToolStripMenuItem.Text = "Brands"; this.brandsOfProductsToolStripMenuItem.Click += new System.EventHandler(this.BrandsOfProductsToolStripMenuItem_Click); // // categoriesToolStripMenuItem // this.categoriesToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.categoriesToolStripMenuItem.Name = "categoriesToolStripMenuItem"; this.categoriesToolStripMenuItem.Size = new System.Drawing.Size(154, 26); this.categoriesToolStripMenuItem.Text = "Categories"; this.categoriesToolStripMenuItem.Click += new System.EventHandler(this.CategoriesToolStripMenuItem_Click); // // iNVOICEMANGEMENTToolStripMenuItem // this.iNVOICEMANGEMENTToolStripMenuItem.Name = "iNVOICEMANGEMENTToolStripMenuItem"; this.iNVOICEMANGEMENTToolStripMenuItem.Size = new System.Drawing.Size(183, 25); this.iNVOICEMANGEMENTToolStripMenuItem.Text = "INVOICE MANGEMENT"; this.iNVOICEMANGEMENTToolStripMenuItem.Click += new System.EventHandler(this.INVOICEMANGEMENTToolStripMenuItem_Click); // // cToolStripMenuItem // this.cToolStripMenuItem.Name = "cToolStripMenuItem"; this.cToolStripMenuItem.Size = new System.Drawing.Size(112, 25); this.cToolStripMenuItem.Text = "CUSTOMERS"; this.cToolStripMenuItem.Click += new System.EventHandler(this.CToolStripMenuItem_Click); // // hELPToolStripMenuItem // this.hELPToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.aboutBISKILOGPOSToolStripMenuItem, this.checkForUpdatesToolStripMenuItem}); this.hELPToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.hELPToolStripMenuItem.Name = "hELPToolStripMenuItem"; this.hELPToolStripMenuItem.Size = new System.Drawing.Size(58, 25); this.hELPToolStripMenuItem.Text = "HELP"; // // aboutBISKILOGPOSToolStripMenuItem // this.aboutBISKILOGPOSToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.aboutBISKILOGPOSToolStripMenuItem.Name = "aboutBISKILOGPOSToolStripMenuItem"; this.aboutBISKILOGPOSToolStripMenuItem.Size = new System.Drawing.Size(225, 26); this.aboutBISKILOGPOSToolStripMenuItem.Text = "About BISKILOG POS"; this.aboutBISKILOGPOSToolStripMenuItem.Click += new System.EventHandler(this.AboutBISKILOGPOSToolStripMenuItem_Click); // // checkForUpdatesToolStripMenuItem // this.checkForUpdatesToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.checkForUpdatesToolStripMenuItem.Name = "checkForUpdatesToolStripMenuItem"; this.checkForUpdatesToolStripMenuItem.Size = new System.Drawing.Size(225, 26); this.checkForUpdatesToolStripMenuItem.Text = "Check for updates"; this.checkForUpdatesToolStripMenuItem.Click += new System.EventHandler(this.checkForUpdatesToolStripMenuItem_Click); // // main // this.main.Dock = System.Windows.Forms.DockStyle.Fill; this.main.Location = new System.Drawing.Point(0, 68); this.main.Name = "main"; this.main.Size = new System.Drawing.Size(1200, 659); this.main.TabIndex = 3; // // update // this.update.DoWork += new System.ComponentModel.DoWorkEventHandler(this.Update_DoWork); // // duration // this.duration.Tick += new System.EventHandler(this.Duration_Tick); // // CashierMain // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1200, 727); this.Controls.Add(this.main); this.Controls.Add(this.panel3); 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 = "CashierMain"; this.Text = "CashierMain"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label header; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem fILEToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem pOINTOFSALEToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem iNVENToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem iNVOICEMANGEMENTToolStripMenuItem; private System.Windows.Forms.Panel main; private System.ComponentModel.BackgroundWorker update; private System.Windows.Forms.Timer duration; private System.Windows.Forms.ToolStripMenuItem productsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem brandsOfProductsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem categoriesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem hELPToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem aboutBISKILOGPOSToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem checkForUpdatesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem cToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; } }