1071 lines
61 KiB
C#
1071 lines
61 KiB
C#
namespace AdvertsingProfitControl
|
|
{
|
|
partial class NewModifyRecord
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.mainLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
|
|
this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
|
|
this.FileMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.clearFormFileMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.exitFileMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.debugMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mainTabControl = new System.Windows.Forms.TabControl();
|
|
this.projectionTabPage = 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.debugTabPage = new System.Windows.Forms.TabPage();
|
|
this.debugPanel = new System.Windows.Forms.Panel();
|
|
this.generateCostAnalysisIdButton = new System.Windows.Forms.Button();
|
|
this.generateTaxableIdButton = new System.Windows.Forms.Button();
|
|
this.generateWeeklySalesIdButton = new System.Windows.Forms.Button();
|
|
this.reminderLabel = new System.Windows.Forms.Label();
|
|
this.generateCommentIdButton = new System.Windows.Forms.Button();
|
|
this.isCostAnalysisDirtyCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.isTaxableDirtyCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.isWeeklySalesDirtyCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.isCommentDirtyCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.costAnalysisGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.suppliesTextBox = new System.Windows.Forms.TextBox();
|
|
this.salaryPercentageTextBox = new System.Windows.Forms.TextBox();
|
|
this.salaryDollarsTextBox = new System.Windows.Forms.TextBox();
|
|
this.salesPerManHourLabel = new System.Windows.Forms.Label();
|
|
this.salaryPercentageLabel = new System.Windows.Forms.Label();
|
|
this.salesPerManHourTextBox = new System.Windows.Forms.TextBox();
|
|
this.salaryDollarsLabel = new System.Windows.Forms.Label();
|
|
this.suppliesLabel = new System.Windows.Forms.Label();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.weeklySalesTabPage = new System.Windows.Forms.TabPage();
|
|
this.mondayWeeklySalesTextBox = new System.Windows.Forms.TextBox();
|
|
this.totalWeeklySalesTextBox = new System.Windows.Forms.TextBox();
|
|
this.saturdayWeeklySalesTextBox = new System.Windows.Forms.TextBox();
|
|
this.thursdayWeeklySalesTextBox = new System.Windows.Forms.TextBox();
|
|
this.tuesdayWeeklySalesTextBox = new System.Windows.Forms.TextBox();
|
|
this.mondayWeeklySalesLabel = new System.Windows.Forms.Label();
|
|
this.thursdayWeeklySalesLabel = new System.Windows.Forms.Label();
|
|
this.saturdayWeeklySalesLabel = new System.Windows.Forms.Label();
|
|
this.sundayWeeklySalesTextBox = new System.Windows.Forms.TextBox();
|
|
this.totalWeeklySalesLabel = new System.Windows.Forms.Label();
|
|
this.fridayWeeklySalesLabel = new System.Windows.Forms.Label();
|
|
this.wednesdayWeeklySalesLabel = new System.Windows.Forms.Label();
|
|
this.tuesdayWeeklySalesLabel = new System.Windows.Forms.Label();
|
|
this.fridayWeeklySalesTextBox = new System.Windows.Forms.TextBox();
|
|
this.sundayWeeklySalesLabel = new System.Windows.Forms.Label();
|
|
this.wednesdayWeeklySalesTextBox = new System.Windows.Forms.TextBox();
|
|
this.taxableTabPage = new System.Windows.Forms.TabPage();
|
|
this.totalTaxableTextBox = new System.Windows.Forms.TextBox();
|
|
this.mondayTaxableTextBox = new System.Windows.Forms.TextBox();
|
|
this.thursdayTaxableTextBox = new System.Windows.Forms.TextBox();
|
|
this.tuesdayTaxableTextBox = new System.Windows.Forms.TextBox();
|
|
this.fridayTaxableLabel = new System.Windows.Forms.Label();
|
|
this.sundayTaxableLabel = new System.Windows.Forms.Label();
|
|
this.thursdayTaxableLabel = new System.Windows.Forms.Label();
|
|
this.wednesdayTaxableTextBox = new System.Windows.Forms.TextBox();
|
|
this.fridayTaxableTextBox = new System.Windows.Forms.TextBox();
|
|
this.mondayTaxableLabel = new System.Windows.Forms.Label();
|
|
this.wednesdayTaxableLabel = new System.Windows.Forms.Label();
|
|
this.totalTaxableLabel = new System.Windows.Forms.Label();
|
|
this.saturdayTaxableLabel = new System.Windows.Forms.Label();
|
|
this.sundayTaxableTextBox = new System.Windows.Forms.TextBox();
|
|
this.tuesdayTaxableLabel = new System.Windows.Forms.Label();
|
|
this.saturdayTaxableTextBox = new System.Windows.Forms.TextBox();
|
|
this.commentsGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.commentsTextBox = new System.Windows.Forms.TextBox();
|
|
this.dateGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.weekEndingCalendar = new System.Windows.Forms.MonthCalendar();
|
|
this.dateTimeMaskedTextBoxPanel = new System.Windows.Forms.Panel();
|
|
this.informationLabel = new System.Windows.Forms.Label();
|
|
this.informationPanel = new System.Windows.Forms.Panel();
|
|
this.errorLabel = new System.Windows.Forms.Label();
|
|
this.addRecordButton = new System.Windows.Forms.Button();
|
|
this.mainLayoutPanel.SuspendLayout();
|
|
this.mainMenuStrip.SuspendLayout();
|
|
this.mainTabControl.SuspendLayout();
|
|
this.projectionTabPage.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.debugTabPage.SuspendLayout();
|
|
this.debugPanel.SuspendLayout();
|
|
this.costAnalysisGroupBox.SuspendLayout();
|
|
this.tabControl1.SuspendLayout();
|
|
this.weeklySalesTabPage.SuspendLayout();
|
|
this.taxableTabPage.SuspendLayout();
|
|
this.commentsGroupBox.SuspendLayout();
|
|
this.dateGroupBox.SuspendLayout();
|
|
this.dateTimeMaskedTextBoxPanel.SuspendLayout();
|
|
this.informationPanel.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// mainLayoutPanel
|
|
//
|
|
this.mainLayoutPanel.ColumnCount = 4;
|
|
this.mainLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.mainLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.mainLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.mainLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.mainLayoutPanel.Controls.Add(this.mainMenuStrip, 0, 0);
|
|
this.mainLayoutPanel.Controls.Add(this.mainTabControl, 0, 1);
|
|
this.mainLayoutPanel.Controls.Add(this.costAnalysisGroupBox, 3, 2);
|
|
this.mainLayoutPanel.Controls.Add(this.tabControl1, 2, 2);
|
|
this.mainLayoutPanel.Controls.Add(this.commentsGroupBox, 1, 2);
|
|
this.mainLayoutPanel.Controls.Add(this.dateGroupBox, 0, 2);
|
|
this.mainLayoutPanel.Controls.Add(this.dateTimeMaskedTextBoxPanel, 1, 3);
|
|
this.mainLayoutPanel.Controls.Add(this.informationPanel, 3, 3);
|
|
this.mainLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.mainLayoutPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.mainLayoutPanel.Margin = new System.Windows.Forms.Padding(4);
|
|
this.mainLayoutPanel.Name = "mainLayoutPanel";
|
|
this.mainLayoutPanel.RowCount = 4;
|
|
this.mainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
|
|
this.mainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F));
|
|
this.mainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
|
|
this.mainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
|
|
this.mainLayoutPanel.Size = new System.Drawing.Size(1821, 980);
|
|
this.mainLayoutPanel.TabIndex = 1;
|
|
//
|
|
// mainMenuStrip
|
|
//
|
|
this.mainLayoutPanel.SetColumnSpan(this.mainMenuStrip, 4);
|
|
this.mainMenuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.FileMainMenu,
|
|
this.debugMainMenu});
|
|
this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
|
|
this.mainMenuStrip.Name = "mainMenuStrip";
|
|
this.mainMenuStrip.Padding = new System.Windows.Forms.Padding(7, 2, 0, 2);
|
|
this.mainMenuStrip.Size = new System.Drawing.Size(1821, 35);
|
|
this.mainMenuStrip.TabIndex = 0;
|
|
this.mainMenuStrip.Text = "menuStrip1";
|
|
//
|
|
// FileMainMenu
|
|
//
|
|
this.FileMainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.clearFormFileMainMenu,
|
|
this.exitFileMainMenu});
|
|
this.FileMainMenu.Name = "FileMainMenu";
|
|
this.FileMainMenu.Size = new System.Drawing.Size(56, 31);
|
|
this.FileMainMenu.Text = "&File";
|
|
//
|
|
// clearFormFileMainMenu
|
|
//
|
|
this.clearFormFileMainMenu.Name = "clearFormFileMainMenu";
|
|
this.clearFormFileMainMenu.Size = new System.Drawing.Size(205, 34);
|
|
this.clearFormFileMainMenu.Text = "&Clear Form";
|
|
//
|
|
// exitFileMainMenu
|
|
//
|
|
this.exitFileMainMenu.Name = "exitFileMainMenu";
|
|
this.exitFileMainMenu.Size = new System.Drawing.Size(205, 34);
|
|
this.exitFileMainMenu.Text = "E&xit";
|
|
//
|
|
// debugMainMenu
|
|
//
|
|
this.debugMainMenu.Name = "debugMainMenu";
|
|
this.debugMainMenu.Size = new System.Drawing.Size(87, 31);
|
|
this.debugMainMenu.Text = "&Debug";
|
|
//
|
|
// mainTabControl
|
|
//
|
|
this.mainLayoutPanel.SetColumnSpan(this.mainTabControl, 4);
|
|
this.mainTabControl.Controls.Add(this.projectionTabPage);
|
|
this.mainTabControl.Controls.Add(this.inventoryTabPage);
|
|
this.mainTabControl.Controls.Add(this.actualSalesTabPage);
|
|
this.mainTabControl.Controls.Add(this.invoicesTabPage);
|
|
this.mainTabControl.Controls.Add(this.debugTabPage);
|
|
this.mainTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.mainTabControl.Location = new System.Drawing.Point(4, 39);
|
|
this.mainTabControl.Margin = new System.Windows.Forms.Padding(4);
|
|
this.mainTabControl.Name = "mainTabControl";
|
|
this.mainTabControl.SelectedIndex = 0;
|
|
this.mainTabControl.Size = new System.Drawing.Size(1813, 559);
|
|
this.mainTabControl.TabIndex = 1;
|
|
this.mainTabControl.TabStop = false;
|
|
//
|
|
// projectionTabPage
|
|
//
|
|
this.projectionTabPage.Controls.Add(this.projectionsDataGridView);
|
|
this.projectionTabPage.Location = new System.Drawing.Point(4, 33);
|
|
this.projectionTabPage.Margin = new System.Windows.Forms.Padding(4);
|
|
this.projectionTabPage.Name = "projectionTabPage";
|
|
this.projectionTabPage.Size = new System.Drawing.Size(1805, 522);
|
|
this.projectionTabPage.TabIndex = 0;
|
|
this.projectionTabPage.Text = "Projected Sales";
|
|
this.projectionTabPage.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.EnableHeadersVisualStyles = false;
|
|
this.projectionsDataGridView.Location = new System.Drawing.Point(0, 0);
|
|
this.projectionsDataGridView.Margin = new System.Windows.Forms.Padding(4);
|
|
this.projectionsDataGridView.MultiSelect = false;
|
|
this.projectionsDataGridView.Name = "projectionsDataGridView";
|
|
this.projectionsDataGridView.RowHeadersWidth = 70;
|
|
this.projectionsDataGridView.RowTemplate.Height = 28;
|
|
this.projectionsDataGridView.Size = new System.Drawing.Size(1805, 522);
|
|
this.projectionsDataGridView.TabIndex = 2;
|
|
//
|
|
// inventoryTabPage
|
|
//
|
|
this.inventoryTabPage.Controls.Add(this.inventoryDataGridView);
|
|
this.inventoryTabPage.Location = new System.Drawing.Point(4, 33);
|
|
this.inventoryTabPage.Margin = new System.Windows.Forms.Padding(4);
|
|
this.inventoryTabPage.Name = "inventoryTabPage";
|
|
this.inventoryTabPage.Size = new System.Drawing.Size(1805, 522);
|
|
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.EnableHeadersVisualStyles = false;
|
|
this.inventoryDataGridView.Location = new System.Drawing.Point(0, 0);
|
|
this.inventoryDataGridView.Margin = new System.Windows.Forms.Padding(4);
|
|
this.inventoryDataGridView.MultiSelect = false;
|
|
this.inventoryDataGridView.Name = "inventoryDataGridView";
|
|
this.inventoryDataGridView.RowHeadersWidth = 70;
|
|
this.inventoryDataGridView.RowTemplate.Height = 28;
|
|
this.inventoryDataGridView.Size = new System.Drawing.Size(1805, 522);
|
|
this.inventoryDataGridView.TabIndex = 1;
|
|
//
|
|
// actualSalesTabPage
|
|
//
|
|
this.actualSalesTabPage.Controls.Add(this.actualSalesDataGridView);
|
|
this.actualSalesTabPage.Location = new System.Drawing.Point(4, 33);
|
|
this.actualSalesTabPage.Margin = new System.Windows.Forms.Padding(4);
|
|
this.actualSalesTabPage.Name = "actualSalesTabPage";
|
|
this.actualSalesTabPage.Size = new System.Drawing.Size(1805, 522);
|
|
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.EnableHeadersVisualStyles = false;
|
|
this.actualSalesDataGridView.Location = new System.Drawing.Point(0, 0);
|
|
this.actualSalesDataGridView.Margin = new System.Windows.Forms.Padding(4);
|
|
this.actualSalesDataGridView.MultiSelect = false;
|
|
this.actualSalesDataGridView.Name = "actualSalesDataGridView";
|
|
this.actualSalesDataGridView.RowHeadersWidth = 70;
|
|
this.actualSalesDataGridView.RowTemplate.Height = 28;
|
|
this.actualSalesDataGridView.Size = new System.Drawing.Size(1805, 522);
|
|
this.actualSalesDataGridView.TabIndex = 1;
|
|
//
|
|
// invoicesTabPage
|
|
//
|
|
this.invoicesTabPage.Controls.Add(this.invoicesDataGridView);
|
|
this.invoicesTabPage.Location = new System.Drawing.Point(4, 33);
|
|
this.invoicesTabPage.Margin = new System.Windows.Forms.Padding(4);
|
|
this.invoicesTabPage.Name = "invoicesTabPage";
|
|
this.invoicesTabPage.Size = new System.Drawing.Size(1805, 522);
|
|
this.invoicesTabPage.TabIndex = 3;
|
|
this.invoicesTabPage.Text = "Invoices";
|
|
this.invoicesTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// invoicesDataGridView
|
|
//
|
|
this.invoicesDataGridView.AllowDrop = true;
|
|
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.EnableHeadersVisualStyles = false;
|
|
this.invoicesDataGridView.Location = new System.Drawing.Point(0, 0);
|
|
this.invoicesDataGridView.Margin = new System.Windows.Forms.Padding(4);
|
|
this.invoicesDataGridView.MultiSelect = false;
|
|
this.invoicesDataGridView.Name = "invoicesDataGridView";
|
|
this.invoicesDataGridView.RowHeadersWidth = 70;
|
|
this.invoicesDataGridView.RowTemplate.Height = 28;
|
|
this.invoicesDataGridView.Size = new System.Drawing.Size(1805, 522);
|
|
this.invoicesDataGridView.TabIndex = 1;
|
|
//
|
|
// debugTabPage
|
|
//
|
|
this.debugTabPage.Controls.Add(this.debugPanel);
|
|
this.debugTabPage.Location = new System.Drawing.Point(4, 33);
|
|
this.debugTabPage.Name = "debugTabPage";
|
|
this.debugTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.debugTabPage.Size = new System.Drawing.Size(1805, 522);
|
|
this.debugTabPage.TabIndex = 4;
|
|
this.debugTabPage.Text = "DEBUG";
|
|
this.debugTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// debugPanel
|
|
//
|
|
this.debugPanel.Controls.Add(this.generateCostAnalysisIdButton);
|
|
this.debugPanel.Controls.Add(this.generateTaxableIdButton);
|
|
this.debugPanel.Controls.Add(this.generateWeeklySalesIdButton);
|
|
this.debugPanel.Controls.Add(this.reminderLabel);
|
|
this.debugPanel.Controls.Add(this.generateCommentIdButton);
|
|
this.debugPanel.Controls.Add(this.isCostAnalysisDirtyCheckBox);
|
|
this.debugPanel.Controls.Add(this.isTaxableDirtyCheckBox);
|
|
this.debugPanel.Controls.Add(this.isWeeklySalesDirtyCheckBox);
|
|
this.debugPanel.Controls.Add(this.isCommentDirtyCheckBox);
|
|
this.debugPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.debugPanel.Location = new System.Drawing.Point(3, 3);
|
|
this.debugPanel.Name = "debugPanel";
|
|
this.debugPanel.Size = new System.Drawing.Size(1799, 516);
|
|
this.debugPanel.TabIndex = 0;
|
|
//
|
|
// generateCostAnalysisIdButton
|
|
//
|
|
this.generateCostAnalysisIdButton.Location = new System.Drawing.Point(931, 283);
|
|
this.generateCostAnalysisIdButton.Name = "generateCostAnalysisIdButton";
|
|
this.generateCostAnalysisIdButton.Size = new System.Drawing.Size(299, 62);
|
|
this.generateCostAnalysisIdButton.TabIndex = 8;
|
|
this.generateCostAnalysisIdButton.Text = "Create / Clear Cost Analysis ID";
|
|
this.generateCostAnalysisIdButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// generateTaxableIdButton
|
|
//
|
|
this.generateTaxableIdButton.Location = new System.Drawing.Point(638, 283);
|
|
this.generateTaxableIdButton.Name = "generateTaxableIdButton";
|
|
this.generateTaxableIdButton.Size = new System.Drawing.Size(286, 62);
|
|
this.generateTaxableIdButton.TabIndex = 7;
|
|
this.generateTaxableIdButton.Text = "Create / Clear Taxable ID";
|
|
this.generateTaxableIdButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// generateWeeklySalesIdButton
|
|
//
|
|
this.generateWeeklySalesIdButton.Location = new System.Drawing.Point(346, 283);
|
|
this.generateWeeklySalesIdButton.Name = "generateWeeklySalesIdButton";
|
|
this.generateWeeklySalesIdButton.Size = new System.Drawing.Size(286, 62);
|
|
this.generateWeeklySalesIdButton.TabIndex = 6;
|
|
this.generateWeeklySalesIdButton.Text = "Create / Clear Weekly Sales ID";
|
|
this.generateWeeklySalesIdButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// reminderLabel
|
|
//
|
|
this.reminderLabel.AutoSize = true;
|
|
this.reminderLabel.Location = new System.Drawing.Point(82, 94);
|
|
this.reminderLabel.Name = "reminderLabel";
|
|
this.reminderLabel.Size = new System.Drawing.Size(659, 25);
|
|
this.reminderLabel.TabIndex = 5;
|
|
this.reminderLabel.Text = "These checkboxes Tag properties hold the ID for their respective elements.";
|
|
//
|
|
// generateCommentIdButton
|
|
//
|
|
this.generateCommentIdButton.Location = new System.Drawing.Point(54, 283);
|
|
this.generateCommentIdButton.Name = "generateCommentIdButton";
|
|
this.generateCommentIdButton.Size = new System.Drawing.Size(286, 62);
|
|
this.generateCommentIdButton.TabIndex = 4;
|
|
this.generateCommentIdButton.Text = "Create / Clear Comments ID";
|
|
this.generateCommentIdButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// isCostAnalysisDirtyCheckBox
|
|
//
|
|
this.isCostAnalysisDirtyCheckBox.AutoSize = true;
|
|
this.isCostAnalysisDirtyCheckBox.Location = new System.Drawing.Point(87, 227);
|
|
this.isCostAnalysisDirtyCheckBox.Name = "isCostAnalysisDirtyCheckBox";
|
|
this.isCostAnalysisDirtyCheckBox.Size = new System.Drawing.Size(207, 29);
|
|
this.isCostAnalysisDirtyCheckBox.TabIndex = 3;
|
|
this.isCostAnalysisDirtyCheckBox.Text = "IsCostAnalysisDirty";
|
|
this.isCostAnalysisDirtyCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// isTaxableDirtyCheckBox
|
|
//
|
|
this.isTaxableDirtyCheckBox.AutoSize = true;
|
|
this.isTaxableDirtyCheckBox.Location = new System.Drawing.Point(87, 192);
|
|
this.isTaxableDirtyCheckBox.Name = "isTaxableDirtyCheckBox";
|
|
this.isTaxableDirtyCheckBox.Size = new System.Drawing.Size(163, 29);
|
|
this.isTaxableDirtyCheckBox.TabIndex = 2;
|
|
this.isTaxableDirtyCheckBox.Text = "IsTaxableDirty";
|
|
this.isTaxableDirtyCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// isWeeklySalesDirtyCheckBox
|
|
//
|
|
this.isWeeklySalesDirtyCheckBox.AutoSize = true;
|
|
this.isWeeklySalesDirtyCheckBox.Location = new System.Drawing.Point(87, 157);
|
|
this.isWeeklySalesDirtyCheckBox.Name = "isWeeklySalesDirtyCheckBox";
|
|
this.isWeeklySalesDirtyCheckBox.Size = new System.Drawing.Size(208, 29);
|
|
this.isWeeklySalesDirtyCheckBox.TabIndex = 1;
|
|
this.isWeeklySalesDirtyCheckBox.Text = "IsWeeklySalesDirty";
|
|
this.isWeeklySalesDirtyCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// isCommentDirtyCheckBox
|
|
//
|
|
this.isCommentDirtyCheckBox.AutoSize = true;
|
|
this.isCommentDirtyCheckBox.Location = new System.Drawing.Point(87, 122);
|
|
this.isCommentDirtyCheckBox.Name = "isCommentDirtyCheckBox";
|
|
this.isCommentDirtyCheckBox.Size = new System.Drawing.Size(177, 29);
|
|
this.isCommentDirtyCheckBox.TabIndex = 0;
|
|
this.isCommentDirtyCheckBox.Text = "IsCommentDirty";
|
|
this.isCommentDirtyCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// costAnalysisGroupBox
|
|
//
|
|
this.costAnalysisGroupBox.Controls.Add(this.suppliesTextBox);
|
|
this.costAnalysisGroupBox.Controls.Add(this.salaryPercentageTextBox);
|
|
this.costAnalysisGroupBox.Controls.Add(this.salaryDollarsTextBox);
|
|
this.costAnalysisGroupBox.Controls.Add(this.salesPerManHourLabel);
|
|
this.costAnalysisGroupBox.Controls.Add(this.salaryPercentageLabel);
|
|
this.costAnalysisGroupBox.Controls.Add(this.salesPerManHourTextBox);
|
|
this.costAnalysisGroupBox.Controls.Add(this.salaryDollarsLabel);
|
|
this.costAnalysisGroupBox.Controls.Add(this.suppliesLabel);
|
|
this.costAnalysisGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.costAnalysisGroupBox.Location = new System.Drawing.Point(1368, 605);
|
|
this.costAnalysisGroupBox.Name = "costAnalysisGroupBox";
|
|
this.costAnalysisGroupBox.Size = new System.Drawing.Size(450, 183);
|
|
this.costAnalysisGroupBox.TabIndex = 6;
|
|
this.costAnalysisGroupBox.TabStop = false;
|
|
this.costAnalysisGroupBox.Text = "Cost Analysis";
|
|
//
|
|
// suppliesTextBox
|
|
//
|
|
this.suppliesTextBox.Location = new System.Drawing.Point(203, 139);
|
|
this.suppliesTextBox.Name = "suppliesTextBox";
|
|
this.suppliesTextBox.Size = new System.Drawing.Size(199, 29);
|
|
this.suppliesTextBox.TabIndex = 25;
|
|
//
|
|
// salaryPercentageTextBox
|
|
//
|
|
this.salaryPercentageTextBox.Location = new System.Drawing.Point(203, 69);
|
|
this.salaryPercentageTextBox.Name = "salaryPercentageTextBox";
|
|
this.salaryPercentageTextBox.Size = new System.Drawing.Size(199, 29);
|
|
this.salaryPercentageTextBox.TabIndex = 23;
|
|
//
|
|
// salaryDollarsTextBox
|
|
//
|
|
this.salaryDollarsTextBox.Location = new System.Drawing.Point(203, 104);
|
|
this.salaryDollarsTextBox.Name = "salaryDollarsTextBox";
|
|
this.salaryDollarsTextBox.Size = new System.Drawing.Size(199, 29);
|
|
this.salaryDollarsTextBox.TabIndex = 24;
|
|
//
|
|
// salesPerManHourLabel
|
|
//
|
|
this.salesPerManHourLabel.AutoSize = true;
|
|
this.salesPerManHourLabel.Location = new System.Drawing.Point(3, 34);
|
|
this.salesPerManHourLabel.Name = "salesPerManHourLabel";
|
|
this.salesPerManHourLabel.Size = new System.Drawing.Size(194, 25);
|
|
this.salesPerManHourLabel.TabIndex = 0;
|
|
this.salesPerManHourLabel.Text = "Sales Per Man Hour:";
|
|
//
|
|
// salaryPercentageLabel
|
|
//
|
|
this.salaryPercentageLabel.AutoSize = true;
|
|
this.salaryPercentageLabel.Location = new System.Drawing.Point(18, 69);
|
|
this.salaryPercentageLabel.Name = "salaryPercentageLabel";
|
|
this.salaryPercentageLabel.Size = new System.Drawing.Size(179, 25);
|
|
this.salaryPercentageLabel.TabIndex = 1;
|
|
this.salaryPercentageLabel.Text = "Salary Percentage:";
|
|
//
|
|
// salesPerManHourTextBox
|
|
//
|
|
this.salesPerManHourTextBox.Location = new System.Drawing.Point(203, 34);
|
|
this.salesPerManHourTextBox.Name = "salesPerManHourTextBox";
|
|
this.salesPerManHourTextBox.Size = new System.Drawing.Size(199, 29);
|
|
this.salesPerManHourTextBox.TabIndex = 22;
|
|
//
|
|
// salaryDollarsLabel
|
|
//
|
|
this.salaryDollarsLabel.AutoSize = true;
|
|
this.salaryDollarsLabel.Location = new System.Drawing.Point(58, 104);
|
|
this.salaryDollarsLabel.Name = "salaryDollarsLabel";
|
|
this.salaryDollarsLabel.Size = new System.Drawing.Size(139, 25);
|
|
this.salaryDollarsLabel.TabIndex = 2;
|
|
this.salaryDollarsLabel.Text = "Salary Dollars:";
|
|
//
|
|
// suppliesLabel
|
|
//
|
|
this.suppliesLabel.AutoSize = true;
|
|
this.suppliesLabel.Location = new System.Drawing.Point(103, 139);
|
|
this.suppliesLabel.Name = "suppliesLabel";
|
|
this.suppliesLabel.Size = new System.Drawing.Size(94, 25);
|
|
this.suppliesLabel.TabIndex = 3;
|
|
this.suppliesLabel.Text = "Supplies:";
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Controls.Add(this.weeklySalesTabPage);
|
|
this.tabControl1.Controls.Add(this.taxableTabPage);
|
|
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabControl1.Location = new System.Drawing.Point(910, 602);
|
|
this.tabControl1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.tabControl1.Multiline = true;
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.Padding = new System.Drawing.Point(0, 0);
|
|
this.mainLayoutPanel.SetRowSpan(this.tabControl1, 2);
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(455, 378);
|
|
this.tabControl1.TabIndex = 5;
|
|
//
|
|
// weeklySalesTabPage
|
|
//
|
|
this.weeklySalesTabPage.BackColor = System.Drawing.SystemColors.ControlLight;
|
|
this.weeklySalesTabPage.Controls.Add(this.mondayWeeklySalesTextBox);
|
|
this.weeklySalesTabPage.Controls.Add(this.totalWeeklySalesTextBox);
|
|
this.weeklySalesTabPage.Controls.Add(this.saturdayWeeklySalesTextBox);
|
|
this.weeklySalesTabPage.Controls.Add(this.thursdayWeeklySalesTextBox);
|
|
this.weeklySalesTabPage.Controls.Add(this.tuesdayWeeklySalesTextBox);
|
|
this.weeklySalesTabPage.Controls.Add(this.mondayWeeklySalesLabel);
|
|
this.weeklySalesTabPage.Controls.Add(this.thursdayWeeklySalesLabel);
|
|
this.weeklySalesTabPage.Controls.Add(this.saturdayWeeklySalesLabel);
|
|
this.weeklySalesTabPage.Controls.Add(this.sundayWeeklySalesTextBox);
|
|
this.weeklySalesTabPage.Controls.Add(this.totalWeeklySalesLabel);
|
|
this.weeklySalesTabPage.Controls.Add(this.fridayWeeklySalesLabel);
|
|
this.weeklySalesTabPage.Controls.Add(this.wednesdayWeeklySalesLabel);
|
|
this.weeklySalesTabPage.Controls.Add(this.tuesdayWeeklySalesLabel);
|
|
this.weeklySalesTabPage.Controls.Add(this.fridayWeeklySalesTextBox);
|
|
this.weeklySalesTabPage.Controls.Add(this.sundayWeeklySalesLabel);
|
|
this.weeklySalesTabPage.Controls.Add(this.wednesdayWeeklySalesTextBox);
|
|
this.weeklySalesTabPage.Location = new System.Drawing.Point(4, 33);
|
|
this.weeklySalesTabPage.Name = "weeklySalesTabPage";
|
|
this.weeklySalesTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.weeklySalesTabPage.Size = new System.Drawing.Size(447, 341);
|
|
this.weeklySalesTabPage.TabIndex = 0;
|
|
this.weeklySalesTabPage.Text = "Weekly Sales";
|
|
//
|
|
// mondayWeeklySalesTextBox
|
|
//
|
|
this.mondayWeeklySalesTextBox.Location = new System.Drawing.Point(135, 46);
|
|
this.mondayWeeklySalesTextBox.Name = "mondayWeeklySalesTextBox";
|
|
this.mondayWeeklySalesTextBox.Size = new System.Drawing.Size(274, 29);
|
|
this.mondayWeeklySalesTextBox.TabIndex = 7;
|
|
//
|
|
// totalWeeklySalesTextBox
|
|
//
|
|
this.totalWeeklySalesTextBox.Location = new System.Drawing.Point(134, 299);
|
|
this.totalWeeklySalesTextBox.Name = "totalWeeklySalesTextBox";
|
|
this.totalWeeklySalesTextBox.Size = new System.Drawing.Size(274, 29);
|
|
this.totalWeeklySalesTextBox.TabIndex = 13;
|
|
//
|
|
// saturdayWeeklySalesTextBox
|
|
//
|
|
this.saturdayWeeklySalesTextBox.Location = new System.Drawing.Point(135, 256);
|
|
this.saturdayWeeklySalesTextBox.Name = "saturdayWeeklySalesTextBox";
|
|
this.saturdayWeeklySalesTextBox.Size = new System.Drawing.Size(274, 29);
|
|
this.saturdayWeeklySalesTextBox.TabIndex = 12;
|
|
//
|
|
// thursdayWeeklySalesTextBox
|
|
//
|
|
this.thursdayWeeklySalesTextBox.Location = new System.Drawing.Point(135, 172);
|
|
this.thursdayWeeklySalesTextBox.Name = "thursdayWeeklySalesTextBox";
|
|
this.thursdayWeeklySalesTextBox.Size = new System.Drawing.Size(274, 29);
|
|
this.thursdayWeeklySalesTextBox.TabIndex = 10;
|
|
//
|
|
// tuesdayWeeklySalesTextBox
|
|
//
|
|
this.tuesdayWeeklySalesTextBox.Location = new System.Drawing.Point(135, 88);
|
|
this.tuesdayWeeklySalesTextBox.Name = "tuesdayWeeklySalesTextBox";
|
|
this.tuesdayWeeklySalesTextBox.Size = new System.Drawing.Size(274, 29);
|
|
this.tuesdayWeeklySalesTextBox.TabIndex = 8;
|
|
//
|
|
// mondayWeeklySalesLabel
|
|
//
|
|
this.mondayWeeklySalesLabel.AutoSize = true;
|
|
this.mondayWeeklySalesLabel.Location = new System.Drawing.Point(11, 49);
|
|
this.mondayWeeklySalesLabel.Name = "mondayWeeklySalesLabel";
|
|
this.mondayWeeklySalesLabel.Size = new System.Drawing.Size(89, 25);
|
|
this.mondayWeeklySalesLabel.TabIndex = 1;
|
|
this.mondayWeeklySalesLabel.Text = "Monday:";
|
|
//
|
|
// thursdayWeeklySalesLabel
|
|
//
|
|
this.thursdayWeeklySalesLabel.AutoSize = true;
|
|
this.thursdayWeeklySalesLabel.Location = new System.Drawing.Point(11, 175);
|
|
this.thursdayWeeklySalesLabel.Name = "thursdayWeeklySalesLabel";
|
|
this.thursdayWeeklySalesLabel.Size = new System.Drawing.Size(101, 25);
|
|
this.thursdayWeeklySalesLabel.TabIndex = 4;
|
|
this.thursdayWeeklySalesLabel.Text = "Thursday:";
|
|
//
|
|
// saturdayWeeklySalesLabel
|
|
//
|
|
this.saturdayWeeklySalesLabel.AutoSize = true;
|
|
this.saturdayWeeklySalesLabel.Location = new System.Drawing.Point(11, 259);
|
|
this.saturdayWeeklySalesLabel.Name = "saturdayWeeklySalesLabel";
|
|
this.saturdayWeeklySalesLabel.Size = new System.Drawing.Size(97, 25);
|
|
this.saturdayWeeklySalesLabel.TabIndex = 6;
|
|
this.saturdayWeeklySalesLabel.Text = "Saturday:";
|
|
//
|
|
// sundayWeeklySalesTextBox
|
|
//
|
|
this.sundayWeeklySalesTextBox.Location = new System.Drawing.Point(135, 4);
|
|
this.sundayWeeklySalesTextBox.Name = "sundayWeeklySalesTextBox";
|
|
this.sundayWeeklySalesTextBox.Size = new System.Drawing.Size(274, 29);
|
|
this.sundayWeeklySalesTextBox.TabIndex = 6;
|
|
//
|
|
// totalWeeklySalesLabel
|
|
//
|
|
this.totalWeeklySalesLabel.AutoSize = true;
|
|
this.totalWeeklySalesLabel.Location = new System.Drawing.Point(11, 301);
|
|
this.totalWeeklySalesLabel.Name = "totalWeeklySalesLabel";
|
|
this.totalWeeklySalesLabel.Size = new System.Drawing.Size(117, 25);
|
|
this.totalWeeklySalesLabel.TabIndex = 7;
|
|
this.totalWeeklySalesLabel.Text = "Total Sales:";
|
|
//
|
|
// fridayWeeklySalesLabel
|
|
//
|
|
this.fridayWeeklySalesLabel.AutoSize = true;
|
|
this.fridayWeeklySalesLabel.Location = new System.Drawing.Point(11, 217);
|
|
this.fridayWeeklySalesLabel.Name = "fridayWeeklySalesLabel";
|
|
this.fridayWeeklySalesLabel.Size = new System.Drawing.Size(72, 25);
|
|
this.fridayWeeklySalesLabel.TabIndex = 5;
|
|
this.fridayWeeklySalesLabel.Text = "Friday:";
|
|
//
|
|
// wednesdayWeeklySalesLabel
|
|
//
|
|
this.wednesdayWeeklySalesLabel.AutoSize = true;
|
|
this.wednesdayWeeklySalesLabel.Location = new System.Drawing.Point(11, 133);
|
|
this.wednesdayWeeklySalesLabel.Name = "wednesdayWeeklySalesLabel";
|
|
this.wednesdayWeeklySalesLabel.Size = new System.Drawing.Size(124, 25);
|
|
this.wednesdayWeeklySalesLabel.TabIndex = 3;
|
|
this.wednesdayWeeklySalesLabel.Text = "Wednesday:";
|
|
//
|
|
// tuesdayWeeklySalesLabel
|
|
//
|
|
this.tuesdayWeeklySalesLabel.AutoSize = true;
|
|
this.tuesdayWeeklySalesLabel.Location = new System.Drawing.Point(11, 91);
|
|
this.tuesdayWeeklySalesLabel.Name = "tuesdayWeeklySalesLabel";
|
|
this.tuesdayWeeklySalesLabel.Size = new System.Drawing.Size(95, 25);
|
|
this.tuesdayWeeklySalesLabel.TabIndex = 2;
|
|
this.tuesdayWeeklySalesLabel.Text = "Tuesday:";
|
|
//
|
|
// fridayWeeklySalesTextBox
|
|
//
|
|
this.fridayWeeklySalesTextBox.Location = new System.Drawing.Point(135, 214);
|
|
this.fridayWeeklySalesTextBox.Name = "fridayWeeklySalesTextBox";
|
|
this.fridayWeeklySalesTextBox.Size = new System.Drawing.Size(274, 29);
|
|
this.fridayWeeklySalesTextBox.TabIndex = 11;
|
|
//
|
|
// sundayWeeklySalesLabel
|
|
//
|
|
this.sundayWeeklySalesLabel.AutoSize = true;
|
|
this.sundayWeeklySalesLabel.Location = new System.Drawing.Point(11, 7);
|
|
this.sundayWeeklySalesLabel.Name = "sundayWeeklySalesLabel";
|
|
this.sundayWeeklySalesLabel.Size = new System.Drawing.Size(86, 25);
|
|
this.sundayWeeklySalesLabel.TabIndex = 0;
|
|
this.sundayWeeklySalesLabel.Text = "Sunday:";
|
|
//
|
|
// wednesdayWeeklySalesTextBox
|
|
//
|
|
this.wednesdayWeeklySalesTextBox.Location = new System.Drawing.Point(135, 130);
|
|
this.wednesdayWeeklySalesTextBox.Name = "wednesdayWeeklySalesTextBox";
|
|
this.wednesdayWeeklySalesTextBox.Size = new System.Drawing.Size(274, 29);
|
|
this.wednesdayWeeklySalesTextBox.TabIndex = 9;
|
|
//
|
|
// taxableTabPage
|
|
//
|
|
this.taxableTabPage.BackColor = System.Drawing.SystemColors.ControlLight;
|
|
this.taxableTabPage.Controls.Add(this.totalTaxableTextBox);
|
|
this.taxableTabPage.Controls.Add(this.mondayTaxableTextBox);
|
|
this.taxableTabPage.Controls.Add(this.thursdayTaxableTextBox);
|
|
this.taxableTabPage.Controls.Add(this.tuesdayTaxableTextBox);
|
|
this.taxableTabPage.Controls.Add(this.fridayTaxableLabel);
|
|
this.taxableTabPage.Controls.Add(this.sundayTaxableLabel);
|
|
this.taxableTabPage.Controls.Add(this.thursdayTaxableLabel);
|
|
this.taxableTabPage.Controls.Add(this.wednesdayTaxableTextBox);
|
|
this.taxableTabPage.Controls.Add(this.fridayTaxableTextBox);
|
|
this.taxableTabPage.Controls.Add(this.mondayTaxableLabel);
|
|
this.taxableTabPage.Controls.Add(this.wednesdayTaxableLabel);
|
|
this.taxableTabPage.Controls.Add(this.totalTaxableLabel);
|
|
this.taxableTabPage.Controls.Add(this.saturdayTaxableLabel);
|
|
this.taxableTabPage.Controls.Add(this.sundayTaxableTextBox);
|
|
this.taxableTabPage.Controls.Add(this.tuesdayTaxableLabel);
|
|
this.taxableTabPage.Controls.Add(this.saturdayTaxableTextBox);
|
|
this.taxableTabPage.Location = new System.Drawing.Point(4, 33);
|
|
this.taxableTabPage.Name = "taxableTabPage";
|
|
this.taxableTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.taxableTabPage.Size = new System.Drawing.Size(447, 341);
|
|
this.taxableTabPage.TabIndex = 1;
|
|
this.taxableTabPage.Text = "Taxable";
|
|
//
|
|
// totalTaxableTextBox
|
|
//
|
|
this.totalTaxableTextBox.Location = new System.Drawing.Point(145, 299);
|
|
this.totalTaxableTextBox.Name = "totalTaxableTextBox";
|
|
this.totalTaxableTextBox.Size = new System.Drawing.Size(263, 29);
|
|
this.totalTaxableTextBox.TabIndex = 21;
|
|
//
|
|
// mondayTaxableTextBox
|
|
//
|
|
this.mondayTaxableTextBox.Location = new System.Drawing.Point(145, 47);
|
|
this.mondayTaxableTextBox.Name = "mondayTaxableTextBox";
|
|
this.mondayTaxableTextBox.Size = new System.Drawing.Size(263, 29);
|
|
this.mondayTaxableTextBox.TabIndex = 15;
|
|
//
|
|
// thursdayTaxableTextBox
|
|
//
|
|
this.thursdayTaxableTextBox.Location = new System.Drawing.Point(145, 173);
|
|
this.thursdayTaxableTextBox.Name = "thursdayTaxableTextBox";
|
|
this.thursdayTaxableTextBox.Size = new System.Drawing.Size(263, 29);
|
|
this.thursdayTaxableTextBox.TabIndex = 18;
|
|
//
|
|
// tuesdayTaxableTextBox
|
|
//
|
|
this.tuesdayTaxableTextBox.Location = new System.Drawing.Point(145, 90);
|
|
this.tuesdayTaxableTextBox.Name = "tuesdayTaxableTextBox";
|
|
this.tuesdayTaxableTextBox.Size = new System.Drawing.Size(263, 29);
|
|
this.tuesdayTaxableTextBox.TabIndex = 16;
|
|
//
|
|
// fridayTaxableLabel
|
|
//
|
|
this.fridayTaxableLabel.AutoSize = true;
|
|
this.fridayTaxableLabel.Location = new System.Drawing.Point(11, 219);
|
|
this.fridayTaxableLabel.Name = "fridayTaxableLabel";
|
|
this.fridayTaxableLabel.Size = new System.Drawing.Size(72, 25);
|
|
this.fridayTaxableLabel.TabIndex = 13;
|
|
this.fridayTaxableLabel.Text = "Friday:";
|
|
//
|
|
// sundayTaxableLabel
|
|
//
|
|
this.sundayTaxableLabel.AutoSize = true;
|
|
this.sundayTaxableLabel.Location = new System.Drawing.Point(11, 9);
|
|
this.sundayTaxableLabel.Name = "sundayTaxableLabel";
|
|
this.sundayTaxableLabel.Size = new System.Drawing.Size(86, 25);
|
|
this.sundayTaxableLabel.TabIndex = 8;
|
|
this.sundayTaxableLabel.Text = "Sunday:";
|
|
//
|
|
// thursdayTaxableLabel
|
|
//
|
|
this.thursdayTaxableLabel.AutoSize = true;
|
|
this.thursdayTaxableLabel.Location = new System.Drawing.Point(11, 177);
|
|
this.thursdayTaxableLabel.Name = "thursdayTaxableLabel";
|
|
this.thursdayTaxableLabel.Size = new System.Drawing.Size(101, 25);
|
|
this.thursdayTaxableLabel.TabIndex = 12;
|
|
this.thursdayTaxableLabel.Text = "Thursday:";
|
|
//
|
|
// wednesdayTaxableTextBox
|
|
//
|
|
this.wednesdayTaxableTextBox.Location = new System.Drawing.Point(145, 132);
|
|
this.wednesdayTaxableTextBox.Name = "wednesdayTaxableTextBox";
|
|
this.wednesdayTaxableTextBox.Size = new System.Drawing.Size(263, 29);
|
|
this.wednesdayTaxableTextBox.TabIndex = 17;
|
|
//
|
|
// fridayTaxableTextBox
|
|
//
|
|
this.fridayTaxableTextBox.Location = new System.Drawing.Point(145, 216);
|
|
this.fridayTaxableTextBox.Name = "fridayTaxableTextBox";
|
|
this.fridayTaxableTextBox.Size = new System.Drawing.Size(263, 29);
|
|
this.fridayTaxableTextBox.TabIndex = 19;
|
|
//
|
|
// mondayTaxableLabel
|
|
//
|
|
this.mondayTaxableLabel.AutoSize = true;
|
|
this.mondayTaxableLabel.Location = new System.Drawing.Point(11, 51);
|
|
this.mondayTaxableLabel.Name = "mondayTaxableLabel";
|
|
this.mondayTaxableLabel.Size = new System.Drawing.Size(89, 25);
|
|
this.mondayTaxableLabel.TabIndex = 9;
|
|
this.mondayTaxableLabel.Text = "Monday:";
|
|
//
|
|
// wednesdayTaxableLabel
|
|
//
|
|
this.wednesdayTaxableLabel.AutoSize = true;
|
|
this.wednesdayTaxableLabel.Location = new System.Drawing.Point(11, 135);
|
|
this.wednesdayTaxableLabel.Name = "wednesdayTaxableLabel";
|
|
this.wednesdayTaxableLabel.Size = new System.Drawing.Size(124, 25);
|
|
this.wednesdayTaxableLabel.TabIndex = 11;
|
|
this.wednesdayTaxableLabel.Text = "Wednesday:";
|
|
//
|
|
// totalTaxableLabel
|
|
//
|
|
this.totalTaxableLabel.AutoSize = true;
|
|
this.totalTaxableLabel.Location = new System.Drawing.Point(11, 303);
|
|
this.totalTaxableLabel.Name = "totalTaxableLabel";
|
|
this.totalTaxableLabel.Size = new System.Drawing.Size(138, 25);
|
|
this.totalTaxableLabel.TabIndex = 15;
|
|
this.totalTaxableLabel.Text = "Total Taxable:";
|
|
//
|
|
// saturdayTaxableLabel
|
|
//
|
|
this.saturdayTaxableLabel.AutoSize = true;
|
|
this.saturdayTaxableLabel.Location = new System.Drawing.Point(11, 261);
|
|
this.saturdayTaxableLabel.Name = "saturdayTaxableLabel";
|
|
this.saturdayTaxableLabel.Size = new System.Drawing.Size(97, 25);
|
|
this.saturdayTaxableLabel.TabIndex = 14;
|
|
this.saturdayTaxableLabel.Text = "Saturday:";
|
|
//
|
|
// sundayTaxableTextBox
|
|
//
|
|
this.sundayTaxableTextBox.Location = new System.Drawing.Point(145, 5);
|
|
this.sundayTaxableTextBox.Name = "sundayTaxableTextBox";
|
|
this.sundayTaxableTextBox.Size = new System.Drawing.Size(263, 29);
|
|
this.sundayTaxableTextBox.TabIndex = 14;
|
|
//
|
|
// tuesdayTaxableLabel
|
|
//
|
|
this.tuesdayTaxableLabel.AutoSize = true;
|
|
this.tuesdayTaxableLabel.Location = new System.Drawing.Point(11, 93);
|
|
this.tuesdayTaxableLabel.Name = "tuesdayTaxableLabel";
|
|
this.tuesdayTaxableLabel.Size = new System.Drawing.Size(95, 25);
|
|
this.tuesdayTaxableLabel.TabIndex = 10;
|
|
this.tuesdayTaxableLabel.Text = "Tuesday:";
|
|
//
|
|
// saturdayTaxableTextBox
|
|
//
|
|
this.saturdayTaxableTextBox.Location = new System.Drawing.Point(145, 258);
|
|
this.saturdayTaxableTextBox.Name = "saturdayTaxableTextBox";
|
|
this.saturdayTaxableTextBox.Size = new System.Drawing.Size(263, 29);
|
|
this.saturdayTaxableTextBox.TabIndex = 20;
|
|
//
|
|
// commentsGroupBox
|
|
//
|
|
this.commentsGroupBox.BackColor = System.Drawing.SystemColors.Control;
|
|
this.commentsGroupBox.Controls.Add(this.commentsTextBox);
|
|
this.commentsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.commentsGroupBox.Location = new System.Drawing.Point(459, 606);
|
|
this.commentsGroupBox.Margin = new System.Windows.Forms.Padding(4);
|
|
this.commentsGroupBox.Name = "commentsGroupBox";
|
|
this.commentsGroupBox.Padding = new System.Windows.Forms.Padding(4);
|
|
this.commentsGroupBox.Size = new System.Drawing.Size(447, 181);
|
|
this.commentsGroupBox.TabIndex = 2;
|
|
this.commentsGroupBox.TabStop = false;
|
|
this.commentsGroupBox.Text = "Comments";
|
|
//
|
|
// commentsTextBox
|
|
//
|
|
this.commentsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.commentsTextBox.Location = new System.Drawing.Point(4, 26);
|
|
this.commentsTextBox.MaxLength = 256;
|
|
this.commentsTextBox.Multiline = true;
|
|
this.commentsTextBox.Name = "commentsTextBox";
|
|
this.commentsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.commentsTextBox.Size = new System.Drawing.Size(439, 151);
|
|
this.commentsTextBox.TabIndex = 4;
|
|
//
|
|
// dateGroupBox
|
|
//
|
|
this.dateGroupBox.Controls.Add(this.weekEndingCalendar);
|
|
this.dateGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dateGroupBox.Location = new System.Drawing.Point(3, 605);
|
|
this.dateGroupBox.Name = "dateGroupBox";
|
|
this.mainLayoutPanel.SetRowSpan(this.dateGroupBox, 2);
|
|
this.dateGroupBox.Size = new System.Drawing.Size(449, 372);
|
|
this.dateGroupBox.TabIndex = 24;
|
|
this.dateGroupBox.TabStop = false;
|
|
this.dateGroupBox.Text = "Week Ending Date";
|
|
//
|
|
// weekEndingCalendar
|
|
//
|
|
this.weekEndingCalendar.BackColor = System.Drawing.SystemColors.ControlLight;
|
|
this.weekEndingCalendar.FirstDayOfWeek = System.Windows.Forms.Day.Sunday;
|
|
this.weekEndingCalendar.Location = new System.Drawing.Point(48, 34);
|
|
this.weekEndingCalendar.MaxSelectionCount = 1;
|
|
this.weekEndingCalendar.Name = "weekEndingCalendar";
|
|
this.weekEndingCalendar.ShowTodayCircle = false;
|
|
this.weekEndingCalendar.TabIndex = 2;
|
|
this.weekEndingCalendar.TabStop = false;
|
|
//
|
|
// dateTimeMaskedTextBoxPanel
|
|
//
|
|
this.dateTimeMaskedTextBoxPanel.Controls.Add(this.informationLabel);
|
|
this.dateTimeMaskedTextBoxPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dateTimeMaskedTextBoxPanel.Location = new System.Drawing.Point(458, 794);
|
|
this.dateTimeMaskedTextBoxPanel.Name = "dateTimeMaskedTextBoxPanel";
|
|
this.dateTimeMaskedTextBoxPanel.Size = new System.Drawing.Size(449, 183);
|
|
this.dateTimeMaskedTextBoxPanel.TabIndex = 1;
|
|
//
|
|
// informationLabel
|
|
//
|
|
this.informationLabel.AutoSize = true;
|
|
this.informationLabel.Location = new System.Drawing.Point(0, 7);
|
|
this.informationLabel.Name = "informationLabel";
|
|
this.informationLabel.Size = new System.Drawing.Size(0, 25);
|
|
this.informationLabel.TabIndex = 27;
|
|
//
|
|
// informationPanel
|
|
//
|
|
this.informationPanel.Controls.Add(this.errorLabel);
|
|
this.informationPanel.Controls.Add(this.addRecordButton);
|
|
this.informationPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.informationPanel.Location = new System.Drawing.Point(1368, 794);
|
|
this.informationPanel.Name = "informationPanel";
|
|
this.informationPanel.Size = new System.Drawing.Size(450, 183);
|
|
this.informationPanel.TabIndex = 25;
|
|
//
|
|
// errorLabel
|
|
//
|
|
this.errorLabel.AutoSize = true;
|
|
this.errorLabel.ForeColor = System.Drawing.Color.Maroon;
|
|
this.errorLabel.Location = new System.Drawing.Point(-1, 7);
|
|
this.errorLabel.Name = "errorLabel";
|
|
this.errorLabel.Size = new System.Drawing.Size(0, 25);
|
|
this.errorLabel.TabIndex = 28;
|
|
//
|
|
// addRecordButton
|
|
//
|
|
this.addRecordButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.addRecordButton.Location = new System.Drawing.Point(274, 133);
|
|
this.addRecordButton.Name = "addRecordButton";
|
|
this.addRecordButton.Size = new System.Drawing.Size(167, 41);
|
|
this.addRecordButton.TabIndex = 26;
|
|
this.addRecordButton.Text = "Update Record";
|
|
this.addRecordButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// NewModifyRecord
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1821, 980);
|
|
this.Controls.Add(this.mainLayoutPanel);
|
|
this.MinimumSize = new System.Drawing.Size(1000, 1000);
|
|
this.Name = "NewModifyRecord";
|
|
this.Text = "Modify Record";
|
|
this.mainLayoutPanel.ResumeLayout(false);
|
|
this.mainLayoutPanel.PerformLayout();
|
|
this.mainMenuStrip.ResumeLayout(false);
|
|
this.mainMenuStrip.PerformLayout();
|
|
this.mainTabControl.ResumeLayout(false);
|
|
this.projectionTabPage.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.debugTabPage.ResumeLayout(false);
|
|
this.debugPanel.ResumeLayout(false);
|
|
this.debugPanel.PerformLayout();
|
|
this.costAnalysisGroupBox.ResumeLayout(false);
|
|
this.costAnalysisGroupBox.PerformLayout();
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.weeklySalesTabPage.ResumeLayout(false);
|
|
this.weeklySalesTabPage.PerformLayout();
|
|
this.taxableTabPage.ResumeLayout(false);
|
|
this.taxableTabPage.PerformLayout();
|
|
this.commentsGroupBox.ResumeLayout(false);
|
|
this.commentsGroupBox.PerformLayout();
|
|
this.dateGroupBox.ResumeLayout(false);
|
|
this.dateTimeMaskedTextBoxPanel.ResumeLayout(false);
|
|
this.dateTimeMaskedTextBoxPanel.PerformLayout();
|
|
this.informationPanel.ResumeLayout(false);
|
|
this.informationPanel.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel mainLayoutPanel;
|
|
private System.Windows.Forms.MenuStrip mainMenuStrip;
|
|
private System.Windows.Forms.ToolStripMenuItem FileMainMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem clearFormFileMainMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem exitFileMainMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem debugMainMenu;
|
|
private System.Windows.Forms.TabControl mainTabControl;
|
|
private System.Windows.Forms.TabPage projectionTabPage;
|
|
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 invoicesTabPage;
|
|
private System.Windows.Forms.DataGridView invoicesDataGridView;
|
|
private System.Windows.Forms.TabPage debugTabPage;
|
|
private System.Windows.Forms.Panel debugPanel;
|
|
private System.Windows.Forms.Button generateCostAnalysisIdButton;
|
|
private System.Windows.Forms.Button generateTaxableIdButton;
|
|
private System.Windows.Forms.Button generateWeeklySalesIdButton;
|
|
private System.Windows.Forms.Label reminderLabel;
|
|
private System.Windows.Forms.Button generateCommentIdButton;
|
|
private System.Windows.Forms.CheckBox isCostAnalysisDirtyCheckBox;
|
|
private System.Windows.Forms.CheckBox isTaxableDirtyCheckBox;
|
|
private System.Windows.Forms.CheckBox isWeeklySalesDirtyCheckBox;
|
|
private System.Windows.Forms.CheckBox isCommentDirtyCheckBox;
|
|
private System.Windows.Forms.GroupBox costAnalysisGroupBox;
|
|
private System.Windows.Forms.TextBox suppliesTextBox;
|
|
private System.Windows.Forms.TextBox salaryPercentageTextBox;
|
|
private System.Windows.Forms.TextBox salaryDollarsTextBox;
|
|
private System.Windows.Forms.Label salesPerManHourLabel;
|
|
private System.Windows.Forms.Label salaryPercentageLabel;
|
|
private System.Windows.Forms.TextBox salesPerManHourTextBox;
|
|
private System.Windows.Forms.Label salaryDollarsLabel;
|
|
private System.Windows.Forms.Label suppliesLabel;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage weeklySalesTabPage;
|
|
private System.Windows.Forms.TextBox mondayWeeklySalesTextBox;
|
|
private System.Windows.Forms.TextBox totalWeeklySalesTextBox;
|
|
private System.Windows.Forms.TextBox saturdayWeeklySalesTextBox;
|
|
private System.Windows.Forms.TextBox thursdayWeeklySalesTextBox;
|
|
private System.Windows.Forms.TextBox tuesdayWeeklySalesTextBox;
|
|
private System.Windows.Forms.Label mondayWeeklySalesLabel;
|
|
private System.Windows.Forms.Label thursdayWeeklySalesLabel;
|
|
private System.Windows.Forms.Label saturdayWeeklySalesLabel;
|
|
private System.Windows.Forms.TextBox sundayWeeklySalesTextBox;
|
|
private System.Windows.Forms.Label totalWeeklySalesLabel;
|
|
private System.Windows.Forms.Label fridayWeeklySalesLabel;
|
|
private System.Windows.Forms.Label wednesdayWeeklySalesLabel;
|
|
private System.Windows.Forms.Label tuesdayWeeklySalesLabel;
|
|
private System.Windows.Forms.TextBox fridayWeeklySalesTextBox;
|
|
private System.Windows.Forms.Label sundayWeeklySalesLabel;
|
|
private System.Windows.Forms.TextBox wednesdayWeeklySalesTextBox;
|
|
private System.Windows.Forms.TabPage taxableTabPage;
|
|
private System.Windows.Forms.TextBox totalTaxableTextBox;
|
|
private System.Windows.Forms.TextBox mondayTaxableTextBox;
|
|
private System.Windows.Forms.TextBox thursdayTaxableTextBox;
|
|
private System.Windows.Forms.TextBox tuesdayTaxableTextBox;
|
|
private System.Windows.Forms.Label fridayTaxableLabel;
|
|
private System.Windows.Forms.Label sundayTaxableLabel;
|
|
private System.Windows.Forms.Label thursdayTaxableLabel;
|
|
private System.Windows.Forms.TextBox wednesdayTaxableTextBox;
|
|
private System.Windows.Forms.TextBox fridayTaxableTextBox;
|
|
private System.Windows.Forms.Label mondayTaxableLabel;
|
|
private System.Windows.Forms.Label wednesdayTaxableLabel;
|
|
private System.Windows.Forms.Label totalTaxableLabel;
|
|
private System.Windows.Forms.Label saturdayTaxableLabel;
|
|
private System.Windows.Forms.TextBox sundayTaxableTextBox;
|
|
private System.Windows.Forms.Label tuesdayTaxableLabel;
|
|
private System.Windows.Forms.TextBox saturdayTaxableTextBox;
|
|
private System.Windows.Forms.GroupBox commentsGroupBox;
|
|
private System.Windows.Forms.TextBox commentsTextBox;
|
|
private System.Windows.Forms.GroupBox dateGroupBox;
|
|
private System.Windows.Forms.MonthCalendar weekEndingCalendar;
|
|
private System.Windows.Forms.Panel dateTimeMaskedTextBoxPanel;
|
|
private System.Windows.Forms.Label informationLabel;
|
|
private System.Windows.Forms.Panel informationPanel;
|
|
private System.Windows.Forms.Label errorLabel;
|
|
private System.Windows.Forms.Button addRecordButton;
|
|
}
|
|
} |