namespace AdvertsingProfitControl { partial class FrmMain { /// /// 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(FrmMain)); this.printPreviewButton = new System.Windows.Forms.Button(); this.mainMenu = new System.Windows.Forms.MenuStrip(); this.fileMainMenu = new System.Windows.Forms.ToolStripMenuItem(); this.exitFileMainMenu = new System.Windows.Forms.ToolStripMenuItem(); this.recordsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.addRecordsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.modifyRecordMainMenu = new System.Windows.Forms.ToolStripMenuItem(); this.deleteRecordsMainMenu = new System.Windows.Forms.ToolStripMenuItem(); this.toolsMainMenu = new System.Windows.Forms.ToolStripMenuItem(); this.adSpecialKeyWordsToolsMainMenu = new System.Windows.Forms.ToolStripMenuItem(); this.manageItemsToolsMainMenu = new System.Windows.Forms.ToolStripMenuItem(); this.helpMainMenu = new System.Windows.Forms.ToolStripMenuItem(); this.showHideConsoleHelpMainMenu = new System.Windows.Forms.ToolStripMenuItem(); this.dbVersionHelpMainMenu = new System.Windows.Forms.ToolStripMenuItem(); this.mainTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.commentMainTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.profitAnalysisMainGroupBox = new System.Windows.Forms.GroupBox(); this.errorLabel = new System.Windows.Forms.Label(); this.shrinkLinkLabel = new System.Windows.Forms.LinkLabel(); this.departmentSalesLabel = new System.Windows.Forms.Label(); this.totalProfitReturnLabel = new System.Windows.Forms.Label(); this.salesProducedLabel = new System.Windows.Forms.Label(); this.totalProfitReturnFromRemaingLabel = new System.Windows.Forms.Label(); this.remainingSalesLabel = new System.Windows.Forms.Label(); this.totalProfitFromAdItemsLabel = new System.Windows.Forms.Label(); this.weeklySalesGroupBox = new System.Windows.Forms.GroupBox(); this.saturdayWeeklySalesLabel = new System.Windows.Forms.Label(); this.totalWeeklySalesLabel = new System.Windows.Forms.Label(); this.thursdayWeeklySalesLabel = new System.Windows.Forms.Label(); this.fridayWeeklySalesLabel = new System.Windows.Forms.Label(); this.mondayWeeklySalesLabel = new System.Windows.Forms.Label(); this.tuesadayWeeklySalesLabel = new System.Windows.Forms.Label(); this.wednesdayWeeklySalesLabel = new System.Windows.Forms.Label(); this.sundayWeeklySalesLabel = new System.Windows.Forms.Label(); this.taxableGroupBox = new System.Windows.Forms.GroupBox(); this.mondayTaxableLabel = new System.Windows.Forms.Label(); this.tuesdayTaxableLabel = new System.Windows.Forms.Label(); this.saturdayTaxableLabel = new System.Windows.Forms.Label(); this.totalTaxableLabel = new System.Windows.Forms.Label(); this.fridayTaxableLabel = new System.Windows.Forms.Label(); this.thursdayTaxableLabel = new System.Windows.Forms.Label(); this.wednesdayTaxableLabel = new System.Windows.Forms.Label(); this.sundayTaxableLabel = new System.Windows.Forms.Label(); this.dateTimeGroupBox = new System.Windows.Forms.GroupBox(); this.monthCalendar = new System.Windows.Forms.MonthCalendar(); this.mainViewTabControl = new System.Windows.Forms.TabControl(); this.projectionTab = new System.Windows.Forms.TabPage(); this.projectionsDataGridView = new System.Windows.Forms.DataGridView(); this.inventoryTabPage = new System.Windows.Forms.TabPage(); this.inventoryDataGridView = new System.Windows.Forms.DataGridView(); this.actualSalesTab = new System.Windows.Forms.TabPage(); this.actualSalesMainLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.actualSalesDataGridView = new System.Windows.Forms.DataGridView(); this.suppliersTabPage = new System.Windows.Forms.TabPage(); this.invoicesDataGridView = new System.Windows.Forms.DataGridView(); this.commentsAndAnalysisLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.costAnalysisGroupBox = new System.Windows.Forms.GroupBox(); this.suppliesLabel = new System.Windows.Forms.Label(); this.salaryDollarsLabel = new System.Windows.Forms.Label(); this.salaryPercentageLabel = new System.Windows.Forms.Label(); this.salesPerManHourLabel = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.commentMainGroupBox = new System.Windows.Forms.GroupBox(); this.commentsTextBox = new System.Windows.Forms.TextBox(); this.grossProfitGroupBox = new System.Windows.Forms.GroupBox(); this.usePreRenderedFilesCheckbox = new System.Windows.Forms.CheckBox(); this.grossProfitLessCostOfSales = new System.Windows.Forms.Label(); this.grossProfitTotalSales = new System.Windows.Forms.Label(); this.grossProfitEstimatedWeeklyDeptmartmentExpenseLabel = new System.Windows.Forms.Label(); this.perfectGrossProfitLabel = new System.Windows.Forms.Label(); this.grossProfitDollarGrossProfitLabel = new System.Windows.Forms.Label(); this.mainMenu.SuspendLayout(); this.mainTableLayoutPanel.SuspendLayout(); this.commentMainTableLayoutPanel.SuspendLayout(); this.profitAnalysisMainGroupBox.SuspendLayout(); this.weeklySalesGroupBox.SuspendLayout(); this.taxableGroupBox.SuspendLayout(); this.dateTimeGroupBox.SuspendLayout(); this.mainViewTabControl.SuspendLayout(); this.projectionTab.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.projectionsDataGridView)).BeginInit(); this.inventoryTabPage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.inventoryDataGridView)).BeginInit(); this.actualSalesTab.SuspendLayout(); this.actualSalesMainLayoutPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.actualSalesDataGridView)).BeginInit(); this.suppliersTabPage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.invoicesDataGridView)).BeginInit(); this.commentsAndAnalysisLayoutPanel.SuspendLayout(); this.costAnalysisGroupBox.SuspendLayout(); this.commentMainGroupBox.SuspendLayout(); this.grossProfitGroupBox.SuspendLayout(); this.SuspendLayout(); // // printPreviewButton // this.printPreviewButton.Location = new System.Drawing.Point(313, 277); this.printPreviewButton.Name = "printPreviewButton"; this.printPreviewButton.Size = new System.Drawing.Size(138, 49); this.printPreviewButton.TabIndex = 4; this.printPreviewButton.Text = "Print Preview"; this.printPreviewButton.UseVisualStyleBackColor = true; this.printPreviewButton.Visible = false; this.printPreviewButton.Click += new System.EventHandler(this.DisplayPrintPreview); // // mainMenu // this.mainTableLayoutPanel.SetColumnSpan(this.mainMenu, 2); this.mainMenu.Dock = System.Windows.Forms.DockStyle.Fill; this.mainMenu.ImageScalingSize = new System.Drawing.Size(24, 24); this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileMainMenu, this.recordsToolStripMenuItem, this.toolsMainMenu, this.helpMainMenu}); this.mainMenu.Location = new System.Drawing.Point(0, 0); this.mainMenu.Name = "mainMenu"; this.mainMenu.Padding = new System.Windows.Forms.Padding(10, 3, 0, 3); this.mainMenu.Size = new System.Drawing.Size(1847, 40); this.mainMenu.TabIndex = 1; this.mainMenu.Text = "menuStrip1"; // // fileMainMenu // this.fileMainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.exitFileMainMenu}); this.fileMainMenu.Name = "fileMainMenu"; this.fileMainMenu.Size = new System.Drawing.Size(56, 34); this.fileMainMenu.Text = "&File"; // // exitFileMainMenu // this.exitFileMainMenu.Name = "exitFileMainMenu"; this.exitFileMainMenu.Size = new System.Drawing.Size(138, 34); this.exitFileMainMenu.Text = "E&xit"; // // recordsToolStripMenuItem // this.recordsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.addRecordsToolStripMenuItem, this.modifyRecordMainMenu, this.deleteRecordsMainMenu}); this.recordsToolStripMenuItem.Name = "recordsToolStripMenuItem"; this.recordsToolStripMenuItem.Size = new System.Drawing.Size(98, 34); this.recordsToolStripMenuItem.Text = "&Records"; // // addRecordsToolStripMenuItem // this.addRecordsToolStripMenuItem.Name = "addRecordsToolStripMenuItem"; this.addRecordsToolStripMenuItem.Size = new System.Drawing.Size(323, 34); this.addRecordsToolStripMenuItem.Text = "&Add New Record"; this.addRecordsToolStripMenuItem.Click += new System.EventHandler(this.addRecordToolStripMenuItem_Click); // // modifyRecordMainMenu // this.modifyRecordMainMenu.Name = "modifyRecordMainMenu"; this.modifyRecordMainMenu.Size = new System.Drawing.Size(323, 34); this.modifyRecordMainMenu.Text = "&Modify Existing Record "; this.modifyRecordMainMenu.Click += new System.EventHandler(this.modifyRecordMainMenu_Click); // // deleteRecordsMainMenu // this.deleteRecordsMainMenu.Enabled = false; this.deleteRecordsMainMenu.Name = "deleteRecordsMainMenu"; this.deleteRecordsMainMenu.Size = new System.Drawing.Size(323, 34); this.deleteRecordsMainMenu.Text = "&Delete Existing record"; this.deleteRecordsMainMenu.ToolTipText = "Currently Unavailable in this Version."; this.deleteRecordsMainMenu.Visible = false; this.deleteRecordsMainMenu.Click += new System.EventHandler(this.deleteRecordsMainMenu_Click); // // toolsMainMenu // this.toolsMainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.adSpecialKeyWordsToolsMainMenu, this.manageItemsToolsMainMenu}); this.toolsMainMenu.Name = "toolsMainMenu"; this.toolsMainMenu.Size = new System.Drawing.Size(72, 34); this.toolsMainMenu.Text = "&Tools"; // // adSpecialKeyWordsToolsMainMenu // this.adSpecialKeyWordsToolsMainMenu.Name = "adSpecialKeyWordsToolsMainMenu"; this.adSpecialKeyWordsToolsMainMenu.Size = new System.Drawing.Size(282, 34); this.adSpecialKeyWordsToolsMainMenu.Text = "&Register Ad Special"; // // manageItemsToolsMainMenu // this.manageItemsToolsMainMenu.Name = "manageItemsToolsMainMenu"; this.manageItemsToolsMainMenu.Size = new System.Drawing.Size(282, 34); this.manageItemsToolsMainMenu.Text = "&Manage Ad Items"; this.manageItemsToolsMainMenu.Click += new System.EventHandler(this.manageItemsToolsMainMenu_Click); // // helpMainMenu // this.helpMainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.showHideConsoleHelpMainMenu, this.dbVersionHelpMainMenu}); this.helpMainMenu.Name = "helpMainMenu"; this.helpMainMenu.Size = new System.Drawing.Size(68, 34); this.helpMainMenu.Text = "&Help"; // // showHideConsoleHelpMainMenu // this.showHideConsoleHelpMainMenu.Name = "showHideConsoleHelpMainMenu"; this.showHideConsoleHelpMainMenu.Size = new System.Drawing.Size(304, 34); this.showHideConsoleHelpMainMenu.Text = "&Show/Hide Console"; this.showHideConsoleHelpMainMenu.Click += new System.EventHandler(this.showHideConsoleHelpMainMenu_Click); // // dbVersionHelpMainMenu // this.dbVersionHelpMainMenu.Name = "dbVersionHelpMainMenu"; this.dbVersionHelpMainMenu.Size = new System.Drawing.Size(304, 34); this.dbVersionHelpMainMenu.Text = "Get &Database Version"; this.dbVersionHelpMainMenu.Click += new System.EventHandler(this.dbVersionHelpMainMenu_Click); // // mainTableLayoutPanel // this.mainTableLayoutPanel.ColumnCount = 2; this.mainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F)); this.mainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.mainTableLayoutPanel.Controls.Add(this.commentMainTableLayoutPanel, 0, 2); this.mainTableLayoutPanel.Controls.Add(this.mainMenu, 0, 0); this.mainTableLayoutPanel.Controls.Add(this.mainViewTabControl, 0, 1); this.mainTableLayoutPanel.Controls.Add(this.commentsAndAnalysisLayoutPanel, 1, 1); this.mainTableLayoutPanel.Controls.Add(this.grossProfitGroupBox, 1, 2); this.mainTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.mainTableLayoutPanel.Location = new System.Drawing.Point(0, 0); this.mainTableLayoutPanel.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.mainTableLayoutPanel.Name = "mainTableLayoutPanel"; this.mainTableLayoutPanel.RowCount = 3; this.mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F)); this.mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F)); this.mainTableLayoutPanel.Size = new System.Drawing.Size(1847, 892); this.mainTableLayoutPanel.TabIndex = 0; // // commentMainTableLayoutPanel // this.commentMainTableLayoutPanel.ColumnCount = 4; this.commentMainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 355F)); this.commentMainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 27.5F)); this.commentMainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 27.5F)); this.commentMainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 45F)); this.commentMainTableLayoutPanel.Controls.Add(this.profitAnalysisMainGroupBox, 3, 0); this.commentMainTableLayoutPanel.Controls.Add(this.weeklySalesGroupBox, 1, 0); this.commentMainTableLayoutPanel.Controls.Add(this.taxableGroupBox, 2, 0); this.commentMainTableLayoutPanel.Controls.Add(this.dateTimeGroupBox, 0, 0); this.commentMainTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.commentMainTableLayoutPanel.Location = new System.Drawing.Point(5, 557); this.commentMainTableLayoutPanel.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.commentMainTableLayoutPanel.Name = "commentMainTableLayoutPanel"; this.commentMainTableLayoutPanel.RowCount = 1; this.commentMainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.commentMainTableLayoutPanel.Size = new System.Drawing.Size(1375, 329); this.commentMainTableLayoutPanel.TabIndex = 5; // // profitAnalysisMainGroupBox // this.profitAnalysisMainGroupBox.Controls.Add(this.errorLabel); this.profitAnalysisMainGroupBox.Controls.Add(this.shrinkLinkLabel); this.profitAnalysisMainGroupBox.Controls.Add(this.departmentSalesLabel); this.profitAnalysisMainGroupBox.Controls.Add(this.totalProfitReturnLabel); this.profitAnalysisMainGroupBox.Controls.Add(this.salesProducedLabel); this.profitAnalysisMainGroupBox.Controls.Add(this.totalProfitReturnFromRemaingLabel); this.profitAnalysisMainGroupBox.Controls.Add(this.remainingSalesLabel); this.profitAnalysisMainGroupBox.Controls.Add(this.totalProfitFromAdItemsLabel); this.profitAnalysisMainGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.profitAnalysisMainGroupBox.Location = new System.Drawing.Point(918, 3); this.profitAnalysisMainGroupBox.Name = "profitAnalysisMainGroupBox"; this.profitAnalysisMainGroupBox.Size = new System.Drawing.Size(454, 323); this.profitAnalysisMainGroupBox.TabIndex = 2; this.profitAnalysisMainGroupBox.TabStop = false; this.profitAnalysisMainGroupBox.Text = "Profit Analysis"; // // errorLabel // this.errorLabel.AutoSize = true; this.errorLabel.Location = new System.Drawing.Point(11, 246); this.errorLabel.Name = "errorLabel"; this.errorLabel.Size = new System.Drawing.Size(0, 25); this.errorLabel.TabIndex = 8; // // shrinkLinkLabel // this.shrinkLinkLabel.AutoSize = true; this.shrinkLinkLabel.LinkArea = new System.Windows.Forms.LinkArea(20, 6); this.shrinkLinkLabel.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline; this.shrinkLinkLabel.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192))))); this.shrinkLinkLabel.Location = new System.Drawing.Point(11, 29); this.shrinkLinkLabel.Name = "shrinkLinkLabel"; this.shrinkLinkLabel.Size = new System.Drawing.Size(272, 27); this.shrinkLinkLabel.TabIndex = 6; this.shrinkLinkLabel.TabStop = true; this.shrinkLinkLabel.Text = "Assuming 30% Shrink Change"; this.shrinkLinkLabel.UseCompatibleTextRendering = true; // // departmentSalesLabel // this.departmentSalesLabel.AutoSize = true; this.departmentSalesLabel.Location = new System.Drawing.Point(11, 61); this.departmentSalesLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.departmentSalesLabel.Name = "departmentSalesLabel"; this.departmentSalesLabel.Size = new System.Drawing.Size(179, 25); this.departmentSalesLabel.TabIndex = 0; this.departmentSalesLabel.Text = "Department Sales: "; // // totalProfitReturnLabel // this.totalProfitReturnLabel.AutoSize = true; this.totalProfitReturnLabel.Location = new System.Drawing.Point(11, 221); this.totalProfitReturnLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.totalProfitReturnLabel.Name = "totalProfitReturnLabel"; this.totalProfitReturnLabel.Size = new System.Drawing.Size(178, 25); this.totalProfitReturnLabel.TabIndex = 5; this.totalProfitReturnLabel.Text = "Total Profit Return: "; // // salesProducedLabel // this.salesProducedLabel.AutoSize = true; this.salesProducedLabel.Location = new System.Drawing.Point(11, 93); this.salesProducedLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.salesProducedLabel.Name = "salesProducedLabel"; this.salesProducedLabel.Size = new System.Drawing.Size(300, 25); this.salesProducedLabel.TabIndex = 1; this.salesProducedLabel.Text = "Sales Produced By Ad Items (A):"; // // totalProfitReturnFromRemaingLabel // this.totalProfitReturnFromRemaingLabel.AutoSize = true; this.totalProfitReturnFromRemaingLabel.Location = new System.Drawing.Point(11, 189); this.totalProfitReturnFromRemaingLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.totalProfitReturnFromRemaingLabel.Name = "totalProfitReturnFromRemaingLabel"; this.totalProfitReturnFromRemaingLabel.Size = new System.Drawing.Size(380, 25); this.totalProfitReturnFromRemaingLabel.TabIndex = 4; this.totalProfitReturnFromRemaingLabel.Text = "Total Profit Return From Remaining Sales: "; // // remainingSalesLabel // this.remainingSalesLabel.AutoSize = true; this.remainingSalesLabel.Location = new System.Drawing.Point(11, 125); this.remainingSalesLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.remainingSalesLabel.Name = "remainingSalesLabel"; this.remainingSalesLabel.Size = new System.Drawing.Size(170, 25); this.remainingSalesLabel.TabIndex = 2; this.remainingSalesLabel.Text = "Remaining Sales: "; // // totalProfitFromAdItemsLabel // this.totalProfitFromAdItemsLabel.AutoSize = true; this.totalProfitFromAdItemsLabel.Location = new System.Drawing.Point(11, 157); this.totalProfitFromAdItemsLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.totalProfitFromAdItemsLabel.Name = "totalProfitFromAdItemsLabel"; this.totalProfitFromAdItemsLabel.Size = new System.Drawing.Size(342, 25); this.totalProfitFromAdItemsLabel.TabIndex = 3; this.totalProfitFromAdItemsLabel.Text = "Total Profit Return From Ad Items (B): "; // // weeklySalesGroupBox // this.weeklySalesGroupBox.Controls.Add(this.saturdayWeeklySalesLabel); this.weeklySalesGroupBox.Controls.Add(this.totalWeeklySalesLabel); this.weeklySalesGroupBox.Controls.Add(this.thursdayWeeklySalesLabel); this.weeklySalesGroupBox.Controls.Add(this.fridayWeeklySalesLabel); this.weeklySalesGroupBox.Controls.Add(this.mondayWeeklySalesLabel); this.weeklySalesGroupBox.Controls.Add(this.tuesadayWeeklySalesLabel); this.weeklySalesGroupBox.Controls.Add(this.wednesdayWeeklySalesLabel); this.weeklySalesGroupBox.Controls.Add(this.sundayWeeklySalesLabel); this.weeklySalesGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.weeklySalesGroupBox.Location = new System.Drawing.Point(358, 3); this.weeklySalesGroupBox.Name = "weeklySalesGroupBox"; this.weeklySalesGroupBox.Size = new System.Drawing.Size(274, 323); this.weeklySalesGroupBox.TabIndex = 3; this.weeklySalesGroupBox.TabStop = false; this.weeklySalesGroupBox.Text = "Weekly Sales"; // // saturdayWeeklySalesLabel // this.saturdayWeeklySalesLabel.AutoSize = true; this.saturdayWeeklySalesLabel.Location = new System.Drawing.Point(7, 221); this.saturdayWeeklySalesLabel.Name = "saturdayWeeklySalesLabel"; this.saturdayWeeklySalesLabel.Size = new System.Drawing.Size(97, 25); this.saturdayWeeklySalesLabel.TabIndex = 7; this.saturdayWeeklySalesLabel.Text = "Saturday:"; // // totalWeeklySalesLabel // this.totalWeeklySalesLabel.AutoSize = true; this.totalWeeklySalesLabel.Location = new System.Drawing.Point(7, 253); this.totalWeeklySalesLabel.Name = "totalWeeklySalesLabel"; this.totalWeeklySalesLabel.Size = new System.Drawing.Size(117, 25); this.totalWeeklySalesLabel.TabIndex = 6; this.totalWeeklySalesLabel.Text = "Total Sales:"; // // thursdayWeeklySalesLabel // this.thursdayWeeklySalesLabel.AutoSize = true; this.thursdayWeeklySalesLabel.Location = new System.Drawing.Point(7, 157); this.thursdayWeeklySalesLabel.Name = "thursdayWeeklySalesLabel"; this.thursdayWeeklySalesLabel.Size = new System.Drawing.Size(101, 25); this.thursdayWeeklySalesLabel.TabIndex = 5; this.thursdayWeeklySalesLabel.Text = "Thursday:"; // // fridayWeeklySalesLabel // this.fridayWeeklySalesLabel.AutoSize = true; this.fridayWeeklySalesLabel.Location = new System.Drawing.Point(7, 189); this.fridayWeeklySalesLabel.Name = "fridayWeeklySalesLabel"; this.fridayWeeklySalesLabel.Size = new System.Drawing.Size(72, 25); this.fridayWeeklySalesLabel.TabIndex = 4; this.fridayWeeklySalesLabel.Text = "Friday:"; // // mondayWeeklySalesLabel // this.mondayWeeklySalesLabel.AutoSize = true; this.mondayWeeklySalesLabel.Location = new System.Drawing.Point(7, 61); this.mondayWeeklySalesLabel.Name = "mondayWeeklySalesLabel"; this.mondayWeeklySalesLabel.Size = new System.Drawing.Size(89, 25); this.mondayWeeklySalesLabel.TabIndex = 3; this.mondayWeeklySalesLabel.Text = "Monday:"; // // tuesadayWeeklySalesLabel // this.tuesadayWeeklySalesLabel.AutoSize = true; this.tuesadayWeeklySalesLabel.Location = new System.Drawing.Point(7, 93); this.tuesadayWeeklySalesLabel.Name = "tuesadayWeeklySalesLabel"; this.tuesadayWeeklySalesLabel.Size = new System.Drawing.Size(95, 25); this.tuesadayWeeklySalesLabel.TabIndex = 2; this.tuesadayWeeklySalesLabel.Text = "Tuesday:"; // // wednesdayWeeklySalesLabel // this.wednesdayWeeklySalesLabel.AutoSize = true; this.wednesdayWeeklySalesLabel.Location = new System.Drawing.Point(7, 125); this.wednesdayWeeklySalesLabel.Name = "wednesdayWeeklySalesLabel"; this.wednesdayWeeklySalesLabel.Size = new System.Drawing.Size(124, 25); this.wednesdayWeeklySalesLabel.TabIndex = 1; this.wednesdayWeeklySalesLabel.Text = "Wednesday:"; // // sundayWeeklySalesLabel // this.sundayWeeklySalesLabel.AutoSize = true; this.sundayWeeklySalesLabel.Location = new System.Drawing.Point(7, 29); this.sundayWeeklySalesLabel.Name = "sundayWeeklySalesLabel"; this.sundayWeeklySalesLabel.Size = new System.Drawing.Size(86, 25); this.sundayWeeklySalesLabel.TabIndex = 0; this.sundayWeeklySalesLabel.Text = "Sunday:"; // // taxableGroupBox // this.taxableGroupBox.Controls.Add(this.mondayTaxableLabel); this.taxableGroupBox.Controls.Add(this.tuesdayTaxableLabel); this.taxableGroupBox.Controls.Add(this.saturdayTaxableLabel); this.taxableGroupBox.Controls.Add(this.totalTaxableLabel); this.taxableGroupBox.Controls.Add(this.fridayTaxableLabel); this.taxableGroupBox.Controls.Add(this.thursdayTaxableLabel); this.taxableGroupBox.Controls.Add(this.wednesdayTaxableLabel); this.taxableGroupBox.Controls.Add(this.sundayTaxableLabel); this.taxableGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.taxableGroupBox.Location = new System.Drawing.Point(638, 3); this.taxableGroupBox.Name = "taxableGroupBox"; this.taxableGroupBox.Size = new System.Drawing.Size(274, 323); this.taxableGroupBox.TabIndex = 4; this.taxableGroupBox.TabStop = false; this.taxableGroupBox.Text = "Taxable"; // // mondayTaxableLabel // this.mondayTaxableLabel.AutoSize = true; this.mondayTaxableLabel.Location = new System.Drawing.Point(6, 67); this.mondayTaxableLabel.Name = "mondayTaxableLabel"; this.mondayTaxableLabel.Size = new System.Drawing.Size(89, 25); this.mondayTaxableLabel.TabIndex = 7; this.mondayTaxableLabel.Text = "Monday:"; // // tuesdayTaxableLabel // this.tuesdayTaxableLabel.AutoSize = true; this.tuesdayTaxableLabel.Location = new System.Drawing.Point(6, 100); this.tuesdayTaxableLabel.Name = "tuesdayTaxableLabel"; this.tuesdayTaxableLabel.Size = new System.Drawing.Size(95, 25); this.tuesdayTaxableLabel.TabIndex = 6; this.tuesdayTaxableLabel.Text = "Tuesday:"; // // saturdayTaxableLabel // this.saturdayTaxableLabel.AutoSize = true; this.saturdayTaxableLabel.Location = new System.Drawing.Point(6, 232); this.saturdayTaxableLabel.Name = "saturdayTaxableLabel"; this.saturdayTaxableLabel.Size = new System.Drawing.Size(97, 25); this.saturdayTaxableLabel.TabIndex = 5; this.saturdayTaxableLabel.Text = "Saturday:"; // // totalTaxableLabel // this.totalTaxableLabel.AutoSize = true; this.totalTaxableLabel.Location = new System.Drawing.Point(6, 265); this.totalTaxableLabel.Name = "totalTaxableLabel"; this.totalTaxableLabel.Size = new System.Drawing.Size(62, 25); this.totalTaxableLabel.TabIndex = 4; this.totalTaxableLabel.Text = "Total:"; // // fridayTaxableLabel // this.fridayTaxableLabel.AutoSize = true; this.fridayTaxableLabel.Location = new System.Drawing.Point(6, 199); this.fridayTaxableLabel.Name = "fridayTaxableLabel"; this.fridayTaxableLabel.Size = new System.Drawing.Size(72, 25); this.fridayTaxableLabel.TabIndex = 3; this.fridayTaxableLabel.Text = "Friday:"; // // thursdayTaxableLabel // this.thursdayTaxableLabel.AutoSize = true; this.thursdayTaxableLabel.Location = new System.Drawing.Point(6, 166); this.thursdayTaxableLabel.Name = "thursdayTaxableLabel"; this.thursdayTaxableLabel.Size = new System.Drawing.Size(101, 25); this.thursdayTaxableLabel.TabIndex = 2; this.thursdayTaxableLabel.Text = "Thursday:"; // // wednesdayTaxableLabel // this.wednesdayTaxableLabel.AutoSize = true; this.wednesdayTaxableLabel.Location = new System.Drawing.Point(6, 133); this.wednesdayTaxableLabel.Name = "wednesdayTaxableLabel"; this.wednesdayTaxableLabel.Size = new System.Drawing.Size(124, 25); this.wednesdayTaxableLabel.TabIndex = 1; this.wednesdayTaxableLabel.Text = "Wednesday:"; // // sundayTaxableLabel // this.sundayTaxableLabel.AutoSize = true; this.sundayTaxableLabel.Location = new System.Drawing.Point(6, 31); this.sundayTaxableLabel.Name = "sundayTaxableLabel"; this.sundayTaxableLabel.Size = new System.Drawing.Size(86, 25); this.sundayTaxableLabel.TabIndex = 0; this.sundayTaxableLabel.Text = "Sunday:"; // // dateTimeGroupBox // this.dateTimeGroupBox.Controls.Add(this.monthCalendar); this.dateTimeGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.dateTimeGroupBox.Location = new System.Drawing.Point(3, 3); this.dateTimeGroupBox.Name = "dateTimeGroupBox"; this.dateTimeGroupBox.Size = new System.Drawing.Size(349, 323); this.dateTimeGroupBox.TabIndex = 5; this.dateTimeGroupBox.TabStop = false; // // monthCalendar // this.monthCalendar.Location = new System.Drawing.Point(0, 23); this.monthCalendar.MaxSelectionCount = 1; this.monthCalendar.Name = "monthCalendar"; this.monthCalendar.ShowTodayCircle = false; this.monthCalendar.TabIndex = 0; // // mainViewTabControl // this.mainViewTabControl.Controls.Add(this.projectionTab); this.mainViewTabControl.Controls.Add(this.inventoryTabPage); this.mainViewTabControl.Controls.Add(this.actualSalesTab); this.mainViewTabControl.Controls.Add(this.suppliersTabPage); this.mainViewTabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.mainViewTabControl.Location = new System.Drawing.Point(5, 46); this.mainViewTabControl.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.mainViewTabControl.Name = "mainViewTabControl"; this.mainViewTabControl.SelectedIndex = 0; this.mainViewTabControl.Size = new System.Drawing.Size(1375, 499); this.mainViewTabControl.TabIndex = 3; // // projectionTab // this.projectionTab.Controls.Add(this.projectionsDataGridView); this.projectionTab.Location = new System.Drawing.Point(4, 33); this.projectionTab.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.projectionTab.Name = "projectionTab"; this.projectionTab.Padding = new System.Windows.Forms.Padding(5, 6, 5, 6); this.projectionTab.Size = new System.Drawing.Size(1367, 462); this.projectionTab.TabIndex = 0; this.projectionTab.Text = "Projections"; this.projectionTab.UseVisualStyleBackColor = true; // // projectionsDataGridView // this.projectionsDataGridView.AllowUserToAddRows = false; this.projectionsDataGridView.AllowUserToDeleteRows = false; this.projectionsDataGridView.AllowUserToResizeRows = false; this.projectionsDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.projectionsDataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; this.projectionsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.projectionsDataGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.projectionsDataGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnKeystroke; this.projectionsDataGridView.Location = new System.Drawing.Point(5, 6); this.projectionsDataGridView.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.projectionsDataGridView.Name = "projectionsDataGridView"; this.projectionsDataGridView.ReadOnly = true; this.projectionsDataGridView.RowHeadersVisible = false; this.projectionsDataGridView.ShowCellErrors = false; this.projectionsDataGridView.ShowRowErrors = false; this.projectionsDataGridView.Size = new System.Drawing.Size(1357, 450); this.projectionsDataGridView.TabIndex = 0; // // inventoryTabPage // this.inventoryTabPage.Controls.Add(this.inventoryDataGridView); this.inventoryTabPage.Location = new System.Drawing.Point(4, 33); this.inventoryTabPage.Name = "inventoryTabPage"; this.inventoryTabPage.Padding = new System.Windows.Forms.Padding(3); this.inventoryTabPage.Size = new System.Drawing.Size(1367, 462); this.inventoryTabPage.TabIndex = 4; this.inventoryTabPage.Text = "Inventory"; this.inventoryTabPage.UseVisualStyleBackColor = true; // // inventoryDataGridView // this.inventoryDataGridView.AllowUserToAddRows = false; this.inventoryDataGridView.AllowUserToDeleteRows = false; this.inventoryDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.inventoryDataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; this.inventoryDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.inventoryDataGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.inventoryDataGridView.Location = new System.Drawing.Point(3, 3); this.inventoryDataGridView.Name = "inventoryDataGridView"; this.inventoryDataGridView.ReadOnly = true; this.inventoryDataGridView.RowHeadersVisible = false; this.inventoryDataGridView.RowTemplate.Height = 28; this.inventoryDataGridView.ShowRowErrors = false; this.inventoryDataGridView.Size = new System.Drawing.Size(1361, 456); this.inventoryDataGridView.TabIndex = 0; // // actualSalesTab // this.actualSalesTab.Controls.Add(this.actualSalesMainLayoutPanel); this.actualSalesTab.Location = new System.Drawing.Point(4, 33); this.actualSalesTab.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.actualSalesTab.Name = "actualSalesTab"; this.actualSalesTab.Size = new System.Drawing.Size(1367, 462); this.actualSalesTab.TabIndex = 2; this.actualSalesTab.Text = "Actual Sales"; this.actualSalesTab.UseVisualStyleBackColor = true; // // actualSalesMainLayoutPanel // this.actualSalesMainLayoutPanel.ColumnCount = 1; this.actualSalesMainLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.actualSalesMainLayoutPanel.Controls.Add(this.actualSalesDataGridView, 0, 0); this.actualSalesMainLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.actualSalesMainLayoutPanel.Location = new System.Drawing.Point(0, 0); this.actualSalesMainLayoutPanel.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.actualSalesMainLayoutPanel.Name = "actualSalesMainLayoutPanel"; this.actualSalesMainLayoutPanel.RowCount = 1; this.actualSalesMainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.actualSalesMainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 462F)); this.actualSalesMainLayoutPanel.Size = new System.Drawing.Size(1367, 462); this.actualSalesMainLayoutPanel.TabIndex = 0; // // actualSalesDataGridView // this.actualSalesDataGridView.AllowUserToAddRows = false; this.actualSalesDataGridView.AllowUserToDeleteRows = false; this.actualSalesDataGridView.AllowUserToResizeRows = false; this.actualSalesDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.actualSalesDataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; this.actualSalesDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.actualSalesDataGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.actualSalesDataGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnKeystroke; this.actualSalesDataGridView.Location = new System.Drawing.Point(5, 6); this.actualSalesDataGridView.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.actualSalesDataGridView.Name = "actualSalesDataGridView"; this.actualSalesDataGridView.ReadOnly = true; this.actualSalesDataGridView.RowHeadersVisible = false; this.actualSalesDataGridView.ShowCellErrors = false; this.actualSalesDataGridView.ShowRowErrors = false; this.actualSalesDataGridView.Size = new System.Drawing.Size(1357, 450); this.actualSalesDataGridView.TabIndex = 1; // // suppliersTabPage // this.suppliersTabPage.Controls.Add(this.invoicesDataGridView); this.suppliersTabPage.Location = new System.Drawing.Point(4, 33); this.suppliersTabPage.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.suppliersTabPage.Name = "suppliersTabPage"; this.suppliersTabPage.Padding = new System.Windows.Forms.Padding(5, 6, 5, 6); this.suppliersTabPage.Size = new System.Drawing.Size(1367, 462); this.suppliersTabPage.TabIndex = 1; this.suppliersTabPage.Text = "Invoices"; this.suppliersTabPage.UseVisualStyleBackColor = true; // // invoicesDataGridView // this.invoicesDataGridView.AllowUserToAddRows = false; this.invoicesDataGridView.AllowUserToDeleteRows = false; this.invoicesDataGridView.AllowUserToResizeRows = false; this.invoicesDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.invoicesDataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; this.invoicesDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.invoicesDataGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.invoicesDataGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnKeystroke; this.invoicesDataGridView.Location = new System.Drawing.Point(5, 6); this.invoicesDataGridView.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.invoicesDataGridView.Name = "invoicesDataGridView"; this.invoicesDataGridView.ReadOnly = true; this.invoicesDataGridView.RowHeadersVisible = false; this.invoicesDataGridView.Size = new System.Drawing.Size(1357, 450); this.invoicesDataGridView.TabIndex = 0; // // commentsAndAnalysisLayoutPanel // this.commentsAndAnalysisLayoutPanel.ColumnCount = 1; this.commentsAndAnalysisLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.commentsAndAnalysisLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.commentsAndAnalysisLayoutPanel.Controls.Add(this.costAnalysisGroupBox, 0, 1); this.commentsAndAnalysisLayoutPanel.Controls.Add(this.commentMainGroupBox, 0, 0); this.commentsAndAnalysisLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.commentsAndAnalysisLayoutPanel.Location = new System.Drawing.Point(1388, 43); this.commentsAndAnalysisLayoutPanel.Name = "commentsAndAnalysisLayoutPanel"; this.commentsAndAnalysisLayoutPanel.RowCount = 2; this.commentsAndAnalysisLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.commentsAndAnalysisLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.commentsAndAnalysisLayoutPanel.Size = new System.Drawing.Size(456, 505); this.commentsAndAnalysisLayoutPanel.TabIndex = 6; // // costAnalysisGroupBox // this.costAnalysisGroupBox.Controls.Add(this.suppliesLabel); this.costAnalysisGroupBox.Controls.Add(this.salaryDollarsLabel); this.costAnalysisGroupBox.Controls.Add(this.salaryPercentageLabel); this.costAnalysisGroupBox.Controls.Add(this.salesPerManHourLabel); this.costAnalysisGroupBox.Controls.Add(this.button1); this.costAnalysisGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.costAnalysisGroupBox.Location = new System.Drawing.Point(3, 255); this.costAnalysisGroupBox.Name = "costAnalysisGroupBox"; this.costAnalysisGroupBox.Size = new System.Drawing.Size(450, 247); this.costAnalysisGroupBox.TabIndex = 4; this.costAnalysisGroupBox.TabStop = false; this.costAnalysisGroupBox.Text = "Cost Analysis"; // // suppliesLabel // this.suppliesLabel.AutoSize = true; this.suppliesLabel.Location = new System.Drawing.Point(8, 149); this.suppliesLabel.Name = "suppliesLabel"; this.suppliesLabel.Size = new System.Drawing.Size(94, 25); this.suppliesLabel.TabIndex = 8; this.suppliesLabel.Text = "Supplies:"; // // salaryDollarsLabel // this.salaryDollarsLabel.AutoSize = true; this.salaryDollarsLabel.Location = new System.Drawing.Point(8, 109); this.salaryDollarsLabel.Name = "salaryDollarsLabel"; this.salaryDollarsLabel.Size = new System.Drawing.Size(139, 25); this.salaryDollarsLabel.TabIndex = 7; this.salaryDollarsLabel.Text = "Salary Dollars:"; // // salaryPercentageLabel // this.salaryPercentageLabel.AutoSize = true; this.salaryPercentageLabel.Location = new System.Drawing.Point(8, 69); this.salaryPercentageLabel.Name = "salaryPercentageLabel"; this.salaryPercentageLabel.Size = new System.Drawing.Size(179, 25); this.salaryPercentageLabel.TabIndex = 6; this.salaryPercentageLabel.Text = "Salary Percentage:"; // // salesPerManHourLabel // this.salesPerManHourLabel.AutoSize = true; this.salesPerManHourLabel.Location = new System.Drawing.Point(8, 29); this.salesPerManHourLabel.Name = "salesPerManHourLabel"; this.salesPerManHourLabel.Size = new System.Drawing.Size(194, 25); this.salesPerManHourLabel.TabIndex = 5; this.salesPerManHourLabel.Text = "Sales Per Man Hour:"; // // button1 // this.button1.Location = new System.Drawing.Point(37, 303); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(138, 49); this.button1.TabIndex = 4; this.button1.Text = "Print Preview"; this.button1.UseVisualStyleBackColor = true; this.button1.Visible = false; // // commentMainGroupBox // this.commentMainGroupBox.Controls.Add(this.commentsTextBox); this.commentMainGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.commentMainGroupBox.Location = new System.Drawing.Point(5, 6); this.commentMainGroupBox.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.commentMainGroupBox.Name = "commentMainGroupBox"; this.commentMainGroupBox.Padding = new System.Windows.Forms.Padding(5, 6, 5, 6); this.commentMainGroupBox.Size = new System.Drawing.Size(446, 240); this.commentMainGroupBox.TabIndex = 1; this.commentMainGroupBox.TabStop = false; this.commentMainGroupBox.Text = "Comments"; // // commentsTextBox // this.commentsTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.commentsTextBox.Enabled = false; this.commentsTextBox.Location = new System.Drawing.Point(5, 28); this.commentsTextBox.Multiline = true; this.commentsTextBox.Name = "commentsTextBox"; this.commentsTextBox.ReadOnly = true; this.commentsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.commentsTextBox.Size = new System.Drawing.Size(436, 206); this.commentsTextBox.TabIndex = 0; // // grossProfitGroupBox // this.grossProfitGroupBox.Controls.Add(this.usePreRenderedFilesCheckbox); this.grossProfitGroupBox.Controls.Add(this.grossProfitLessCostOfSales); this.grossProfitGroupBox.Controls.Add(this.printPreviewButton); this.grossProfitGroupBox.Controls.Add(this.grossProfitTotalSales); this.grossProfitGroupBox.Controls.Add(this.grossProfitEstimatedWeeklyDeptmartmentExpenseLabel); this.grossProfitGroupBox.Controls.Add(this.perfectGrossProfitLabel); this.grossProfitGroupBox.Controls.Add(this.grossProfitDollarGrossProfitLabel); this.grossProfitGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.grossProfitGroupBox.Location = new System.Drawing.Point(1388, 554); this.grossProfitGroupBox.Name = "grossProfitGroupBox"; this.grossProfitGroupBox.Size = new System.Drawing.Size(456, 335); this.grossProfitGroupBox.TabIndex = 7; this.grossProfitGroupBox.TabStop = false; this.grossProfitGroupBox.Text = "Gross Profit"; // // usePreRenderedFilesCheckbox // this.usePreRenderedFilesCheckbox.AutoSize = true; this.usePreRenderedFilesCheckbox.Location = new System.Drawing.Point(40, 288); this.usePreRenderedFilesCheckbox.Name = "usePreRenderedFilesCheckbox"; this.usePreRenderedFilesCheckbox.Size = new System.Drawing.Size(239, 29); this.usePreRenderedFilesCheckbox.TabIndex = 5; this.usePreRenderedFilesCheckbox.Text = "Use Pre-rendered Files"; this.usePreRenderedFilesCheckbox.UseVisualStyleBackColor = true; this.usePreRenderedFilesCheckbox.Visible = false; // // grossProfitLessCostOfSales // this.grossProfitLessCostOfSales.AutoSize = true; this.grossProfitLessCostOfSales.Location = new System.Drawing.Point(6, 67); this.grossProfitLessCostOfSales.Name = "grossProfitLessCostOfSales"; this.grossProfitLessCostOfSales.Size = new System.Drawing.Size(187, 25); this.grossProfitLessCostOfSales.TabIndex = 1; this.grossProfitLessCostOfSales.Text = "Less Cost of Sales: "; // // grossProfitTotalSales // this.grossProfitTotalSales.AutoSize = true; this.grossProfitTotalSales.Location = new System.Drawing.Point(6, 35); this.grossProfitTotalSales.Name = "grossProfitTotalSales"; this.grossProfitTotalSales.Size = new System.Drawing.Size(122, 25); this.grossProfitTotalSales.TabIndex = 0; this.grossProfitTotalSales.Text = "Total Sales: "; // // grossProfitEstimatedWeeklyDeptmartmentExpenseLabel // this.grossProfitEstimatedWeeklyDeptmartmentExpenseLabel.AutoSize = true; this.grossProfitEstimatedWeeklyDeptmartmentExpenseLabel.Location = new System.Drawing.Point(6, 163); this.grossProfitEstimatedWeeklyDeptmartmentExpenseLabel.Name = "grossProfitEstimatedWeeklyDeptmartmentExpenseLabel"; this.grossProfitEstimatedWeeklyDeptmartmentExpenseLabel.Size = new System.Drawing.Size(368, 25); this.grossProfitEstimatedWeeklyDeptmartmentExpenseLabel.TabIndex = 4; this.grossProfitEstimatedWeeklyDeptmartmentExpenseLabel.Text = "Estimated Weekly Department Expense: "; // // perfectGrossProfitLabel // this.perfectGrossProfitLabel.AutoSize = true; this.perfectGrossProfitLabel.Location = new System.Drawing.Point(6, 131); this.perfectGrossProfitLabel.Name = "perfectGrossProfitLabel"; this.perfectGrossProfitLabel.Size = new System.Drawing.Size(196, 25); this.perfectGrossProfitLabel.TabIndex = 3; this.perfectGrossProfitLabel.Text = "Percent Gross Profit: "; // // grossProfitDollarGrossProfitLabel // this.grossProfitDollarGrossProfitLabel.AutoSize = true; this.grossProfitDollarGrossProfitLabel.Location = new System.Drawing.Point(6, 99); this.grossProfitDollarGrossProfitLabel.Name = "grossProfitDollarGrossProfitLabel"; this.grossProfitDollarGrossProfitLabel.Size = new System.Drawing.Size(179, 25); this.grossProfitDollarGrossProfitLabel.TabIndex = 2; this.grossProfitDollarGrossProfitLabel.Text = "Dollar Gross Profit: "; // // FrmMain // this.AutoScaleDimensions = new System.Drawing.SizeF(168F, 168F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(1847, 892); this.Controls.Add(this.mainTableLayoutPanel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.MaximizeBox = false; this.Name = "FrmMain"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Advertising Profit Control"; this.Load += new System.EventHandler(this.frmMain_Load); this.mainMenu.ResumeLayout(false); this.mainMenu.PerformLayout(); this.mainTableLayoutPanel.ResumeLayout(false); this.mainTableLayoutPanel.PerformLayout(); this.commentMainTableLayoutPanel.ResumeLayout(false); this.profitAnalysisMainGroupBox.ResumeLayout(false); this.profitAnalysisMainGroupBox.PerformLayout(); this.weeklySalesGroupBox.ResumeLayout(false); this.weeklySalesGroupBox.PerformLayout(); this.taxableGroupBox.ResumeLayout(false); this.taxableGroupBox.PerformLayout(); this.dateTimeGroupBox.ResumeLayout(false); this.mainViewTabControl.ResumeLayout(false); this.projectionTab.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.projectionsDataGridView)).EndInit(); this.inventoryTabPage.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.inventoryDataGridView)).EndInit(); this.actualSalesTab.ResumeLayout(false); this.actualSalesMainLayoutPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.actualSalesDataGridView)).EndInit(); this.suppliersTabPage.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.invoicesDataGridView)).EndInit(); this.commentsAndAnalysisLayoutPanel.ResumeLayout(false); this.costAnalysisGroupBox.ResumeLayout(false); this.costAnalysisGroupBox.PerformLayout(); this.commentMainGroupBox.ResumeLayout(false); this.commentMainGroupBox.PerformLayout(); this.grossProfitGroupBox.ResumeLayout(false); this.grossProfitGroupBox.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button printPreviewButton; private System.Windows.Forms.MenuStrip mainMenu; private System.Windows.Forms.TableLayoutPanel mainTableLayoutPanel; private System.Windows.Forms.TableLayoutPanel commentMainTableLayoutPanel; private System.Windows.Forms.LinkLabel shrinkLinkLabel; private System.Windows.Forms.Label totalProfitReturnLabel; private System.Windows.Forms.Label totalProfitReturnFromRemaingLabel; private System.Windows.Forms.Label totalProfitFromAdItemsLabel; private System.Windows.Forms.Label remainingSalesLabel; private System.Windows.Forms.Label salesProducedLabel; private System.Windows.Forms.Label departmentSalesLabel; private System.Windows.Forms.Label grossProfitEstimatedWeeklyDeptmartmentExpenseLabel; private System.Windows.Forms.Label grossProfitDollarGrossProfitLabel; private System.Windows.Forms.Label perfectGrossProfitLabel; private System.Windows.Forms.Label grossProfitTotalSales; private System.Windows.Forms.Label grossProfitLessCostOfSales; private System.Windows.Forms.CheckBox usePreRenderedFilesCheckbox; private System.Windows.Forms.TableLayoutPanel commentsAndAnalysisLayoutPanel; private System.Windows.Forms.GroupBox commentMainGroupBox; private System.Windows.Forms.TextBox commentsTextBox; private System.Windows.Forms.ToolStripMenuItem fileMainMenu; private System.Windows.Forms.ToolStripMenuItem exitFileMainMenu; private System.Windows.Forms.ToolStripMenuItem recordsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem addRecordsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem modifyRecordMainMenu; private System.Windows.Forms.ToolStripMenuItem deleteRecordsMainMenu; private System.Windows.Forms.ToolStripMenuItem toolsMainMenu; private System.Windows.Forms.ToolStripMenuItem adSpecialKeyWordsToolsMainMenu; private System.Windows.Forms.ToolStripMenuItem manageItemsToolsMainMenu; private System.Windows.Forms.ToolStripMenuItem helpMainMenu; private System.Windows.Forms.ToolStripMenuItem showHideConsoleHelpMainMenu; private System.Windows.Forms.ToolStripMenuItem dbVersionHelpMainMenu; private System.Windows.Forms.GroupBox profitAnalysisMainGroupBox; private System.Windows.Forms.GroupBox weeklySalesGroupBox; private System.Windows.Forms.Label saturdayWeeklySalesLabel; private System.Windows.Forms.Label totalWeeklySalesLabel; private System.Windows.Forms.Label thursdayWeeklySalesLabel; private System.Windows.Forms.Label fridayWeeklySalesLabel; private System.Windows.Forms.Label mondayWeeklySalesLabel; private System.Windows.Forms.Label tuesadayWeeklySalesLabel; private System.Windows.Forms.Label wednesdayWeeklySalesLabel; private System.Windows.Forms.Label sundayWeeklySalesLabel; private System.Windows.Forms.GroupBox taxableGroupBox; private System.Windows.Forms.Label mondayTaxableLabel; private System.Windows.Forms.Label tuesdayTaxableLabel; private System.Windows.Forms.Label saturdayTaxableLabel; private System.Windows.Forms.Label totalTaxableLabel; private System.Windows.Forms.Label fridayTaxableLabel; private System.Windows.Forms.Label thursdayTaxableLabel; private System.Windows.Forms.Label wednesdayTaxableLabel; private System.Windows.Forms.Label sundayTaxableLabel; private System.Windows.Forms.GroupBox dateTimeGroupBox; private System.Windows.Forms.MonthCalendar monthCalendar; private System.Windows.Forms.GroupBox costAnalysisGroupBox; private System.Windows.Forms.Label suppliesLabel; private System.Windows.Forms.Label salaryDollarsLabel; private System.Windows.Forms.Label salaryPercentageLabel; private System.Windows.Forms.Label salesPerManHourLabel; private System.Windows.Forms.Button button1; private System.Windows.Forms.GroupBox grossProfitGroupBox; private System.Windows.Forms.Label errorLabel; private System.Windows.Forms.TabControl mainViewTabControl; private System.Windows.Forms.TabPage projectionTab; private System.Windows.Forms.DataGridView projectionsDataGridView; private System.Windows.Forms.TabPage inventoryTabPage; private System.Windows.Forms.DataGridView inventoryDataGridView; private System.Windows.Forms.TabPage actualSalesTab; private System.Windows.Forms.TableLayoutPanel actualSalesMainLayoutPanel; private System.Windows.Forms.DataGridView actualSalesDataGridView; private System.Windows.Forms.TabPage suppliersTabPage; private System.Windows.Forms.DataGridView invoicesDataGridView; } }