Marked as 'AdvertsingProfitControl v 0.8.5' by its folder name. The 'Add Records' form has been finshed to at least include all the information the Advertising Profit Control sheet had.
This commit is contained in:
+590
-125
@@ -28,37 +28,79 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
|
||||
this.mainTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.mainMenu = new System.Windows.Forms.MenuStrip();
|
||||
this.fileMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.exitFileMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.addRecordToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.recordsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.addRecordsToolStripMenuItem = 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.helpMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.showHideConsoleHelpMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.commentMainTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.commentMainGroupBox = new System.Windows.Forms.GroupBox();
|
||||
this.commentsMainLabel = new System.Windows.Forms.Label();
|
||||
this.commentsTextBox = new System.Windows.Forms.TextBox();
|
||||
this.profitAnalysisMainGroupBox = new System.Windows.Forms.GroupBox();
|
||||
this.changeShrinkLinkLabel = new System.Windows.Forms.LinkLabel();
|
||||
this.shrinkLabel = new System.Windows.Forms.Label();
|
||||
this.totalProfitReturnLabel = new System.Windows.Forms.Label();
|
||||
this.totalProfitReturnFromRemaingLabel = new System.Windows.Forms.Label();
|
||||
this.totalProfitFromAdItemsLabel = new System.Windows.Forms.Label();
|
||||
this.remainingSalesLabel = new System.Windows.Forms.Label();
|
||||
this.salesProducedLabel = new System.Windows.Forms.Label();
|
||||
this.departmentSalesLabel = new System.Windows.Forms.Label();
|
||||
this.costOfSalesMainGroupBox = new System.Windows.Forms.GroupBox();
|
||||
this.costOfSalesLabel = new System.Windows.Forms.Label();
|
||||
this.lessInventoryEndOfWeekAtCostLabel = new System.Windows.Forms.Label();
|
||||
this.totalLabel = new System.Windows.Forms.Label();
|
||||
this.plusTotalPurchases = new System.Windows.Forms.Label();
|
||||
this.inventoryBeginingOfWeekAtCostLabel = new System.Windows.Forms.Label();
|
||||
this.grossProfitGroupBox = new System.Windows.Forms.GroupBox();
|
||||
this.grossProfitEstimatedWeeklyDeptmartmentExpenseLabel = new System.Windows.Forms.Label();
|
||||
this.perfectGrossProfitLabel = new System.Windows.Forms.Label();
|
||||
this.grossProfitDollarGrossProfitLabel = new System.Windows.Forms.Label();
|
||||
this.grossProfitLessCostOfSales = new System.Windows.Forms.Label();
|
||||
this.grossProfitTotalSales = new System.Windows.Forms.Label();
|
||||
this.dateSelectorPanel = new System.Windows.Forms.Panel();
|
||||
this.yearComboBox = new System.Windows.Forms.ComboBox();
|
||||
this.dayComboBox = new System.Windows.Forms.ComboBox();
|
||||
this.monthComboBox = new System.Windows.Forms.ComboBox();
|
||||
this.dateSelectLabel = new System.Windows.Forms.Label();
|
||||
this.mainViewTabControl = new System.Windows.Forms.TabControl();
|
||||
this.projectionTab = new System.Windows.Forms.TabPage();
|
||||
this.projectedSalesMainDataGrid = new System.Windows.Forms.DataGridView();
|
||||
this.actualSalesInvTab = new System.Windows.Forms.TabPage();
|
||||
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.actualSalesInvMainDataGidView = new System.Windows.Forms.DataGridView();
|
||||
this.weeklyInventoryControlTab = new System.Windows.Forms.TabPage();
|
||||
this.weeklyInventoryMainDataGrid = new System.Windows.Forms.DataGridView();
|
||||
this.actualSalesMainDataGidView = new System.Windows.Forms.DataGridView();
|
||||
this.suppliersTabPage = new System.Windows.Forms.TabPage();
|
||||
this.suppliersDataGridView = new System.Windows.Forms.DataGridView();
|
||||
this.WeeklySalesTabPage = new System.Windows.Forms.TabPage();
|
||||
this.weeklySalesDataGridView = new System.Windows.Forms.DataGridView();
|
||||
this.mainTableLayoutPanel.SuspendLayout();
|
||||
this.mainMenu.SuspendLayout();
|
||||
this.commentMainTableLayoutPanel.SuspendLayout();
|
||||
this.commentMainGroupBox.SuspendLayout();
|
||||
this.profitAnalysisMainGroupBox.SuspendLayout();
|
||||
this.costOfSalesMainGroupBox.SuspendLayout();
|
||||
this.grossProfitGroupBox.SuspendLayout();
|
||||
this.dateSelectorPanel.SuspendLayout();
|
||||
this.mainViewTabControl.SuspendLayout();
|
||||
this.projectionTab.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.projectedSalesMainDataGrid)).BeginInit();
|
||||
this.actualSalesInvTab.SuspendLayout();
|
||||
this.inventoryTabPage.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.inventoryDataGridView)).BeginInit();
|
||||
this.actualSalesTab.SuspendLayout();
|
||||
this.actualSalesMainLayoutPanel.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.actualSalesInvMainDataGidView)).BeginInit();
|
||||
this.weeklyInventoryControlTab.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.weeklyInventoryMainDataGrid)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.actualSalesMainDataGidView)).BeginInit();
|
||||
this.suppliersTabPage.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.suppliersDataGridView)).BeginInit();
|
||||
this.WeeklySalesTabPage.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.weeklySalesDataGridView)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// mainTableLayoutPanel
|
||||
@@ -70,12 +112,13 @@
|
||||
this.mainTableLayoutPanel.Controls.Add(this.mainViewTabControl, 0, 1);
|
||||
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(4, 5, 4, 5);
|
||||
this.mainTableLayoutPanel.Name = "mainTableLayoutPanel";
|
||||
this.mainTableLayoutPanel.RowCount = 3;
|
||||
this.mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
|
||||
this.mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
|
||||
this.mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 65F));
|
||||
this.mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35F));
|
||||
this.mainTableLayoutPanel.Size = new System.Drawing.Size(934, 512);
|
||||
this.mainTableLayoutPanel.Size = new System.Drawing.Size(1478, 794);
|
||||
this.mainTableLayoutPanel.TabIndex = 0;
|
||||
//
|
||||
// mainMenu
|
||||
@@ -83,10 +126,13 @@
|
||||
this.mainMenu.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.fileMainMenu,
|
||||
this.editToolStripMenuItem});
|
||||
this.recordsToolStripMenuItem,
|
||||
this.toolsMainMenu,
|
||||
this.helpMainMenu});
|
||||
this.mainMenu.Location = new System.Drawing.Point(0, 0);
|
||||
this.mainMenu.Name = "mainMenu";
|
||||
this.mainMenu.Size = new System.Drawing.Size(934, 25);
|
||||
this.mainMenu.Padding = new System.Windows.Forms.Padding(9, 3, 0, 3);
|
||||
this.mainMenu.Size = new System.Drawing.Size(1478, 35);
|
||||
this.mainMenu.TabIndex = 1;
|
||||
this.mainMenu.Text = "menuStrip1";
|
||||
//
|
||||
@@ -95,110 +141,416 @@
|
||||
this.fileMainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.exitFileMainMenu});
|
||||
this.fileMainMenu.Name = "fileMainMenu";
|
||||
this.fileMainMenu.Size = new System.Drawing.Size(37, 21);
|
||||
this.fileMainMenu.Size = new System.Drawing.Size(50, 29);
|
||||
this.fileMainMenu.Text = "&File";
|
||||
//
|
||||
// exitFileMainMenu
|
||||
//
|
||||
this.exitFileMainMenu.Name = "exitFileMainMenu";
|
||||
this.exitFileMainMenu.Size = new System.Drawing.Size(152, 22);
|
||||
this.exitFileMainMenu.Size = new System.Drawing.Size(111, 30);
|
||||
this.exitFileMainMenu.Text = "E&xit";
|
||||
//
|
||||
// editToolStripMenuItem
|
||||
// recordsToolStripMenuItem
|
||||
//
|
||||
this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.addRecordToolStripMenuItem});
|
||||
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
|
||||
this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 21);
|
||||
this.editToolStripMenuItem.Text = "E&dit";
|
||||
this.recordsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.addRecordsToolStripMenuItem,
|
||||
this.deleteRecordsMainMenu});
|
||||
this.recordsToolStripMenuItem.Name = "recordsToolStripMenuItem";
|
||||
this.recordsToolStripMenuItem.Size = new System.Drawing.Size(87, 29);
|
||||
this.recordsToolStripMenuItem.Text = "&Records";
|
||||
//
|
||||
// addRecordToolStripMenuItem
|
||||
// addRecordsToolStripMenuItem
|
||||
//
|
||||
this.addRecordToolStripMenuItem.Name = "addRecordToolStripMenuItem";
|
||||
this.addRecordToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
|
||||
this.addRecordToolStripMenuItem.Text = "Add &Record";
|
||||
this.addRecordToolStripMenuItem.Click += new System.EventHandler(this.addRecordToolStripMenuItem_Click);
|
||||
this.addRecordsToolStripMenuItem.Name = "addRecordsToolStripMenuItem";
|
||||
this.addRecordsToolStripMenuItem.Size = new System.Drawing.Size(134, 30);
|
||||
this.addRecordsToolStripMenuItem.Text = "&Add";
|
||||
this.addRecordsToolStripMenuItem.Click += new System.EventHandler(this.addRecordToolStripMenuItem_Click);
|
||||
//
|
||||
// deleteRecordsMainMenu
|
||||
//
|
||||
this.deleteRecordsMainMenu.Name = "deleteRecordsMainMenu";
|
||||
this.deleteRecordsMainMenu.Size = new System.Drawing.Size(134, 30);
|
||||
this.deleteRecordsMainMenu.Text = "&Delete";
|
||||
this.deleteRecordsMainMenu.Click += new System.EventHandler(this.deleteRecordsMainMenu_Click);
|
||||
//
|
||||
// toolsMainMenu
|
||||
//
|
||||
this.toolsMainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.adSpecialKeyWordsToolsMainMenu});
|
||||
this.toolsMainMenu.Name = "toolsMainMenu";
|
||||
this.toolsMainMenu.Size = new System.Drawing.Size(65, 29);
|
||||
this.toolsMainMenu.Text = "&Tools";
|
||||
//
|
||||
// adSpecialKeyWordsToolsMainMenu
|
||||
//
|
||||
this.adSpecialKeyWordsToolsMainMenu.Name = "adSpecialKeyWordsToolsMainMenu";
|
||||
this.adSpecialKeyWordsToolsMainMenu.Size = new System.Drawing.Size(235, 30);
|
||||
this.adSpecialKeyWordsToolsMainMenu.Text = "&Register Ad Special";
|
||||
this.adSpecialKeyWordsToolsMainMenu.Click += new System.EventHandler(this.adSpecialKeyWordsToolsMainMenu_Click);
|
||||
//
|
||||
// helpMainMenu
|
||||
//
|
||||
this.helpMainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.showHideConsoleHelpMainMenu});
|
||||
this.helpMainMenu.Name = "helpMainMenu";
|
||||
this.helpMainMenu.Size = new System.Drawing.Size(61, 29);
|
||||
this.helpMainMenu.Text = "&Help";
|
||||
//
|
||||
// showHideConsoleHelpMainMenu
|
||||
//
|
||||
this.showHideConsoleHelpMainMenu.Name = "showHideConsoleHelpMainMenu";
|
||||
this.showHideConsoleHelpMainMenu.Size = new System.Drawing.Size(241, 30);
|
||||
this.showHideConsoleHelpMainMenu.Text = "&Show/Hide Console";
|
||||
this.showHideConsoleHelpMainMenu.Click += new System.EventHandler(this.showHideConsoleHelpMainMenu_Click);
|
||||
//
|
||||
// commentMainTableLayoutPanel
|
||||
//
|
||||
this.commentMainTableLayoutPanel.ColumnCount = 3;
|
||||
this.commentMainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
||||
this.commentMainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 37.5F));
|
||||
this.commentMainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 37.5F));
|
||||
this.commentMainTableLayoutPanel.ColumnCount = 4;
|
||||
this.commentMainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
|
||||
this.commentMainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28F));
|
||||
this.commentMainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 26F));
|
||||
this.commentMainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 26F));
|
||||
this.commentMainTableLayoutPanel.Controls.Add(this.commentMainGroupBox, 0, 0);
|
||||
this.commentMainTableLayoutPanel.Controls.Add(this.profitAnalysisMainGroupBox, 1, 0);
|
||||
this.commentMainTableLayoutPanel.Controls.Add(this.costOfSalesMainGroupBox, 2, 0);
|
||||
this.commentMainTableLayoutPanel.Controls.Add(this.grossProfitGroupBox, 3, 0);
|
||||
this.commentMainTableLayoutPanel.Controls.Add(this.dateSelectorPanel, 2, 1);
|
||||
this.commentMainTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.commentMainTableLayoutPanel.Location = new System.Drawing.Point(3, 344);
|
||||
this.commentMainTableLayoutPanel.Location = new System.Drawing.Point(4, 533);
|
||||
this.commentMainTableLayoutPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
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(928, 165);
|
||||
this.commentMainTableLayoutPanel.RowCount = 2;
|
||||
this.commentMainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80F));
|
||||
this.commentMainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
|
||||
this.commentMainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
||||
this.commentMainTableLayoutPanel.Size = new System.Drawing.Size(1470, 256);
|
||||
this.commentMainTableLayoutPanel.TabIndex = 2;
|
||||
//
|
||||
// commentMainGroupBox
|
||||
//
|
||||
this.commentMainGroupBox.Controls.Add(this.commentsMainLabel);
|
||||
this.commentMainGroupBox.Controls.Add(this.commentsTextBox);
|
||||
this.commentMainGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.commentMainGroupBox.Location = new System.Drawing.Point(3, 3);
|
||||
this.commentMainGroupBox.Location = new System.Drawing.Point(4, 5);
|
||||
this.commentMainGroupBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.commentMainGroupBox.Name = "commentMainGroupBox";
|
||||
this.commentMainGroupBox.Size = new System.Drawing.Size(226, 159);
|
||||
this.commentMainGroupBox.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.commentMainTableLayoutPanel.SetRowSpan(this.commentMainGroupBox, 2);
|
||||
this.commentMainGroupBox.Size = new System.Drawing.Size(286, 246);
|
||||
this.commentMainGroupBox.TabIndex = 0;
|
||||
this.commentMainGroupBox.TabStop = false;
|
||||
this.commentMainGroupBox.Text = "Comments";
|
||||
//
|
||||
// commentsMainLabel
|
||||
// commentsTextBox
|
||||
//
|
||||
this.commentsMainLabel.AutoEllipsis = true;
|
||||
this.commentsMainLabel.AutoSize = true;
|
||||
this.commentsMainLabel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.commentsMainLabel.Location = new System.Drawing.Point(3, 16);
|
||||
this.commentsMainLabel.MaximumSize = new System.Drawing.Size(220, 0);
|
||||
this.commentsMainLabel.Name = "commentsMainLabel";
|
||||
this.commentsMainLabel.Size = new System.Drawing.Size(0, 13);
|
||||
this.commentsMainLabel.TabIndex = 0;
|
||||
this.commentsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.commentsTextBox.Enabled = false;
|
||||
this.commentsTextBox.Location = new System.Drawing.Point(4, 24);
|
||||
this.commentsTextBox.Multiline = true;
|
||||
this.commentsTextBox.Name = "commentsTextBox";
|
||||
this.commentsTextBox.ReadOnly = true;
|
||||
this.commentsTextBox.Size = new System.Drawing.Size(278, 217);
|
||||
this.commentsTextBox.TabIndex = 0;
|
||||
//
|
||||
// profitAnalysisMainGroupBox
|
||||
//
|
||||
this.profitAnalysisMainGroupBox.Controls.Add(this.changeShrinkLinkLabel);
|
||||
this.profitAnalysisMainGroupBox.Controls.Add(this.shrinkLabel);
|
||||
this.profitAnalysisMainGroupBox.Controls.Add(this.totalProfitReturnLabel);
|
||||
this.profitAnalysisMainGroupBox.Controls.Add(this.totalProfitReturnFromRemaingLabel);
|
||||
this.profitAnalysisMainGroupBox.Controls.Add(this.totalProfitFromAdItemsLabel);
|
||||
this.profitAnalysisMainGroupBox.Controls.Add(this.remainingSalesLabel);
|
||||
this.profitAnalysisMainGroupBox.Controls.Add(this.salesProducedLabel);
|
||||
this.profitAnalysisMainGroupBox.Controls.Add(this.departmentSalesLabel);
|
||||
this.profitAnalysisMainGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.profitAnalysisMainGroupBox.Location = new System.Drawing.Point(235, 3);
|
||||
this.profitAnalysisMainGroupBox.Location = new System.Drawing.Point(298, 5);
|
||||
this.profitAnalysisMainGroupBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.profitAnalysisMainGroupBox.Name = "profitAnalysisMainGroupBox";
|
||||
this.profitAnalysisMainGroupBox.Size = new System.Drawing.Size(342, 159);
|
||||
this.profitAnalysisMainGroupBox.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.commentMainTableLayoutPanel.SetRowSpan(this.profitAnalysisMainGroupBox, 2);
|
||||
this.profitAnalysisMainGroupBox.Size = new System.Drawing.Size(403, 246);
|
||||
this.profitAnalysisMainGroupBox.TabIndex = 1;
|
||||
this.profitAnalysisMainGroupBox.TabStop = false;
|
||||
this.profitAnalysisMainGroupBox.Text = "Profit Analysis";
|
||||
//
|
||||
// changeShrinkLinkLabel
|
||||
//
|
||||
this.changeShrinkLinkLabel.AutoSize = true;
|
||||
this.changeShrinkLinkLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.changeShrinkLinkLabel.Location = new System.Drawing.Point(181, 31);
|
||||
this.changeShrinkLinkLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.changeShrinkLinkLabel.Name = "changeShrinkLinkLabel";
|
||||
this.changeShrinkLinkLabel.Size = new System.Drawing.Size(57, 17);
|
||||
this.changeShrinkLinkLabel.TabIndex = 7;
|
||||
this.changeShrinkLinkLabel.TabStop = true;
|
||||
this.changeShrinkLinkLabel.Text = "Change";
|
||||
this.changeShrinkLinkLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// shrinkLabel
|
||||
//
|
||||
this.shrinkLabel.AutoSize = true;
|
||||
this.shrinkLabel.Location = new System.Drawing.Point(9, 31);
|
||||
this.shrinkLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.shrinkLabel.Name = "shrinkLabel";
|
||||
this.shrinkLabel.Size = new System.Drawing.Size(164, 20);
|
||||
this.shrinkLabel.TabIndex = 6;
|
||||
this.shrinkLabel.Text = "Assuming 30% Shrink";
|
||||
//
|
||||
// totalProfitReturnLabel
|
||||
//
|
||||
this.totalProfitReturnLabel.AutoSize = true;
|
||||
this.totalProfitReturnLabel.Location = new System.Drawing.Point(9, 215);
|
||||
this.totalProfitReturnLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.totalProfitReturnLabel.Name = "totalProfitReturnLabel";
|
||||
this.totalProfitReturnLabel.Size = new System.Drawing.Size(146, 20);
|
||||
this.totalProfitReturnLabel.TabIndex = 5;
|
||||
this.totalProfitReturnLabel.Text = "Total Profit Return: ";
|
||||
//
|
||||
// totalProfitReturnFromRemaingLabel
|
||||
//
|
||||
this.totalProfitReturnFromRemaingLabel.AutoSize = true;
|
||||
this.totalProfitReturnFromRemaingLabel.Location = new System.Drawing.Point(9, 185);
|
||||
this.totalProfitReturnFromRemaingLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.totalProfitReturnFromRemaingLabel.Name = "totalProfitReturnFromRemaingLabel";
|
||||
this.totalProfitReturnFromRemaingLabel.Size = new System.Drawing.Size(311, 20);
|
||||
this.totalProfitReturnFromRemaingLabel.TabIndex = 4;
|
||||
this.totalProfitReturnFromRemaingLabel.Text = "Total Profit Return From Remaining Sales: ";
|
||||
//
|
||||
// totalProfitFromAdItemsLabel
|
||||
//
|
||||
this.totalProfitFromAdItemsLabel.AutoSize = true;
|
||||
this.totalProfitFromAdItemsLabel.Location = new System.Drawing.Point(9, 154);
|
||||
this.totalProfitFromAdItemsLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.totalProfitFromAdItemsLabel.Name = "totalProfitFromAdItemsLabel";
|
||||
this.totalProfitFromAdItemsLabel.Size = new System.Drawing.Size(280, 20);
|
||||
this.totalProfitFromAdItemsLabel.TabIndex = 3;
|
||||
this.totalProfitFromAdItemsLabel.Text = "Total Profit Return From Ad Items (B): ";
|
||||
//
|
||||
// remainingSalesLabel
|
||||
//
|
||||
this.remainingSalesLabel.AutoSize = true;
|
||||
this.remainingSalesLabel.Location = new System.Drawing.Point(9, 123);
|
||||
this.remainingSalesLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.remainingSalesLabel.Name = "remainingSalesLabel";
|
||||
this.remainingSalesLabel.Size = new System.Drawing.Size(125, 20);
|
||||
this.remainingSalesLabel.TabIndex = 2;
|
||||
this.remainingSalesLabel.Text = "Remaing Sales: ";
|
||||
//
|
||||
// salesProducedLabel
|
||||
//
|
||||
this.salesProducedLabel.AutoSize = true;
|
||||
this.salesProducedLabel.Location = new System.Drawing.Point(9, 92);
|
||||
this.salesProducedLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.salesProducedLabel.Name = "salesProducedLabel";
|
||||
this.salesProducedLabel.Size = new System.Drawing.Size(240, 20);
|
||||
this.salesProducedLabel.TabIndex = 1;
|
||||
this.salesProducedLabel.Text = "Sales Produced By Ad Items (A):";
|
||||
//
|
||||
// departmentSalesLabel
|
||||
//
|
||||
this.departmentSalesLabel.AutoSize = true;
|
||||
this.departmentSalesLabel.Location = new System.Drawing.Point(9, 62);
|
||||
this.departmentSalesLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.departmentSalesLabel.Name = "departmentSalesLabel";
|
||||
this.departmentSalesLabel.Size = new System.Drawing.Size(146, 20);
|
||||
this.departmentSalesLabel.TabIndex = 0;
|
||||
this.departmentSalesLabel.Text = "Department Sales: ";
|
||||
//
|
||||
// costOfSalesMainGroupBox
|
||||
//
|
||||
this.costOfSalesMainGroupBox.Controls.Add(this.costOfSalesLabel);
|
||||
this.costOfSalesMainGroupBox.Controls.Add(this.lessInventoryEndOfWeekAtCostLabel);
|
||||
this.costOfSalesMainGroupBox.Controls.Add(this.totalLabel);
|
||||
this.costOfSalesMainGroupBox.Controls.Add(this.plusTotalPurchases);
|
||||
this.costOfSalesMainGroupBox.Controls.Add(this.inventoryBeginingOfWeekAtCostLabel);
|
||||
this.costOfSalesMainGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.costOfSalesMainGroupBox.Location = new System.Drawing.Point(583, 3);
|
||||
this.costOfSalesMainGroupBox.Location = new System.Drawing.Point(709, 5);
|
||||
this.costOfSalesMainGroupBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.costOfSalesMainGroupBox.Name = "costOfSalesMainGroupBox";
|
||||
this.costOfSalesMainGroupBox.Size = new System.Drawing.Size(342, 159);
|
||||
this.costOfSalesMainGroupBox.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.costOfSalesMainGroupBox.Size = new System.Drawing.Size(374, 194);
|
||||
this.costOfSalesMainGroupBox.TabIndex = 2;
|
||||
this.costOfSalesMainGroupBox.TabStop = false;
|
||||
this.costOfSalesMainGroupBox.Text = "Cost of Sales";
|
||||
//
|
||||
// costOfSalesLabel
|
||||
//
|
||||
this.costOfSalesLabel.AutoSize = true;
|
||||
this.costOfSalesLabel.Location = new System.Drawing.Point(8, 154);
|
||||
this.costOfSalesLabel.Name = "costOfSalesLabel";
|
||||
this.costOfSalesLabel.Size = new System.Drawing.Size(112, 20);
|
||||
this.costOfSalesLabel.TabIndex = 4;
|
||||
this.costOfSalesLabel.Text = "Cost of Sales: ";
|
||||
//
|
||||
// lessInventoryEndOfWeekAtCostLabel
|
||||
//
|
||||
this.lessInventoryEndOfWeekAtCostLabel.AutoSize = true;
|
||||
this.lessInventoryEndOfWeekAtCostLabel.Location = new System.Drawing.Point(8, 123);
|
||||
this.lessInventoryEndOfWeekAtCostLabel.Name = "lessInventoryEndOfWeekAtCostLabel";
|
||||
this.lessInventoryEndOfWeekAtCostLabel.Size = new System.Drawing.Size(267, 20);
|
||||
this.lessInventoryEndOfWeekAtCostLabel.TabIndex = 3;
|
||||
this.lessInventoryEndOfWeekAtCostLabel.Text = "Less Inventory End of Week at Cost:";
|
||||
//
|
||||
// totalLabel
|
||||
//
|
||||
this.totalLabel.AutoSize = true;
|
||||
this.totalLabel.Location = new System.Drawing.Point(8, 92);
|
||||
this.totalLabel.Name = "totalLabel";
|
||||
this.totalLabel.Size = new System.Drawing.Size(52, 20);
|
||||
this.totalLabel.TabIndex = 2;
|
||||
this.totalLabel.Text = "Total: ";
|
||||
//
|
||||
// plusTotalPurchases
|
||||
//
|
||||
this.plusTotalPurchases.AutoSize = true;
|
||||
this.plusTotalPurchases.Location = new System.Drawing.Point(8, 61);
|
||||
this.plusTotalPurchases.Name = "plusTotalPurchases";
|
||||
this.plusTotalPurchases.Size = new System.Drawing.Size(165, 20);
|
||||
this.plusTotalPurchases.TabIndex = 1;
|
||||
this.plusTotalPurchases.Text = "Plus Total Purchases: ";
|
||||
//
|
||||
// inventoryBeginingOfWeekAtCostLabel
|
||||
//
|
||||
this.inventoryBeginingOfWeekAtCostLabel.AutoSize = true;
|
||||
this.inventoryBeginingOfWeekAtCostLabel.Location = new System.Drawing.Point(8, 30);
|
||||
this.inventoryBeginingOfWeekAtCostLabel.Name = "inventoryBeginingOfWeekAtCostLabel";
|
||||
this.inventoryBeginingOfWeekAtCostLabel.Size = new System.Drawing.Size(266, 20);
|
||||
this.inventoryBeginingOfWeekAtCostLabel.TabIndex = 0;
|
||||
this.inventoryBeginingOfWeekAtCostLabel.Text = "Inventory Begining of Week at Cost: ";
|
||||
//
|
||||
// grossProfitGroupBox
|
||||
//
|
||||
this.grossProfitGroupBox.Controls.Add(this.grossProfitEstimatedWeeklyDeptmartmentExpenseLabel);
|
||||
this.grossProfitGroupBox.Controls.Add(this.perfectGrossProfitLabel);
|
||||
this.grossProfitGroupBox.Controls.Add(this.grossProfitDollarGrossProfitLabel);
|
||||
this.grossProfitGroupBox.Controls.Add(this.grossProfitLessCostOfSales);
|
||||
this.grossProfitGroupBox.Controls.Add(this.grossProfitTotalSales);
|
||||
this.grossProfitGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.grossProfitGroupBox.Location = new System.Drawing.Point(1090, 3);
|
||||
this.grossProfitGroupBox.Name = "grossProfitGroupBox";
|
||||
this.grossProfitGroupBox.Size = new System.Drawing.Size(377, 198);
|
||||
this.grossProfitGroupBox.TabIndex = 3;
|
||||
this.grossProfitGroupBox.TabStop = false;
|
||||
this.grossProfitGroupBox.Text = "Gross Profit";
|
||||
//
|
||||
// grossProfitEstimatedWeeklyDeptmartmentExpenseLabel
|
||||
//
|
||||
this.grossProfitEstimatedWeeklyDeptmartmentExpenseLabel.AutoSize = true;
|
||||
this.grossProfitEstimatedWeeklyDeptmartmentExpenseLabel.Location = new System.Drawing.Point(11, 152);
|
||||
this.grossProfitEstimatedWeeklyDeptmartmentExpenseLabel.Name = "grossProfitEstimatedWeeklyDeptmartmentExpenseLabel";
|
||||
this.grossProfitEstimatedWeeklyDeptmartmentExpenseLabel.Size = new System.Drawing.Size(299, 20);
|
||||
this.grossProfitEstimatedWeeklyDeptmartmentExpenseLabel.TabIndex = 4;
|
||||
this.grossProfitEstimatedWeeklyDeptmartmentExpenseLabel.Text = "Estimated Weekly Department Expense: ";
|
||||
//
|
||||
// perfectGrossProfitLabel
|
||||
//
|
||||
this.perfectGrossProfitLabel.AutoSize = true;
|
||||
this.perfectGrossProfitLabel.Location = new System.Drawing.Point(11, 122);
|
||||
this.perfectGrossProfitLabel.Name = "perfectGrossProfitLabel";
|
||||
this.perfectGrossProfitLabel.Size = new System.Drawing.Size(160, 20);
|
||||
this.perfectGrossProfitLabel.TabIndex = 3;
|
||||
this.perfectGrossProfitLabel.Text = "Percent Gross Profit: ";
|
||||
//
|
||||
// grossProfitDollarGrossProfitLabel
|
||||
//
|
||||
this.grossProfitDollarGrossProfitLabel.AutoSize = true;
|
||||
this.grossProfitDollarGrossProfitLabel.Location = new System.Drawing.Point(11, 92);
|
||||
this.grossProfitDollarGrossProfitLabel.Name = "grossProfitDollarGrossProfitLabel";
|
||||
this.grossProfitDollarGrossProfitLabel.Size = new System.Drawing.Size(146, 20);
|
||||
this.grossProfitDollarGrossProfitLabel.TabIndex = 2;
|
||||
this.grossProfitDollarGrossProfitLabel.Text = "Dollar Gross Profit: ";
|
||||
//
|
||||
// grossProfitLessCostOfSales
|
||||
//
|
||||
this.grossProfitLessCostOfSales.AutoSize = true;
|
||||
this.grossProfitLessCostOfSales.Location = new System.Drawing.Point(11, 62);
|
||||
this.grossProfitLessCostOfSales.Name = "grossProfitLessCostOfSales";
|
||||
this.grossProfitLessCostOfSales.Size = new System.Drawing.Size(150, 20);
|
||||
this.grossProfitLessCostOfSales.TabIndex = 1;
|
||||
this.grossProfitLessCostOfSales.Text = "Less Cost of Sales: ";
|
||||
//
|
||||
// grossProfitTotalSales
|
||||
//
|
||||
this.grossProfitTotalSales.AutoSize = true;
|
||||
this.grossProfitTotalSales.Location = new System.Drawing.Point(11, 32);
|
||||
this.grossProfitTotalSales.Name = "grossProfitTotalSales";
|
||||
this.grossProfitTotalSales.Size = new System.Drawing.Size(96, 20);
|
||||
this.grossProfitTotalSales.TabIndex = 0;
|
||||
this.grossProfitTotalSales.Text = "Total Sales: ";
|
||||
//
|
||||
// dateSelectorPanel
|
||||
//
|
||||
this.commentMainTableLayoutPanel.SetColumnSpan(this.dateSelectorPanel, 2);
|
||||
this.dateSelectorPanel.Controls.Add(this.yearComboBox);
|
||||
this.dateSelectorPanel.Controls.Add(this.dayComboBox);
|
||||
this.dateSelectorPanel.Controls.Add(this.monthComboBox);
|
||||
this.dateSelectorPanel.Controls.Add(this.dateSelectLabel);
|
||||
this.dateSelectorPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.dateSelectorPanel.Location = new System.Drawing.Point(708, 207);
|
||||
this.dateSelectorPanel.Name = "dateSelectorPanel";
|
||||
this.dateSelectorPanel.Size = new System.Drawing.Size(759, 46);
|
||||
this.dateSelectorPanel.TabIndex = 4;
|
||||
//
|
||||
// yearComboBox
|
||||
//
|
||||
this.yearComboBox.FormattingEnabled = true;
|
||||
this.yearComboBox.Location = new System.Drawing.Point(532, 12);
|
||||
this.yearComboBox.Name = "yearComboBox";
|
||||
this.yearComboBox.Size = new System.Drawing.Size(96, 28);
|
||||
this.yearComboBox.Sorted = true;
|
||||
this.yearComboBox.TabIndex = 3;
|
||||
//
|
||||
// dayComboBox
|
||||
//
|
||||
this.dayComboBox.FormattingEnabled = true;
|
||||
this.dayComboBox.Location = new System.Drawing.Point(430, 12);
|
||||
this.dayComboBox.Name = "dayComboBox";
|
||||
this.dayComboBox.Size = new System.Drawing.Size(96, 28);
|
||||
this.dayComboBox.Sorted = true;
|
||||
this.dayComboBox.TabIndex = 2;
|
||||
//
|
||||
// monthComboBox
|
||||
//
|
||||
this.monthComboBox.FormattingEnabled = true;
|
||||
this.monthComboBox.Location = new System.Drawing.Point(328, 12);
|
||||
this.monthComboBox.Name = "monthComboBox";
|
||||
this.monthComboBox.Size = new System.Drawing.Size(96, 28);
|
||||
this.monthComboBox.Sorted = true;
|
||||
this.monthComboBox.TabIndex = 1;
|
||||
//
|
||||
// dateSelectLabel
|
||||
//
|
||||
this.dateSelectLabel.AutoSize = true;
|
||||
this.dateSelectLabel.Location = new System.Drawing.Point(156, 14);
|
||||
this.dateSelectLabel.Name = "dateSelectLabel";
|
||||
this.dateSelectLabel.Size = new System.Drawing.Size(166, 20);
|
||||
this.dateSelectLabel.TabIndex = 0;
|
||||
this.dateSelectLabel.Text = "Select a Date to View:";
|
||||
//
|
||||
// mainViewTabControl
|
||||
//
|
||||
this.mainViewTabControl.Controls.Add(this.projectionTab);
|
||||
this.mainViewTabControl.Controls.Add(this.actualSalesInvTab);
|
||||
this.mainViewTabControl.Controls.Add(this.weeklyInventoryControlTab);
|
||||
this.mainViewTabControl.Controls.Add(this.inventoryTabPage);
|
||||
this.mainViewTabControl.Controls.Add(this.actualSalesTab);
|
||||
this.mainViewTabControl.Controls.Add(this.suppliersTabPage);
|
||||
this.mainViewTabControl.Controls.Add(this.WeeklySalesTabPage);
|
||||
this.mainViewTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.mainViewTabControl.Location = new System.Drawing.Point(3, 28);
|
||||
this.mainViewTabControl.Location = new System.Drawing.Point(4, 40);
|
||||
this.mainViewTabControl.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.mainViewTabControl.Name = "mainViewTabControl";
|
||||
this.mainViewTabControl.SelectedIndex = 0;
|
||||
this.mainViewTabControl.Size = new System.Drawing.Size(928, 310);
|
||||
this.mainViewTabControl.Size = new System.Drawing.Size(1470, 483);
|
||||
this.mainViewTabControl.TabIndex = 3;
|
||||
//
|
||||
// projectionTab
|
||||
//
|
||||
this.projectionTab.Controls.Add(this.projectedSalesMainDataGrid);
|
||||
this.projectionTab.Location = new System.Drawing.Point(4, 22);
|
||||
this.projectionTab.Location = new System.Drawing.Point(4, 29);
|
||||
this.projectionTab.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.projectionTab.Name = "projectionTab";
|
||||
this.projectionTab.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.projectionTab.Size = new System.Drawing.Size(920, 284);
|
||||
this.projectionTab.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.projectionTab.Size = new System.Drawing.Size(1462, 450);
|
||||
this.projectionTab.TabIndex = 0;
|
||||
this.projectionTab.Text = "Projection";
|
||||
this.projectionTab.Text = "Projections";
|
||||
this.projectionTab.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// projectedSalesMainDataGrid
|
||||
@@ -210,93 +562,161 @@
|
||||
this.projectedSalesMainDataGrid.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
||||
this.projectedSalesMainDataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
this.projectedSalesMainDataGrid.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.projectedSalesMainDataGrid.Location = new System.Drawing.Point(3, 3);
|
||||
this.projectedSalesMainDataGrid.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnKeystroke;
|
||||
this.projectedSalesMainDataGrid.Location = new System.Drawing.Point(4, 5);
|
||||
this.projectedSalesMainDataGrid.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.projectedSalesMainDataGrid.Name = "projectedSalesMainDataGrid";
|
||||
this.projectedSalesMainDataGrid.ReadOnly = true;
|
||||
this.projectedSalesMainDataGrid.RowHeadersVisible = false;
|
||||
this.projectedSalesMainDataGrid.ShowCellErrors = false;
|
||||
this.projectedSalesMainDataGrid.ShowRowErrors = false;
|
||||
this.projectedSalesMainDataGrid.Size = new System.Drawing.Size(914, 278);
|
||||
this.projectedSalesMainDataGrid.Size = new System.Drawing.Size(1454, 440);
|
||||
this.projectedSalesMainDataGrid.TabIndex = 0;
|
||||
//
|
||||
// actualSalesInvTab
|
||||
// inventoryTabPage
|
||||
//
|
||||
this.actualSalesInvTab.Controls.Add(this.actualSalesMainLayoutPanel);
|
||||
this.actualSalesInvTab.Location = new System.Drawing.Point(4, 22);
|
||||
this.actualSalesInvTab.Name = "actualSalesInvTab";
|
||||
this.actualSalesInvTab.Size = new System.Drawing.Size(920, 284);
|
||||
this.actualSalesInvTab.TabIndex = 2;
|
||||
this.actualSalesInvTab.Text = "Actual Sales / Inventory";
|
||||
this.actualSalesInvTab.UseVisualStyleBackColor = true;
|
||||
this.inventoryTabPage.Controls.Add(this.inventoryDataGridView);
|
||||
this.inventoryTabPage.Location = new System.Drawing.Point(4, 29);
|
||||
this.inventoryTabPage.Name = "inventoryTabPage";
|
||||
this.inventoryTabPage.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.inventoryTabPage.Size = new System.Drawing.Size(1462, 450);
|
||||
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.Size = new System.Drawing.Size(1456, 444);
|
||||
this.inventoryDataGridView.TabIndex = 0;
|
||||
//
|
||||
// actualSalesTab
|
||||
//
|
||||
this.actualSalesTab.Controls.Add(this.actualSalesMainLayoutPanel);
|
||||
this.actualSalesTab.Location = new System.Drawing.Point(4, 29);
|
||||
this.actualSalesTab.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.actualSalesTab.Name = "actualSalesTab";
|
||||
this.actualSalesTab.Size = new System.Drawing.Size(1462, 450);
|
||||
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.actualSalesInvMainDataGidView, 0, 0);
|
||||
this.actualSalesMainLayoutPanel.Controls.Add(this.actualSalesMainDataGidView, 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(4, 5, 4, 5);
|
||||
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, 284F));
|
||||
this.actualSalesMainLayoutPanel.Size = new System.Drawing.Size(920, 284);
|
||||
this.actualSalesMainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 450F));
|
||||
this.actualSalesMainLayoutPanel.Size = new System.Drawing.Size(1462, 450);
|
||||
this.actualSalesMainLayoutPanel.TabIndex = 0;
|
||||
//
|
||||
// actualSalesInvMainDataGidView
|
||||
// actualSalesMainDataGidView
|
||||
//
|
||||
this.actualSalesInvMainDataGidView.AllowUserToAddRows = false;
|
||||
this.actualSalesInvMainDataGidView.AllowUserToDeleteRows = false;
|
||||
this.actualSalesInvMainDataGidView.AllowUserToResizeRows = false;
|
||||
this.actualSalesInvMainDataGidView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
||||
this.actualSalesInvMainDataGidView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
||||
this.actualSalesInvMainDataGidView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
this.actualSalesInvMainDataGidView.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.actualSalesInvMainDataGidView.Location = new System.Drawing.Point(3, 3);
|
||||
this.actualSalesInvMainDataGidView.Name = "actualSalesInvMainDataGidView";
|
||||
this.actualSalesInvMainDataGidView.ReadOnly = true;
|
||||
this.actualSalesInvMainDataGidView.RowHeadersVisible = false;
|
||||
this.actualSalesInvMainDataGidView.ShowCellErrors = false;
|
||||
this.actualSalesInvMainDataGidView.ShowRowErrors = false;
|
||||
this.actualSalesInvMainDataGidView.Size = new System.Drawing.Size(914, 278);
|
||||
this.actualSalesInvMainDataGidView.TabIndex = 1;
|
||||
this.actualSalesMainDataGidView.AllowUserToAddRows = false;
|
||||
this.actualSalesMainDataGidView.AllowUserToDeleteRows = false;
|
||||
this.actualSalesMainDataGidView.AllowUserToResizeRows = false;
|
||||
this.actualSalesMainDataGidView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
||||
this.actualSalesMainDataGidView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
||||
this.actualSalesMainDataGidView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
this.actualSalesMainDataGidView.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.actualSalesMainDataGidView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnKeystroke;
|
||||
this.actualSalesMainDataGidView.Location = new System.Drawing.Point(4, 5);
|
||||
this.actualSalesMainDataGidView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.actualSalesMainDataGidView.Name = "actualSalesMainDataGidView";
|
||||
this.actualSalesMainDataGidView.ReadOnly = true;
|
||||
this.actualSalesMainDataGidView.RowHeadersVisible = false;
|
||||
this.actualSalesMainDataGidView.ShowCellErrors = false;
|
||||
this.actualSalesMainDataGidView.ShowRowErrors = false;
|
||||
this.actualSalesMainDataGidView.Size = new System.Drawing.Size(1454, 440);
|
||||
this.actualSalesMainDataGidView.TabIndex = 1;
|
||||
//
|
||||
// weeklyInventoryControlTab
|
||||
// suppliersTabPage
|
||||
//
|
||||
this.weeklyInventoryControlTab.Controls.Add(this.weeklyInventoryMainDataGrid);
|
||||
this.weeklyInventoryControlTab.Location = new System.Drawing.Point(4, 22);
|
||||
this.weeklyInventoryControlTab.Name = "weeklyInventoryControlTab";
|
||||
this.weeklyInventoryControlTab.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.weeklyInventoryControlTab.Size = new System.Drawing.Size(920, 284);
|
||||
this.weeklyInventoryControlTab.TabIndex = 1;
|
||||
this.weeklyInventoryControlTab.Text = "Weekly Inventory Control";
|
||||
this.weeklyInventoryControlTab.UseVisualStyleBackColor = true;
|
||||
this.suppliersTabPage.Controls.Add(this.suppliersDataGridView);
|
||||
this.suppliersTabPage.Location = new System.Drawing.Point(4, 29);
|
||||
this.suppliersTabPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.suppliersTabPage.Name = "suppliersTabPage";
|
||||
this.suppliersTabPage.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.suppliersTabPage.Size = new System.Drawing.Size(1462, 450);
|
||||
this.suppliersTabPage.TabIndex = 1;
|
||||
this.suppliersTabPage.Text = "Suppliers";
|
||||
this.suppliersTabPage.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// weeklyInventoryMainDataGrid
|
||||
// suppliersDataGridView
|
||||
//
|
||||
this.weeklyInventoryMainDataGrid.AllowUserToAddRows = false;
|
||||
this.weeklyInventoryMainDataGrid.AllowUserToDeleteRows = false;
|
||||
this.weeklyInventoryMainDataGrid.AllowUserToResizeRows = false;
|
||||
this.weeklyInventoryMainDataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
this.weeklyInventoryMainDataGrid.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.weeklyInventoryMainDataGrid.Location = new System.Drawing.Point(3, 3);
|
||||
this.weeklyInventoryMainDataGrid.Name = "weeklyInventoryMainDataGrid";
|
||||
this.weeklyInventoryMainDataGrid.ReadOnly = true;
|
||||
this.weeklyInventoryMainDataGrid.RowHeadersVisible = false;
|
||||
this.weeklyInventoryMainDataGrid.Size = new System.Drawing.Size(914, 278);
|
||||
this.weeklyInventoryMainDataGrid.TabIndex = 0;
|
||||
this.suppliersDataGridView.AllowUserToAddRows = false;
|
||||
this.suppliersDataGridView.AllowUserToDeleteRows = false;
|
||||
this.suppliersDataGridView.AllowUserToResizeRows = false;
|
||||
this.suppliersDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
||||
this.suppliersDataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
||||
this.suppliersDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
this.suppliersDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.suppliersDataGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnKeystroke;
|
||||
this.suppliersDataGridView.Location = new System.Drawing.Point(4, 5);
|
||||
this.suppliersDataGridView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.suppliersDataGridView.Name = "suppliersDataGridView";
|
||||
this.suppliersDataGridView.ReadOnly = true;
|
||||
this.suppliersDataGridView.RowHeadersVisible = false;
|
||||
this.suppliersDataGridView.Size = new System.Drawing.Size(1454, 440);
|
||||
this.suppliersDataGridView.TabIndex = 0;
|
||||
//
|
||||
// WeeklySalesTabPage
|
||||
//
|
||||
this.WeeklySalesTabPage.Controls.Add(this.weeklySalesDataGridView);
|
||||
this.WeeklySalesTabPage.Location = new System.Drawing.Point(4, 29);
|
||||
this.WeeklySalesTabPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.WeeklySalesTabPage.Name = "WeeklySalesTabPage";
|
||||
this.WeeklySalesTabPage.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.WeeklySalesTabPage.Size = new System.Drawing.Size(1462, 450);
|
||||
this.WeeklySalesTabPage.TabIndex = 3;
|
||||
this.WeeklySalesTabPage.Text = "Weekly Sales";
|
||||
this.WeeklySalesTabPage.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// weeklySalesDataGridView
|
||||
//
|
||||
this.weeklySalesDataGridView.AllowUserToAddRows = false;
|
||||
this.weeklySalesDataGridView.AllowUserToDeleteRows = false;
|
||||
this.weeklySalesDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
||||
this.weeklySalesDataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
||||
this.weeklySalesDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
this.weeklySalesDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.weeklySalesDataGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnKeystroke;
|
||||
this.weeklySalesDataGridView.Location = new System.Drawing.Point(4, 5);
|
||||
this.weeklySalesDataGridView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.weeklySalesDataGridView.Name = "weeklySalesDataGridView";
|
||||
this.weeklySalesDataGridView.ReadOnly = true;
|
||||
this.weeklySalesDataGridView.RowHeadersVisible = false;
|
||||
this.weeklySalesDataGridView.Size = new System.Drawing.Size(1454, 440);
|
||||
this.weeklySalesDataGridView.TabIndex = 0;
|
||||
//
|
||||
// frmMain
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(934, 512);
|
||||
this.ClientSize = new System.Drawing.Size(1478, 794);
|
||||
this.Controls.Add(this.mainTableLayoutPanel);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.MaximizeBox = false;
|
||||
this.Name = "frmMain";
|
||||
this.ShowIcon = false;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "Advertising Profit Control - Main";
|
||||
this.Text = "Advertising Profit Control";
|
||||
this.Load += new System.EventHandler(this.frmMain_Load);
|
||||
this.mainTableLayoutPanel.ResumeLayout(false);
|
||||
this.mainTableLayoutPanel.PerformLayout();
|
||||
@@ -305,14 +725,26 @@
|
||||
this.commentMainTableLayoutPanel.ResumeLayout(false);
|
||||
this.commentMainGroupBox.ResumeLayout(false);
|
||||
this.commentMainGroupBox.PerformLayout();
|
||||
this.profitAnalysisMainGroupBox.ResumeLayout(false);
|
||||
this.profitAnalysisMainGroupBox.PerformLayout();
|
||||
this.costOfSalesMainGroupBox.ResumeLayout(false);
|
||||
this.costOfSalesMainGroupBox.PerformLayout();
|
||||
this.grossProfitGroupBox.ResumeLayout(false);
|
||||
this.grossProfitGroupBox.PerformLayout();
|
||||
this.dateSelectorPanel.ResumeLayout(false);
|
||||
this.dateSelectorPanel.PerformLayout();
|
||||
this.mainViewTabControl.ResumeLayout(false);
|
||||
this.projectionTab.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.projectedSalesMainDataGrid)).EndInit();
|
||||
this.actualSalesInvTab.ResumeLayout(false);
|
||||
this.inventoryTabPage.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.inventoryDataGridView)).EndInit();
|
||||
this.actualSalesTab.ResumeLayout(false);
|
||||
this.actualSalesMainLayoutPanel.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.actualSalesInvMainDataGidView)).EndInit();
|
||||
this.weeklyInventoryControlTab.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.weeklyInventoryMainDataGrid)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.actualSalesMainDataGidView)).EndInit();
|
||||
this.suppliersTabPage.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.suppliersDataGridView)).EndInit();
|
||||
this.WeeklySalesTabPage.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.weeklySalesDataGridView)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
@@ -329,15 +761,48 @@
|
||||
private System.Windows.Forms.ToolStripMenuItem exitFileMainMenu;
|
||||
private System.Windows.Forms.TabControl mainViewTabControl;
|
||||
private System.Windows.Forms.TabPage projectionTab;
|
||||
private System.Windows.Forms.TabPage weeklyInventoryControlTab;
|
||||
private System.Windows.Forms.DataGridView weeklyInventoryMainDataGrid;
|
||||
private System.Windows.Forms.Label commentsMainLabel;
|
||||
private System.Windows.Forms.TabPage actualSalesInvTab;
|
||||
private System.Windows.Forms.TabPage suppliersTabPage;
|
||||
private System.Windows.Forms.DataGridView suppliersDataGridView;
|
||||
private System.Windows.Forms.TabPage actualSalesTab;
|
||||
private System.Windows.Forms.TableLayoutPanel actualSalesMainLayoutPanel;
|
||||
private System.Windows.Forms.DataGridView actualSalesInvMainDataGidView;
|
||||
private System.Windows.Forms.DataGridView actualSalesMainDataGidView;
|
||||
private System.Windows.Forms.DataGridView projectedSalesMainDataGrid;
|
||||
private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem addRecordToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem recordsToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem addRecordsToolStripMenuItem;
|
||||
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.TabPage WeeklySalesTabPage;
|
||||
private System.Windows.Forms.DataGridView weeklySalesDataGridView;
|
||||
private System.Windows.Forms.LinkLabel changeShrinkLinkLabel;
|
||||
private System.Windows.Forms.Label shrinkLabel;
|
||||
private System.Windows.Forms.ToolStripMenuItem helpMainMenu;
|
||||
private System.Windows.Forms.ToolStripMenuItem showHideConsoleHelpMainMenu;
|
||||
private System.Windows.Forms.Label costOfSalesLabel;
|
||||
private System.Windows.Forms.Label lessInventoryEndOfWeekAtCostLabel;
|
||||
private System.Windows.Forms.Label totalLabel;
|
||||
private System.Windows.Forms.Label plusTotalPurchases;
|
||||
private System.Windows.Forms.Label inventoryBeginingOfWeekAtCostLabel;
|
||||
private System.Windows.Forms.GroupBox grossProfitGroupBox;
|
||||
private System.Windows.Forms.Label grossProfitEstimatedWeeklyDeptmartmentExpenseLabel;
|
||||
private System.Windows.Forms.Label perfectGrossProfitLabel;
|
||||
private System.Windows.Forms.Label grossProfitDollarGrossProfitLabel;
|
||||
private System.Windows.Forms.Label grossProfitLessCostOfSales;
|
||||
private System.Windows.Forms.Label grossProfitTotalSales;
|
||||
private System.Windows.Forms.Panel dateSelectorPanel;
|
||||
private System.Windows.Forms.ComboBox yearComboBox;
|
||||
private System.Windows.Forms.ComboBox dayComboBox;
|
||||
private System.Windows.Forms.ComboBox monthComboBox;
|
||||
private System.Windows.Forms.Label dateSelectLabel;
|
||||
private System.Windows.Forms.TabPage inventoryTabPage;
|
||||
private System.Windows.Forms.DataGridView inventoryDataGridView;
|
||||
private System.Windows.Forms.ToolStripMenuItem toolsMainMenu;
|
||||
private System.Windows.Forms.ToolStripMenuItem adSpecialKeyWordsToolsMainMenu;
|
||||
private System.Windows.Forms.ToolStripMenuItem deleteRecordsMainMenu;
|
||||
private System.Windows.Forms.TextBox commentsTextBox;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user