Marked as 'AdvertsingProfitControl No Print' by its folder name. Updated the 'Mordify Record' form. I believe the 'No Print' was related to creating a PDF version of the Advertising Profit Control sheet. The next version after this was most likely to have the code for that.
This commit is contained in:
+82
-72
@@ -51,6 +51,7 @@
|
||||
this.commentsTextBox = new System.Windows.Forms.TextBox();
|
||||
this.errorReportingLabel = new System.Windows.Forms.Label();
|
||||
this.addRecordsButton = new System.Windows.Forms.Button();
|
||||
this.inventoryTabPage = new System.Windows.Forms.TabPage();
|
||||
this.mainLayoutPanel.SuspendLayout();
|
||||
this.addRecordTabControl.SuspendLayout();
|
||||
this.projectionsTabPage.SuspendLayout();
|
||||
@@ -71,43 +72,44 @@
|
||||
//
|
||||
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, 37F));
|
||||
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(5, 6, 5, 6);
|
||||
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, 46F));
|
||||
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(1562, 894);
|
||||
this.mainLayoutPanel.Size = new System.Drawing.Size(1278, 745);
|
||||
this.mainLayoutPanel.TabIndex = 0;
|
||||
//
|
||||
// addRecordTabControl
|
||||
//
|
||||
this.addRecordTabControl.Controls.Add(this.projectionsTabPage);
|
||||
this.addRecordTabControl.Controls.Add(this.inventoryTabPage);
|
||||
this.addRecordTabControl.Controls.Add(this.actualSalesTabPage);
|
||||
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(5, 52);
|
||||
this.addRecordTabControl.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
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(1552, 666);
|
||||
this.addRecordTabControl.Size = new System.Drawing.Size(1270, 555);
|
||||
this.addRecordTabControl.TabIndex = 1;
|
||||
//
|
||||
// projectionsTabPage
|
||||
//
|
||||
this.projectionsTabPage.Controls.Add(this.projectionsDataGridView);
|
||||
this.projectionsTabPage.Location = new System.Drawing.Point(4, 33);
|
||||
this.projectionsTabPage.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
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(5, 6, 5, 6);
|
||||
this.projectionsTabPage.Size = new System.Drawing.Size(1544, 629);
|
||||
this.projectionsTabPage.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.projectionsTabPage.Size = new System.Drawing.Size(1262, 522);
|
||||
this.projectionsTabPage.TabIndex = 0;
|
||||
this.projectionsTabPage.Text = "Projections";
|
||||
this.projectionsTabPage.UseVisualStyleBackColor = true;
|
||||
@@ -119,21 +121,21 @@
|
||||
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(5, 6);
|
||||
this.projectionsDataGridView.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
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(1534, 617);
|
||||
this.projectionsDataGridView.Size = new System.Drawing.Size(1254, 512);
|
||||
this.projectionsDataGridView.TabIndex = 0;
|
||||
//
|
||||
// actualSalesTabPage
|
||||
//
|
||||
this.actualSalesTabPage.Controls.Add(this.actualSalesDataGridView);
|
||||
this.actualSalesTabPage.Location = new System.Drawing.Point(4, 33);
|
||||
this.actualSalesTabPage.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
this.actualSalesTabPage.Location = new System.Drawing.Point(4, 29);
|
||||
this.actualSalesTabPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.actualSalesTabPage.Name = "actualSalesTabPage";
|
||||
this.actualSalesTabPage.Padding = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
this.actualSalesTabPage.Size = new System.Drawing.Size(1544, 629);
|
||||
this.actualSalesTabPage.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.actualSalesTabPage.Size = new System.Drawing.Size(1262, 522);
|
||||
this.actualSalesTabPage.TabIndex = 1;
|
||||
this.actualSalesTabPage.Text = "Actual Sales";
|
||||
this.actualSalesTabPage.UseVisualStyleBackColor = true;
|
||||
@@ -145,21 +147,21 @@
|
||||
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(5, 6);
|
||||
this.actualSalesDataGridView.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
this.actualSalesDataGridView.Location = new System.Drawing.Point(4, 5);
|
||||
this.actualSalesDataGridView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.actualSalesDataGridView.MultiSelect = false;
|
||||
this.actualSalesDataGridView.Name = "actualSalesDataGridView";
|
||||
this.actualSalesDataGridView.Size = new System.Drawing.Size(1534, 617);
|
||||
this.actualSalesDataGridView.Size = new System.Drawing.Size(1254, 512);
|
||||
this.actualSalesDataGridView.TabIndex = 0;
|
||||
//
|
||||
// suppliersTabPage
|
||||
//
|
||||
this.suppliersTabPage.Controls.Add(this.suppliersDataGridView);
|
||||
this.suppliersTabPage.Location = new System.Drawing.Point(4, 33);
|
||||
this.suppliersTabPage.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
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(5, 6, 5, 6);
|
||||
this.suppliersTabPage.Size = new System.Drawing.Size(1544, 629);
|
||||
this.suppliersTabPage.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.suppliersTabPage.Size = new System.Drawing.Size(1262, 522);
|
||||
this.suppliersTabPage.TabIndex = 2;
|
||||
this.suppliersTabPage.Text = "Suppliers";
|
||||
this.suppliersTabPage.UseVisualStyleBackColor = true;
|
||||
@@ -171,21 +173,21 @@
|
||||
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(5, 6);
|
||||
this.suppliersDataGridView.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
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(1534, 617);
|
||||
this.suppliersDataGridView.Size = new System.Drawing.Size(1254, 512);
|
||||
this.suppliersDataGridView.TabIndex = 0;
|
||||
//
|
||||
// weeklySalesTabPage
|
||||
//
|
||||
this.weeklySalesTabPage.Controls.Add(this.weeklySalesDataGridView);
|
||||
this.weeklySalesTabPage.Location = new System.Drawing.Point(4, 33);
|
||||
this.weeklySalesTabPage.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
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(5, 6, 5, 6);
|
||||
this.weeklySalesTabPage.Size = new System.Drawing.Size(1544, 629);
|
||||
this.weeklySalesTabPage.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.weeklySalesTabPage.Size = new System.Drawing.Size(1262, 522);
|
||||
this.weeklySalesTabPage.TabIndex = 3;
|
||||
this.weeklySalesTabPage.Text = "Weekly Sales";
|
||||
this.weeklySalesTabPage.UseVisualStyleBackColor = true;
|
||||
@@ -199,22 +201,21 @@
|
||||
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(5, 6);
|
||||
this.weeklySalesDataGridView.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
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(1534, 617);
|
||||
this.weeklySalesDataGridView.Size = new System.Drawing.Size(1254, 512);
|
||||
this.weeklySalesDataGridView.TabIndex = 0;
|
||||
//
|
||||
// mainMenu
|
||||
//
|
||||
this.mainMenu.ImageScalingSize = new System.Drawing.Size(24, 24);
|
||||
this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.fileMainMenu});
|
||||
this.mainMenu.Location = new System.Drawing.Point(0, 0);
|
||||
this.mainMenu.Name = "mainMenu";
|
||||
this.mainMenu.Padding = new System.Windows.Forms.Padding(11, 4, 0, 4);
|
||||
this.mainMenu.Size = new System.Drawing.Size(1562, 42);
|
||||
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";
|
||||
//
|
||||
@@ -224,20 +225,20 @@
|
||||
this.clearFormFileMainMenu,
|
||||
this.closeFormFileMainMenu});
|
||||
this.fileMainMenu.Name = "fileMainMenu";
|
||||
this.fileMainMenu.Size = new System.Drawing.Size(56, 34);
|
||||
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(208, 34);
|
||||
this.clearFormFileMainMenu.Size = new System.Drawing.Size(174, 30);
|
||||
this.clearFormFileMainMenu.Text = "C&lear Form";
|
||||
this.clearFormFileMainMenu.Click += new System.EventHandler(this.clearFormFileMainMenu_Click);
|
||||
//
|
||||
// closeFormFileMainMenu
|
||||
//
|
||||
this.closeFormFileMainMenu.Name = "closeFormFileMainMenu";
|
||||
this.closeFormFileMainMenu.Size = new System.Drawing.Size(208, 34);
|
||||
this.closeFormFileMainMenu.Size = new System.Drawing.Size(174, 30);
|
||||
this.closeFormFileMainMenu.Text = "&Close Form";
|
||||
this.closeFormFileMainMenu.Click += new System.EventHandler(this.closeFileMainMenu_Click);
|
||||
//
|
||||
@@ -254,12 +255,12 @@
|
||||
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(5, 730);
|
||||
this.commentsAndDateLayoutPanel.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
this.commentsAndDateLayoutPanel.Location = new System.Drawing.Point(4, 608);
|
||||
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(1552, 158);
|
||||
this.commentsAndDateLayoutPanel.Size = new System.Drawing.Size(1270, 132);
|
||||
this.commentsAndDateLayoutPanel.TabIndex = 3;
|
||||
//
|
||||
// dateGroupBox
|
||||
@@ -267,11 +268,11 @@
|
||||
this.dateGroupBox.Controls.Add(this.dateFormatLabel);
|
||||
this.dateGroupBox.Controls.Add(this.weekEndingDateMaskedTextBox);
|
||||
this.dateGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.dateGroupBox.Location = new System.Drawing.Point(5, 6);
|
||||
this.dateGroupBox.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
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(5, 6, 5, 6);
|
||||
this.dateGroupBox.Size = new System.Drawing.Size(222, 146);
|
||||
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";
|
||||
@@ -279,21 +280,20 @@
|
||||
// dateFormatLabel
|
||||
//
|
||||
this.dateFormatLabel.AutoSize = true;
|
||||
this.dateFormatLabel.Location = new System.Drawing.Point(35, 32);
|
||||
this.dateFormatLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.dateFormatLabel.Location = new System.Drawing.Point(29, 27);
|
||||
this.dateFormatLabel.Name = "dateFormatLabel";
|
||||
this.dateFormatLabel.Size = new System.Drawing.Size(138, 50);
|
||||
this.dateFormatLabel.Size = new System.Drawing.Size(111, 40);
|
||||
this.dateFormatLabel.TabIndex = 1;
|
||||
this.dateFormatLabel.Text = "Date Format: \r\nMM/DD/YYYY";
|
||||
//
|
||||
// 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(32, 92);
|
||||
this.weekEndingDateMaskedTextBox.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
this.weekEndingDateMaskedTextBox.Location = new System.Drawing.Point(26, 77);
|
||||
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(141, 40);
|
||||
this.weekEndingDateMaskedTextBox.Size = new System.Drawing.Size(116, 35);
|
||||
this.weekEndingDateMaskedTextBox.TabIndex = 0;
|
||||
this.weekEndingDateMaskedTextBox.ValidatingType = typeof(System.DateTime);
|
||||
//
|
||||
@@ -301,11 +301,11 @@
|
||||
//
|
||||
this.commentsGroupBox.Controls.Add(this.commentsTextBox);
|
||||
this.commentsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.commentsGroupBox.Location = new System.Drawing.Point(237, 6);
|
||||
this.commentsGroupBox.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
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(5, 6, 5, 6);
|
||||
this.commentsGroupBox.Size = new System.Drawing.Size(533, 146);
|
||||
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";
|
||||
@@ -313,46 +313,55 @@
|
||||
// commentsTextBox
|
||||
//
|
||||
this.commentsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.commentsTextBox.Location = new System.Drawing.Point(5, 28);
|
||||
this.commentsTextBox.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
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(523, 112);
|
||||
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(780, 0);
|
||||
this.errorReportingLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||
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, 25);
|
||||
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(1400, 110);
|
||||
this.addRecordsButton.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
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(147, 42);
|
||||
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);
|
||||
//
|
||||
// inventoryTabPage
|
||||
//
|
||||
this.inventoryTabPage.Location = new System.Drawing.Point(4, 29);
|
||||
this.inventoryTabPage.Name = "inventoryTabPage";
|
||||
this.inventoryTabPage.Size = new System.Drawing.Size(1262, 522);
|
||||
this.inventoryTabPage.TabIndex = 4;
|
||||
this.inventoryTabPage.Text = "Inventory";
|
||||
this.inventoryTabPage.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// FrmAddRecord
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1562, 894);
|
||||
this.ClientSize = new System.Drawing.Size(1278, 745);
|
||||
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(5, 6, 5, 6);
|
||||
this.MaximumSize = new System.Drawing.Size(1631, 1059);
|
||||
this.MinimumSize = new System.Drawing.Size(1448, 874);
|
||||
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.MaximumSize = new System.Drawing.Size(1339, 893);
|
||||
this.MinimumSize = new System.Drawing.Size(1189, 739);
|
||||
this.Name = "FrmAddRecord";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "Add New Records";
|
||||
@@ -404,6 +413,7 @@
|
||||
private System.Windows.Forms.Button addRecordsButton;
|
||||
private System.Windows.Forms.ToolStripMenuItem clearFormFileMainMenu;
|
||||
private System.Windows.Forms.Label dateFormatLabel;
|
||||
private System.Windows.Forms.TabPage inventoryTabPage;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user