963 lines
56 KiB
C#
963 lines
56 KiB
C#
namespace AdvertsingProfitControl
|
|
{
|
|
partial class NewAddRecord
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewAddRecord));
|
|
this.commentsGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.commentsTextBox = new System.Windows.Forms.TextBox();
|
|
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.mainMenuStrip = new System.Windows.Forms.MenuStrip();
|
|
this.FileMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.exitFileMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mainLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
|
|
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.dateGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.monthCalendarInstructionsLabel = new System.Windows.Forms.Label();
|
|
this.weekEndingMonthCalendar = new System.Windows.Forms.MonthCalendar();
|
|
this.dateTimeMaskedTextBoxPanel = new System.Windows.Forms.Panel();
|
|
this.errorLabel = new System.Windows.Forms.Label();
|
|
this.weekEndingMaskedTextBox = new System.Windows.Forms.MaskedTextBox();
|
|
this.weekEndingMaskedTextBoxInstructionLabel = new System.Windows.Forms.Label();
|
|
this.informationPanel = new System.Windows.Forms.Panel();
|
|
this.informationLabel = new System.Windows.Forms.Label();
|
|
this.addRecordButton = new System.Windows.Forms.Button();
|
|
this.commentsGroupBox.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.mainMenuStrip.SuspendLayout();
|
|
this.mainLayoutPanel.SuspendLayout();
|
|
this.costAnalysisGroupBox.SuspendLayout();
|
|
this.tabControl1.SuspendLayout();
|
|
this.weeklySalesTabPage.SuspendLayout();
|
|
this.taxableTabPage.SuspendLayout();
|
|
this.dateGroupBox.SuspendLayout();
|
|
this.dateTimeMaskedTextBoxPanel.SuspendLayout();
|
|
this.informationPanel.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// commentsGroupBox
|
|
//
|
|
this.commentsGroupBox.Controls.Add(this.commentsTextBox);
|
|
this.commentsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.commentsGroupBox.Location = new System.Drawing.Point(473, 594);
|
|
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(461, 223);
|
|
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.Size = new System.Drawing.Size(453, 193);
|
|
this.commentsTextBox.TabIndex = 4;
|
|
//
|
|
// 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(1868, 547);
|
|
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(1860, 510);
|
|
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.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.RowTemplate.Height = 28;
|
|
this.projectionsDataGridView.Size = new System.Drawing.Size(1860, 510);
|
|
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(1860, 510);
|
|
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(0, 0);
|
|
this.inventoryDataGridView.Margin = new System.Windows.Forms.Padding(4);
|
|
this.inventoryDataGridView.MultiSelect = false;
|
|
this.inventoryDataGridView.Name = "inventoryDataGridView";
|
|
this.inventoryDataGridView.RowTemplate.Height = 28;
|
|
this.inventoryDataGridView.Size = new System.Drawing.Size(1860, 510);
|
|
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(1860, 510);
|
|
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);
|
|
this.actualSalesDataGridView.MultiSelect = false;
|
|
this.actualSalesDataGridView.Name = "actualSalesDataGridView";
|
|
this.actualSalesDataGridView.RowTemplate.Height = 28;
|
|
this.actualSalesDataGridView.Size = new System.Drawing.Size(1860, 510);
|
|
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(1860, 510);
|
|
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.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.RowTemplate.Height = 28;
|
|
this.invoicesDataGridView.Size = new System.Drawing.Size(1860, 510);
|
|
this.invoicesDataGridView.TabIndex = 1;
|
|
//
|
|
// debugTabPage
|
|
//
|
|
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(1860, 510);
|
|
this.debugTabPage.TabIndex = 4;
|
|
this.debugTabPage.Text = "DEBUG";
|
|
this.debugTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// 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.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(1876, 35);
|
|
this.mainMenuStrip.TabIndex = 0;
|
|
this.mainMenuStrip.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(56, 31);
|
|
this.FileMainMenu.Text = "&File";
|
|
//
|
|
// exitFileMainMenu
|
|
//
|
|
this.exitFileMainMenu.Name = "exitFileMainMenu";
|
|
this.exitFileMainMenu.Size = new System.Drawing.Size(240, 34);
|
|
this.exitFileMainMenu.Text = "E&xit";
|
|
//
|
|
// 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, 25F));
|
|
this.mainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
|
|
this.mainLayoutPanel.Size = new System.Drawing.Size(1876, 961);
|
|
this.mainLayoutPanel.TabIndex = 0;
|
|
//
|
|
// 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(1410, 593);
|
|
this.costAnalysisGroupBox.Name = "costAnalysisGroupBox";
|
|
this.costAnalysisGroupBox.Size = new System.Drawing.Size(463, 225);
|
|
this.costAnalysisGroupBox.TabIndex = 6;
|
|
this.costAnalysisGroupBox.TabStop = false;
|
|
this.costAnalysisGroupBox.Text = "Cost Analysis";
|
|
//
|
|
// suppliesTextBox
|
|
//
|
|
this.suppliesTextBox.Location = new System.Drawing.Point(205, 185);
|
|
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(205, 87);
|
|
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(205, 136);
|
|
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(5, 38);
|
|
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(20, 87);
|
|
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(205, 38);
|
|
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(60, 136);
|
|
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(105, 185);
|
|
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(938, 590);
|
|
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(469, 371);
|
|
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(461, 334);
|
|
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(461, 334);
|
|
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;
|
|
//
|
|
// dateGroupBox
|
|
//
|
|
this.dateGroupBox.Controls.Add(this.monthCalendarInstructionsLabel);
|
|
this.dateGroupBox.Controls.Add(this.weekEndingMonthCalendar);
|
|
this.dateGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dateGroupBox.Location = new System.Drawing.Point(3, 593);
|
|
this.dateGroupBox.Name = "dateGroupBox";
|
|
this.mainLayoutPanel.SetRowSpan(this.dateGroupBox, 2);
|
|
this.dateGroupBox.Size = new System.Drawing.Size(463, 365);
|
|
this.dateGroupBox.TabIndex = 24;
|
|
this.dateGroupBox.TabStop = false;
|
|
this.dateGroupBox.Text = "Week Ending Date";
|
|
//
|
|
// monthCalendarInstructionsLabel
|
|
//
|
|
this.monthCalendarInstructionsLabel.AutoSize = true;
|
|
this.monthCalendarInstructionsLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.142858F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.monthCalendarInstructionsLabel.Location = new System.Drawing.Point(57, 30);
|
|
this.monthCalendarInstructionsLabel.Name = "monthCalendarInstructionsLabel";
|
|
this.monthCalendarInstructionsLabel.Size = new System.Drawing.Size(296, 25);
|
|
this.monthCalendarInstructionsLabel.TabIndex = 2;
|
|
this.monthCalendarInstructionsLabel.Text = "Select a date from the calendar...";
|
|
//
|
|
// weekEndingMonthCalendar
|
|
//
|
|
this.weekEndingMonthCalendar.BackColor = System.Drawing.SystemColors.ControlLight;
|
|
this.weekEndingMonthCalendar.FirstDayOfWeek = System.Windows.Forms.Day.Sunday;
|
|
this.weekEndingMonthCalendar.Location = new System.Drawing.Point(29, 61);
|
|
this.weekEndingMonthCalendar.MaxSelectionCount = 1;
|
|
this.weekEndingMonthCalendar.Name = "weekEndingMonthCalendar";
|
|
this.weekEndingMonthCalendar.ShowTodayCircle = false;
|
|
this.weekEndingMonthCalendar.TabIndex = 2;
|
|
this.weekEndingMonthCalendar.TabStop = false;
|
|
this.weekEndingMonthCalendar.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.UpdateWeekEndingMaskedTextBox);
|
|
//
|
|
// dateTimeMaskedTextBoxPanel
|
|
//
|
|
this.dateTimeMaskedTextBoxPanel.Controls.Add(this.errorLabel);
|
|
this.dateTimeMaskedTextBoxPanel.Controls.Add(this.weekEndingMaskedTextBox);
|
|
this.dateTimeMaskedTextBoxPanel.Controls.Add(this.weekEndingMaskedTextBoxInstructionLabel);
|
|
this.dateTimeMaskedTextBoxPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dateTimeMaskedTextBoxPanel.Location = new System.Drawing.Point(472, 824);
|
|
this.dateTimeMaskedTextBoxPanel.Name = "dateTimeMaskedTextBoxPanel";
|
|
this.dateTimeMaskedTextBoxPanel.Size = new System.Drawing.Size(463, 134);
|
|
this.dateTimeMaskedTextBoxPanel.TabIndex = 1;
|
|
//
|
|
// errorLabel
|
|
//
|
|
this.errorLabel.AutoSize = true;
|
|
this.errorLabel.ForeColor = System.Drawing.Color.Maroon;
|
|
this.errorLabel.Location = new System.Drawing.Point(3, 31);
|
|
this.errorLabel.Name = "errorLabel";
|
|
this.errorLabel.Size = new System.Drawing.Size(108, 25);
|
|
this.errorLabel.TabIndex = 28;
|
|
this.errorLabel.Text = "Errors here";
|
|
//
|
|
// weekEndingMaskedTextBox
|
|
//
|
|
this.weekEndingMaskedTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.weekEndingMaskedTextBox.Location = new System.Drawing.Point(277, 3);
|
|
this.weekEndingMaskedTextBox.Mask = "00/00/0000";
|
|
this.weekEndingMaskedTextBox.Name = "weekEndingMaskedTextBox";
|
|
this.weekEndingMaskedTextBox.Size = new System.Drawing.Size(115, 31);
|
|
this.weekEndingMaskedTextBox.TabIndex = 3;
|
|
this.weekEndingMaskedTextBox.ValidatingType = typeof(System.DateTime);
|
|
//
|
|
// weekEndingMaskedTextBoxInstructionLabel
|
|
//
|
|
this.weekEndingMaskedTextBoxInstructionLabel.AutoSize = true;
|
|
this.weekEndingMaskedTextBoxInstructionLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.142858F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.weekEndingMaskedTextBoxInstructionLabel.Location = new System.Drawing.Point(16, 6);
|
|
this.weekEndingMaskedTextBoxInstructionLabel.Name = "weekEndingMaskedTextBoxInstructionLabel";
|
|
this.weekEndingMaskedTextBoxInstructionLabel.Size = new System.Drawing.Size(245, 25);
|
|
this.weekEndingMaskedTextBoxInstructionLabel.TabIndex = 0;
|
|
this.weekEndingMaskedTextBoxInstructionLabel.Text = "... or manually enter it here:\r\n";
|
|
//
|
|
// informationPanel
|
|
//
|
|
this.informationPanel.Controls.Add(this.informationLabel);
|
|
this.informationPanel.Controls.Add(this.addRecordButton);
|
|
this.informationPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.informationPanel.Location = new System.Drawing.Point(1410, 824);
|
|
this.informationPanel.Name = "informationPanel";
|
|
this.informationPanel.Size = new System.Drawing.Size(463, 134);
|
|
this.informationPanel.TabIndex = 25;
|
|
//
|
|
// informationLabel
|
|
//
|
|
this.informationLabel.AutoSize = true;
|
|
this.informationLabel.Location = new System.Drawing.Point(0, 0);
|
|
this.informationLabel.Name = "informationLabel";
|
|
this.informationLabel.Size = new System.Drawing.Size(152, 25);
|
|
this.informationLabel.TabIndex = 27;
|
|
this.informationLabel.Text = "Information here";
|
|
//
|
|
// 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(287, 84);
|
|
this.addRecordButton.Name = "addRecordButton";
|
|
this.addRecordButton.Size = new System.Drawing.Size(167, 41);
|
|
this.addRecordButton.TabIndex = 26;
|
|
this.addRecordButton.Text = "Add Record";
|
|
this.addRecordButton.UseVisualStyleBackColor = true;
|
|
this.addRecordButton.Click += new System.EventHandler(this.AddRecordsButtonClick);
|
|
//
|
|
// NewAddRecord
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(1876, 961);
|
|
this.Controls.Add(this.mainLayoutPanel);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MainMenuStrip = this.mainMenuStrip;
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.MaximumSize = new System.Drawing.Size(1900, 1025);
|
|
this.MinimumSize = new System.Drawing.Size(1000, 1000);
|
|
this.Name = "NewAddRecord";
|
|
this.Text = "Add New Record";
|
|
this.commentsGroupBox.ResumeLayout(false);
|
|
this.commentsGroupBox.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.mainMenuStrip.ResumeLayout(false);
|
|
this.mainMenuStrip.PerformLayout();
|
|
this.mainLayoutPanel.ResumeLayout(false);
|
|
this.mainLayoutPanel.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.dateGroupBox.ResumeLayout(false);
|
|
this.dateGroupBox.PerformLayout();
|
|
this.dateTimeMaskedTextBoxPanel.ResumeLayout(false);
|
|
this.dateTimeMaskedTextBoxPanel.PerformLayout();
|
|
this.informationPanel.ResumeLayout(false);
|
|
this.informationPanel.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox commentsGroupBox;
|
|
private System.Windows.Forms.TabControl mainTabControl;
|
|
private System.Windows.Forms.TableLayoutPanel mainLayoutPanel;
|
|
private System.Windows.Forms.MenuStrip mainMenuStrip;
|
|
private System.Windows.Forms.ToolStripMenuItem FileMainMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem exitFileMainMenu;
|
|
private System.Windows.Forms.TabPage projectionTabPage;
|
|
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.TextBox suppliesTextBox;
|
|
private System.Windows.Forms.TextBox salaryDollarsTextBox;
|
|
private System.Windows.Forms.TextBox salaryPercentageTextBox;
|
|
private System.Windows.Forms.TextBox salesPerManHourTextBox;
|
|
private System.Windows.Forms.Label suppliesLabel;
|
|
private System.Windows.Forms.Label salaryDollarsLabel;
|
|
private System.Windows.Forms.Label salaryPercentageLabel;
|
|
private System.Windows.Forms.Label salesPerManHourLabel;
|
|
private System.Windows.Forms.TextBox commentsTextBox;
|
|
private System.Windows.Forms.GroupBox costAnalysisGroupBox;
|
|
private System.Windows.Forms.Label sundayTaxableLabel;
|
|
private System.Windows.Forms.Label mondayTaxableLabel;
|
|
private System.Windows.Forms.Label tuesdayTaxableLabel;
|
|
private System.Windows.Forms.Label wednesdayTaxableLabel;
|
|
private System.Windows.Forms.Label thursdayTaxableLabel;
|
|
private System.Windows.Forms.Label fridayTaxableLabel;
|
|
private System.Windows.Forms.Label saturdayTaxableLabel;
|
|
private System.Windows.Forms.Label totalTaxableLabel;
|
|
private System.Windows.Forms.Button addRecordButton;
|
|
private System.Windows.Forms.TextBox totalTaxableTextBox;
|
|
private System.Windows.Forms.TextBox wednesdayTaxableTextBox;
|
|
private System.Windows.Forms.TextBox saturdayTaxableTextBox;
|
|
private System.Windows.Forms.TextBox fridayTaxableTextBox;
|
|
private System.Windows.Forms.TextBox thursdayTaxableTextBox;
|
|
private System.Windows.Forms.TextBox tuesdayTaxableTextBox;
|
|
private System.Windows.Forms.TextBox mondayTaxableTextBox;
|
|
private System.Windows.Forms.TextBox sundayTaxableTextBox;
|
|
private System.Windows.Forms.DataGridView projectionsDataGridView;
|
|
private System.Windows.Forms.TextBox totalWeeklySalesTextBox;
|
|
private System.Windows.Forms.TextBox wednesdayWeeklySalesTextBox;
|
|
private System.Windows.Forms.Label totalWeeklySalesLabel;
|
|
private System.Windows.Forms.TextBox saturdayWeeklySalesTextBox;
|
|
private System.Windows.Forms.Label saturdayWeeklySalesLabel;
|
|
private System.Windows.Forms.Label sundayWeeklySalesLabel;
|
|
private System.Windows.Forms.TextBox sundayWeeklySalesTextBox;
|
|
private System.Windows.Forms.TextBox fridayWeeklySalesTextBox;
|
|
private System.Windows.Forms.Label fridayWeeklySalesLabel;
|
|
private System.Windows.Forms.Label mondayWeeklySalesLabel;
|
|
private System.Windows.Forms.TextBox mondayWeeklySalesTextBox;
|
|
private System.Windows.Forms.TextBox thursdayWeeklySalesTextBox;
|
|
private System.Windows.Forms.Label thursdayWeeklySalesLabel;
|
|
private System.Windows.Forms.Label tuesdayWeeklySalesLabel;
|
|
private System.Windows.Forms.TextBox tuesdayWeeklySalesTextBox;
|
|
private System.Windows.Forms.Label wednesdayWeeklySalesLabel;
|
|
private System.Windows.Forms.GroupBox dateGroupBox;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage weeklySalesTabPage;
|
|
private System.Windows.Forms.TabPage taxableTabPage;
|
|
private System.Windows.Forms.Label monthCalendarInstructionsLabel;
|
|
private System.Windows.Forms.MonthCalendar weekEndingMonthCalendar;
|
|
private System.Windows.Forms.Panel dateTimeMaskedTextBoxPanel;
|
|
private System.Windows.Forms.MaskedTextBox weekEndingMaskedTextBox;
|
|
private System.Windows.Forms.Label weekEndingMaskedTextBoxInstructionLabel;
|
|
private System.Windows.Forms.TabPage debugTabPage;
|
|
private System.Windows.Forms.Panel informationPanel;
|
|
private System.Windows.Forms.Label errorLabel;
|
|
private System.Windows.Forms.Label informationLabel;
|
|
}
|
|
} |