namespace AdvertsingProfitControl { partial class FrmDeleteRecord { /// /// 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(FrmDeleteRecord)); 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.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.actualTabPage = new System.Windows.Forms.TabPage(); this.actualSalesDataGridView = 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.secondaryLayOutPanel = new System.Windows.Forms.TableLayoutPanel(); this.commmentsGroupBox = new System.Windows.Forms.GroupBox(); this.commentsTextBox = new System.Windows.Forms.TextBox(); this.datePickerGroupBox = new System.Windows.Forms.GroupBox(); this.informationLabel = new System.Windows.Forms.Label(); this.dateSelectorFormatLable = new System.Windows.Forms.Label(); this.yearComboBox = new System.Windows.Forms.ComboBox(); this.monthComboBox = new System.Windows.Forms.ComboBox(); this.dayComboBox = new System.Windows.Forms.ComboBox(); this.clearSelectedYearGroupBox = new System.Windows.Forms.GroupBox(); this.yearClearingWarningLabel = new System.Windows.Forms.Label(); this.clearSelectedYearInfoLabel = new System.Windows.Forms.Label(); this.DELETE = new System.Windows.Forms.Button(); 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.actualTabPage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.actualSalesDataGridView)).BeginInit(); this.suppliersTabPage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.suppliersDataGridView)).BeginInit(); this.weeklySalesTabPage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.weeklySalesDataGridView)).BeginInit(); this.secondaryLayOutPanel.SuspendLayout(); this.commmentsGroupBox.SuspendLayout(); this.datePickerGroupBox.SuspendLayout(); this.clearSelectedYearGroupBox.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.secondaryLayOutPanel, 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(2, 2, 2, 2); this.mainTableLayoutPanel.Name = "mainTableLayoutPanel"; this.mainTableLayoutPanel.RowCount = 3; this.mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F)); 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(889, 564); this.mainTableLayoutPanel.TabIndex = 0; // // mainMenu // this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileMainMenu}); this.mainMenu.Location = new System.Drawing.Point(0, 0); this.mainMenu.Name = "mainMenu"; this.mainMenu.Padding = new System.Windows.Forms.Padding(4, 1, 0, 1); this.mainMenu.Size = new System.Drawing.Size(889, 23); this.mainMenu.TabIndex = 0; this.mainMenu.Text = "menuStrip1"; // // fileMainMenu // this.fileMainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.exitFileMainMenu}); this.fileMainMenu.Name = "fileMainMenu"; this.fileMainMenu.Size = new System.Drawing.Size(35, 21); this.fileMainMenu.Text = "&File"; // // exitFileMainMenu // this.exitFileMainMenu.Name = "exitFileMainMenu"; this.exitFileMainMenu.Size = new System.Drawing.Size(92, 22); this.exitFileMainMenu.Text = "E&xit"; // // mainTabControl // this.mainTabControl.Controls.Add(this.projectionsTabPage); this.mainTabControl.Controls.Add(this.inventoryTabPage); this.mainTabControl.Controls.Add(this.actualTabPage); this.mainTabControl.Controls.Add(this.suppliersTabPage); this.mainTabControl.Controls.Add(this.weeklySalesTabPage); this.mainTabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.mainTabControl.Location = new System.Drawing.Point(2, 25); this.mainTabControl.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.mainTabControl.Name = "mainTabControl"; this.mainTabControl.SelectedIndex = 0; this.mainTabControl.Size = new System.Drawing.Size(885, 374); this.mainTabControl.TabIndex = 1; // // projectionsTabPage // this.projectionsTabPage.Controls.Add(this.projectionsDataGridView); this.projectionsTabPage.Location = new System.Drawing.Point(4, 22); this.projectionsTabPage.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.projectionsTabPage.Name = "projectionsTabPage"; this.projectionsTabPage.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.projectionsTabPage.Size = new System.Drawing.Size(877, 348); this.projectionsTabPage.TabIndex = 0; this.projectionsTabPage.Text = "Projections"; this.projectionsTabPage.UseVisualStyleBackColor = true; // // projectionsDataGridView // this.projectionsDataGridView.AllowUserToAddRows = false; this.projectionsDataGridView.AllowUserToResizeRows = false; this.projectionsDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.projectionsDataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; this.projectionsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.projectionsDataGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.projectionsDataGridView.Location = new System.Drawing.Point(2, 2); this.projectionsDataGridView.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.projectionsDataGridView.MultiSelect = false; this.projectionsDataGridView.Name = "projectionsDataGridView"; this.projectionsDataGridView.ReadOnly = true; this.projectionsDataGridView.RowTemplate.Height = 28; this.projectionsDataGridView.ShowEditingIcon = false; this.projectionsDataGridView.Size = new System.Drawing.Size(873, 344); this.projectionsDataGridView.TabIndex = 0; // // inventoryTabPage // this.inventoryTabPage.Controls.Add(this.inventoryDataGridView); this.inventoryTabPage.Location = new System.Drawing.Point(4, 22); this.inventoryTabPage.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.inventoryTabPage.Name = "inventoryTabPage"; this.inventoryTabPage.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.inventoryTabPage.Size = new System.Drawing.Size(866, 335); this.inventoryTabPage.TabIndex = 1; this.inventoryTabPage.Text = "Inventory"; this.inventoryTabPage.UseVisualStyleBackColor = true; // // inventoryDataGridView // this.inventoryDataGridView.AllowUserToAddRows = false; 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(2, 2); this.inventoryDataGridView.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.inventoryDataGridView.Name = "inventoryDataGridView"; this.inventoryDataGridView.ReadOnly = true; this.inventoryDataGridView.RowTemplate.Height = 28; this.inventoryDataGridView.ShowEditingIcon = false; this.inventoryDataGridView.Size = new System.Drawing.Size(862, 331); this.inventoryDataGridView.TabIndex = 0; // // actualTabPage // this.actualTabPage.Controls.Add(this.actualSalesDataGridView); this.actualTabPage.Location = new System.Drawing.Point(4, 22); this.actualTabPage.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.actualTabPage.Name = "actualTabPage"; this.actualTabPage.Size = new System.Drawing.Size(866, 335); this.actualTabPage.TabIndex = 2; this.actualTabPage.Text = "Actual Sales"; this.actualTabPage.UseVisualStyleBackColor = true; // // actualSalesDataGridView // this.actualSalesDataGridView.AllowUserToAddRows = false; this.actualSalesDataGridView.AllowUserToResizeRows = false; this.actualSalesDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.actualSalesDataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; this.actualSalesDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.actualSalesDataGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.actualSalesDataGridView.Location = new System.Drawing.Point(0, 0); this.actualSalesDataGridView.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.actualSalesDataGridView.Name = "actualSalesDataGridView"; this.actualSalesDataGridView.ReadOnly = true; this.actualSalesDataGridView.RowTemplate.Height = 28; this.actualSalesDataGridView.ShowEditingIcon = false; this.actualSalesDataGridView.Size = new System.Drawing.Size(866, 335); this.actualSalesDataGridView.TabIndex = 0; // // suppliersTabPage // this.suppliersTabPage.Controls.Add(this.suppliersDataGridView); this.suppliersTabPage.Location = new System.Drawing.Point(4, 22); this.suppliersTabPage.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.suppliersTabPage.Name = "suppliersTabPage"; this.suppliersTabPage.Size = new System.Drawing.Size(866, 335); this.suppliersTabPage.TabIndex = 3; this.suppliersTabPage.Text = "Suppliers"; this.suppliersTabPage.UseVisualStyleBackColor = true; // // suppliersDataGridView // this.suppliersDataGridView.AllowUserToAddRows = 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.Location = new System.Drawing.Point(0, 0); this.suppliersDataGridView.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.suppliersDataGridView.Name = "suppliersDataGridView"; this.suppliersDataGridView.ReadOnly = true; this.suppliersDataGridView.RowTemplate.Height = 28; this.suppliersDataGridView.ShowEditingIcon = false; this.suppliersDataGridView.Size = new System.Drawing.Size(866, 335); this.suppliersDataGridView.TabIndex = 0; // // weeklySalesTabPage // this.weeklySalesTabPage.Controls.Add(this.weeklySalesDataGridView); this.weeklySalesTabPage.Location = new System.Drawing.Point(4, 22); this.weeklySalesTabPage.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.weeklySalesTabPage.Name = "weeklySalesTabPage"; this.weeklySalesTabPage.Size = new System.Drawing.Size(866, 335); this.weeklySalesTabPage.TabIndex = 4; 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.Enabled = false; this.weeklySalesDataGridView.Location = new System.Drawing.Point(0, 0); this.weeklySalesDataGridView.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.weeklySalesDataGridView.Name = "weeklySalesDataGridView"; this.weeklySalesDataGridView.ReadOnly = true; this.weeklySalesDataGridView.RowTemplate.Height = 28; this.weeklySalesDataGridView.ShowEditingIcon = false; this.weeklySalesDataGridView.Size = new System.Drawing.Size(866, 335); this.weeklySalesDataGridView.TabIndex = 0; // // secondaryLayOutPanel // this.secondaryLayOutPanel.ColumnCount = 3; this.secondaryLayOutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.secondaryLayOutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.secondaryLayOutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.secondaryLayOutPanel.Controls.Add(this.commmentsGroupBox, 0, 0); this.secondaryLayOutPanel.Controls.Add(this.datePickerGroupBox, 1, 0); this.secondaryLayOutPanel.Controls.Add(this.clearSelectedYearGroupBox, 2, 0); this.secondaryLayOutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.secondaryLayOutPanel.Location = new System.Drawing.Point(2, 403); this.secondaryLayOutPanel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.secondaryLayOutPanel.Name = "secondaryLayOutPanel"; this.secondaryLayOutPanel.RowCount = 1; this.secondaryLayOutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.secondaryLayOutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 13F)); this.secondaryLayOutPanel.Size = new System.Drawing.Size(885, 159); this.secondaryLayOutPanel.TabIndex = 2; // // commmentsGroupBox // this.commmentsGroupBox.Controls.Add(this.commentsTextBox); this.commmentsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.commmentsGroupBox.Location = new System.Drawing.Point(2, 2); this.commmentsGroupBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.commmentsGroupBox.Name = "commmentsGroupBox"; this.commmentsGroupBox.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.commmentsGroupBox.Size = new System.Drawing.Size(291, 155); this.commmentsGroupBox.TabIndex = 0; this.commmentsGroupBox.TabStop = false; this.commmentsGroupBox.Text = "Comments"; // // commentsTextBox // this.commentsTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.commentsTextBox.Location = new System.Drawing.Point(2, 15); this.commentsTextBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.commentsTextBox.Multiline = true; this.commentsTextBox.Name = "commentsTextBox"; this.commentsTextBox.Size = new System.Drawing.Size(287, 138); this.commentsTextBox.TabIndex = 0; // // datePickerGroupBox // this.datePickerGroupBox.Controls.Add(this.informationLabel); this.datePickerGroupBox.Controls.Add(this.dateSelectorFormatLable); this.datePickerGroupBox.Controls.Add(this.yearComboBox); this.datePickerGroupBox.Controls.Add(this.monthComboBox); this.datePickerGroupBox.Controls.Add(this.dayComboBox); this.datePickerGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.datePickerGroupBox.Location = new System.Drawing.Point(297, 2); this.datePickerGroupBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.datePickerGroupBox.Name = "datePickerGroupBox"; this.datePickerGroupBox.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.datePickerGroupBox.Size = new System.Drawing.Size(291, 155); this.datePickerGroupBox.TabIndex = 1; this.datePickerGroupBox.TabStop = false; this.datePickerGroupBox.Text = "Select A Date:"; // // informationLabel // this.informationLabel.AutoSize = true; this.informationLabel.Location = new System.Drawing.Point(1, 110); this.informationLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.informationLabel.Name = "informationLabel"; this.informationLabel.Size = new System.Drawing.Size(0, 13); this.informationLabel.TabIndex = 4; // // dateSelectorFormatLable // this.dateSelectorFormatLable.AutoSize = true; this.dateSelectorFormatLable.Location = new System.Drawing.Point(84, 32); this.dateSelectorFormatLable.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.dateSelectorFormatLable.Name = "dateSelectorFormatLable"; this.dateSelectorFormatLable.Size = new System.Drawing.Size(91, 13); this.dateSelectorFormatLable.TabIndex = 3; this.dateSelectorFormatLable.Text = "MM / DD / YYYY"; // // yearComboBox // this.yearComboBox.FormattingEnabled = true; this.yearComboBox.Location = new System.Drawing.Point(173, 55); this.yearComboBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.yearComboBox.Name = "yearComboBox"; this.yearComboBox.Size = new System.Drawing.Size(103, 21); this.yearComboBox.TabIndex = 2; // // monthComboBox // this.monthComboBox.FormattingEnabled = true; this.monthComboBox.Location = new System.Drawing.Point(3, 55); this.monthComboBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.monthComboBox.Name = "monthComboBox"; this.monthComboBox.Size = new System.Drawing.Size(82, 21); this.monthComboBox.TabIndex = 1; // // dayComboBox // this.dayComboBox.FormattingEnabled = true; this.dayComboBox.Location = new System.Drawing.Point(87, 55); this.dayComboBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.dayComboBox.Name = "dayComboBox"; this.dayComboBox.Size = new System.Drawing.Size(82, 21); this.dayComboBox.TabIndex = 0; // // clearSelectedYearGroupBox // this.clearSelectedYearGroupBox.Controls.Add(this.yearClearingWarningLabel); this.clearSelectedYearGroupBox.Controls.Add(this.clearSelectedYearInfoLabel); this.clearSelectedYearGroupBox.Controls.Add(this.DELETE); this.clearSelectedYearGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.clearSelectedYearGroupBox.Location = new System.Drawing.Point(592, 2); this.clearSelectedYearGroupBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.clearSelectedYearGroupBox.Name = "clearSelectedYearGroupBox"; this.clearSelectedYearGroupBox.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.clearSelectedYearGroupBox.Size = new System.Drawing.Size(291, 155); this.clearSelectedYearGroupBox.TabIndex = 2; this.clearSelectedYearGroupBox.TabStop = false; // // yearClearingWarningLabel // this.yearClearingWarningLabel.AutoSize = true; this.yearClearingWarningLabel.ForeColor = System.Drawing.Color.Red; this.yearClearingWarningLabel.Location = new System.Drawing.Point(69, 72); this.yearClearingWarningLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.yearClearingWarningLabel.Name = "yearClearingWarningLabel"; this.yearClearingWarningLabel.Size = new System.Drawing.Size(152, 13); this.yearClearingWarningLabel.TabIndex = 7; this.yearClearingWarningLabel.Text = "This action cannot be undone!"; // // clearSelectedYearInfoLabel // this.clearSelectedYearInfoLabel.AutoSize = true; this.clearSelectedYearInfoLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.clearSelectedYearInfoLabel.Location = new System.Drawing.Point(13, 14); this.clearSelectedYearInfoLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.clearSelectedYearInfoLabel.Name = "clearSelectedYearInfoLabel"; this.clearSelectedYearInfoLabel.Size = new System.Drawing.Size(279, 34); this.clearSelectedYearInfoLabel.TabIndex = 6; this.clearSelectedYearInfoLabel.Text = "Clearing the selected date will remove ALL \r\nentries for that date from the datab" + "ase."; // // DELETE // this.DELETE.Location = new System.Drawing.Point(82, 109); this.DELETE.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.DELETE.Name = "DELETE"; this.DELETE.Size = new System.Drawing.Size(121, 27); this.DELETE.TabIndex = 5; this.DELETE.Text = "Clear Selected Date"; this.DELETE.UseVisualStyleBackColor = true; this.DELETE.Click += new System.EventHandler(this.DELETE_Click); // // FrmDeleteRecord // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(889, 564); this.Controls.Add(this.mainTableLayoutPanel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.mainMenu; this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(895, 589); this.MinimumSize = new System.Drawing.Size(895, 589); this.Name = "FrmDeleteRecord"; this.Text = "Delete Existing Records"; this.Load += new System.EventHandler(this.frmDeleteRecord_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.actualTabPage.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.actualSalesDataGridView)).EndInit(); this.suppliersTabPage.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.suppliersDataGridView)).EndInit(); this.weeklySalesTabPage.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.weeklySalesDataGridView)).EndInit(); this.secondaryLayOutPanel.ResumeLayout(false); this.commmentsGroupBox.ResumeLayout(false); this.commmentsGroupBox.PerformLayout(); this.datePickerGroupBox.ResumeLayout(false); this.datePickerGroupBox.PerformLayout(); this.clearSelectedYearGroupBox.ResumeLayout(false); this.clearSelectedYearGroupBox.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel mainTableLayoutPanel; private System.Windows.Forms.MenuStrip mainMenu; private System.Windows.Forms.ToolStripMenuItem fileMainMenu; private System.Windows.Forms.ToolStripMenuItem exitFileMainMenu; private System.Windows.Forms.TabControl mainTabControl; private System.Windows.Forms.TabPage projectionsTabPage; private System.Windows.Forms.TabPage inventoryTabPage; private System.Windows.Forms.TabPage actualTabPage; private System.Windows.Forms.TabPage suppliersTabPage; private System.Windows.Forms.TabPage weeklySalesTabPage; private System.Windows.Forms.TableLayoutPanel secondaryLayOutPanel; private System.Windows.Forms.GroupBox commmentsGroupBox; private System.Windows.Forms.TextBox commentsTextBox; private System.Windows.Forms.DataGridView projectionsDataGridView; private System.Windows.Forms.DataGridView inventoryDataGridView; private System.Windows.Forms.DataGridView actualSalesDataGridView; private System.Windows.Forms.DataGridView suppliersDataGridView; private System.Windows.Forms.DataGridView weeklySalesDataGridView; private System.Windows.Forms.GroupBox datePickerGroupBox; private System.Windows.Forms.Label dateSelectorFormatLable; private System.Windows.Forms.ComboBox yearComboBox; private System.Windows.Forms.ComboBox monthComboBox; private System.Windows.Forms.ComboBox dayComboBox; private System.Windows.Forms.Label informationLabel; private System.Windows.Forms.Button DELETE; private System.Windows.Forms.GroupBox clearSelectedYearGroupBox; private System.Windows.Forms.Label yearClearingWarningLabel; private System.Windows.Forms.Label clearSelectedYearInfoLabel; } }