Marked as 'AdvertsingProfitControl v 0.8.5' by its folder name. The 'Add Records' form has been finshed to at least include all the information the Advertising Profit Control sheet had.
This commit is contained in:
+333
-139
@@ -28,183 +28,377 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.addRecordMainTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.addRecordMainTabControl = new System.Windows.Forms.TabControl();
|
||||
this.APCTabPage = new System.Windows.Forms.TabPage();
|
||||
this.addRecordAPCMainDataGridView = new System.Windows.Forms.DataGridView();
|
||||
this.WICTabPage = new System.Windows.Forms.TabPage();
|
||||
this.addRecordWICMainDataGridView = new System.Windows.Forms.DataGridView();
|
||||
this.addRecordMainMenu = new System.Windows.Forms.MenuStrip();
|
||||
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.editAddRecordMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.addRecEditAddRecordMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.textBoxMenu = new System.Windows.Forms.ToolStripTextBox();
|
||||
this.dateMaskedTextBox = new System.Windows.Forms.MaskedTextBox();
|
||||
this.addRecordMainTableLayoutPanel.SuspendLayout();
|
||||
this.addRecordMainTabControl.SuspendLayout();
|
||||
this.APCTabPage.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.addRecordAPCMainDataGridView)).BeginInit();
|
||||
this.WICTabPage.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.addRecordWICMainDataGridView)).BeginInit();
|
||||
this.addRecordMainMenu.SuspendLayout();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAddRecord));
|
||||
this.mainLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.addRecordTabControl = new System.Windows.Forms.TabControl();
|
||||
this.projectionsTabPage = new System.Windows.Forms.TabPage();
|
||||
this.projectionsDataGridView = new System.Windows.Forms.DataGridView();
|
||||
this.inventoryActualSalesTabPage = new System.Windows.Forms.TabPage();
|
||||
this.inventoryActualSalesDataGridView = new System.Windows.Forms.DataGridView();
|
||||
this.suppliersTabPage = new System.Windows.Forms.TabPage();
|
||||
this.suppliersDataGridView = new System.Windows.Forms.DataGridView();
|
||||
this.weeklySalesTabPage = new System.Windows.Forms.TabPage();
|
||||
this.weeklySalesDataGridView = new System.Windows.Forms.DataGridView();
|
||||
this.mainMenu = new System.Windows.Forms.MenuStrip();
|
||||
this.fileMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.clearFormFileMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.closeFileMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.debugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.commentsAndDateLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.dateGroupBox = new System.Windows.Forms.GroupBox();
|
||||
this.weekEndingDateMaskedTextBox = new System.Windows.Forms.MaskedTextBox();
|
||||
this.commentsGroupBox = new System.Windows.Forms.GroupBox();
|
||||
this.commentsTextBox = new System.Windows.Forms.TextBox();
|
||||
this.errorReportingLabel = new System.Windows.Forms.Label();
|
||||
this.addRecordsButton = new System.Windows.Forms.Button();
|
||||
this.mainLayoutPanel.SuspendLayout();
|
||||
this.addRecordTabControl.SuspendLayout();
|
||||
this.projectionsTabPage.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.projectionsDataGridView)).BeginInit();
|
||||
this.inventoryActualSalesTabPage.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.inventoryActualSalesDataGridView)).BeginInit();
|
||||
this.suppliersTabPage.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.suppliersDataGridView)).BeginInit();
|
||||
this.weeklySalesTabPage.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.weeklySalesDataGridView)).BeginInit();
|
||||
this.mainMenu.SuspendLayout();
|
||||
this.commentsAndDateLayoutPanel.SuspendLayout();
|
||||
this.dateGroupBox.SuspendLayout();
|
||||
this.commentsGroupBox.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// addRecordMainTableLayoutPanel
|
||||
// mainLayoutPanel
|
||||
//
|
||||
this.addRecordMainTableLayoutPanel.ColumnCount = 1;
|
||||
this.addRecordMainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.addRecordMainTableLayoutPanel.Controls.Add(this.addRecordMainTabControl, 0, 2);
|
||||
this.addRecordMainTableLayoutPanel.Controls.Add(this.addRecordMainMenu, 0, 0);
|
||||
this.addRecordMainTableLayoutPanel.Controls.Add(this.dateMaskedTextBox, 0, 1);
|
||||
this.addRecordMainTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.addRecordMainTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
|
||||
this.addRecordMainTableLayoutPanel.Name = "addRecordMainTableLayoutPanel";
|
||||
this.addRecordMainTableLayoutPanel.RowCount = 3;
|
||||
this.addRecordMainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
|
||||
this.addRecordMainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
|
||||
this.addRecordMainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.addRecordMainTableLayoutPanel.Size = new System.Drawing.Size(1084, 478);
|
||||
this.addRecordMainTableLayoutPanel.TabIndex = 0;
|
||||
this.mainLayoutPanel.ColumnCount = 1;
|
||||
this.mainLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.mainLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
||||
this.mainLayoutPanel.Controls.Add(this.addRecordTabControl, 0, 1);
|
||||
this.mainLayoutPanel.Controls.Add(this.mainMenu, 0, 0);
|
||||
this.mainLayoutPanel.Controls.Add(this.commentsAndDateLayoutPanel, 0, 2);
|
||||
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, 5, 4, 5);
|
||||
this.mainLayoutPanel.Name = "mainLayoutPanel";
|
||||
this.mainLayoutPanel.RowCount = 3;
|
||||
this.mainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F));
|
||||
this.mainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80F));
|
||||
this.mainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
|
||||
this.mainLayoutPanel.Size = new System.Drawing.Size(1278, 744);
|
||||
this.mainLayoutPanel.TabIndex = 0;
|
||||
//
|
||||
// addRecordMainTabControl
|
||||
// addRecordTabControl
|
||||
//
|
||||
this.addRecordMainTabControl.Controls.Add(this.APCTabPage);
|
||||
this.addRecordMainTabControl.Controls.Add(this.WICTabPage);
|
||||
this.addRecordMainTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.addRecordMainTabControl.Location = new System.Drawing.Point(3, 53);
|
||||
this.addRecordMainTabControl.Name = "addRecordMainTabControl";
|
||||
this.addRecordMainTabControl.SelectedIndex = 0;
|
||||
this.addRecordMainTabControl.Size = new System.Drawing.Size(1078, 422);
|
||||
this.addRecordMainTabControl.TabIndex = 1;
|
||||
this.addRecordTabControl.Controls.Add(this.projectionsTabPage);
|
||||
this.addRecordTabControl.Controls.Add(this.inventoryActualSalesTabPage);
|
||||
this.addRecordTabControl.Controls.Add(this.suppliersTabPage);
|
||||
this.addRecordTabControl.Controls.Add(this.weeklySalesTabPage);
|
||||
this.addRecordTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.addRecordTabControl.Location = new System.Drawing.Point(4, 43);
|
||||
this.addRecordTabControl.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.addRecordTabControl.Name = "addRecordTabControl";
|
||||
this.addRecordTabControl.SelectedIndex = 0;
|
||||
this.addRecordTabControl.Size = new System.Drawing.Size(1270, 554);
|
||||
this.addRecordTabControl.TabIndex = 1;
|
||||
//
|
||||
// APCTabPage
|
||||
// projectionsTabPage
|
||||
//
|
||||
this.APCTabPage.Controls.Add(this.addRecordAPCMainDataGridView);
|
||||
this.APCTabPage.Location = new System.Drawing.Point(4, 22);
|
||||
this.APCTabPage.Name = "APCTabPage";
|
||||
this.APCTabPage.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.APCTabPage.Size = new System.Drawing.Size(1070, 396);
|
||||
this.APCTabPage.TabIndex = 0;
|
||||
this.APCTabPage.Text = "Advertising Profit Control";
|
||||
this.APCTabPage.UseVisualStyleBackColor = true;
|
||||
this.projectionsTabPage.Controls.Add(this.projectionsDataGridView);
|
||||
this.projectionsTabPage.Location = new System.Drawing.Point(4, 29);
|
||||
this.projectionsTabPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.projectionsTabPage.Name = "projectionsTabPage";
|
||||
this.projectionsTabPage.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.projectionsTabPage.Size = new System.Drawing.Size(1262, 521);
|
||||
this.projectionsTabPage.TabIndex = 0;
|
||||
this.projectionsTabPage.Text = "Projections";
|
||||
this.projectionsTabPage.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// addRecordAPCMainDataGridView
|
||||
// projectionsDataGridView
|
||||
//
|
||||
this.addRecordAPCMainDataGridView.AllowUserToResizeRows = false;
|
||||
this.addRecordAPCMainDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
this.addRecordAPCMainDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.addRecordAPCMainDataGridView.Location = new System.Drawing.Point(3, 3);
|
||||
this.addRecordAPCMainDataGridView.Name = "addRecordAPCMainDataGridView";
|
||||
this.addRecordAPCMainDataGridView.Size = new System.Drawing.Size(1064, 390);
|
||||
this.addRecordAPCMainDataGridView.TabIndex = 1;
|
||||
this.projectionsDataGridView.AllowUserToResizeRows = false;
|
||||
this.projectionsDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
||||
this.projectionsDataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
||||
this.projectionsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
this.projectionsDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.projectionsDataGridView.Location = new System.Drawing.Point(4, 5);
|
||||
this.projectionsDataGridView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.projectionsDataGridView.MultiSelect = false;
|
||||
this.projectionsDataGridView.Name = "projectionsDataGridView";
|
||||
this.projectionsDataGridView.Size = new System.Drawing.Size(1254, 511);
|
||||
this.projectionsDataGridView.TabIndex = 0;
|
||||
//
|
||||
// WICTabPage
|
||||
// inventoryActualSalesTabPage
|
||||
//
|
||||
this.WICTabPage.Controls.Add(this.addRecordWICMainDataGridView);
|
||||
this.WICTabPage.Location = new System.Drawing.Point(4, 22);
|
||||
this.WICTabPage.Name = "WICTabPage";
|
||||
this.WICTabPage.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.WICTabPage.Size = new System.Drawing.Size(1070, 396);
|
||||
this.WICTabPage.TabIndex = 1;
|
||||
this.WICTabPage.Text = "Weekly Inventory Control";
|
||||
this.WICTabPage.UseVisualStyleBackColor = true;
|
||||
this.inventoryActualSalesTabPage.Controls.Add(this.inventoryActualSalesDataGridView);
|
||||
this.inventoryActualSalesTabPage.Location = new System.Drawing.Point(4, 29);
|
||||
this.inventoryActualSalesTabPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.inventoryActualSalesTabPage.Name = "inventoryActualSalesTabPage";
|
||||
this.inventoryActualSalesTabPage.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.inventoryActualSalesTabPage.Size = new System.Drawing.Size(1610, 514);
|
||||
this.inventoryActualSalesTabPage.TabIndex = 1;
|
||||
this.inventoryActualSalesTabPage.Text = "Inventory / Actual Sales";
|
||||
this.inventoryActualSalesTabPage.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// addRecordWICMainDataGridView
|
||||
// inventoryActualSalesDataGridView
|
||||
//
|
||||
this.addRecordWICMainDataGridView.AllowUserToResizeRows = false;
|
||||
this.addRecordWICMainDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
this.addRecordWICMainDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.addRecordWICMainDataGridView.Location = new System.Drawing.Point(3, 3);
|
||||
this.addRecordWICMainDataGridView.Name = "addRecordWICMainDataGridView";
|
||||
this.addRecordWICMainDataGridView.Size = new System.Drawing.Size(1064, 390);
|
||||
this.addRecordWICMainDataGridView.TabIndex = 2;
|
||||
this.inventoryActualSalesDataGridView.AllowUserToResizeRows = false;
|
||||
this.inventoryActualSalesDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
||||
this.inventoryActualSalesDataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
||||
this.inventoryActualSalesDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
this.inventoryActualSalesDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.inventoryActualSalesDataGridView.Location = new System.Drawing.Point(4, 5);
|
||||
this.inventoryActualSalesDataGridView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.inventoryActualSalesDataGridView.MultiSelect = false;
|
||||
this.inventoryActualSalesDataGridView.Name = "inventoryActualSalesDataGridView";
|
||||
this.inventoryActualSalesDataGridView.Size = new System.Drawing.Size(1602, 504);
|
||||
this.inventoryActualSalesDataGridView.TabIndex = 0;
|
||||
//
|
||||
// addRecordMainMenu
|
||||
// suppliersTabPage
|
||||
//
|
||||
this.addRecordMainMenu.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.addRecordMainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.fileToolStripMenuItem,
|
||||
this.editAddRecordMainMenu,
|
||||
this.textBoxMenu});
|
||||
this.addRecordMainMenu.Location = new System.Drawing.Point(0, 0);
|
||||
this.addRecordMainMenu.Name = "addRecordMainMenu";
|
||||
this.addRecordMainMenu.Size = new System.Drawing.Size(1084, 25);
|
||||
this.addRecordMainMenu.TabIndex = 0;
|
||||
this.addRecordMainMenu.Text = "menuStrip1";
|
||||
this.suppliersTabPage.Controls.Add(this.suppliersDataGridView);
|
||||
this.suppliersTabPage.Location = new System.Drawing.Point(4, 29);
|
||||
this.suppliersTabPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.suppliersTabPage.Name = "suppliersTabPage";
|
||||
this.suppliersTabPage.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.suppliersTabPage.Size = new System.Drawing.Size(1610, 514);
|
||||
this.suppliersTabPage.TabIndex = 2;
|
||||
this.suppliersTabPage.Text = "Suppliers";
|
||||
this.suppliersTabPage.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// fileToolStripMenuItem
|
||||
// suppliersDataGridView
|
||||
//
|
||||
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
||||
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 21);
|
||||
this.fileToolStripMenuItem.Text = "&File";
|
||||
this.suppliersDataGridView.AllowUserToResizeRows = false;
|
||||
this.suppliersDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
||||
this.suppliersDataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
||||
this.suppliersDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
this.suppliersDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.suppliersDataGridView.Location = new System.Drawing.Point(4, 5);
|
||||
this.suppliersDataGridView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.suppliersDataGridView.MultiSelect = false;
|
||||
this.suppliersDataGridView.Name = "suppliersDataGridView";
|
||||
this.suppliersDataGridView.Size = new System.Drawing.Size(1602, 504);
|
||||
this.suppliersDataGridView.TabIndex = 0;
|
||||
//
|
||||
// editAddRecordMainMenu
|
||||
// weeklySalesTabPage
|
||||
//
|
||||
this.editAddRecordMainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.addRecEditAddRecordMainMenu});
|
||||
this.editAddRecordMainMenu.Name = "editAddRecordMainMenu";
|
||||
this.editAddRecordMainMenu.Size = new System.Drawing.Size(39, 21);
|
||||
this.editAddRecordMainMenu.Text = "&Edit";
|
||||
this.weeklySalesTabPage.Controls.Add(this.weeklySalesDataGridView);
|
||||
this.weeklySalesTabPage.Location = new System.Drawing.Point(4, 29);
|
||||
this.weeklySalesTabPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.weeklySalesTabPage.Name = "weeklySalesTabPage";
|
||||
this.weeklySalesTabPage.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.weeklySalesTabPage.Size = new System.Drawing.Size(1610, 514);
|
||||
this.weeklySalesTabPage.TabIndex = 3;
|
||||
this.weeklySalesTabPage.Text = "Weekly Sales";
|
||||
this.weeklySalesTabPage.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// addRecEditAddRecordMainMenu
|
||||
// weeklySalesDataGridView
|
||||
//
|
||||
this.addRecEditAddRecordMainMenu.Name = "addRecEditAddRecordMainMenu";
|
||||
this.addRecEditAddRecordMainMenu.Size = new System.Drawing.Size(136, 22);
|
||||
this.addRecEditAddRecordMainMenu.Text = "&Add Record";
|
||||
this.addRecEditAddRecordMainMenu.Click += new System.EventHandler(this.addRecEditAddRecordMainMenu_Click);
|
||||
this.weeklySalesDataGridView.AllowUserToAddRows = false;
|
||||
this.weeklySalesDataGridView.AllowUserToDeleteRows = false;
|
||||
this.weeklySalesDataGridView.AllowUserToResizeRows = false;
|
||||
this.weeklySalesDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
||||
this.weeklySalesDataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
||||
this.weeklySalesDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
this.weeklySalesDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.weeklySalesDataGridView.Location = new System.Drawing.Point(4, 5);
|
||||
this.weeklySalesDataGridView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.weeklySalesDataGridView.MultiSelect = false;
|
||||
this.weeklySalesDataGridView.Name = "weeklySalesDataGridView";
|
||||
this.weeklySalesDataGridView.Size = new System.Drawing.Size(1602, 504);
|
||||
this.weeklySalesDataGridView.TabIndex = 0;
|
||||
//
|
||||
// textBoxMenu
|
||||
// mainMenu
|
||||
//
|
||||
this.textBoxMenu.Name = "textBoxMenu";
|
||||
this.textBoxMenu.Size = new System.Drawing.Size(100, 21);
|
||||
this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.fileMainMenu,
|
||||
this.debugToolStripMenuItem});
|
||||
this.mainMenu.Location = new System.Drawing.Point(0, 0);
|
||||
this.mainMenu.Name = "mainMenu";
|
||||
this.mainMenu.Padding = new System.Windows.Forms.Padding(9, 3, 0, 3);
|
||||
this.mainMenu.Size = new System.Drawing.Size(1278, 35);
|
||||
this.mainMenu.TabIndex = 2;
|
||||
this.mainMenu.Text = "menuStrip1";
|
||||
//
|
||||
// dateMaskedTextBox
|
||||
// fileMainMenu
|
||||
//
|
||||
this.dateMaskedTextBox.Location = new System.Drawing.Point(3, 28);
|
||||
this.dateMaskedTextBox.Mask = "00/00/0000";
|
||||
this.dateMaskedTextBox.Name = "dateMaskedTextBox";
|
||||
this.dateMaskedTextBox.Size = new System.Drawing.Size(64, 20);
|
||||
this.dateMaskedTextBox.TabIndex = 1;
|
||||
this.dateMaskedTextBox.ValidatingType = typeof(System.DateTime);
|
||||
this.fileMainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.clearFormFileMainMenu,
|
||||
this.closeFileMainMenu});
|
||||
this.fileMainMenu.Name = "fileMainMenu";
|
||||
this.fileMainMenu.Size = new System.Drawing.Size(50, 29);
|
||||
this.fileMainMenu.Text = "&File";
|
||||
//
|
||||
// clearFormFileMainMenu
|
||||
//
|
||||
this.clearFormFileMainMenu.Name = "clearFormFileMainMenu";
|
||||
this.clearFormFileMainMenu.Size = new System.Drawing.Size(170, 30);
|
||||
this.clearFormFileMainMenu.Text = "C&lear Form";
|
||||
this.clearFormFileMainMenu.Click += new System.EventHandler(this.clearFormFileMainMenu_Click);
|
||||
//
|
||||
// closeFileMainMenu
|
||||
//
|
||||
this.closeFileMainMenu.Name = "closeFileMainMenu";
|
||||
this.closeFileMainMenu.Size = new System.Drawing.Size(170, 30);
|
||||
this.closeFileMainMenu.Text = "&Close";
|
||||
this.closeFileMainMenu.Click += new System.EventHandler(this.closeFileMainMenu_Click);
|
||||
//
|
||||
// debugToolStripMenuItem
|
||||
//
|
||||
this.debugToolStripMenuItem.Name = "debugToolStripMenuItem";
|
||||
this.debugToolStripMenuItem.Size = new System.Drawing.Size(78, 29);
|
||||
this.debugToolStripMenuItem.Text = "Debug";
|
||||
//
|
||||
// commentsAndDateLayoutPanel
|
||||
//
|
||||
this.commentsAndDateLayoutPanel.AutoSize = true;
|
||||
this.commentsAndDateLayoutPanel.ColumnCount = 4;
|
||||
this.commentsAndDateLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15F));
|
||||
this.commentsAndDateLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35F));
|
||||
this.commentsAndDateLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
|
||||
this.commentsAndDateLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
|
||||
this.commentsAndDateLayoutPanel.Controls.Add(this.dateGroupBox, 0, 0);
|
||||
this.commentsAndDateLayoutPanel.Controls.Add(this.commentsGroupBox, 1, 0);
|
||||
this.commentsAndDateLayoutPanel.Controls.Add(this.errorReportingLabel, 2, 0);
|
||||
this.commentsAndDateLayoutPanel.Controls.Add(this.addRecordsButton, 3, 0);
|
||||
this.commentsAndDateLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.commentsAndDateLayoutPanel.Location = new System.Drawing.Point(4, 607);
|
||||
this.commentsAndDateLayoutPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.commentsAndDateLayoutPanel.Name = "commentsAndDateLayoutPanel";
|
||||
this.commentsAndDateLayoutPanel.RowCount = 1;
|
||||
this.commentsAndDateLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.commentsAndDateLayoutPanel.Size = new System.Drawing.Size(1270, 132);
|
||||
this.commentsAndDateLayoutPanel.TabIndex = 3;
|
||||
//
|
||||
// dateGroupBox
|
||||
//
|
||||
this.dateGroupBox.Controls.Add(this.weekEndingDateMaskedTextBox);
|
||||
this.dateGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.dateGroupBox.Location = new System.Drawing.Point(4, 5);
|
||||
this.dateGroupBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.dateGroupBox.Name = "dateGroupBox";
|
||||
this.dateGroupBox.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.dateGroupBox.Size = new System.Drawing.Size(182, 122);
|
||||
this.dateGroupBox.TabIndex = 0;
|
||||
this.dateGroupBox.TabStop = false;
|
||||
this.dateGroupBox.Text = "Week Ending Date";
|
||||
//
|
||||
// weekEndingDateMaskedTextBox
|
||||
//
|
||||
this.weekEndingDateMaskedTextBox.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.weekEndingDateMaskedTextBox.Location = new System.Drawing.Point(9, 29);
|
||||
this.weekEndingDateMaskedTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.weekEndingDateMaskedTextBox.Mask = "00/00/0000";
|
||||
this.weekEndingDateMaskedTextBox.Name = "weekEndingDateMaskedTextBox";
|
||||
this.weekEndingDateMaskedTextBox.Size = new System.Drawing.Size(116, 35);
|
||||
this.weekEndingDateMaskedTextBox.TabIndex = 0;
|
||||
this.weekEndingDateMaskedTextBox.ValidatingType = typeof(System.DateTime);
|
||||
//
|
||||
// commentsGroupBox
|
||||
//
|
||||
this.commentsGroupBox.Controls.Add(this.commentsTextBox);
|
||||
this.commentsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.commentsGroupBox.Location = new System.Drawing.Point(194, 5);
|
||||
this.commentsGroupBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.commentsGroupBox.Name = "commentsGroupBox";
|
||||
this.commentsGroupBox.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.commentsGroupBox.Size = new System.Drawing.Size(436, 122);
|
||||
this.commentsGroupBox.TabIndex = 1;
|
||||
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, 24);
|
||||
this.commentsTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.commentsTextBox.Multiline = true;
|
||||
this.commentsTextBox.Name = "commentsTextBox";
|
||||
this.commentsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
||||
this.commentsTextBox.Size = new System.Drawing.Size(428, 93);
|
||||
this.commentsTextBox.TabIndex = 0;
|
||||
//
|
||||
// errorReportingLabel
|
||||
//
|
||||
this.errorReportingLabel.AutoSize = true;
|
||||
this.errorReportingLabel.Location = new System.Drawing.Point(638, 0);
|
||||
this.errorReportingLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.errorReportingLabel.Name = "errorReportingLabel";
|
||||
this.errorReportingLabel.Size = new System.Drawing.Size(0, 20);
|
||||
this.errorReportingLabel.TabIndex = 2;
|
||||
//
|
||||
// addRecordsButton
|
||||
//
|
||||
this.addRecordsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.addRecordsButton.Location = new System.Drawing.Point(1146, 92);
|
||||
this.addRecordsButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.addRecordsButton.Name = "addRecordsButton";
|
||||
this.addRecordsButton.Size = new System.Drawing.Size(120, 35);
|
||||
this.addRecordsButton.TabIndex = 3;
|
||||
this.addRecordsButton.Text = "Add Records";
|
||||
this.addRecordsButton.UseVisualStyleBackColor = true;
|
||||
this.addRecordsButton.Click += new System.EventHandler(this.addRecordsButton_Click);
|
||||
//
|
||||
// frmAddRecord
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1084, 478);
|
||||
this.Controls.Add(this.addRecordMainTableLayoutPanel);
|
||||
this.MainMenuStrip = this.addRecordMainMenu;
|
||||
this.ClientSize = new System.Drawing.Size(1278, 744);
|
||||
this.Controls.Add(this.mainLayoutPanel);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.MainMenuStrip = this.mainMenu;
|
||||
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.MaximumSize = new System.Drawing.Size(1300, 800);
|
||||
this.MinimumSize = new System.Drawing.Size(1000, 500);
|
||||
this.Name = "frmAddRecord";
|
||||
this.ShowIcon = false;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "Add Record Form";
|
||||
this.Load += new System.EventHandler(this.frmAddRecord_Load);
|
||||
this.addRecordMainTableLayoutPanel.ResumeLayout(false);
|
||||
this.addRecordMainTableLayoutPanel.PerformLayout();
|
||||
this.addRecordMainTabControl.ResumeLayout(false);
|
||||
this.APCTabPage.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.addRecordAPCMainDataGridView)).EndInit();
|
||||
this.WICTabPage.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.addRecordWICMainDataGridView)).EndInit();
|
||||
this.addRecordMainMenu.ResumeLayout(false);
|
||||
this.addRecordMainMenu.PerformLayout();
|
||||
this.mainLayoutPanel.ResumeLayout(false);
|
||||
this.mainLayoutPanel.PerformLayout();
|
||||
this.addRecordTabControl.ResumeLayout(false);
|
||||
this.projectionsTabPage.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.projectionsDataGridView)).EndInit();
|
||||
this.inventoryActualSalesTabPage.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.inventoryActualSalesDataGridView)).EndInit();
|
||||
this.suppliersTabPage.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.suppliersDataGridView)).EndInit();
|
||||
this.weeklySalesTabPage.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.weeklySalesDataGridView)).EndInit();
|
||||
this.mainMenu.ResumeLayout(false);
|
||||
this.mainMenu.PerformLayout();
|
||||
this.commentsAndDateLayoutPanel.ResumeLayout(false);
|
||||
this.commentsAndDateLayoutPanel.PerformLayout();
|
||||
this.dateGroupBox.ResumeLayout(false);
|
||||
this.dateGroupBox.PerformLayout();
|
||||
this.commentsGroupBox.ResumeLayout(false);
|
||||
this.commentsGroupBox.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.TableLayoutPanel addRecordMainTableLayoutPanel;
|
||||
private System.Windows.Forms.MenuStrip addRecordMainMenu;
|
||||
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem editAddRecordMainMenu;
|
||||
private System.Windows.Forms.ToolStripMenuItem addRecEditAddRecordMainMenu;
|
||||
private System.Windows.Forms.TabControl addRecordMainTabControl;
|
||||
private System.Windows.Forms.TabPage APCTabPage;
|
||||
private System.Windows.Forms.DataGridView addRecordAPCMainDataGridView;
|
||||
private System.Windows.Forms.TabPage WICTabPage;
|
||||
private System.Windows.Forms.DataGridView addRecordWICMainDataGridView;
|
||||
private System.Windows.Forms.MaskedTextBox dateMaskedTextBox;
|
||||
private System.Windows.Forms.ToolStripTextBox textBoxMenu;
|
||||
private System.Windows.Forms.TableLayoutPanel mainLayoutPanel;
|
||||
private System.Windows.Forms.TabControl addRecordTabControl;
|
||||
private System.Windows.Forms.TabPage projectionsTabPage;
|
||||
private System.Windows.Forms.DataGridView projectionsDataGridView;
|
||||
private System.Windows.Forms.TabPage inventoryActualSalesTabPage;
|
||||
private System.Windows.Forms.DataGridView inventoryActualSalesDataGridView;
|
||||
private System.Windows.Forms.TabPage suppliersTabPage;
|
||||
private System.Windows.Forms.DataGridView suppliersDataGridView;
|
||||
private System.Windows.Forms.MenuStrip mainMenu;
|
||||
private System.Windows.Forms.ToolStripMenuItem fileMainMenu;
|
||||
private System.Windows.Forms.ToolStripMenuItem closeFileMainMenu;
|
||||
private System.Windows.Forms.TableLayoutPanel commentsAndDateLayoutPanel;
|
||||
private System.Windows.Forms.GroupBox dateGroupBox;
|
||||
private System.Windows.Forms.MaskedTextBox weekEndingDateMaskedTextBox;
|
||||
private System.Windows.Forms.GroupBox commentsGroupBox;
|
||||
private System.Windows.Forms.TextBox commentsTextBox;
|
||||
private System.Windows.Forms.Label errorReportingLabel;
|
||||
private System.Windows.Forms.TabPage weeklySalesTabPage;
|
||||
private System.Windows.Forms.DataGridView weeklySalesDataGridView;
|
||||
private System.Windows.Forms.Button addRecordsButton;
|
||||
private System.Windows.Forms.ToolStripMenuItem debugToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem clearFormFileMainMenu;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user