namespace BiskLog_Point_Of_Sale.OPS_Report { partial class ReportsMain { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReportsMain)); this.miniToolStrip = new System.Windows.Forms.MenuStrip(); this.reportTabs = new System.Windows.Forms.MenuStrip(); this.salesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.dailySalesSummaryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.dailySalesDetailedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); this.bestOrWorstSellersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.categorySummaryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.mobileSalesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.productsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.summaryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.productsListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.inventoryValuationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.categorySummaryToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.restockSummaryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.priceAdjustmentSummaryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.employeesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.employeeListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.employeeSalesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.employeeSalesGraphToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.customersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.customerListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.customerSalesSummaryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.content = new System.Windows.Forms.Panel(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.gradientPanel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel(); this.label6 = new System.Windows.Forms.Label(); this.reportTabs.SuspendLayout(); this.content.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.gradientPanel1.SuspendLayout(); this.SuspendLayout(); // // miniToolStrip // this.miniToolStrip.AccessibleName = "New item selection"; this.miniToolStrip.AccessibleRole = System.Windows.Forms.AccessibleRole.ComboBox; this.miniToolStrip.AutoSize = false; this.miniToolStrip.Dock = System.Windows.Forms.DockStyle.None; this.miniToolStrip.Location = new System.Drawing.Point(6, 2); this.miniToolStrip.Name = "miniToolStrip"; this.miniToolStrip.Size = new System.Drawing.Size(1056, 24); this.miniToolStrip.TabIndex = 0; // // reportTabs // this.reportTabs.Font = new System.Drawing.Font("Segoe UI", 12F); this.reportTabs.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.salesToolStripMenuItem, this.productsToolStripMenuItem, this.employeesToolStripMenuItem, this.customersToolStripMenuItem}); this.reportTabs.Location = new System.Drawing.Point(0, 36); this.reportTabs.Name = "reportTabs"; this.reportTabs.Size = new System.Drawing.Size(1056, 29); this.reportTabs.TabIndex = 1; this.reportTabs.Text = "menuStrip1"; // // salesToolStripMenuItem // this.salesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.dailySalesSummaryToolStripMenuItem, this.dailySalesDetailedToolStripMenuItem, this.toolStripSeparator6, this.bestOrWorstSellersToolStripMenuItem, this.categorySummaryToolStripMenuItem, this.toolStripSeparator1, this.mobileSalesToolStripMenuItem}); this.salesToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.salesToolStripMenuItem.Name = "salesToolStripMenuItem"; this.salesToolStripMenuItem.Size = new System.Drawing.Size(58, 25); this.salesToolStripMenuItem.Text = "Sales"; // // dailySalesSummaryToolStripMenuItem // this.dailySalesSummaryToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.dailySalesSummaryToolStripMenuItem.Name = "dailySalesSummaryToolStripMenuItem"; this.dailySalesSummaryToolStripMenuItem.Size = new System.Drawing.Size(227, 26); this.dailySalesSummaryToolStripMenuItem.Text = "Daily Sales Summary"; this.dailySalesSummaryToolStripMenuItem.Click += new System.EventHandler(this.DailySalesSummaryToolStripMenuItem_Click); // // dailySalesDetailedToolStripMenuItem // this.dailySalesDetailedToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.dailySalesDetailedToolStripMenuItem.Name = "dailySalesDetailedToolStripMenuItem"; this.dailySalesDetailedToolStripMenuItem.Size = new System.Drawing.Size(227, 26); this.dailySalesDetailedToolStripMenuItem.Text = "Daily Sales Detailed"; this.dailySalesDetailedToolStripMenuItem.Click += new System.EventHandler(this.DailySalesDetailedToolStripMenuItem_Click); // // toolStripSeparator6 // this.toolStripSeparator6.Name = "toolStripSeparator6"; this.toolStripSeparator6.Size = new System.Drawing.Size(224, 6); // // bestOrWorstSellersToolStripMenuItem // this.bestOrWorstSellersToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.bestOrWorstSellersToolStripMenuItem.Name = "bestOrWorstSellersToolStripMenuItem"; this.bestOrWorstSellersToolStripMenuItem.Size = new System.Drawing.Size(227, 26); this.bestOrWorstSellersToolStripMenuItem.Text = "Best or Worst Sellers"; this.bestOrWorstSellersToolStripMenuItem.Click += new System.EventHandler(this.BestOrWorstSellersToolStripMenuItem_Click); // // categorySummaryToolStripMenuItem // this.categorySummaryToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.categorySummaryToolStripMenuItem.Name = "categorySummaryToolStripMenuItem"; this.categorySummaryToolStripMenuItem.Size = new System.Drawing.Size(227, 26); this.categorySummaryToolStripMenuItem.Text = "Category Summary"; this.categorySummaryToolStripMenuItem.Click += new System.EventHandler(this.CategorySummaryToolStripMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(224, 6); // // mobileSalesToolStripMenuItem // this.mobileSalesToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.mobileSalesToolStripMenuItem.Name = "mobileSalesToolStripMenuItem"; this.mobileSalesToolStripMenuItem.Size = new System.Drawing.Size(227, 26); this.mobileSalesToolStripMenuItem.Text = "Order Deliveries"; this.mobileSalesToolStripMenuItem.Click += new System.EventHandler(this.MobileSalesToolStripMenuItem_Click); // // productsToolStripMenuItem // this.productsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.summaryToolStripMenuItem, this.productsListToolStripMenuItem, this.inventoryValuationToolStripMenuItem, this.toolStripSeparator5, this.categorySummaryToolStripMenuItem1, this.toolStripSeparator2, this.restockSummaryToolStripMenuItem, this.priceAdjustmentSummaryToolStripMenuItem}); 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(83, 25); this.productsToolStripMenuItem.Text = "Products"; // // summaryToolStripMenuItem // this.summaryToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.summaryToolStripMenuItem.Name = "summaryToolStripMenuItem"; this.summaryToolStripMenuItem.Size = new System.Drawing.Size(270, 26); this.summaryToolStripMenuItem.Text = "Inventory Summary"; this.summaryToolStripMenuItem.Click += new System.EventHandler(this.SummaryToolStripMenuItem_Click); // // productsListToolStripMenuItem // this.productsListToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.productsListToolStripMenuItem.Name = "productsListToolStripMenuItem"; this.productsListToolStripMenuItem.Size = new System.Drawing.Size(270, 26); this.productsListToolStripMenuItem.Text = "Products List"; this.productsListToolStripMenuItem.Click += new System.EventHandler(this.ProductsListToolStripMenuItem_Click); // // inventoryValuationToolStripMenuItem // this.inventoryValuationToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.inventoryValuationToolStripMenuItem.Name = "inventoryValuationToolStripMenuItem"; this.inventoryValuationToolStripMenuItem.Size = new System.Drawing.Size(270, 26); this.inventoryValuationToolStripMenuItem.Text = "Inventory Valuation"; this.inventoryValuationToolStripMenuItem.Click += new System.EventHandler(this.InventoryValuationToolStripMenuItem_Click); // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Size = new System.Drawing.Size(267, 6); // // categorySummaryToolStripMenuItem1 // this.categorySummaryToolStripMenuItem1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.categorySummaryToolStripMenuItem1.Name = "categorySummaryToolStripMenuItem1"; this.categorySummaryToolStripMenuItem1.Size = new System.Drawing.Size(270, 26); this.categorySummaryToolStripMenuItem1.Text = "Truck Inventory Valuation"; this.categorySummaryToolStripMenuItem1.Click += new System.EventHandler(this.CategorySummaryToolStripMenuItem1_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(267, 6); // // restockSummaryToolStripMenuItem // this.restockSummaryToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.restockSummaryToolStripMenuItem.Name = "restockSummaryToolStripMenuItem"; this.restockSummaryToolStripMenuItem.Size = new System.Drawing.Size(270, 26); this.restockSummaryToolStripMenuItem.Text = "Restock Summary"; this.restockSummaryToolStripMenuItem.Click += new System.EventHandler(this.RestockSummaryToolStripMenuItem_Click); // // priceAdjustmentSummaryToolStripMenuItem // this.priceAdjustmentSummaryToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.priceAdjustmentSummaryToolStripMenuItem.Name = "priceAdjustmentSummaryToolStripMenuItem"; this.priceAdjustmentSummaryToolStripMenuItem.Size = new System.Drawing.Size(270, 26); this.priceAdjustmentSummaryToolStripMenuItem.Text = "Price Adjustment Summary"; this.priceAdjustmentSummaryToolStripMenuItem.Click += new System.EventHandler(this.PriceAdjustmentSummaryToolStripMenuItem_Click); // // employeesToolStripMenuItem // this.employeesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItem1, this.employeeListToolStripMenuItem, this.toolStripSeparator3, this.employeeSalesToolStripMenuItem, this.employeeSalesGraphToolStripMenuItem}); this.employeesToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.employeesToolStripMenuItem.Name = "employeesToolStripMenuItem"; this.employeesToolStripMenuItem.Size = new System.Drawing.Size(97, 25); this.employeesToolStripMenuItem.Text = "Employees"; // // 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(230, 26); this.toolStripMenuItem1.Text = "Truck Driver List"; this.toolStripMenuItem1.Click += new System.EventHandler(this.ToolStripMenuItem1_Click); // // employeeListToolStripMenuItem // this.employeeListToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.employeeListToolStripMenuItem.Name = "employeeListToolStripMenuItem"; this.employeeListToolStripMenuItem.Size = new System.Drawing.Size(230, 26); this.employeeListToolStripMenuItem.Text = "Employee List"; this.employeeListToolStripMenuItem.Click += new System.EventHandler(this.EmployeeListToolStripMenuItem_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(227, 6); // // employeeSalesToolStripMenuItem // this.employeeSalesToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.employeeSalesToolStripMenuItem.Name = "employeeSalesToolStripMenuItem"; this.employeeSalesToolStripMenuItem.Size = new System.Drawing.Size(230, 26); this.employeeSalesToolStripMenuItem.Text = "Employee Sales"; this.employeeSalesToolStripMenuItem.Click += new System.EventHandler(this.EmployeeSalesToolStripMenuItem_Click); // // employeeSalesGraphToolStripMenuItem // this.employeeSalesGraphToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.employeeSalesGraphToolStripMenuItem.Name = "employeeSalesGraphToolStripMenuItem"; this.employeeSalesGraphToolStripMenuItem.Size = new System.Drawing.Size(230, 26); this.employeeSalesGraphToolStripMenuItem.Text = "Employee Sales Chart"; this.employeeSalesGraphToolStripMenuItem.Click += new System.EventHandler(this.EmployeeSalesGraphToolStripMenuItem_Click); // // customersToolStripMenuItem // this.customersToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.customerListToolStripMenuItem, this.toolStripSeparator4, this.customerSalesSummaryToolStripMenuItem}); this.customersToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.customersToolStripMenuItem.Name = "customersToolStripMenuItem"; this.customersToolStripMenuItem.Size = new System.Drawing.Size(97, 25); this.customersToolStripMenuItem.Text = "Customers"; // // customerListToolStripMenuItem // this.customerListToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.customerListToolStripMenuItem.Name = "customerListToolStripMenuItem"; this.customerListToolStripMenuItem.Size = new System.Drawing.Size(260, 26); this.customerListToolStripMenuItem.Text = "Customer List"; this.customerListToolStripMenuItem.Click += new System.EventHandler(this.CustomerListToolStripMenuItem_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(257, 6); // // customerSalesSummaryToolStripMenuItem // this.customerSalesSummaryToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.customerSalesSummaryToolStripMenuItem.Name = "customerSalesSummaryToolStripMenuItem"; this.customerSalesSummaryToolStripMenuItem.Size = new System.Drawing.Size(260, 26); this.customerSalesSummaryToolStripMenuItem.Text = "Customer Sales Summary"; this.customerSalesSummaryToolStripMenuItem.Click += new System.EventHandler(this.CustomerSalesSummaryToolStripMenuItem_Click); // // content // this.content.Controls.Add(this.pictureBox1); this.content.Dock = System.Windows.Forms.DockStyle.Fill; this.content.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.content.Location = new System.Drawing.Point(0, 65); this.content.Name = "content"; this.content.Size = new System.Drawing.Size(1056, 756); this.content.TabIndex = 2; // // pictureBox1 // this.pictureBox1.Anchor = System.Windows.Forms.AnchorStyles.None; this.pictureBox1.Image = global::BiskLog_Point_Of_Sale.Properties.Resources.Biskilog; this.pictureBox1.Location = new System.Drawing.Point(548, 298); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(200, 200); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // 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)(157)))), ((int)(((byte)(132))))); this.gradientPanel1.Controls.Add(this.label6); 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(1056, 36); this.gradientPanel1.TabIndex = 0; // // label6 // this.label6.BackColor = System.Drawing.Color.Transparent; this.label6.Dock = System.Windows.Forms.DockStyle.Fill; this.label6.Font = new System.Drawing.Font("Segoe UI", 15F); this.label6.ForeColor = System.Drawing.Color.White; this.label6.Location = new System.Drawing.Point(0, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(1056, 36); this.label6.TabIndex = 0; this.label6.Text = "Operational Reports"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // ReportsMain // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1056, 821); this.Controls.Add(this.content); this.Controls.Add(this.reportTabs); this.Controls.Add(this.gradientPanel1); this.Font = new System.Drawing.Font("Segoe UI", 12F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.miniToolStrip; this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "ReportsMain"; this.ShowIcon = false; this.ShowInTaskbar = false; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.ReportsMain_Load); this.reportTabs.ResumeLayout(false); this.reportTabs.PerformLayout(); this.content.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.gradientPanel1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Classes.gradientPanel gradientPanel1; private System.Windows.Forms.Label label6; private System.Windows.Forms.MenuStrip miniToolStrip; private System.Windows.Forms.MenuStrip reportTabs; private System.Windows.Forms.ToolStripMenuItem salesToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem bestOrWorstSellersToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem categorySummaryToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem mobileSalesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem productsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem summaryToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem productsListToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem inventoryValuationToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem categorySummaryToolStripMenuItem1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripMenuItem restockSummaryToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem priceAdjustmentSummaryToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem employeesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem employeeListToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripMenuItem employeeSalesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem employeeSalesGraphToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem customersToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem customerListToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripMenuItem customerSalesSummaryToolStripMenuItem; private System.Windows.Forms.Panel content; private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.ToolStripMenuItem dailySalesSummaryToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem dailySalesDetailedToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator6; } }