475 lines
25 KiB
C#
475 lines
25 KiB
C#
|
|
namespace InventoryTest
|
|
{
|
|
partial class CategoryManager
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
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.SubCategoryComboBox = new System.Windows.Forms.ComboBox();
|
|
this.CategoryComboBox = new System.Windows.Forms.ComboBox();
|
|
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.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.menuStrip2 = new System.Windows.Forms.MenuStrip();
|
|
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.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.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.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.Controls.Add(this.SubCategoryComboBox);
|
|
this.groupBox1.Controls.Add(this.CategoryComboBox);
|
|
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";
|
|
//
|
|
// SubCategoryComboBox
|
|
//
|
|
this.SubCategoryComboBox.Location = new System.Drawing.Point(0, 0);
|
|
this.SubCategoryComboBox.Name = "SubCategoryComboBox";
|
|
this.SubCategoryComboBox.Size = new System.Drawing.Size(121, 23);
|
|
this.SubCategoryComboBox.TabIndex = 0;
|
|
//
|
|
// CategoryComboBox
|
|
//
|
|
this.CategoryComboBox.Location = new System.Drawing.Point(0, 0);
|
|
this.CategoryComboBox.Name = "CategoryComboBox";
|
|
this.CategoryComboBox.Size = new System.Drawing.Size(121, 23);
|
|
this.CategoryComboBox.TabIndex = 1;
|
|
//
|
|
// 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.menuStrip2, 0, 0);
|
|
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, 0, 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.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";
|
|
//
|
|
// 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.CreateSubCategoryButton_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;
|
|
//
|
|
// menuStrip2
|
|
//
|
|
this.menuStrip2.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip2.Name = "menuStrip2";
|
|
this.menuStrip2.Size = new System.Drawing.Size(264, 24);
|
|
this.menuStrip2.TabIndex = 0;
|
|
this.menuStrip2.Text = "menuStrip2";
|
|
//
|
|
// 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.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";
|
|
//
|
|
// 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.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox8.Location = new System.Drawing.Point(3, 312);
|
|
this.groupBox8.Name = "groupBox8";
|
|
this.groupBox8.Size = new System.Drawing.Size(258, 135);
|
|
this.groupBox8.TabIndex = 7;
|
|
this.groupBox8.TabStop = false;
|
|
this.groupBox8.Text = "Delete";
|
|
//
|
|
// 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.tableLayoutPanel1.PerformLayout();
|
|
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.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.ComboBox SubCategoryComboBox;
|
|
private System.Windows.Forms.ComboBox CategoryComboBox;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.MenuStrip menuStrip2;
|
|
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.GroupBox groupBox8;
|
|
}
|
|
} |