namespace InventoryTest { partial class Form1 { /// /// 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.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ManageCategoriesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.CreateItemButton = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.SubCategorySelectionComboBox = new System.Windows.Forms.ComboBox(); this.CategorySelectionComboBox = new System.Windows.Forms.ComboBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.ItemTreeView = new System.Windows.Forms.TreeView(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.CorePropertySoldToTextBox = new System.Windows.Forms.TextBox(); this.CorePropertyDateSoldDateTimePicker = new System.Windows.Forms.DateTimePicker(); this.CorePropertySoldForTextBox = new System.Windows.Forms.TextBox(); this.CorePropertyDateAquiredDateTimePicker = new System.Windows.Forms.DateTimePicker(); this.CorePropertyBoughtForTextBox = new System.Windows.Forms.TextBox(); this.CorePropertyValueTextBox = new System.Windows.Forms.TextBox(); this.CorePropertyNameTextBox = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.CorePropertySoldCheckBox = new System.Windows.Forms.CheckBox(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.CorePropertyCommentGroupBox = new System.Windows.Forms.GroupBox(); this.CorePropertyCommentTextBox = new System.Windows.Forms.TextBox(); this.CorePropertyNotesGroupBox = new System.Windows.Forms.GroupBox(); this.CorePropertyNotesTextBox = new System.Windows.Forms.TextBox(); this.PropertiesFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel(); this.MainLayoutPanel.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.CorePropertyCommentGroupBox.SuspendLayout(); this.CorePropertyNotesGroupBox.SuspendLayout(); this.SuspendLayout(); // // 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.menuStrip1, 0, 0); this.MainLayoutPanel.Controls.Add(this.groupBox1, 0, 1); this.MainLayoutPanel.Controls.Add(this.groupBox2, 0, 2); this.MainLayoutPanel.Controls.Add(this.groupBox3, 0, 3); this.MainLayoutPanel.Controls.Add(this.CorePropertyCommentGroupBox, 1, 3); this.MainLayoutPanel.Controls.Add(this.CorePropertyNotesGroupBox, 1, 4); this.MainLayoutPanel.Controls.Add(this.PropertiesFlowLayoutPanel, 2, 1); this.MainLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.MainLayoutPanel.Location = new System.Drawing.Point(0, 0); this.MainLayoutPanel.Name = "MainLayoutPanel"; this.MainLayoutPanel.RowCount = 5; this.MainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); 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, 25F)); 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, 25F)); this.MainLayoutPanel.Size = new System.Drawing.Size(1289, 618); this.MainLayoutPanel.TabIndex = 0; // // menuStrip1 // this.MainLayoutPanel.SetColumnSpan(this.menuStrip1, 4); this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.toolsToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(1289, 24); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.exitToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "&File"; // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(93, 22); this.exitToolStripMenuItem.Text = "E&xit"; // // toolsToolStripMenuItem // this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ManageCategoriesToolStripMenuItem}); this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem"; this.toolsToolStripMenuItem.Size = new System.Drawing.Size(62, 20); this.toolsToolStripMenuItem.Text = "&Manage"; // // ManageCategoriesToolStripMenuItem // this.ManageCategoriesToolStripMenuItem.Name = "ManageCategoriesToolStripMenuItem"; this.ManageCategoriesToolStripMenuItem.Size = new System.Drawing.Size(176, 22); this.ManageCategoriesToolStripMenuItem.Text = "Manage &Categories"; // // groupBox1 // this.groupBox1.Controls.Add(this.CreateItemButton); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.SubCategorySelectionComboBox); this.groupBox1.Controls.Add(this.CategorySelectionComboBox); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(3, 28); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(316, 142); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "Category Selection"; // // CreateItemButton // this.CreateItemButton.Enabled = false; this.CreateItemButton.Location = new System.Drawing.Point(235, 113); this.CreateItemButton.Name = "CreateItemButton"; this.CreateItemButton.Size = new System.Drawing.Size(75, 23); this.CreateItemButton.TabIndex = 4; this.CreateItemButton.Text = "button1"; this.CreateItemButton.UseVisualStyleBackColor = true; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 65); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(83, 15); this.label2.TabIndex = 3; this.label2.Text = "Sub-Category:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 25); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(58, 15); this.label1.TabIndex = 2; this.label1.Text = "Category:"; // // SubCategorySelectionComboBox // this.SubCategorySelectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.SubCategorySelectionComboBox.FormattingEnabled = true; this.SubCategorySelectionComboBox.Location = new System.Drawing.Point(94, 62); this.SubCategorySelectionComboBox.Name = "SubCategorySelectionComboBox"; this.SubCategorySelectionComboBox.Size = new System.Drawing.Size(216, 23); this.SubCategorySelectionComboBox.TabIndex = 1; // // CategorySelectionComboBox // this.CategorySelectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CategorySelectionComboBox.FormattingEnabled = true; this.CategorySelectionComboBox.Location = new System.Drawing.Point(94, 22); this.CategorySelectionComboBox.Name = "CategorySelectionComboBox"; this.CategorySelectionComboBox.Size = new System.Drawing.Size(216, 23); this.CategorySelectionComboBox.TabIndex = 0; // // groupBox2 // this.groupBox2.Controls.Add(this.ItemTreeView); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox2.Location = new System.Drawing.Point(3, 176); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(316, 142); this.groupBox2.TabIndex = 2; this.groupBox2.TabStop = false; this.groupBox2.Text = "Items:"; // // ItemTreeView // this.ItemTreeView.Dock = System.Windows.Forms.DockStyle.Fill; this.ItemTreeView.Location = new System.Drawing.Point(3, 19); this.ItemTreeView.Name = "ItemTreeView"; this.ItemTreeView.Size = new System.Drawing.Size(310, 120); this.ItemTreeView.TabIndex = 0; // // groupBox3 // this.groupBox3.Controls.Add(this.CorePropertySoldToTextBox); this.groupBox3.Controls.Add(this.CorePropertyDateSoldDateTimePicker); this.groupBox3.Controls.Add(this.CorePropertySoldForTextBox); this.groupBox3.Controls.Add(this.CorePropertyDateAquiredDateTimePicker); this.groupBox3.Controls.Add(this.CorePropertyBoughtForTextBox); this.groupBox3.Controls.Add(this.CorePropertyValueTextBox); this.groupBox3.Controls.Add(this.CorePropertyNameTextBox); this.groupBox3.Controls.Add(this.label9); this.groupBox3.Controls.Add(this.label8); this.groupBox3.Controls.Add(this.CorePropertySoldCheckBox); this.groupBox3.Controls.Add(this.label7); this.groupBox3.Controls.Add(this.label6); this.groupBox3.Controls.Add(this.label5); this.groupBox3.Controls.Add(this.label4); this.groupBox3.Controls.Add(this.label3); this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox3.Location = new System.Drawing.Point(3, 324); this.groupBox3.Name = "groupBox3"; this.MainLayoutPanel.SetRowSpan(this.groupBox3, 2); this.groupBox3.Size = new System.Drawing.Size(316, 291); this.groupBox3.TabIndex = 3; this.groupBox3.TabStop = false; this.groupBox3.Text = "Core Properties"; // // CorePropertySoldToTextBox // this.CorePropertySoldToTextBox.Location = new System.Drawing.Point(94, 239); this.CorePropertySoldToTextBox.Name = "CorePropertySoldToTextBox"; this.CorePropertySoldToTextBox.Size = new System.Drawing.Size(216, 23); this.CorePropertySoldToTextBox.TabIndex = 14; // // CorePropertyDateSoldDateTimePicker // this.CorePropertyDateSoldDateTimePicker.Location = new System.Drawing.Point(94, 209); this.CorePropertyDateSoldDateTimePicker.Name = "CorePropertyDateSoldDateTimePicker"; this.CorePropertyDateSoldDateTimePicker.Size = new System.Drawing.Size(216, 23); this.CorePropertyDateSoldDateTimePicker.TabIndex = 13; // // CorePropertySoldForTextBox // this.CorePropertySoldForTextBox.Location = new System.Drawing.Point(94, 154); this.CorePropertySoldForTextBox.Name = "CorePropertySoldForTextBox"; this.CorePropertySoldForTextBox.Size = new System.Drawing.Size(216, 23); this.CorePropertySoldForTextBox.TabIndex = 12; // // CorePropertyDateAquiredDateTimePicker // this.CorePropertyDateAquiredDateTimePicker.Location = new System.Drawing.Point(94, 127); this.CorePropertyDateAquiredDateTimePicker.Name = "CorePropertyDateAquiredDateTimePicker"; this.CorePropertyDateAquiredDateTimePicker.Size = new System.Drawing.Size(216, 23); this.CorePropertyDateAquiredDateTimePicker.TabIndex = 11; // // CorePropertyBoughtForTextBox // this.CorePropertyBoughtForTextBox.Location = new System.Drawing.Point(94, 100); this.CorePropertyBoughtForTextBox.Name = "CorePropertyBoughtForTextBox"; this.CorePropertyBoughtForTextBox.Size = new System.Drawing.Size(216, 23); this.CorePropertyBoughtForTextBox.TabIndex = 10; // // CorePropertyValueTextBox // this.CorePropertyValueTextBox.Location = new System.Drawing.Point(94, 73); this.CorePropertyValueTextBox.Name = "CorePropertyValueTextBox"; this.CorePropertyValueTextBox.Size = new System.Drawing.Size(216, 23); this.CorePropertyValueTextBox.TabIndex = 9; // // CorePropertyNameTextBox // this.CorePropertyNameTextBox.Enabled = false; this.CorePropertyNameTextBox.Location = new System.Drawing.Point(94, 46); this.CorePropertyNameTextBox.Name = "CorePropertyNameTextBox"; this.CorePropertyNameTextBox.Size = new System.Drawing.Size(216, 23); this.CorePropertyNameTextBox.TabIndex = 8; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(6, 242); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(48, 15); this.label9.TabIndex = 7; this.label9.Text = "Sold To:"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(6, 215); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(60, 15); this.label8.TabIndex = 6; this.label8.Text = "Date Sold:"; // // CorePropertySoldCheckBox // this.CorePropertySoldCheckBox.AutoSize = true; this.CorePropertySoldCheckBox.Location = new System.Drawing.Point(6, 184); this.CorePropertySoldCheckBox.Name = "CorePropertySoldCheckBox"; this.CorePropertySoldCheckBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.CorePropertySoldCheckBox.Size = new System.Drawing.Size(54, 19); this.CorePropertySoldCheckBox.TabIndex = 5; this.CorePropertySoldCheckBox.Text = "?Sold"; this.CorePropertySoldCheckBox.UseVisualStyleBackColor = true; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(6, 157); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(53, 15); this.label7.TabIndex = 4; this.label7.Text = "Sold For:"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(6, 130); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(79, 15); this.label6.TabIndex = 3; this.label6.Text = "Date Aquired:"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(6, 103); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(69, 15); this.label5.TabIndex = 2; this.label5.Text = "Bought For:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(6, 76); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(38, 15); this.label4.TabIndex = 1; this.label4.Text = "Value:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(3, 49); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(42, 15); this.label3.TabIndex = 0; this.label3.Text = "Name:"; // // CorePropertyCommentGroupBox // this.CorePropertyCommentGroupBox.Controls.Add(this.CorePropertyCommentTextBox); this.CorePropertyCommentGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.CorePropertyCommentGroupBox.Location = new System.Drawing.Point(325, 324); this.CorePropertyCommentGroupBox.Name = "CorePropertyCommentGroupBox"; this.CorePropertyCommentGroupBox.Size = new System.Drawing.Size(316, 142); this.CorePropertyCommentGroupBox.TabIndex = 4; this.CorePropertyCommentGroupBox.TabStop = false; this.CorePropertyCommentGroupBox.Text = "Comment"; // // CorePropertyCommentTextBox // this.CorePropertyCommentTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.CorePropertyCommentTextBox.Location = new System.Drawing.Point(3, 19); this.CorePropertyCommentTextBox.Multiline = true; this.CorePropertyCommentTextBox.Name = "CorePropertyCommentTextBox"; this.CorePropertyCommentTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.CorePropertyCommentTextBox.Size = new System.Drawing.Size(310, 120); this.CorePropertyCommentTextBox.TabIndex = 0; // // CorePropertyNotesGroupBox // this.CorePropertyNotesGroupBox.Controls.Add(this.CorePropertyNotesTextBox); this.CorePropertyNotesGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.CorePropertyNotesGroupBox.Location = new System.Drawing.Point(325, 472); this.CorePropertyNotesGroupBox.Name = "CorePropertyNotesGroupBox"; this.CorePropertyNotesGroupBox.Size = new System.Drawing.Size(316, 143); this.CorePropertyNotesGroupBox.TabIndex = 5; this.CorePropertyNotesGroupBox.TabStop = false; this.CorePropertyNotesGroupBox.Text = "Notes"; // // CorePropertyNotesTextBox // this.CorePropertyNotesTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.CorePropertyNotesTextBox.Location = new System.Drawing.Point(3, 19); this.CorePropertyNotesTextBox.Multiline = true; this.CorePropertyNotesTextBox.Name = "CorePropertyNotesTextBox"; this.CorePropertyNotesTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.CorePropertyNotesTextBox.Size = new System.Drawing.Size(310, 121); this.CorePropertyNotesTextBox.TabIndex = 0; // // PropertiesFlowLayoutPanel // this.MainLayoutPanel.SetColumnSpan(this.PropertiesFlowLayoutPanel, 2); this.PropertiesFlowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.PropertiesFlowLayoutPanel.Location = new System.Drawing.Point(647, 28); this.PropertiesFlowLayoutPanel.Name = "PropertiesFlowLayoutPanel"; this.MainLayoutPanel.SetRowSpan(this.PropertiesFlowLayoutPanel, 3); this.PropertiesFlowLayoutPanel.Size = new System.Drawing.Size(639, 438); this.PropertiesFlowLayoutPanel.TabIndex = 6; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1289, 618); this.Controls.Add(this.MainLayoutPanel); this.MainMenuStrip = this.menuStrip1; this.Name = "Form1"; this.Text = "Form1"; this.MainLayoutPanel.ResumeLayout(false); this.MainLayoutPanel.PerformLayout(); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.CorePropertyCommentGroupBox.ResumeLayout(false); this.CorePropertyCommentGroupBox.PerformLayout(); this.CorePropertyNotesGroupBox.ResumeLayout(false); this.CorePropertyNotesGroupBox.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel MainLayoutPanel; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem ManageCategoriesToolStripMenuItem; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox SubCategorySelectionComboBox; private System.Windows.Forms.ComboBox CategorySelectionComboBox; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.CheckBox CorePropertySoldCheckBox; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.GroupBox CorePropertyCommentGroupBox; private System.Windows.Forms.GroupBox CorePropertyNotesGroupBox; private System.Windows.Forms.TextBox CorePropertySoldToTextBox; private System.Windows.Forms.DateTimePicker CorePropertyDateSoldDateTimePicker; private System.Windows.Forms.TextBox CorePropertySoldForTextBox; private System.Windows.Forms.DateTimePicker CorePropertyDateAquiredDateTimePicker; private System.Windows.Forms.TextBox CorePropertyBoughtForTextBox; private System.Windows.Forms.TextBox CorePropertyValueTextBox; private System.Windows.Forms.TextBox CorePropertyNameTextBox; private System.Windows.Forms.TextBox CorePropertyCommentTextBox; private System.Windows.Forms.TextBox CorePropertyNotesTextBox; private System.Windows.Forms.Button CreateItemButton; private System.Windows.Forms.TreeView ItemTreeView; private System.Windows.Forms.FlowLayoutPanel PropertiesFlowLayoutPanel; } }