namespace AdvertsingProfitControl { partial class NewAddRecord { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.mainLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.mainMenuStrip = new System.Windows.Forms.MenuStrip(); this.FileMainMenu = new System.Windows.Forms.ToolStripMenuItem(); this.exitFileMainMenu = new System.Windows.Forms.ToolStripMenuItem(); this.mainTabControl = new System.Windows.Forms.TabControl(); this.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.actualDataGridView = new System.Windows.Forms.DataGridView(); this.invoicesTabPage = new System.Windows.Forms.TabPage(); this.invoicesDataGridView = new System.Windows.Forms.DataGridView(); this.salesAndTaxableTabPage = new System.Windows.Forms.TabPage(); this.salesAndTaxableTabPagePanel = new System.Windows.Forms.Panel(); this.commentsGroupBox = new System.Windows.Forms.GroupBox(); this.salesFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel(); this.mainLayoutPanel.SuspendLayout(); this.mainMenuStrip.SuspendLayout(); this.mainTabControl.SuspendLayout(); this.projectionTabPage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.projectionsDataGridView)).BeginInit(); this.inventoryTabPage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.inventoryDataGridView)).BeginInit(); this.actualSalesTabPage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.actualDataGridView)).BeginInit(); this.invoicesTabPage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.invoicesDataGridView)).BeginInit(); this.salesAndTaxableTabPage.SuspendLayout(); this.salesAndTaxableTabPagePanel.SuspendLayout(); this.SuspendLayout(); // // mainLayoutPanel // this.mainLayoutPanel.ColumnCount = 3; this.mainLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.mainLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.mainLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.mainLayoutPanel.Controls.Add(this.mainMenuStrip, 0, 0); this.mainLayoutPanel.Controls.Add(this.mainTabControl, 0, 1); this.mainLayoutPanel.Controls.Add(this.commentsGroupBox, 0, 2); this.mainLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.mainLayoutPanel.Location = new System.Drawing.Point(0, 0); this.mainLayoutPanel.Name = "mainLayoutPanel"; this.mainLayoutPanel.RowCount = 3; this.mainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.mainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 65F)); this.mainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35F)); this.mainLayoutPanel.Size = new System.Drawing.Size(1364, 740); this.mainLayoutPanel.TabIndex = 0; // // mainMenuStrip // this.mainLayoutPanel.SetColumnSpan(this.mainMenuStrip, 3); 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.Size = new System.Drawing.Size(1364, 30); 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(50, 26); this.FileMainMenu.Text = "&File"; // // exitFileMainMenu // this.exitFileMainMenu.Name = "exitFileMainMenu"; this.exitFileMainMenu.Size = new System.Drawing.Size(124, 30); this.exitFileMainMenu.Text = "E&xit"; // // mainTabControl // this.mainLayoutPanel.SetColumnSpan(this.mainTabControl, 3); 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.salesAndTaxableTabPage); this.mainTabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.mainTabControl.Location = new System.Drawing.Point(3, 33); this.mainTabControl.Name = "mainTabControl"; this.mainTabControl.SelectedIndex = 0; this.mainTabControl.Size = new System.Drawing.Size(1358, 455); this.mainTabControl.TabIndex = 1; // // projectionTabPage // this.projectionTabPage.Controls.Add(this.projectionsDataGridView); this.projectionTabPage.Location = new System.Drawing.Point(4, 29); this.projectionTabPage.Name = "projectionTabPage"; this.projectionTabPage.Size = new System.Drawing.Size(1350, 422); 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.MultiSelect = false; this.projectionsDataGridView.Name = "projectionsDataGridView"; this.projectionsDataGridView.RowTemplate.Height = 28; this.projectionsDataGridView.Size = new System.Drawing.Size(1350, 422); this.projectionsDataGridView.TabIndex = 0; // // inventoryTabPage // this.inventoryTabPage.Controls.Add(this.inventoryDataGridView); this.inventoryTabPage.Location = new System.Drawing.Point(4, 29); this.inventoryTabPage.Name = "inventoryTabPage"; this.inventoryTabPage.Size = new System.Drawing.Size(1350, 351); 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.MultiSelect = false; this.inventoryDataGridView.Name = "inventoryDataGridView"; this.inventoryDataGridView.RowTemplate.Height = 28; this.inventoryDataGridView.Size = new System.Drawing.Size(1350, 351); this.inventoryDataGridView.TabIndex = 1; // // actualSalesTabPage // this.actualSalesTabPage.Controls.Add(this.actualDataGridView); this.actualSalesTabPage.Location = new System.Drawing.Point(4, 29); this.actualSalesTabPage.Name = "actualSalesTabPage"; this.actualSalesTabPage.Size = new System.Drawing.Size(1350, 351); this.actualSalesTabPage.TabIndex = 2; this.actualSalesTabPage.Text = "Actual Sales"; this.actualSalesTabPage.UseVisualStyleBackColor = true; // // actualDataGridView // this.actualDataGridView.AllowDrop = true; this.actualDataGridView.AllowUserToResizeRows = false; this.actualDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.actualDataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; this.actualDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.actualDataGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.actualDataGridView.Location = new System.Drawing.Point(0, 0); this.actualDataGridView.MultiSelect = false; this.actualDataGridView.Name = "actualDataGridView"; this.actualDataGridView.RowTemplate.Height = 28; this.actualDataGridView.Size = new System.Drawing.Size(1350, 351); this.actualDataGridView.TabIndex = 1; // // invoicesTabPage // this.invoicesTabPage.Controls.Add(this.invoicesDataGridView); this.invoicesTabPage.Location = new System.Drawing.Point(4, 29); this.invoicesTabPage.Name = "invoicesTabPage"; this.invoicesTabPage.Size = new System.Drawing.Size(1350, 351); 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.MultiSelect = false; this.invoicesDataGridView.Name = "invoicesDataGridView"; this.invoicesDataGridView.RowTemplate.Height = 28; this.invoicesDataGridView.Size = new System.Drawing.Size(1350, 351); this.invoicesDataGridView.TabIndex = 1; // // salesAndTaxableTabPage // this.salesAndTaxableTabPage.Controls.Add(this.salesAndTaxableTabPagePanel); this.salesAndTaxableTabPage.Location = new System.Drawing.Point(4, 29); this.salesAndTaxableTabPage.Name = "salesAndTaxableTabPage"; this.salesAndTaxableTabPage.Size = new System.Drawing.Size(1350, 422); this.salesAndTaxableTabPage.TabIndex = 4; this.salesAndTaxableTabPage.Text = "Sales & Taxable"; this.salesAndTaxableTabPage.UseVisualStyleBackColor = true; // // salesAndTaxableTabPagePanel // this.salesAndTaxableTabPagePanel.Controls.Add(this.salesFlowLayoutPanel); this.salesAndTaxableTabPagePanel.Dock = System.Windows.Forms.DockStyle.Fill; this.salesAndTaxableTabPagePanel.Location = new System.Drawing.Point(0, 0); this.salesAndTaxableTabPagePanel.Name = "salesAndTaxableTabPagePanel"; this.salesAndTaxableTabPagePanel.Size = new System.Drawing.Size(1350, 422); this.salesAndTaxableTabPagePanel.TabIndex = 0; // // commentsGroupBox // this.commentsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.commentsGroupBox.Location = new System.Drawing.Point(3, 494); this.commentsGroupBox.Name = "commentsGroupBox"; this.commentsGroupBox.Size = new System.Drawing.Size(448, 243); this.commentsGroupBox.TabIndex = 2; this.commentsGroupBox.TabStop = false; this.commentsGroupBox.Text = "Comments"; // // salesFlowLayoutPanel // this.salesFlowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.salesFlowLayoutPanel.Location = new System.Drawing.Point(0, 0); this.salesFlowLayoutPanel.Name = "salesFlowLayoutPanel"; this.salesFlowLayoutPanel.Size = new System.Drawing.Size(1350, 422); this.salesFlowLayoutPanel.TabIndex = 0; // // NewAddRecord // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1364, 740); this.Controls.Add(this.mainLayoutPanel); this.MainMenuStrip = this.mainMenuStrip; this.Name = "NewAddRecord"; this.Text = "Add New Record"; this.mainLayoutPanel.ResumeLayout(false); this.mainLayoutPanel.PerformLayout(); this.mainMenuStrip.ResumeLayout(false); this.mainMenuStrip.PerformLayout(); this.mainTabControl.ResumeLayout(false); this.projectionTabPage.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.projectionsDataGridView)).EndInit(); this.inventoryTabPage.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.inventoryDataGridView)).EndInit(); this.actualSalesTabPage.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.actualDataGridView)).EndInit(); this.invoicesTabPage.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.invoicesDataGridView)).EndInit(); this.salesAndTaxableTabPage.ResumeLayout(false); this.salesAndTaxableTabPagePanel.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel mainLayoutPanel; private System.Windows.Forms.MenuStrip mainMenuStrip; private System.Windows.Forms.ToolStripMenuItem FileMainMenu; private System.Windows.Forms.ToolStripMenuItem exitFileMainMenu; private System.Windows.Forms.TabControl mainTabControl; private System.Windows.Forms.TabPage projectionTabPage; private System.Windows.Forms.DataGridView projectionsDataGridView; private System.Windows.Forms.TabPage inventoryTabPage; private System.Windows.Forms.TabPage actualSalesTabPage; private System.Windows.Forms.TabPage invoicesTabPage; private System.Windows.Forms.TabPage salesAndTaxableTabPage; private System.Windows.Forms.DataGridView inventoryDataGridView; private System.Windows.Forms.DataGridView actualDataGridView; private System.Windows.Forms.DataGridView invoicesDataGridView; private System.Windows.Forms.Panel salesAndTaxableTabPagePanel; private System.Windows.Forms.GroupBox commentsGroupBox; private System.Windows.Forms.FlowLayoutPanel salesFlowLayoutPanel; } }