Marked as 'AdvertsingProfitControl (New Add Form)' by its folder name. I think this was one of the first appearences of a modify record form, however I may have gotten the order mixed up here with the previous commit. Reguardless, this version still introduced the first appearence of a new 'Modify Record' form.
This commit is contained in:
+129
-146
@@ -37,6 +37,7 @@
|
||||
this.addRecordsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.modifyRecordMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.deleteRecordsMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.newFormTestToolStripMenuItem = 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();
|
||||
@@ -47,7 +48,6 @@
|
||||
this.commentMainGroupBox = new System.Windows.Forms.GroupBox();
|
||||
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();
|
||||
@@ -81,7 +81,6 @@
|
||||
this.suppliersDataGridView = new System.Windows.Forms.DataGridView();
|
||||
this.WeeklySalesTabPage = new System.Windows.Forms.TabPage();
|
||||
this.weeklySalesDataGridView = new System.Windows.Forms.DataGridView();
|
||||
this.newFormTestToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mainTableLayoutPanel.SuspendLayout();
|
||||
this.mainMenu.SuspendLayout();
|
||||
this.commentMainTableLayoutPanel.SuspendLayout();
|
||||
@@ -113,13 +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.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, 35F));
|
||||
this.mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 41F));
|
||||
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(1486, 765);
|
||||
this.mainTableLayoutPanel.Size = new System.Drawing.Size(1734, 892);
|
||||
this.mainTableLayoutPanel.TabIndex = 0;
|
||||
//
|
||||
// mainMenu
|
||||
@@ -133,8 +132,8 @@
|
||||
this.helpMainMenu});
|
||||
this.mainMenu.Location = new System.Drawing.Point(0, 0);
|
||||
this.mainMenu.Name = "mainMenu";
|
||||
this.mainMenu.Padding = new System.Windows.Forms.Padding(9, 3, 0, 3);
|
||||
this.mainMenu.Size = new System.Drawing.Size(1486, 35);
|
||||
this.mainMenu.Padding = new System.Windows.Forms.Padding(10, 3, 0, 3);
|
||||
this.mainMenu.Size = new System.Drawing.Size(1734, 41);
|
||||
this.mainMenu.TabIndex = 1;
|
||||
this.mainMenu.Text = "menuStrip1";
|
||||
//
|
||||
@@ -143,13 +142,13 @@
|
||||
this.fileMainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.exitFileMainMenu});
|
||||
this.fileMainMenu.Name = "fileMainMenu";
|
||||
this.fileMainMenu.Size = new System.Drawing.Size(50, 29);
|
||||
this.fileMainMenu.Size = new System.Drawing.Size(56, 35);
|
||||
this.fileMainMenu.Text = "&File";
|
||||
//
|
||||
// exitFileMainMenu
|
||||
//
|
||||
this.exitFileMainMenu.Name = "exitFileMainMenu";
|
||||
this.exitFileMainMenu.Size = new System.Drawing.Size(124, 30);
|
||||
this.exitFileMainMenu.Size = new System.Drawing.Size(138, 34);
|
||||
this.exitFileMainMenu.Text = "E&xit";
|
||||
//
|
||||
// recordsToolStripMenuItem
|
||||
@@ -160,50 +159,57 @@
|
||||
this.deleteRecordsMainMenu,
|
||||
this.newFormTestToolStripMenuItem});
|
||||
this.recordsToolStripMenuItem.Name = "recordsToolStripMenuItem";
|
||||
this.recordsToolStripMenuItem.Size = new System.Drawing.Size(87, 29);
|
||||
this.recordsToolStripMenuItem.Size = new System.Drawing.Size(98, 35);
|
||||
this.recordsToolStripMenuItem.Text = "&Records";
|
||||
//
|
||||
// addRecordsToolStripMenuItem
|
||||
//
|
||||
this.addRecordsToolStripMenuItem.Name = "addRecordsToolStripMenuItem";
|
||||
this.addRecordsToolStripMenuItem.Size = new System.Drawing.Size(284, 30);
|
||||
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(284, 30);
|
||||
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.Name = "deleteRecordsMainMenu";
|
||||
this.deleteRecordsMainMenu.Size = new System.Drawing.Size(284, 30);
|
||||
this.deleteRecordsMainMenu.Size = new System.Drawing.Size(323, 34);
|
||||
this.deleteRecordsMainMenu.Text = "&Delete Existing record";
|
||||
this.deleteRecordsMainMenu.Click += new System.EventHandler(this.deleteRecordsMainMenu_Click);
|
||||
//
|
||||
// newFormTestToolStripMenuItem
|
||||
//
|
||||
this.newFormTestToolStripMenuItem.Name = "newFormTestToolStripMenuItem";
|
||||
this.newFormTestToolStripMenuItem.Size = new System.Drawing.Size(323, 34);
|
||||
this.newFormTestToolStripMenuItem.Text = "&New Form Test";
|
||||
this.newFormTestToolStripMenuItem.Click += new System.EventHandler(this.newFormTestToolStripMenuItem_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(65, 29);
|
||||
this.toolsMainMenu.Size = new System.Drawing.Size(72, 35);
|
||||
this.toolsMainMenu.Text = "&Tools";
|
||||
//
|
||||
// adSpecialKeyWordsToolsMainMenu
|
||||
//
|
||||
this.adSpecialKeyWordsToolsMainMenu.Name = "adSpecialKeyWordsToolsMainMenu";
|
||||
this.adSpecialKeyWordsToolsMainMenu.Size = new System.Drawing.Size(248, 30);
|
||||
this.adSpecialKeyWordsToolsMainMenu.Size = new System.Drawing.Size(282, 34);
|
||||
this.adSpecialKeyWordsToolsMainMenu.Text = "&Register Ad Special";
|
||||
this.adSpecialKeyWordsToolsMainMenu.Click += new System.EventHandler(this.adSpecialKeyWordsToolsMainMenu_Click);
|
||||
//
|
||||
// manageItemsToolsMainMenu
|
||||
//
|
||||
this.manageItemsToolsMainMenu.Name = "manageItemsToolsMainMenu";
|
||||
this.manageItemsToolsMainMenu.Size = new System.Drawing.Size(248, 30);
|
||||
this.manageItemsToolsMainMenu.Size = new System.Drawing.Size(282, 34);
|
||||
this.manageItemsToolsMainMenu.Text = "&Manage Ad Items";
|
||||
this.manageItemsToolsMainMenu.Click += new System.EventHandler(this.manageItemsToolsMainMenu_Click);
|
||||
//
|
||||
@@ -213,20 +219,20 @@
|
||||
this.showHideConsoleHelpMainMenu,
|
||||
this.dbVersionHelpMainMenu});
|
||||
this.helpMainMenu.Name = "helpMainMenu";
|
||||
this.helpMainMenu.Size = new System.Drawing.Size(61, 29);
|
||||
this.helpMainMenu.Size = new System.Drawing.Size(68, 35);
|
||||
this.helpMainMenu.Text = "&Help";
|
||||
//
|
||||
// showHideConsoleHelpMainMenu
|
||||
//
|
||||
this.showHideConsoleHelpMainMenu.Name = "showHideConsoleHelpMainMenu";
|
||||
this.showHideConsoleHelpMainMenu.Size = new System.Drawing.Size(266, 30);
|
||||
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(266, 30);
|
||||
this.dbVersionHelpMainMenu.Size = new System.Drawing.Size(304, 34);
|
||||
this.dbVersionHelpMainMenu.Text = "Get &Database Version";
|
||||
this.dbVersionHelpMainMenu.Click += new System.EventHandler(this.dbVersionHelpMainMenu_Click);
|
||||
//
|
||||
@@ -243,26 +249,26 @@
|
||||
this.commentMainTableLayoutPanel.Controls.Add(this.taxableGroupBox, 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(4, 514);
|
||||
this.commentMainTableLayoutPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.commentMainTableLayoutPanel.Location = new System.Drawing.Point(5, 600);
|
||||
this.commentMainTableLayoutPanel.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
this.commentMainTableLayoutPanel.Name = "commentMainTableLayoutPanel";
|
||||
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(1478, 246);
|
||||
this.commentMainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F));
|
||||
this.commentMainTableLayoutPanel.Size = new System.Drawing.Size(1724, 286);
|
||||
this.commentMainTableLayoutPanel.TabIndex = 2;
|
||||
//
|
||||
// commentMainGroupBox
|
||||
//
|
||||
this.commentMainGroupBox.Controls.Add(this.commentsTextBox);
|
||||
this.commentMainGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.commentMainGroupBox.Location = new System.Drawing.Point(4, 5);
|
||||
this.commentMainGroupBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
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(4, 5, 4, 5);
|
||||
this.commentMainGroupBox.Padding = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
this.commentMainTableLayoutPanel.SetRowSpan(this.commentMainGroupBox, 2);
|
||||
this.commentMainGroupBox.Size = new System.Drawing.Size(287, 236);
|
||||
this.commentMainGroupBox.Size = new System.Drawing.Size(334, 274);
|
||||
this.commentMainGroupBox.TabIndex = 0;
|
||||
this.commentMainGroupBox.TabStop = false;
|
||||
this.commentMainGroupBox.Text = "Comments";
|
||||
@@ -271,16 +277,15 @@
|
||||
//
|
||||
this.commentsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.commentsTextBox.Enabled = false;
|
||||
this.commentsTextBox.Location = new System.Drawing.Point(4, 24);
|
||||
this.commentsTextBox.Location = new System.Drawing.Point(5, 28);
|
||||
this.commentsTextBox.Multiline = true;
|
||||
this.commentsTextBox.Name = "commentsTextBox";
|
||||
this.commentsTextBox.ReadOnly = true;
|
||||
this.commentsTextBox.Size = new System.Drawing.Size(279, 207);
|
||||
this.commentsTextBox.Size = new System.Drawing.Size(324, 240);
|
||||
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);
|
||||
@@ -289,96 +294,83 @@
|
||||
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(299, 5);
|
||||
this.profitAnalysisMainGroupBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.profitAnalysisMainGroupBox.Location = new System.Drawing.Point(349, 6);
|
||||
this.profitAnalysisMainGroupBox.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
this.profitAnalysisMainGroupBox.Name = "profitAnalysisMainGroupBox";
|
||||
this.profitAnalysisMainGroupBox.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.profitAnalysisMainGroupBox.Padding = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
this.commentMainTableLayoutPanel.SetRowSpan(this.profitAnalysisMainGroupBox, 2);
|
||||
this.profitAnalysisMainGroupBox.Size = new System.Drawing.Size(405, 236);
|
||||
this.profitAnalysisMainGroupBox.Size = new System.Drawing.Size(472, 274);
|
||||
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(166, 29);
|
||||
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.Location = new System.Drawing.Point(0, 36);
|
||||
this.shrinkLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||
this.shrinkLabel.Name = "shrinkLabel";
|
||||
this.shrinkLabel.Size = new System.Drawing.Size(164, 20);
|
||||
this.shrinkLabel.Size = new System.Drawing.Size(205, 25);
|
||||
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.Location = new System.Drawing.Point(0, 251);
|
||||
this.totalProfitReturnLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||
this.totalProfitReturnLabel.Name = "totalProfitReturnLabel";
|
||||
this.totalProfitReturnLabel.Size = new System.Drawing.Size(146, 20);
|
||||
this.totalProfitReturnLabel.Size = new System.Drawing.Size(178, 25);
|
||||
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.Location = new System.Drawing.Point(0, 216);
|
||||
this.totalProfitReturnFromRemaingLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||
this.totalProfitReturnFromRemaingLabel.Name = "totalProfitReturnFromRemaingLabel";
|
||||
this.totalProfitReturnFromRemaingLabel.Size = new System.Drawing.Size(311, 20);
|
||||
this.totalProfitReturnFromRemaingLabel.Size = new System.Drawing.Size(380, 25);
|
||||
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.Location = new System.Drawing.Point(0, 180);
|
||||
this.totalProfitFromAdItemsLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||
this.totalProfitFromAdItemsLabel.Name = "totalProfitFromAdItemsLabel";
|
||||
this.totalProfitFromAdItemsLabel.Size = new System.Drawing.Size(280, 20);
|
||||
this.totalProfitFromAdItemsLabel.Size = new System.Drawing.Size(342, 25);
|
||||
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.Location = new System.Drawing.Point(0, 143);
|
||||
this.remainingSalesLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||
this.remainingSalesLabel.Name = "remainingSalesLabel";
|
||||
this.remainingSalesLabel.Size = new System.Drawing.Size(137, 20);
|
||||
this.remainingSalesLabel.Size = new System.Drawing.Size(170, 25);
|
||||
this.remainingSalesLabel.TabIndex = 2;
|
||||
this.remainingSalesLabel.Text = "Remaining 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.Location = new System.Drawing.Point(0, 107);
|
||||
this.salesProducedLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||
this.salesProducedLabel.Name = "salesProducedLabel";
|
||||
this.salesProducedLabel.Size = new System.Drawing.Size(240, 20);
|
||||
this.salesProducedLabel.Size = new System.Drawing.Size(300, 25);
|
||||
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.Location = new System.Drawing.Point(0, 72);
|
||||
this.departmentSalesLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||
this.departmentSalesLabel.Name = "departmentSalesLabel";
|
||||
this.departmentSalesLabel.Size = new System.Drawing.Size(146, 20);
|
||||
this.departmentSalesLabel.Size = new System.Drawing.Size(179, 25);
|
||||
this.departmentSalesLabel.TabIndex = 0;
|
||||
this.departmentSalesLabel.Text = "Department Sales: ";
|
||||
//
|
||||
@@ -390,11 +382,11 @@
|
||||
this.grossProfitGroupBox.Controls.Add(this.grossProfitTotalSales);
|
||||
this.grossProfitGroupBox.Controls.Add(this.grossProfitLessCostOfSales);
|
||||
this.grossProfitGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.grossProfitGroupBox.Location = new System.Drawing.Point(712, 5);
|
||||
this.grossProfitGroupBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.grossProfitGroupBox.Location = new System.Drawing.Point(831, 6);
|
||||
this.grossProfitGroupBox.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
this.grossProfitGroupBox.Name = "grossProfitGroupBox";
|
||||
this.grossProfitGroupBox.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.grossProfitGroupBox.Size = new System.Drawing.Size(376, 186);
|
||||
this.grossProfitGroupBox.Padding = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
this.grossProfitGroupBox.Size = new System.Drawing.Size(438, 216);
|
||||
this.grossProfitGroupBox.TabIndex = 2;
|
||||
this.grossProfitGroupBox.TabStop = false;
|
||||
this.grossProfitGroupBox.Text = "Gross Profit";
|
||||
@@ -402,45 +394,45 @@
|
||||
// grossProfitEstimatedWeeklyDeptmartmentExpenseLabel
|
||||
//
|
||||
this.grossProfitEstimatedWeeklyDeptmartmentExpenseLabel.AutoSize = true;
|
||||
this.grossProfitEstimatedWeeklyDeptmartmentExpenseLabel.Location = new System.Drawing.Point(7, 152);
|
||||
this.grossProfitEstimatedWeeklyDeptmartmentExpenseLabel.Location = new System.Drawing.Point(8, 177);
|
||||
this.grossProfitEstimatedWeeklyDeptmartmentExpenseLabel.Name = "grossProfitEstimatedWeeklyDeptmartmentExpenseLabel";
|
||||
this.grossProfitEstimatedWeeklyDeptmartmentExpenseLabel.Size = new System.Drawing.Size(299, 20);
|
||||
this.grossProfitEstimatedWeeklyDeptmartmentExpenseLabel.Size = new System.Drawing.Size(368, 25);
|
||||
this.grossProfitEstimatedWeeklyDeptmartmentExpenseLabel.TabIndex = 4;
|
||||
this.grossProfitEstimatedWeeklyDeptmartmentExpenseLabel.Text = "Estimated Weekly Department Expense: ";
|
||||
//
|
||||
// grossProfitDollarGrossProfitLabel
|
||||
//
|
||||
this.grossProfitDollarGrossProfitLabel.AutoSize = true;
|
||||
this.grossProfitDollarGrossProfitLabel.Location = new System.Drawing.Point(7, 92);
|
||||
this.grossProfitDollarGrossProfitLabel.Location = new System.Drawing.Point(8, 107);
|
||||
this.grossProfitDollarGrossProfitLabel.Name = "grossProfitDollarGrossProfitLabel";
|
||||
this.grossProfitDollarGrossProfitLabel.Size = new System.Drawing.Size(146, 20);
|
||||
this.grossProfitDollarGrossProfitLabel.Size = new System.Drawing.Size(179, 25);
|
||||
this.grossProfitDollarGrossProfitLabel.TabIndex = 2;
|
||||
this.grossProfitDollarGrossProfitLabel.Text = "Dollar Gross Profit: ";
|
||||
//
|
||||
// perfectGrossProfitLabel
|
||||
//
|
||||
this.perfectGrossProfitLabel.AutoSize = true;
|
||||
this.perfectGrossProfitLabel.Location = new System.Drawing.Point(7, 122);
|
||||
this.perfectGrossProfitLabel.Location = new System.Drawing.Point(8, 142);
|
||||
this.perfectGrossProfitLabel.Name = "perfectGrossProfitLabel";
|
||||
this.perfectGrossProfitLabel.Size = new System.Drawing.Size(160, 20);
|
||||
this.perfectGrossProfitLabel.Size = new System.Drawing.Size(196, 25);
|
||||
this.perfectGrossProfitLabel.TabIndex = 3;
|
||||
this.perfectGrossProfitLabel.Text = "Percent Gross Profit: ";
|
||||
//
|
||||
// grossProfitTotalSales
|
||||
//
|
||||
this.grossProfitTotalSales.AutoSize = true;
|
||||
this.grossProfitTotalSales.Location = new System.Drawing.Point(7, 32);
|
||||
this.grossProfitTotalSales.Location = new System.Drawing.Point(8, 37);
|
||||
this.grossProfitTotalSales.Name = "grossProfitTotalSales";
|
||||
this.grossProfitTotalSales.Size = new System.Drawing.Size(96, 20);
|
||||
this.grossProfitTotalSales.Size = new System.Drawing.Size(122, 25);
|
||||
this.grossProfitTotalSales.TabIndex = 0;
|
||||
this.grossProfitTotalSales.Text = "Total Sales: ";
|
||||
//
|
||||
// grossProfitLessCostOfSales
|
||||
//
|
||||
this.grossProfitLessCostOfSales.AutoSize = true;
|
||||
this.grossProfitLessCostOfSales.Location = new System.Drawing.Point(7, 62);
|
||||
this.grossProfitLessCostOfSales.Location = new System.Drawing.Point(8, 72);
|
||||
this.grossProfitLessCostOfSales.Name = "grossProfitLessCostOfSales";
|
||||
this.grossProfitLessCostOfSales.Size = new System.Drawing.Size(150, 20);
|
||||
this.grossProfitLessCostOfSales.Size = new System.Drawing.Size(187, 25);
|
||||
this.grossProfitLessCostOfSales.TabIndex = 1;
|
||||
this.grossProfitLessCostOfSales.Text = "Less Cost of Sales: ";
|
||||
//
|
||||
@@ -448,9 +440,9 @@
|
||||
//
|
||||
this.taxableGroupBox.Controls.Add(this.usePreRenderedFilesCheckbox);
|
||||
this.taxableGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.taxableGroupBox.Location = new System.Drawing.Point(1095, 3);
|
||||
this.taxableGroupBox.Location = new System.Drawing.Point(1277, 3);
|
||||
this.taxableGroupBox.Name = "taxableGroupBox";
|
||||
this.taxableGroupBox.Size = new System.Drawing.Size(380, 190);
|
||||
this.taxableGroupBox.Size = new System.Drawing.Size(444, 222);
|
||||
this.taxableGroupBox.TabIndex = 3;
|
||||
this.taxableGroupBox.TabStop = false;
|
||||
this.taxableGroupBox.Text = "Taxable";
|
||||
@@ -458,9 +450,9 @@
|
||||
// usePreRenderedFilesCheckbox
|
||||
//
|
||||
this.usePreRenderedFilesCheckbox.AutoSize = true;
|
||||
this.usePreRenderedFilesCheckbox.Location = new System.Drawing.Point(177, 164);
|
||||
this.usePreRenderedFilesCheckbox.Location = new System.Drawing.Point(206, 191);
|
||||
this.usePreRenderedFilesCheckbox.Name = "usePreRenderedFilesCheckbox";
|
||||
this.usePreRenderedFilesCheckbox.Size = new System.Drawing.Size(198, 24);
|
||||
this.usePreRenderedFilesCheckbox.Size = new System.Drawing.Size(239, 29);
|
||||
this.usePreRenderedFilesCheckbox.TabIndex = 5;
|
||||
this.usePreRenderedFilesCheckbox.Text = "Use Pre-rendered Files";
|
||||
this.usePreRenderedFilesCheckbox.UseVisualStyleBackColor = true;
|
||||
@@ -474,16 +466,16 @@
|
||||
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(711, 199);
|
||||
this.dateSelectorPanel.Location = new System.Drawing.Point(829, 231);
|
||||
this.dateSelectorPanel.Name = "dateSelectorPanel";
|
||||
this.dateSelectorPanel.Size = new System.Drawing.Size(764, 44);
|
||||
this.dateSelectorPanel.Size = new System.Drawing.Size(892, 52);
|
||||
this.dateSelectorPanel.TabIndex = 4;
|
||||
//
|
||||
// printPreviewButton
|
||||
//
|
||||
this.printPreviewButton.Location = new System.Drawing.Point(638, 0);
|
||||
this.printPreviewButton.Location = new System.Drawing.Point(744, 0);
|
||||
this.printPreviewButton.Name = "printPreviewButton";
|
||||
this.printPreviewButton.Size = new System.Drawing.Size(118, 42);
|
||||
this.printPreviewButton.Size = new System.Drawing.Size(138, 49);
|
||||
this.printPreviewButton.TabIndex = 4;
|
||||
this.printPreviewButton.Text = "Print Preview";
|
||||
this.printPreviewButton.UseVisualStyleBackColor = true;
|
||||
@@ -492,36 +484,36 @@
|
||||
// yearComboBox
|
||||
//
|
||||
this.yearComboBox.FormattingEnabled = true;
|
||||
this.yearComboBox.Location = new System.Drawing.Point(382, 11);
|
||||
this.yearComboBox.Location = new System.Drawing.Point(446, 13);
|
||||
this.yearComboBox.Name = "yearComboBox";
|
||||
this.yearComboBox.Size = new System.Drawing.Size(96, 28);
|
||||
this.yearComboBox.Size = new System.Drawing.Size(111, 32);
|
||||
this.yearComboBox.Sorted = true;
|
||||
this.yearComboBox.TabIndex = 3;
|
||||
//
|
||||
// dayComboBox
|
||||
//
|
||||
this.dayComboBox.FormattingEnabled = true;
|
||||
this.dayComboBox.Location = new System.Drawing.Point(280, 11);
|
||||
this.dayComboBox.Location = new System.Drawing.Point(327, 13);
|
||||
this.dayComboBox.Name = "dayComboBox";
|
||||
this.dayComboBox.Size = new System.Drawing.Size(96, 28);
|
||||
this.dayComboBox.Size = new System.Drawing.Size(111, 32);
|
||||
this.dayComboBox.Sorted = true;
|
||||
this.dayComboBox.TabIndex = 2;
|
||||
//
|
||||
// monthComboBox
|
||||
//
|
||||
this.monthComboBox.FormattingEnabled = true;
|
||||
this.monthComboBox.Location = new System.Drawing.Point(178, 11);
|
||||
this.monthComboBox.Location = new System.Drawing.Point(208, 13);
|
||||
this.monthComboBox.Name = "monthComboBox";
|
||||
this.monthComboBox.Size = new System.Drawing.Size(96, 28);
|
||||
this.monthComboBox.Size = new System.Drawing.Size(111, 32);
|
||||
this.monthComboBox.Sorted = true;
|
||||
this.monthComboBox.TabIndex = 1;
|
||||
//
|
||||
// dateSelectLabel
|
||||
//
|
||||
this.dateSelectLabel.AutoSize = true;
|
||||
this.dateSelectLabel.Location = new System.Drawing.Point(6, 12);
|
||||
this.dateSelectLabel.Location = new System.Drawing.Point(7, 14);
|
||||
this.dateSelectLabel.Name = "dateSelectLabel";
|
||||
this.dateSelectLabel.Size = new System.Drawing.Size(166, 20);
|
||||
this.dateSelectLabel.Size = new System.Drawing.Size(204, 25);
|
||||
this.dateSelectLabel.TabIndex = 0;
|
||||
this.dateSelectLabel.Text = "Select a Date to View:";
|
||||
//
|
||||
@@ -533,21 +525,21 @@
|
||||
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(4, 40);
|
||||
this.mainViewTabControl.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.mainViewTabControl.Location = new System.Drawing.Point(5, 47);
|
||||
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(1478, 464);
|
||||
this.mainViewTabControl.Size = new System.Drawing.Size(1724, 541);
|
||||
this.mainViewTabControl.TabIndex = 3;
|
||||
//
|
||||
// projectionTab
|
||||
//
|
||||
this.projectionTab.Controls.Add(this.projectedSalesMainDataGrid);
|
||||
this.projectionTab.Location = new System.Drawing.Point(4, 29);
|
||||
this.projectionTab.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
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(4, 5, 4, 5);
|
||||
this.projectionTab.Size = new System.Drawing.Size(1470, 431);
|
||||
this.projectionTab.Padding = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
this.projectionTab.Size = new System.Drawing.Size(1716, 504);
|
||||
this.projectionTab.TabIndex = 0;
|
||||
this.projectionTab.Text = "Projections";
|
||||
this.projectionTab.UseVisualStyleBackColor = true;
|
||||
@@ -562,23 +554,23 @@
|
||||
this.projectedSalesMainDataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
this.projectedSalesMainDataGrid.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
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.Location = new System.Drawing.Point(5, 6);
|
||||
this.projectedSalesMainDataGrid.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
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(1462, 421);
|
||||
this.projectedSalesMainDataGrid.Size = new System.Drawing.Size(1706, 492);
|
||||
this.projectedSalesMainDataGrid.TabIndex = 0;
|
||||
//
|
||||
// inventoryTabPage
|
||||
//
|
||||
this.inventoryTabPage.Controls.Add(this.inventoryDataGridView);
|
||||
this.inventoryTabPage.Location = new System.Drawing.Point(4, 29);
|
||||
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(1470, 431);
|
||||
this.inventoryTabPage.Size = new System.Drawing.Size(1716, 504);
|
||||
this.inventoryTabPage.TabIndex = 4;
|
||||
this.inventoryTabPage.Text = "Inventory";
|
||||
this.inventoryTabPage.UseVisualStyleBackColor = true;
|
||||
@@ -597,16 +589,16 @@
|
||||
this.inventoryDataGridView.RowHeadersVisible = false;
|
||||
this.inventoryDataGridView.RowTemplate.Height = 28;
|
||||
this.inventoryDataGridView.ShowRowErrors = false;
|
||||
this.inventoryDataGridView.Size = new System.Drawing.Size(1464, 425);
|
||||
this.inventoryDataGridView.Size = new System.Drawing.Size(1710, 498);
|
||||
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.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(1470, 431);
|
||||
this.actualSalesTab.Size = new System.Drawing.Size(1716, 504);
|
||||
this.actualSalesTab.TabIndex = 2;
|
||||
this.actualSalesTab.Text = "Actual Sales";
|
||||
this.actualSalesTab.UseVisualStyleBackColor = true;
|
||||
@@ -618,12 +610,12 @@
|
||||
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.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, 431F));
|
||||
this.actualSalesMainLayoutPanel.Size = new System.Drawing.Size(1470, 431);
|
||||
this.actualSalesMainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 504F));
|
||||
this.actualSalesMainLayoutPanel.Size = new System.Drawing.Size(1716, 504);
|
||||
this.actualSalesMainLayoutPanel.TabIndex = 0;
|
||||
//
|
||||
// actualSalesMainDataGidView
|
||||
@@ -636,24 +628,24 @@
|
||||
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.Location = new System.Drawing.Point(5, 6);
|
||||
this.actualSalesMainDataGidView.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
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(1462, 421);
|
||||
this.actualSalesMainDataGidView.Size = new System.Drawing.Size(1706, 492);
|
||||
this.actualSalesMainDataGidView.TabIndex = 1;
|
||||
//
|
||||
// suppliersTabPage
|
||||
//
|
||||
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.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(4, 5, 4, 5);
|
||||
this.suppliersTabPage.Size = new System.Drawing.Size(1470, 431);
|
||||
this.suppliersTabPage.Padding = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
this.suppliersTabPage.Size = new System.Drawing.Size(1716, 504);
|
||||
this.suppliersTabPage.TabIndex = 1;
|
||||
this.suppliersTabPage.Text = "Suppliers";
|
||||
this.suppliersTabPage.UseVisualStyleBackColor = true;
|
||||
@@ -668,22 +660,22 @@
|
||||
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.Location = new System.Drawing.Point(5, 6);
|
||||
this.suppliersDataGridView.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
this.suppliersDataGridView.Name = "suppliersDataGridView";
|
||||
this.suppliersDataGridView.ReadOnly = true;
|
||||
this.suppliersDataGridView.RowHeadersVisible = false;
|
||||
this.suppliersDataGridView.Size = new System.Drawing.Size(1462, 421);
|
||||
this.suppliersDataGridView.Size = new System.Drawing.Size(1706, 492);
|
||||
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.Location = new System.Drawing.Point(4, 33);
|
||||
this.WeeklySalesTabPage.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
this.WeeklySalesTabPage.Name = "WeeklySalesTabPage";
|
||||
this.WeeklySalesTabPage.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.WeeklySalesTabPage.Size = new System.Drawing.Size(1470, 431);
|
||||
this.WeeklySalesTabPage.Padding = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
this.WeeklySalesTabPage.Size = new System.Drawing.Size(1716, 504);
|
||||
this.WeeklySalesTabPage.TabIndex = 3;
|
||||
this.WeeklySalesTabPage.Text = "Weekly Sales";
|
||||
this.WeeklySalesTabPage.UseVisualStyleBackColor = true;
|
||||
@@ -697,29 +689,21 @@
|
||||
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.Location = new System.Drawing.Point(5, 6);
|
||||
this.weeklySalesDataGridView.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
this.weeklySalesDataGridView.Name = "weeklySalesDataGridView";
|
||||
this.weeklySalesDataGridView.ReadOnly = true;
|
||||
this.weeklySalesDataGridView.RowHeadersVisible = false;
|
||||
this.weeklySalesDataGridView.Size = new System.Drawing.Size(1462, 421);
|
||||
this.weeklySalesDataGridView.Size = new System.Drawing.Size(1706, 492);
|
||||
this.weeklySalesDataGridView.TabIndex = 0;
|
||||
//
|
||||
// newFormTestToolStripMenuItem
|
||||
//
|
||||
this.newFormTestToolStripMenuItem.Name = "newFormTestToolStripMenuItem";
|
||||
this.newFormTestToolStripMenuItem.Size = new System.Drawing.Size(284, 30);
|
||||
this.newFormTestToolStripMenuItem.Text = "&New Form Test";
|
||||
this.newFormTestToolStripMenuItem.Click += new System.EventHandler(this.newFormTestToolStripMenuItem_Click);
|
||||
//
|
||||
// FrmMain
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||||
this.ClientSize = new System.Drawing.Size(1486, 765);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
||||
this.ClientSize = new System.Drawing.Size(1734, 892);
|
||||
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.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
this.MaximizeBox = false;
|
||||
this.Name = "FrmMain";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
@@ -784,7 +768,6 @@
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user