namespace AdvertsingProfitControl { partial class FrmModifyRecord { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmModifyRecord)); this.mainTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.mainMenu = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.debugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.getAttributeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.mainTabControl = new System.Windows.Forms.TabControl(); this.projectionsTabpage = new System.Windows.Forms.TabPage(); this.projectionsDataGridView = new System.Windows.Forms.DataGridView(); this.inventoryTabPage = new System.Windows.Forms.TabPage(); this.inventoryDataGridView = new System.Windows.Forms.DataGridView(); this.actualSalesTabPage = new System.Windows.Forms.TabPage(); this.actualSalesDataGridView = new System.Windows.Forms.DataGridView(); this.invoicesTabPage = new System.Windows.Forms.TabPage(); this.invoicesDataGridView = new System.Windows.Forms.DataGridView(); this.weeklySalesTabPage = new System.Windows.Forms.TabPage(); this.weeklySalesDataGridView = new System.Windows.Forms.DataGridView(); this.secondaryTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.commentsGroupBox = new System.Windows.Forms.GroupBox(); this.commentsTextBox = new System.Windows.Forms.TextBox(); this.dateSelectorGroupBox = new System.Windows.Forms.GroupBox(); this.updateRecords = new System.Windows.Forms.Button(); this.notificationLabel = new System.Windows.Forms.Label(); this.yearComboBox = new System.Windows.Forms.ComboBox(); this.dayComboBox = new System.Windows.Forms.ComboBox(); this.monthComboBox = new System.Windows.Forms.ComboBox(); this.mainTableLayoutPanel.SuspendLayout(); this.mainMenu.SuspendLayout(); this.mainTabControl.SuspendLayout(); this.projectionsTabpage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.projectionsDataGridView)).BeginInit(); this.inventoryTabPage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.inventoryDataGridView)).BeginInit(); this.actualSalesTabPage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.actualSalesDataGridView)).BeginInit(); this.invoicesTabPage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.invoicesDataGridView)).BeginInit(); this.weeklySalesTabPage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.weeklySalesDataGridView)).BeginInit(); this.secondaryTableLayoutPanel.SuspendLayout(); this.commentsGroupBox.SuspendLayout(); this.dateSelectorGroupBox.SuspendLayout(); this.SuspendLayout(); // // mainTableLayoutPanel // this.mainTableLayoutPanel.ColumnCount = 1; this.mainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.mainTableLayoutPanel.Controls.Add(this.mainMenu, 0, 0); this.mainTableLayoutPanel.Controls.Add(this.mainTabControl, 0, 1); this.mainTableLayoutPanel.Controls.Add(this.secondaryTableLayoutPanel, 0, 2); this.mainTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.mainTableLayoutPanel.Location = new System.Drawing.Point(0, 0); this.mainTableLayoutPanel.Margin = new System.Windows.Forms.Padding(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, 38F)); this.mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 70F)); this.mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F)); this.mainTableLayoutPanel.Size = new System.Drawing.Size(1180, 712); this.mainTableLayoutPanel.TabIndex = 0; // // mainMenu // this.mainMenu.ImageScalingSize = new System.Drawing.Size(24, 24); this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.debugToolStripMenuItem}); 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(1180, 35); this.mainMenu.TabIndex = 0; this.mainMenu.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.exitToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(50, 29); this.fileToolStripMenuItem.Text = "&File"; // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(187, 30); this.exitToolStripMenuItem.Text = "&Close Form"; // // debugToolStripMenuItem // this.debugToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.getAttributeToolStripMenuItem}); this.debugToolStripMenuItem.Name = "debugToolStripMenuItem"; this.debugToolStripMenuItem.Size = new System.Drawing.Size(78, 29); this.debugToolStripMenuItem.Text = "Debug"; // // getAttributeToolStripMenuItem // this.getAttributeToolStripMenuItem.Name = "getAttributeToolStripMenuItem"; this.getAttributeToolStripMenuItem.Size = new System.Drawing.Size(211, 30); this.getAttributeToolStripMenuItem.Text = "Get Attribute"; this.getAttributeToolStripMenuItem.Click += new System.EventHandler(this.getAttributeToolStripMenuItem_Click); // // mainTabControl // this.mainTabControl.Controls.Add(this.projectionsTabpage); this.mainTabControl.Controls.Add(this.inventoryTabPage); this.mainTabControl.Controls.Add(this.actualSalesTabPage); this.mainTabControl.Controls.Add(this.invoicesTabPage); this.mainTabControl.Controls.Add(this.weeklySalesTabPage); this.mainTabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.mainTabControl.Location = new System.Drawing.Point(4, 43); this.mainTabControl.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.mainTabControl.Name = "mainTabControl"; this.mainTabControl.SelectedIndex = 0; this.mainTabControl.Size = new System.Drawing.Size(1172, 461); this.mainTabControl.TabIndex = 1; // // projectionsTabpage // this.projectionsTabpage.Controls.Add(this.projectionsDataGridView); this.projectionsTabpage.Location = new System.Drawing.Point(4, 29); this.projectionsTabpage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.projectionsTabpage.Name = "projectionsTabpage"; this.projectionsTabpage.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); this.projectionsTabpage.Size = new System.Drawing.Size(1164, 428); this.projectionsTabpage.TabIndex = 0; this.projectionsTabpage.Text = "Projections"; this.projectionsTabpage.UseVisualStyleBackColor = true; // // projectionsDataGridView // this.projectionsDataGridView.AllowDrop = true; this.projectionsDataGridView.AllowUserToResizeRows = false; this.projectionsDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.projectionsDataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; this.projectionsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.projectionsDataGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.projectionsDataGridView.Location = new System.Drawing.Point(4, 5); this.projectionsDataGridView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.projectionsDataGridView.MultiSelect = false; this.projectionsDataGridView.Name = "projectionsDataGridView"; this.projectionsDataGridView.Size = new System.Drawing.Size(1156, 418); this.projectionsDataGridView.TabIndex = 0; // // inventoryTabPage // this.inventoryTabPage.Controls.Add(this.inventoryDataGridView); this.inventoryTabPage.Location = new System.Drawing.Point(4, 29); this.inventoryTabPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.inventoryTabPage.Name = "inventoryTabPage"; this.inventoryTabPage.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); this.inventoryTabPage.Size = new System.Drawing.Size(1164, 428); this.inventoryTabPage.TabIndex = 1; this.inventoryTabPage.Text = "Inventory"; this.inventoryTabPage.UseVisualStyleBackColor = true; // // inventoryDataGridView // this.inventoryDataGridView.AllowDrop = true; this.inventoryDataGridView.AllowUserToResizeRows = 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(4, 5); this.inventoryDataGridView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.inventoryDataGridView.MultiSelect = false; this.inventoryDataGridView.Name = "inventoryDataGridView"; this.inventoryDataGridView.Size = new System.Drawing.Size(1156, 418); this.inventoryDataGridView.TabIndex = 0; // // actualSalesTabPage // this.actualSalesTabPage.Controls.Add(this.actualSalesDataGridView); this.actualSalesTabPage.Location = new System.Drawing.Point(4, 29); this.actualSalesTabPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.actualSalesTabPage.Name = "actualSalesTabPage"; this.actualSalesTabPage.Size = new System.Drawing.Size(1164, 428); this.actualSalesTabPage.TabIndex = 2; this.actualSalesTabPage.Text = "Actual Sales"; this.actualSalesTabPage.UseVisualStyleBackColor = true; // // actualSalesDataGridView // this.actualSalesDataGridView.AllowDrop = true; this.actualSalesDataGridView.AllowUserToResizeRows = false; this.actualSalesDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.actualSalesDataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; this.actualSalesDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.actualSalesDataGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.actualSalesDataGridView.Location = new System.Drawing.Point(0, 0); this.actualSalesDataGridView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.actualSalesDataGridView.MultiSelect = false; this.actualSalesDataGridView.Name = "actualSalesDataGridView"; this.actualSalesDataGridView.Size = new System.Drawing.Size(1164, 428); this.actualSalesDataGridView.TabIndex = 0; // // invoicesTabPage // this.invoicesTabPage.Controls.Add(this.invoicesDataGridView); this.invoicesTabPage.Location = new System.Drawing.Point(4, 29); this.invoicesTabPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.invoicesTabPage.Name = "invoicesTabPage"; this.invoicesTabPage.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); this.invoicesTabPage.Size = new System.Drawing.Size(1164, 428); this.invoicesTabPage.TabIndex = 4; this.invoicesTabPage.Text = "Invoices"; this.invoicesTabPage.UseVisualStyleBackColor = true; // // invoicesDataGridView // this.invoicesDataGridView.AllowUserToResizeRows = false; this.invoicesDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.invoicesDataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; this.invoicesDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.invoicesDataGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.invoicesDataGridView.Location = new System.Drawing.Point(4, 5); this.invoicesDataGridView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.invoicesDataGridView.MultiSelect = false; this.invoicesDataGridView.Name = "invoicesDataGridView"; this.invoicesDataGridView.Size = new System.Drawing.Size(1156, 418); this.invoicesDataGridView.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.Size = new System.Drawing.Size(1164, 428); this.weeklySalesTabPage.TabIndex = 3; this.weeklySalesTabPage.Text = "Weekly Sales"; this.weeklySalesTabPage.UseVisualStyleBackColor = true; // // weeklySalesDataGridView // this.weeklySalesDataGridView.AllowUserToAddRows = false; this.weeklySalesDataGridView.AllowUserToDeleteRows = false; this.weeklySalesDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.weeklySalesDataGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.weeklySalesDataGridView.Location = new System.Drawing.Point(0, 0); this.weeklySalesDataGridView.MultiSelect = false; this.weeklySalesDataGridView.Name = "weeklySalesDataGridView"; this.weeklySalesDataGridView.RowTemplate.Height = 28; this.weeklySalesDataGridView.Size = new System.Drawing.Size(1164, 428); this.weeklySalesDataGridView.TabIndex = 0; // // secondaryTableLayoutPanel // this.secondaryTableLayoutPanel.ColumnCount = 3; this.secondaryTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.secondaryTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.secondaryTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.secondaryTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.secondaryTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.secondaryTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.secondaryTableLayoutPanel.Controls.Add(this.commentsGroupBox, 0, 0); this.secondaryTableLayoutPanel.Controls.Add(this.dateSelectorGroupBox, 1, 0); this.secondaryTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.secondaryTableLayoutPanel.Location = new System.Drawing.Point(4, 514); this.secondaryTableLayoutPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.secondaryTableLayoutPanel.Name = "secondaryTableLayoutPanel"; this.secondaryTableLayoutPanel.RowCount = 1; this.secondaryTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.secondaryTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.secondaryTableLayoutPanel.Size = new System.Drawing.Size(1172, 193); this.secondaryTableLayoutPanel.TabIndex = 2; // // commentsGroupBox // this.commentsGroupBox.Controls.Add(this.commentsTextBox); this.commentsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.commentsGroupBox.Location = new System.Drawing.Point(3, 3); this.commentsGroupBox.Name = "commentsGroupBox"; this.commentsGroupBox.Size = new System.Drawing.Size(384, 187); this.commentsGroupBox.TabIndex = 0; this.commentsGroupBox.TabStop = false; this.commentsGroupBox.Text = "Comments"; // // commentsTextBox // this.commentsTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.commentsTextBox.Location = new System.Drawing.Point(3, 22); this.commentsTextBox.Multiline = true; this.commentsTextBox.Name = "commentsTextBox"; this.commentsTextBox.Size = new System.Drawing.Size(378, 162); this.commentsTextBox.TabIndex = 0; // // dateSelectorGroupBox // this.secondaryTableLayoutPanel.SetColumnSpan(this.dateSelectorGroupBox, 2); this.dateSelectorGroupBox.Controls.Add(this.updateRecords); this.dateSelectorGroupBox.Controls.Add(this.notificationLabel); this.dateSelectorGroupBox.Controls.Add(this.yearComboBox); this.dateSelectorGroupBox.Controls.Add(this.dayComboBox); this.dateSelectorGroupBox.Controls.Add(this.monthComboBox); this.dateSelectorGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.dateSelectorGroupBox.Location = new System.Drawing.Point(393, 3); this.dateSelectorGroupBox.Name = "dateSelectorGroupBox"; this.dateSelectorGroupBox.Size = new System.Drawing.Size(776, 187); this.dateSelectorGroupBox.TabIndex = 1; this.dateSelectorGroupBox.TabStop = false; this.dateSelectorGroupBox.Text = "Select a date to modify:"; // // updateRecords // this.updateRecords.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.updateRecords.Location = new System.Drawing.Point(598, 143); this.updateRecords.Name = "updateRecords"; this.updateRecords.Size = new System.Drawing.Size(178, 40); this.updateRecords.TabIndex = 2; this.updateRecords.Text = "Update Records"; this.updateRecords.UseVisualStyleBackColor = true; this.updateRecords.Click += new System.EventHandler(this.addRecords_Click); // // notificationLabel // this.notificationLabel.AutoSize = true; this.notificationLabel.Location = new System.Drawing.Point(6, 105); this.notificationLabel.Name = "notificationLabel"; this.notificationLabel.Size = new System.Drawing.Size(0, 20); this.notificationLabel.TabIndex = 3; // // yearComboBox // this.yearComboBox.FormattingEnabled = true; this.yearComboBox.Location = new System.Drawing.Point(256, 62); this.yearComboBox.Name = "yearComboBox"; this.yearComboBox.Size = new System.Drawing.Size(121, 28); this.yearComboBox.TabIndex = 2; // // dayComboBox // this.dayComboBox.FormattingEnabled = true; this.dayComboBox.Location = new System.Drawing.Point(129, 62); this.dayComboBox.Name = "dayComboBox"; this.dayComboBox.Size = new System.Drawing.Size(121, 28); this.dayComboBox.TabIndex = 1; // // monthComboBox // this.monthComboBox.FormattingEnabled = true; this.monthComboBox.Location = new System.Drawing.Point(2, 62); this.monthComboBox.Name = "monthComboBox"; this.monthComboBox.Size = new System.Drawing.Size(121, 28); this.monthComboBox.TabIndex = 0; // // FrmModifyRecord // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1180, 712); this.Controls.Add(this.mainTableLayoutPanel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.mainMenu; this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.MaximumSize = new System.Drawing.Size(1332, 878); this.MinimumSize = new System.Drawing.Size(1182, 724); this.Name = "FrmModifyRecord"; this.Text = "Modify Existing Records"; this.Load += new System.EventHandler(this.FrmModifyRecord_Load); this.mainTableLayoutPanel.ResumeLayout(false); this.mainTableLayoutPanel.PerformLayout(); this.mainMenu.ResumeLayout(false); this.mainMenu.PerformLayout(); this.mainTabControl.ResumeLayout(false); this.projectionsTabpage.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.projectionsDataGridView)).EndInit(); this.inventoryTabPage.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.inventoryDataGridView)).EndInit(); this.actualSalesTabPage.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.actualSalesDataGridView)).EndInit(); this.invoicesTabPage.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.invoicesDataGridView)).EndInit(); this.weeklySalesTabPage.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.weeklySalesDataGridView)).EndInit(); this.secondaryTableLayoutPanel.ResumeLayout(false); this.commentsGroupBox.ResumeLayout(false); this.commentsGroupBox.PerformLayout(); this.dateSelectorGroupBox.ResumeLayout(false); this.dateSelectorGroupBox.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel mainTableLayoutPanel; private System.Windows.Forms.MenuStrip mainMenu; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; private System.Windows.Forms.TabControl mainTabControl; private System.Windows.Forms.TabPage projectionsTabpage; private System.Windows.Forms.DataGridView projectionsDataGridView; private System.Windows.Forms.TabPage inventoryTabPage; private System.Windows.Forms.DataGridView inventoryDataGridView; private System.Windows.Forms.TabPage actualSalesTabPage; private System.Windows.Forms.DataGridView actualSalesDataGridView; private System.Windows.Forms.TabPage weeklySalesTabPage; private System.Windows.Forms.TableLayoutPanel secondaryTableLayoutPanel; private System.Windows.Forms.TabPage invoicesTabPage; private System.Windows.Forms.DataGridView invoicesDataGridView; private System.Windows.Forms.GroupBox commentsGroupBox; private System.Windows.Forms.TextBox commentsTextBox; private System.Windows.Forms.GroupBox dateSelectorGroupBox; private System.Windows.Forms.ComboBox yearComboBox; private System.Windows.Forms.ComboBox dayComboBox; private System.Windows.Forms.ComboBox monthComboBox; private System.Windows.Forms.ToolStripMenuItem debugToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem getAttributeToolStripMenuItem; private System.Windows.Forms.Label notificationLabel; private System.Windows.Forms.Button updateRecords; private System.Windows.Forms.DataGridView weeklySalesDataGridView; } }