Files
advertisingprofitcontrol-pr…/AdvertsingProfitControl/frmMain.Designer.cs
T

345 lines
21 KiB
C#

namespace AdvertsingProfitControl
{
partial class frmMain
{
/// <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.mainTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.mainMenu = new System.Windows.Forms.MenuStrip();
this.fileMainMenu = new System.Windows.Forms.ToolStripMenuItem();
this.exitFileMainMenu = new System.Windows.Forms.ToolStripMenuItem();
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.addRecordToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.commentMainTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.commentMainGroupBox = new System.Windows.Forms.GroupBox();
this.commentsMainLabel = new System.Windows.Forms.Label();
this.profitAnalysisMainGroupBox = new System.Windows.Forms.GroupBox();
this.costOfSalesMainGroupBox = new System.Windows.Forms.GroupBox();
this.mainViewTabControl = new System.Windows.Forms.TabControl();
this.projectionTab = new System.Windows.Forms.TabPage();
this.projectedSalesMainDataGrid = new System.Windows.Forms.DataGridView();
this.actualSalesInvTab = new System.Windows.Forms.TabPage();
this.actualSalesMainLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.actualSalesInvMainDataGidView = new System.Windows.Forms.DataGridView();
this.weeklyInventoryControlTab = new System.Windows.Forms.TabPage();
this.weeklyInventoryMainDataGrid = new System.Windows.Forms.DataGridView();
this.mainTableLayoutPanel.SuspendLayout();
this.mainMenu.SuspendLayout();
this.commentMainTableLayoutPanel.SuspendLayout();
this.commentMainGroupBox.SuspendLayout();
this.mainViewTabControl.SuspendLayout();
this.projectionTab.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.projectedSalesMainDataGrid)).BeginInit();
this.actualSalesInvTab.SuspendLayout();
this.actualSalesMainLayoutPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.actualSalesInvMainDataGidView)).BeginInit();
this.weeklyInventoryControlTab.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.weeklyInventoryMainDataGrid)).BeginInit();
this.SuspendLayout();
//
// mainTableLayoutPanel
//
this.mainTableLayoutPanel.ColumnCount = 1;
this.mainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.mainTableLayoutPanel.Controls.Add(this.mainMenu, 0, 0);
this.mainTableLayoutPanel.Controls.Add(this.commentMainTableLayoutPanel, 0, 2);
this.mainTableLayoutPanel.Controls.Add(this.mainViewTabControl, 0, 1);
this.mainTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.mainTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
this.mainTableLayoutPanel.Name = "mainTableLayoutPanel";
this.mainTableLayoutPanel.RowCount = 3;
this.mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
this.mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 65F));
this.mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35F));
this.mainTableLayoutPanel.Size = new System.Drawing.Size(934, 512);
this.mainTableLayoutPanel.TabIndex = 0;
//
// mainMenu
//
this.mainMenu.Dock = System.Windows.Forms.DockStyle.Fill;
this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileMainMenu,
this.editToolStripMenuItem});
this.mainMenu.Location = new System.Drawing.Point(0, 0);
this.mainMenu.Name = "mainMenu";
this.mainMenu.Size = new System.Drawing.Size(934, 25);
this.mainMenu.TabIndex = 1;
this.mainMenu.Text = "menuStrip1";
//
// fileMainMenu
//
this.fileMainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.exitFileMainMenu});
this.fileMainMenu.Name = "fileMainMenu";
this.fileMainMenu.Size = new System.Drawing.Size(37, 21);
this.fileMainMenu.Text = "&File";
//
// exitFileMainMenu
//
this.exitFileMainMenu.Name = "exitFileMainMenu";
this.exitFileMainMenu.Size = new System.Drawing.Size(152, 22);
this.exitFileMainMenu.Text = "E&xit";
//
// editToolStripMenuItem
//
this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.addRecordToolStripMenuItem});
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 21);
this.editToolStripMenuItem.Text = "E&dit";
//
// addRecordToolStripMenuItem
//
this.addRecordToolStripMenuItem.Name = "addRecordToolStripMenuItem";
this.addRecordToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.addRecordToolStripMenuItem.Text = "Add &Record";
this.addRecordToolStripMenuItem.Click += new System.EventHandler(this.addRecordToolStripMenuItem_Click);
//
// commentMainTableLayoutPanel
//
this.commentMainTableLayoutPanel.ColumnCount = 3;
this.commentMainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.commentMainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 37.5F));
this.commentMainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 37.5F));
this.commentMainTableLayoutPanel.Controls.Add(this.commentMainGroupBox, 0, 0);
this.commentMainTableLayoutPanel.Controls.Add(this.profitAnalysisMainGroupBox, 1, 0);
this.commentMainTableLayoutPanel.Controls.Add(this.costOfSalesMainGroupBox, 2, 0);
this.commentMainTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.commentMainTableLayoutPanel.Location = new System.Drawing.Point(3, 344);
this.commentMainTableLayoutPanel.Name = "commentMainTableLayoutPanel";
this.commentMainTableLayoutPanel.RowCount = 1;
this.commentMainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.commentMainTableLayoutPanel.Size = new System.Drawing.Size(928, 165);
this.commentMainTableLayoutPanel.TabIndex = 2;
//
// commentMainGroupBox
//
this.commentMainGroupBox.Controls.Add(this.commentsMainLabel);
this.commentMainGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.commentMainGroupBox.Location = new System.Drawing.Point(3, 3);
this.commentMainGroupBox.Name = "commentMainGroupBox";
this.commentMainGroupBox.Size = new System.Drawing.Size(226, 159);
this.commentMainGroupBox.TabIndex = 0;
this.commentMainGroupBox.TabStop = false;
this.commentMainGroupBox.Text = "Comments";
//
// commentsMainLabel
//
this.commentsMainLabel.AutoEllipsis = true;
this.commentsMainLabel.AutoSize = true;
this.commentsMainLabel.Dock = System.Windows.Forms.DockStyle.Fill;
this.commentsMainLabel.Location = new System.Drawing.Point(3, 16);
this.commentsMainLabel.MaximumSize = new System.Drawing.Size(220, 0);
this.commentsMainLabel.Name = "commentsMainLabel";
this.commentsMainLabel.Size = new System.Drawing.Size(0, 13);
this.commentsMainLabel.TabIndex = 0;
//
// profitAnalysisMainGroupBox
//
this.profitAnalysisMainGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.profitAnalysisMainGroupBox.Location = new System.Drawing.Point(235, 3);
this.profitAnalysisMainGroupBox.Name = "profitAnalysisMainGroupBox";
this.profitAnalysisMainGroupBox.Size = new System.Drawing.Size(342, 159);
this.profitAnalysisMainGroupBox.TabIndex = 1;
this.profitAnalysisMainGroupBox.TabStop = false;
this.profitAnalysisMainGroupBox.Text = "Profit Analysis";
//
// costOfSalesMainGroupBox
//
this.costOfSalesMainGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.costOfSalesMainGroupBox.Location = new System.Drawing.Point(583, 3);
this.costOfSalesMainGroupBox.Name = "costOfSalesMainGroupBox";
this.costOfSalesMainGroupBox.Size = new System.Drawing.Size(342, 159);
this.costOfSalesMainGroupBox.TabIndex = 2;
this.costOfSalesMainGroupBox.TabStop = false;
this.costOfSalesMainGroupBox.Text = "Cost of Sales";
//
// mainViewTabControl
//
this.mainViewTabControl.Controls.Add(this.projectionTab);
this.mainViewTabControl.Controls.Add(this.actualSalesInvTab);
this.mainViewTabControl.Controls.Add(this.weeklyInventoryControlTab);
this.mainViewTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.mainViewTabControl.Location = new System.Drawing.Point(3, 28);
this.mainViewTabControl.Name = "mainViewTabControl";
this.mainViewTabControl.SelectedIndex = 0;
this.mainViewTabControl.Size = new System.Drawing.Size(928, 310);
this.mainViewTabControl.TabIndex = 3;
//
// projectionTab
//
this.projectionTab.Controls.Add(this.projectedSalesMainDataGrid);
this.projectionTab.Location = new System.Drawing.Point(4, 22);
this.projectionTab.Name = "projectionTab";
this.projectionTab.Padding = new System.Windows.Forms.Padding(3);
this.projectionTab.Size = new System.Drawing.Size(920, 284);
this.projectionTab.TabIndex = 0;
this.projectionTab.Text = "Projection";
this.projectionTab.UseVisualStyleBackColor = true;
//
// projectedSalesMainDataGrid
//
this.projectedSalesMainDataGrid.AllowUserToAddRows = false;
this.projectedSalesMainDataGrid.AllowUserToDeleteRows = false;
this.projectedSalesMainDataGrid.AllowUserToResizeRows = false;
this.projectedSalesMainDataGrid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.projectedSalesMainDataGrid.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
this.projectedSalesMainDataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.projectedSalesMainDataGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.projectedSalesMainDataGrid.Location = new System.Drawing.Point(3, 3);
this.projectedSalesMainDataGrid.Name = "projectedSalesMainDataGrid";
this.projectedSalesMainDataGrid.ReadOnly = true;
this.projectedSalesMainDataGrid.RowHeadersVisible = false;
this.projectedSalesMainDataGrid.ShowCellErrors = false;
this.projectedSalesMainDataGrid.ShowRowErrors = false;
this.projectedSalesMainDataGrid.Size = new System.Drawing.Size(914, 278);
this.projectedSalesMainDataGrid.TabIndex = 0;
//
// actualSalesInvTab
//
this.actualSalesInvTab.Controls.Add(this.actualSalesMainLayoutPanel);
this.actualSalesInvTab.Location = new System.Drawing.Point(4, 22);
this.actualSalesInvTab.Name = "actualSalesInvTab";
this.actualSalesInvTab.Size = new System.Drawing.Size(920, 284);
this.actualSalesInvTab.TabIndex = 2;
this.actualSalesInvTab.Text = "Actual Sales / Inventory";
this.actualSalesInvTab.UseVisualStyleBackColor = true;
//
// actualSalesMainLayoutPanel
//
this.actualSalesMainLayoutPanel.ColumnCount = 1;
this.actualSalesMainLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.actualSalesMainLayoutPanel.Controls.Add(this.actualSalesInvMainDataGidView, 0, 0);
this.actualSalesMainLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.actualSalesMainLayoutPanel.Location = new System.Drawing.Point(0, 0);
this.actualSalesMainLayoutPanel.Name = "actualSalesMainLayoutPanel";
this.actualSalesMainLayoutPanel.RowCount = 1;
this.actualSalesMainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.actualSalesMainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 284F));
this.actualSalesMainLayoutPanel.Size = new System.Drawing.Size(920, 284);
this.actualSalesMainLayoutPanel.TabIndex = 0;
//
// actualSalesInvMainDataGidView
//
this.actualSalesInvMainDataGidView.AllowUserToAddRows = false;
this.actualSalesInvMainDataGidView.AllowUserToDeleteRows = false;
this.actualSalesInvMainDataGidView.AllowUserToResizeRows = false;
this.actualSalesInvMainDataGidView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.actualSalesInvMainDataGidView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
this.actualSalesInvMainDataGidView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.actualSalesInvMainDataGidView.Dock = System.Windows.Forms.DockStyle.Fill;
this.actualSalesInvMainDataGidView.Location = new System.Drawing.Point(3, 3);
this.actualSalesInvMainDataGidView.Name = "actualSalesInvMainDataGidView";
this.actualSalesInvMainDataGidView.ReadOnly = true;
this.actualSalesInvMainDataGidView.RowHeadersVisible = false;
this.actualSalesInvMainDataGidView.ShowCellErrors = false;
this.actualSalesInvMainDataGidView.ShowRowErrors = false;
this.actualSalesInvMainDataGidView.Size = new System.Drawing.Size(914, 278);
this.actualSalesInvMainDataGidView.TabIndex = 1;
//
// weeklyInventoryControlTab
//
this.weeklyInventoryControlTab.Controls.Add(this.weeklyInventoryMainDataGrid);
this.weeklyInventoryControlTab.Location = new System.Drawing.Point(4, 22);
this.weeklyInventoryControlTab.Name = "weeklyInventoryControlTab";
this.weeklyInventoryControlTab.Padding = new System.Windows.Forms.Padding(3);
this.weeklyInventoryControlTab.Size = new System.Drawing.Size(920, 284);
this.weeklyInventoryControlTab.TabIndex = 1;
this.weeklyInventoryControlTab.Text = "Weekly Inventory Control";
this.weeklyInventoryControlTab.UseVisualStyleBackColor = true;
//
// weeklyInventoryMainDataGrid
//
this.weeklyInventoryMainDataGrid.AllowUserToAddRows = false;
this.weeklyInventoryMainDataGrid.AllowUserToDeleteRows = false;
this.weeklyInventoryMainDataGrid.AllowUserToResizeRows = false;
this.weeklyInventoryMainDataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.weeklyInventoryMainDataGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.weeklyInventoryMainDataGrid.Location = new System.Drawing.Point(3, 3);
this.weeklyInventoryMainDataGrid.Name = "weeklyInventoryMainDataGrid";
this.weeklyInventoryMainDataGrid.ReadOnly = true;
this.weeklyInventoryMainDataGrid.RowHeadersVisible = false;
this.weeklyInventoryMainDataGrid.Size = new System.Drawing.Size(914, 278);
this.weeklyInventoryMainDataGrid.TabIndex = 0;
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(934, 512);
this.Controls.Add(this.mainTableLayoutPanel);
this.MaximizeBox = false;
this.Name = "frmMain";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Advertising Profit Control - Main";
this.Load += new System.EventHandler(this.frmMain_Load);
this.mainTableLayoutPanel.ResumeLayout(false);
this.mainTableLayoutPanel.PerformLayout();
this.mainMenu.ResumeLayout(false);
this.mainMenu.PerformLayout();
this.commentMainTableLayoutPanel.ResumeLayout(false);
this.commentMainGroupBox.ResumeLayout(false);
this.commentMainGroupBox.PerformLayout();
this.mainViewTabControl.ResumeLayout(false);
this.projectionTab.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.projectedSalesMainDataGrid)).EndInit();
this.actualSalesInvTab.ResumeLayout(false);
this.actualSalesMainLayoutPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.actualSalesInvMainDataGidView)).EndInit();
this.weeklyInventoryControlTab.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.weeklyInventoryMainDataGrid)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel mainTableLayoutPanel;
private System.Windows.Forms.MenuStrip mainMenu;
private System.Windows.Forms.ToolStripMenuItem fileMainMenu;
private System.Windows.Forms.TableLayoutPanel commentMainTableLayoutPanel;
private System.Windows.Forms.GroupBox commentMainGroupBox;
private System.Windows.Forms.GroupBox profitAnalysisMainGroupBox;
private System.Windows.Forms.GroupBox costOfSalesMainGroupBox;
private System.Windows.Forms.ToolStripMenuItem exitFileMainMenu;
private System.Windows.Forms.TabControl mainViewTabControl;
private System.Windows.Forms.TabPage projectionTab;
private System.Windows.Forms.TabPage weeklyInventoryControlTab;
private System.Windows.Forms.DataGridView weeklyInventoryMainDataGrid;
private System.Windows.Forms.Label commentsMainLabel;
private System.Windows.Forms.TabPage actualSalesInvTab;
private System.Windows.Forms.TableLayoutPanel actualSalesMainLayoutPanel;
private System.Windows.Forms.DataGridView actualSalesInvMainDataGidView;
private System.Windows.Forms.DataGridView projectedSalesMainDataGrid;
private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem addRecordToolStripMenuItem;
}
}