namespace InventoryTest
{
partial class CategoryManager
{
///
/// 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.groupBox1 = new System.Windows.Forms.GroupBox();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.groupBox7 = new System.Windows.Forms.GroupBox();
this.CreateNewSubCategoryButton = new System.Windows.Forms.Button();
this.CreateNewCategoryButton = new System.Windows.Forms.Button();
this.NewCategoryNameTextBox = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.SubCategoryPropertyTypeComboBox = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.DeleteSubCategoryPropertyButton = new System.Windows.Forms.Button();
this.CreateSubCategoryButton = new System.Windows.Forms.Button();
this.SubCategoryPropertyNameTextBox = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.SubCategoryPropertiesListBox = new System.Windows.Forms.ListBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.DeleteSubCategoryButton = new System.Windows.Forms.Button();
this.DeleteCategoryButton = new System.Windows.Forms.Button();
this.SubCategoryComboBoxManager = new System.Windows.Forms.ComboBox();
this.CategoryComboBoxManager = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.CategoryPropertiesListBox = new System.Windows.Forms.ListBox();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.CategoryPropertyTypeComboBox = new System.Windows.Forms.ComboBox();
this.label7 = new System.Windows.Forms.Label();
this.DeleteCategoryPropertyButton = new System.Windows.Forms.Button();
this.CategoryPropertyNameTextBox = new System.Windows.Forms.TextBox();
this.CreateCategoryPropertyButton = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.groupBox8 = new System.Windows.Forms.GroupBox();
this.CategoryPropertyInfoUpdateButton = new System.Windows.Forms.Button();
this.CategoryPropertyInfoTypeComboBox = new System.Windows.Forms.ComboBox();
this.label9 = new System.Windows.Forms.Label();
this.CategoryPropertyInfoNameTextBox = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.CategoryPropertyIdLabel = new System.Windows.Forms.Label();
this.groupBox9 = new System.Windows.Forms.GroupBox();
this.SubCategoryPropertyInfoUpdateButton = new System.Windows.Forms.Button();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.SubCategoryPropertyInfoNameTextBox = new System.Windows.Forms.TextBox();
this.SubCategoryTypeInfoComboBox = new System.Windows.Forms.ComboBox();
this.MainLayoutPanel.SuspendLayout();
this.groupBox1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.groupBox7.SuspendLayout();
this.groupBox6.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox8.SuspendLayout();
this.groupBox9.SuspendLayout();
this.SuspendLayout();
//
// MainLayoutPanel
//
this.MainLayoutPanel.ColumnCount = 3;
this.MainLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
this.MainLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 34F));
this.MainLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
this.MainLayoutPanel.Controls.Add(this.menuStrip1, 0, 0);
this.MainLayoutPanel.Location = new System.Drawing.Point(0, 0);
this.MainLayoutPanel.Name = "MainLayoutPanel";
this.MainLayoutPanel.RowCount = 1;
this.MainLayoutPanel.Size = new System.Drawing.Size(200, 100);
this.MainLayoutPanel.TabIndex = 0;
//
// menuStrip1
//
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(66, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// groupBox1
//
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Location = new System.Drawing.Point(267, 28);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(266, 134);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Category Selection";
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 3;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 34F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
this.tableLayoutPanel1.Controls.Add(this.groupBox7, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.groupBox6, 1, 2);
this.tableLayoutPanel1.Controls.Add(this.groupBox4, 2, 2);
this.tableLayoutPanel1.Controls.Add(this.groupBox2, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.groupBox3, 2, 1);
this.tableLayoutPanel1.Controls.Add(this.groupBox5, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.groupBox8, 1, 3);
this.tableLayoutPanel1.Controls.Add(this.groupBox9, 2, 3);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 4;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 34F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(800, 450);
this.tableLayoutPanel1.TabIndex = 1;
//
// groupBox7
//
this.groupBox7.Controls.Add(this.CreateNewSubCategoryButton);
this.groupBox7.Controls.Add(this.CreateNewCategoryButton);
this.groupBox7.Controls.Add(this.NewCategoryNameTextBox);
this.groupBox7.Controls.Add(this.label5);
this.groupBox7.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox7.Location = new System.Drawing.Point(3, 168);
this.groupBox7.Name = "groupBox7";
this.groupBox7.Size = new System.Drawing.Size(258, 138);
this.groupBox7.TabIndex = 6;
this.groupBox7.TabStop = false;
this.groupBox7.Text = "Category / Sub-Category Management";
//
// CreateNewSubCategoryButton
//
this.CreateNewSubCategoryButton.Enabled = false;
this.CreateNewSubCategoryButton.Location = new System.Drawing.Point(121, 109);
this.CreateNewSubCategoryButton.Name = "CreateNewSubCategoryButton";
this.CreateNewSubCategoryButton.Size = new System.Drawing.Size(131, 23);
this.CreateNewSubCategoryButton.TabIndex = 3;
this.CreateNewSubCategoryButton.Text = "Add as Sub-category";
this.CreateNewSubCategoryButton.UseVisualStyleBackColor = true;
this.CreateNewSubCategoryButton.Click += new System.EventHandler(this.CreateNewSubCategoryButton_Click);
//
// CreateNewCategoryButton
//
this.CreateNewCategoryButton.Enabled = false;
this.CreateNewCategoryButton.Location = new System.Drawing.Point(9, 109);
this.CreateNewCategoryButton.Name = "CreateNewCategoryButton";
this.CreateNewCategoryButton.Size = new System.Drawing.Size(106, 23);
this.CreateNewCategoryButton.TabIndex = 2;
this.CreateNewCategoryButton.Text = "Add as Category";
this.CreateNewCategoryButton.UseVisualStyleBackColor = true;
this.CreateNewCategoryButton.Click += new System.EventHandler(this.CreateNewCategoryButton_Click);
//
// NewCategoryNameTextBox
//
this.NewCategoryNameTextBox.Location = new System.Drawing.Point(9, 37);
this.NewCategoryNameTextBox.Name = "NewCategoryNameTextBox";
this.NewCategoryNameTextBox.Size = new System.Drawing.Size(243, 23);
this.NewCategoryNameTextBox.TabIndex = 1;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(9, 19);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(124, 15);
this.label5.TabIndex = 0;
this.label5.Text = "(Sub) Category Name:";
//
// groupBox6
//
this.groupBox6.Controls.Add(this.SubCategoryPropertyTypeComboBox);
this.groupBox6.Controls.Add(this.label6);
this.groupBox6.Controls.Add(this.DeleteSubCategoryPropertyButton);
this.groupBox6.Controls.Add(this.CreateSubCategoryButton);
this.groupBox6.Controls.Add(this.SubCategoryPropertyNameTextBox);
this.groupBox6.Controls.Add(this.label4);
this.groupBox6.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox6.Location = new System.Drawing.Point(267, 168);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(266, 138);
this.groupBox6.TabIndex = 5;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "Sub-Category Property";
//
// SubCategoryPropertyTypeComboBox
//
this.SubCategoryPropertyTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.SubCategoryPropertyTypeComboBox.FormattingEnabled = true;
this.SubCategoryPropertyTypeComboBox.Location = new System.Drawing.Point(47, 67);
this.SubCategoryPropertyTypeComboBox.Name = "SubCategoryPropertyTypeComboBox";
this.SubCategoryPropertyTypeComboBox.Size = new System.Drawing.Size(213, 23);
this.SubCategoryPropertyTypeComboBox.Sorted = true;
this.SubCategoryPropertyTypeComboBox.TabIndex = 5;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(6, 70);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(34, 15);
this.label6.TabIndex = 4;
this.label6.Text = "Type:";
//
// DeleteSubCategoryPropertyButton
//
this.DeleteSubCategoryPropertyButton.Enabled = false;
this.DeleteSubCategoryPropertyButton.Location = new System.Drawing.Point(6, 109);
this.DeleteSubCategoryPropertyButton.Name = "DeleteSubCategoryPropertyButton";
this.DeleteSubCategoryPropertyButton.Size = new System.Drawing.Size(75, 23);
this.DeleteSubCategoryPropertyButton.TabIndex = 3;
this.DeleteSubCategoryPropertyButton.Text = "Delete";
this.DeleteSubCategoryPropertyButton.UseVisualStyleBackColor = true;
this.DeleteSubCategoryPropertyButton.Click += new System.EventHandler(this.DeleteSubCategoryPropertyButton_Click);
//
// CreateSubCategoryButton
//
this.CreateSubCategoryButton.Enabled = false;
this.CreateSubCategoryButton.Location = new System.Drawing.Point(185, 109);
this.CreateSubCategoryButton.Name = "CreateSubCategoryButton";
this.CreateSubCategoryButton.Size = new System.Drawing.Size(75, 23);
this.CreateSubCategoryButton.TabIndex = 2;
this.CreateSubCategoryButton.Text = "Add";
this.CreateSubCategoryButton.UseVisualStyleBackColor = true;
this.CreateSubCategoryButton.Click += new System.EventHandler(this.CreateSubCategoryPropertyButton_Click);
//
// SubCategoryPropertyNameTextBox
//
this.SubCategoryPropertyNameTextBox.Location = new System.Drawing.Point(6, 37);
this.SubCategoryPropertyNameTextBox.Name = "SubCategoryPropertyNameTextBox";
this.SubCategoryPropertyNameTextBox.Size = new System.Drawing.Size(254, 23);
this.SubCategoryPropertyNameTextBox.TabIndex = 1;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 19);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(90, 15);
this.label4.TabIndex = 0;
this.label4.Text = "Property Name:";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.SubCategoryPropertiesListBox);
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox4.Location = new System.Drawing.Point(539, 168);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(258, 138);
this.groupBox4.TabIndex = 3;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Sub-Category Properties";
//
// SubCategoryPropertiesListBox
//
this.SubCategoryPropertiesListBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.SubCategoryPropertiesListBox.FormattingEnabled = true;
this.SubCategoryPropertiesListBox.HorizontalScrollbar = true;
this.SubCategoryPropertiesListBox.ItemHeight = 15;
this.SubCategoryPropertiesListBox.Location = new System.Drawing.Point(3, 19);
this.SubCategoryPropertiesListBox.Name = "SubCategoryPropertiesListBox";
this.SubCategoryPropertiesListBox.Size = new System.Drawing.Size(252, 116);
this.SubCategoryPropertiesListBox.TabIndex = 1;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.DeleteSubCategoryButton);
this.groupBox2.Controls.Add(this.DeleteCategoryButton);
this.groupBox2.Controls.Add(this.SubCategoryComboBoxManager);
this.groupBox2.Controls.Add(this.CategoryComboBoxManager);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.Location = new System.Drawing.Point(3, 28);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(258, 134);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Category Selection";
//
// DeleteSubCategoryButton
//
this.DeleteSubCategoryButton.Location = new System.Drawing.Point(121, 105);
this.DeleteSubCategoryButton.Name = "DeleteSubCategoryButton";
this.DeleteSubCategoryButton.Size = new System.Drawing.Size(131, 23);
this.DeleteSubCategoryButton.TabIndex = 3;
this.DeleteSubCategoryButton.Text = "Delete Sub-Category";
this.DeleteSubCategoryButton.UseVisualStyleBackColor = true;
this.DeleteSubCategoryButton.Click += new System.EventHandler(this.DeleteSubCategoryButton_Click);
//
// DeleteCategoryButton
//
this.DeleteCategoryButton.Location = new System.Drawing.Point(9, 105);
this.DeleteCategoryButton.Name = "DeleteCategoryButton";
this.DeleteCategoryButton.Size = new System.Drawing.Size(106, 23);
this.DeleteCategoryButton.TabIndex = 0;
this.DeleteCategoryButton.Text = "Delete Category";
this.DeleteCategoryButton.UseVisualStyleBackColor = true;
this.DeleteCategoryButton.Click += new System.EventHandler(this.DeleteCategoryButton_Click);
//
// SubCategoryComboBoxManager
//
this.SubCategoryComboBoxManager.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.SubCategoryComboBoxManager.FormattingEnabled = true;
this.SubCategoryComboBoxManager.Location = new System.Drawing.Point(91, 54);
this.SubCategoryComboBoxManager.Name = "SubCategoryComboBoxManager";
this.SubCategoryComboBoxManager.Size = new System.Drawing.Size(161, 23);
this.SubCategoryComboBoxManager.TabIndex = 2;
//
// CategoryComboBoxManager
//
this.CategoryComboBoxManager.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CategoryComboBoxManager.FormattingEnabled = true;
this.CategoryComboBoxManager.Location = new System.Drawing.Point(91, 20);
this.CategoryComboBoxManager.Name = "CategoryComboBoxManager";
this.CategoryComboBoxManager.Size = new System.Drawing.Size(161, 23);
this.CategoryComboBoxManager.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(7, 57);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(83, 15);
this.label2.TabIndex = 1;
this.label2.Text = "Sub-Category:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(7, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(58, 15);
this.label1.TabIndex = 0;
this.label1.Text = "Category:";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.CategoryPropertiesListBox);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox3.Location = new System.Drawing.Point(539, 28);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(258, 134);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Category Properties";
//
// CategoryPropertiesListBox
//
this.CategoryPropertiesListBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.CategoryPropertiesListBox.FormattingEnabled = true;
this.CategoryPropertiesListBox.HorizontalScrollbar = true;
this.CategoryPropertiesListBox.ItemHeight = 15;
this.CategoryPropertiesListBox.Location = new System.Drawing.Point(3, 19);
this.CategoryPropertiesListBox.Name = "CategoryPropertiesListBox";
this.CategoryPropertiesListBox.Size = new System.Drawing.Size(252, 112);
this.CategoryPropertiesListBox.TabIndex = 0;
//
// groupBox5
//
this.groupBox5.Controls.Add(this.CategoryPropertyTypeComboBox);
this.groupBox5.Controls.Add(this.label7);
this.groupBox5.Controls.Add(this.DeleteCategoryPropertyButton);
this.groupBox5.Controls.Add(this.CategoryPropertyNameTextBox);
this.groupBox5.Controls.Add(this.CreateCategoryPropertyButton);
this.groupBox5.Controls.Add(this.label3);
this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox5.Location = new System.Drawing.Point(267, 28);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(266, 134);
this.groupBox5.TabIndex = 4;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "Category Property";
//
// CategoryPropertyTypeComboBox
//
this.CategoryPropertyTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CategoryPropertyTypeComboBox.FormattingEnabled = true;
this.CategoryPropertyTypeComboBox.Location = new System.Drawing.Point(47, 70);
this.CategoryPropertyTypeComboBox.Name = "CategoryPropertyTypeComboBox";
this.CategoryPropertyTypeComboBox.Size = new System.Drawing.Size(213, 23);
this.CategoryPropertyTypeComboBox.Sorted = true;
this.CategoryPropertyTypeComboBox.TabIndex = 8;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(6, 73);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(34, 15);
this.label7.TabIndex = 7;
this.label7.Text = "Type:";
//
// DeleteCategoryPropertyButton
//
this.DeleteCategoryPropertyButton.Enabled = false;
this.DeleteCategoryPropertyButton.Location = new System.Drawing.Point(6, 105);
this.DeleteCategoryPropertyButton.Name = "DeleteCategoryPropertyButton";
this.DeleteCategoryPropertyButton.Size = new System.Drawing.Size(75, 23);
this.DeleteCategoryPropertyButton.TabIndex = 6;
this.DeleteCategoryPropertyButton.Text = "Delete";
this.DeleteCategoryPropertyButton.UseVisualStyleBackColor = true;
this.DeleteCategoryPropertyButton.Click += new System.EventHandler(this.DeleteCategoryPropertyButton_Click);
//
// CategoryPropertyNameTextBox
//
this.CategoryPropertyNameTextBox.Location = new System.Drawing.Point(6, 41);
this.CategoryPropertyNameTextBox.Name = "CategoryPropertyNameTextBox";
this.CategoryPropertyNameTextBox.Size = new System.Drawing.Size(254, 23);
this.CategoryPropertyNameTextBox.TabIndex = 4;
//
// CreateCategoryPropertyButton
//
this.CreateCategoryPropertyButton.Enabled = false;
this.CreateCategoryPropertyButton.Location = new System.Drawing.Point(185, 105);
this.CreateCategoryPropertyButton.Name = "CreateCategoryPropertyButton";
this.CreateCategoryPropertyButton.Size = new System.Drawing.Size(75, 23);
this.CreateCategoryPropertyButton.TabIndex = 5;
this.CreateCategoryPropertyButton.Text = "Add";
this.CreateCategoryPropertyButton.UseVisualStyleBackColor = true;
this.CreateCategoryPropertyButton.Click += new System.EventHandler(this.CreateCategoryPropertyButton_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 23);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(90, 15);
this.label3.TabIndex = 0;
this.label3.Text = "Property Name:";
//
// groupBox8
//
this.groupBox8.Controls.Add(this.CategoryPropertyInfoUpdateButton);
this.groupBox8.Controls.Add(this.CategoryPropertyInfoTypeComboBox);
this.groupBox8.Controls.Add(this.label9);
this.groupBox8.Controls.Add(this.CategoryPropertyInfoNameTextBox);
this.groupBox8.Controls.Add(this.label8);
this.groupBox8.Controls.Add(this.CategoryPropertyIdLabel);
this.groupBox8.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox8.Location = new System.Drawing.Point(267, 312);
this.groupBox8.Name = "groupBox8";
this.groupBox8.Size = new System.Drawing.Size(266, 135);
this.groupBox8.TabIndex = 7;
this.groupBox8.TabStop = false;
this.groupBox8.Text = "Category Property Info";
//
// CategoryPropertyInfoUpdateButton
//
this.CategoryPropertyInfoUpdateButton.Enabled = false;
this.CategoryPropertyInfoUpdateButton.Location = new System.Drawing.Point(185, 106);
this.CategoryPropertyInfoUpdateButton.Name = "CategoryPropertyInfoUpdateButton";
this.CategoryPropertyInfoUpdateButton.Size = new System.Drawing.Size(75, 23);
this.CategoryPropertyInfoUpdateButton.TabIndex = 5;
this.CategoryPropertyInfoUpdateButton.Text = "Update";
this.CategoryPropertyInfoUpdateButton.UseVisualStyleBackColor = true;
this.CategoryPropertyInfoUpdateButton.Click += new System.EventHandler(this.CategoryPropertyInfoUpdateButton_Click);
//
// CategoryPropertyInfoTypeComboBox
//
this.CategoryPropertyInfoTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CategoryPropertyInfoTypeComboBox.FormattingEnabled = true;
this.CategoryPropertyInfoTypeComboBox.Location = new System.Drawing.Point(54, 71);
this.CategoryPropertyInfoTypeComboBox.Name = "CategoryPropertyInfoTypeComboBox";
this.CategoryPropertyInfoTypeComboBox.Size = new System.Drawing.Size(206, 23);
this.CategoryPropertyInfoTypeComboBox.Sorted = true;
this.CategoryPropertyInfoTypeComboBox.TabIndex = 4;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(6, 74);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(34, 15);
this.label9.TabIndex = 3;
this.label9.Text = "Type:";
//
// CategoryPropertyInfoNameTextBox
//
this.CategoryPropertyInfoNameTextBox.Location = new System.Drawing.Point(54, 40);
this.CategoryPropertyInfoNameTextBox.Name = "CategoryPropertyInfoNameTextBox";
this.CategoryPropertyInfoNameTextBox.Size = new System.Drawing.Size(206, 23);
this.CategoryPropertyInfoNameTextBox.TabIndex = 2;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(6, 43);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(42, 15);
this.label8.TabIndex = 1;
this.label8.Text = "Name:";
//
// CategoryPropertyIdLabel
//
this.CategoryPropertyIdLabel.AutoSize = true;
this.CategoryPropertyIdLabel.Location = new System.Drawing.Point(6, 19);
this.CategoryPropertyIdLabel.Name = "CategoryPropertyIdLabel";
this.CategoryPropertyIdLabel.Size = new System.Drawing.Size(21, 15);
this.CategoryPropertyIdLabel.TabIndex = 0;
this.CategoryPropertyIdLabel.Text = "ID:";
//
// groupBox9
//
this.groupBox9.Controls.Add(this.SubCategoryPropertyInfoUpdateButton);
this.groupBox9.Controls.Add(this.label11);
this.groupBox9.Controls.Add(this.label10);
this.groupBox9.Controls.Add(this.SubCategoryPropertyInfoNameTextBox);
this.groupBox9.Controls.Add(this.SubCategoryTypeInfoComboBox);
this.groupBox9.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox9.Location = new System.Drawing.Point(539, 312);
this.groupBox9.Name = "groupBox9";
this.groupBox9.Size = new System.Drawing.Size(258, 135);
this.groupBox9.TabIndex = 8;
this.groupBox9.TabStop = false;
this.groupBox9.Text = "Sub Category Property Info";
//
// SubCategoryPropertyInfoUpdateButton
//
this.SubCategoryPropertyInfoUpdateButton.Enabled = false;
this.SubCategoryPropertyInfoUpdateButton.Location = new System.Drawing.Point(177, 106);
this.SubCategoryPropertyInfoUpdateButton.Name = "SubCategoryPropertyInfoUpdateButton";
this.SubCategoryPropertyInfoUpdateButton.Size = new System.Drawing.Size(75, 23);
this.SubCategoryPropertyInfoUpdateButton.TabIndex = 9;
this.SubCategoryPropertyInfoUpdateButton.Text = "Update";
this.SubCategoryPropertyInfoUpdateButton.UseVisualStyleBackColor = true;
this.SubCategoryPropertyInfoUpdateButton.Click += new System.EventHandler(this.SubCategoryPropertyInfoUpdateButton_Click);
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(3, 74);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(34, 15);
this.label11.TabIndex = 8;
this.label11.Text = "Type:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(0, 43);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(42, 15);
this.label10.TabIndex = 7;
this.label10.Text = "Name:";
//
// SubCategoryPropertyInfoNameTextBox
//
this.SubCategoryPropertyInfoNameTextBox.Location = new System.Drawing.Point(46, 40);
this.SubCategoryPropertyInfoNameTextBox.Name = "SubCategoryPropertyInfoNameTextBox";
this.SubCategoryPropertyInfoNameTextBox.Size = new System.Drawing.Size(203, 23);
this.SubCategoryPropertyInfoNameTextBox.TabIndex = 6;
//
// SubCategoryTypeInfoComboBox
//
this.SubCategoryTypeInfoComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.SubCategoryTypeInfoComboBox.FormattingEnabled = true;
this.SubCategoryTypeInfoComboBox.Location = new System.Drawing.Point(46, 71);
this.SubCategoryTypeInfoComboBox.Name = "SubCategoryTypeInfoComboBox";
this.SubCategoryTypeInfoComboBox.Size = new System.Drawing.Size(206, 23);
this.SubCategoryTypeInfoComboBox.Sorted = true;
this.SubCategoryTypeInfoComboBox.TabIndex = 5;
//
// CategoryManager
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "CategoryManager";
this.Text = "CategoryManager";
this.MainLayoutPanel.ResumeLayout(false);
this.MainLayoutPanel.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.groupBox7.ResumeLayout(false);
this.groupBox7.PerformLayout();
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.groupBox8.ResumeLayout(false);
this.groupBox8.PerformLayout();
this.groupBox9.ResumeLayout(false);
this.groupBox9.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel MainLayoutPanel;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.ComboBox CategoryComboBoxManager;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox SubCategoryComboBoxManager;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.ListBox CategoryPropertiesListBox;
private System.Windows.Forms.ListBox SubCategoryPropertiesListBox;
private System.Windows.Forms.GroupBox groupBox7;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.TextBox CategoryPropertyNameTextBox;
private System.Windows.Forms.Button CreateCategoryPropertyButton;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button CreateSubCategoryButton;
private System.Windows.Forms.TextBox SubCategoryPropertyNameTextBox;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button CreateNewSubCategoryButton;
private System.Windows.Forms.Button CreateNewCategoryButton;
private System.Windows.Forms.TextBox NewCategoryNameTextBox;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button DeleteSubCategoryButton;
private System.Windows.Forms.Button DeleteCategoryButton;
private System.Windows.Forms.Button DeleteSubCategoryPropertyButton;
private System.Windows.Forms.Button DeleteCategoryPropertyButton;
private System.Windows.Forms.ComboBox SubCategoryPropertyTypeComboBox;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ComboBox CategoryPropertyTypeComboBox;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.GroupBox groupBox8;
private System.Windows.Forms.ComboBox CategoryPropertyInfoTypeComboBox;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox CategoryPropertyInfoNameTextBox;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label CategoryPropertyIdLabel;
private System.Windows.Forms.GroupBox groupBox9;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox SubCategoryPropertyInfoNameTextBox;
private System.Windows.Forms.ComboBox SubCategoryTypeInfoComboBox;
private System.Windows.Forms.Button CategoryPropertyInfoUpdateButton;
private System.Windows.Forms.Button SubCategoryPropertyInfoUpdateButton;
}
}