/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.buttonWithStyle1 = new Crownwood.DotNetMagic.Controls.ButtonWithStyle();
     this.buttonWithStyle2 = new Crownwood.DotNetMagic.Controls.ButtonWithStyle();
     this.buttonWithStyle3 = new Crownwood.DotNetMagic.Controls.ButtonWithStyle();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
     this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
     this.label6 = new System.Windows.Forms.Label();
     this.comboBox2 = new System.Windows.Forms.ComboBox();
     this.label7 = new System.Windows.Forms.Label();
     this.comboBox3 = new System.Windows.Forms.ComboBox();
     this.label8 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.buttonWithStyle4 = new Crownwood.DotNetMagic.Controls.ButtonWithStyle();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label10 = new System.Windows.Forms.Label();
     this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
     this.label1 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
     this.SuspendLayout();
     //
     // buttonWithStyle1
     //
     this.buttonWithStyle1.AlwaysDrawBorder = true;
     this.buttonWithStyle1.AlwaysDrawEnabled = true;
     this.buttonWithStyle1.Location = new System.Drawing.Point(437, 394);
     this.buttonWithStyle1.Name = "buttonWithStyle1";
     this.buttonWithStyle1.Size = new System.Drawing.Size(75, 23);
     this.buttonWithStyle1.Style = Crownwood.DotNetMagic.Common.VisualStyle.MediaPlayerBlue;
     this.buttonWithStyle1.TabIndex = 11;
     this.buttonWithStyle1.Text = "Add Product";
     this.buttonWithStyle1.Click += new System.EventHandler(this.buttonWithStyle1_Click);
     //
     // buttonWithStyle2
     //
     this.buttonWithStyle2.AlwaysDrawBorder = true;
     this.buttonWithStyle2.AlwaysDrawEnabled = true;
     this.buttonWithStyle2.Location = new System.Drawing.Point(529, 394);
     this.buttonWithStyle2.Name = "buttonWithStyle2";
     this.buttonWithStyle2.Size = new System.Drawing.Size(75, 23);
     this.buttonWithStyle2.Style = Crownwood.DotNetMagic.Common.VisualStyle.MediaPlayerBlue;
     this.buttonWithStyle2.TabIndex = 12;
     this.buttonWithStyle2.Text = "Cancel";
     this.buttonWithStyle2.Click += new System.EventHandler(this.buttonWithStyle2_Click);
     //
     // buttonWithStyle3
     //
     this.buttonWithStyle3.AlwaysDrawBorder = true;
     this.buttonWithStyle3.AlwaysDrawEnabled = true;
     this.buttonWithStyle3.Location = new System.Drawing.Point(600, 63);
     this.buttonWithStyle3.Name = "buttonWithStyle3";
     this.buttonWithStyle3.Size = new System.Drawing.Size(75, 21);
     this.buttonWithStyle3.Style = Crownwood.DotNetMagic.Common.VisualStyle.MediaPlayerBlue;
     this.buttonWithStyle3.TabIndex = 14;
     this.buttonWithStyle3.Text = "Add Category";
     this.buttonWithStyle3.Click += new System.EventHandler(this.buttonWithStyle3_Click);
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location = new System.Drawing.Point(460, 63);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(100, 21);
     this.comboBox1.TabIndex = 10;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(385, 281);
     this.textBox3.MaxLength = 100;
     this.textBox3.Multiline = true;
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new System.Drawing.Size(279, 97);
     this.textBox3.TabIndex = 7;
     this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(154, 111);
     this.textBox2.MaxLength = 30;
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(120, 20);
     this.textBox2.TabIndex = 6;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(154, 73);
     this.textBox1.MaxLength = 30;
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(120, 20);
     this.textBox1.TabIndex = 5;
     this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Location = new System.Drawing.Point(383, 81);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(76, 13);
     this.label5.TabIndex = 4;
     this.label5.Text = "Category :";
     this.label5.Click += new System.EventHandler(this.label5_Click);
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location = new System.Drawing.Point(48, 159);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(85, 13);
     this.label4.TabIndex = 3;
     this.label4.Text = "Product Price :";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location = new System.Drawing.Point(462, 255);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(115, 23);
     this.label3.TabIndex = 2;
     this.label3.Text = "Product description :";
     this.label3.Click += new System.EventHandler(this.label3_Click);
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location = new System.Drawing.Point(48, 119);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(76, 20);
     this.label2.TabIndex = 1;
     this.label2.Text = "Product Name :";
     this.label2.Click += new System.EventHandler(this.label2_Click);
     //
     // numericUpDown1
     //
     this.numericUpDown1.DecimalPlaces = 2;
     this.numericUpDown1.Increment = new decimal(new int[] {
     1,
     0,
     0,
     131072});
     this.numericUpDown1.Location = new System.Drawing.Point(154, 151);
     this.numericUpDown1.Maximum = new decimal(new int[] {
     999999999,
     0,
     0,
     131072});
     this.numericUpDown1.Minimum = new decimal(new int[] {
     50,
     0,
     0,
     131072});
     this.numericUpDown1.Name = "numericUpDown1";
     this.numericUpDown1.Size = new System.Drawing.Size(120, 20);
     this.numericUpDown1.TabIndex = 22;
     this.numericUpDown1.Value = new decimal(new int[] {
     50,
     0,
     0,
     131072});
     //
     // numericUpDown2
     //
     this.numericUpDown2.Location = new System.Drawing.Point(154, 196);
     this.numericUpDown2.Maximum = new decimal(new int[] {
     9999999,
     0,
     0,
     0});
     this.numericUpDown2.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.numericUpDown2.Name = "numericUpDown2";
     this.numericUpDown2.Size = new System.Drawing.Size(120, 20);
     this.numericUpDown2.TabIndex = 24;
     this.numericUpDown2.Value = new decimal(new int[] {
     1,
     0,
     0,
     0});
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Location = new System.Drawing.Point(48, 203);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(85, 13);
     this.label6.TabIndex = 23;
     this.label6.Text = "Stock Quantity :";
     //
     // comboBox2
     //
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Location = new System.Drawing.Point(465, 111);
     this.comboBox2.Name = "comboBox2";
     this.comboBox2.Size = new System.Drawing.Size(100, 21);
     this.comboBox2.TabIndex = 26;
     //
     // label7
     //
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Location = new System.Drawing.Point(383, 119);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(76, 13);
     this.label7.TabIndex = 25;
     this.label7.Text = "Vendor :";
     //
     // comboBox3
     //
     this.comboBox3.FormattingEnabled = true;
     this.comboBox3.Location = new System.Drawing.Point(460, 141);
     this.comboBox3.Name = "comboBox3";
     this.comboBox3.Size = new System.Drawing.Size(100, 21);
     this.comboBox3.TabIndex = 28;
     //
     // label8
     //
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Location = new System.Drawing.Point(383, 158);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(76, 13);
     this.label8.TabIndex = 27;
     this.label8.Text = "Status :";
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Location = new System.Drawing.Point(383, 203);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(76, 13);
     this.label9.TabIndex = 29;
     this.label9.Text = "Indate :";
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Location = new System.Drawing.Point(460, 186);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.Size = new System.Drawing.Size(200, 20);
     this.dateTimePicker1.TabIndex = 30;
     //
     // buttonWithStyle4
     //
     this.buttonWithStyle4.AlwaysDrawBorder = true;
     this.buttonWithStyle4.AlwaysDrawEnabled = true;
     this.buttonWithStyle4.Location = new System.Drawing.Point(600, 101);
     this.buttonWithStyle4.Name = "buttonWithStyle4";
     this.buttonWithStyle4.Size = new System.Drawing.Size(75, 21);
     this.buttonWithStyle4.Style = Crownwood.DotNetMagic.Common.VisualStyle.MediaPlayerBlue;
     this.buttonWithStyle4.TabIndex = 31;
     this.buttonWithStyle4.Text = "Add Vendor";
     this.buttonWithStyle4.Click += new System.EventHandler(this.buttonWithStyle4_Click);
     //
     // panel1
     //
     this.panel1.BackgroundImage = global::PIRKT.Properties.Resources.test_copy;
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.numericUpDown3);
     this.panel1.Controls.Add(this.label7);
     this.panel1.Controls.Add(this.label10);
     this.panel1.Controls.Add(this.label9);
     this.panel1.Controls.Add(this.buttonWithStyle2);
     this.panel1.Controls.Add(this.comboBox2);
     this.panel1.Controls.Add(this.buttonWithStyle1);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.numericUpDown2);
     this.panel1.Controls.Add(this.textBox3);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.numericUpDown1);
     this.panel1.Controls.Add(this.label8);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.textBox1);
     this.panel1.Controls.Add(this.textBox2);
     this.panel1.Location = new System.Drawing.Point(-5, -10);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(715, 493);
     this.panel1.TabIndex = 32;
     //
     // label10
     //
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Location = new System.Drawing.Point(48, 81);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(100, 23);
     this.label10.TabIndex = 1;
     this.label10.Text = "Product ID :";
     //
     // numericUpDown3
     //
     this.numericUpDown3.Location = new System.Drawing.Point(154, 237);
     this.numericUpDown3.Name = "numericUpDown3";
     this.numericUpDown3.Size = new System.Drawing.Size(120, 20);
     this.numericUpDown3.TabIndex = 30;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location = new System.Drawing.Point(48, 244);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(54, 13);
     this.label1.TabIndex = 31;
     this.label1.Text = "Minimum :";
     //
     // product_ADD
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.ClientSize = new System.Drawing.Size(703, 483);
     this.Controls.Add(this.buttonWithStyle4);
     this.Controls.Add(this.dateTimePicker1);
     this.Controls.Add(this.comboBox3);
     this.Controls.Add(this.buttonWithStyle3);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.panel1);
     this.Name = "product_ADD";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Add Product";
     this.Load += new System.EventHandler(this.Add_Vendor_Load);
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Category_form));
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.vendorPanel = new System.Windows.Forms.Panel();
     this.buttonWithStyle1 = new Crownwood.DotNetMagic.Controls.ButtonWithStyle();
     this.tabbedGroups1 = new Crownwood.DotNetMagic.Controls.TabbedGroups();
     this.statusBarControl1 = new Crownwood.DotNetMagic.Controls.StatusBarControl();
     this.statusPanel1 = new Crownwood.DotNetMagic.Controls.StatusPanel();
     this.statusPanel2 = new Crownwood.DotNetMagic.Controls.StatusPanel();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.richTextBox1 = new System.Windows.Forms.RichTextBox();
     this.slidingTitleBar1 = new Crownwood.DotNetMagic.Controls.SlidingTitleBar();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.button1 = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.textBox4 = new System.Windows.Forms.TextBox();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
     this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.buttonWithStyle2 = new Crownwood.DotNetMagic.Controls.ButtonWithStyle();
     this.vendorPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabbedGroups1)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.slidingTitleBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
     this.bindingNavigator1.SuspendLayout();
     this.SuspendLayout();
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // vendorPanel
     //
     this.vendorPanel.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.vendorPanel.BackgroundImage = global::PIRKT.Properties.Resources.Manage_Categories_copy3;
     this.vendorPanel.Controls.Add(this.buttonWithStyle2);
     this.vendorPanel.Controls.Add(this.buttonWithStyle1);
     this.vendorPanel.Controls.Add(this.tabbedGroups1);
     this.vendorPanel.Controls.Add(this.statusBarControl1);
     this.vendorPanel.Controls.Add(this.tabControl1);
     this.vendorPanel.Controls.Add(this.dataGridView1);
     this.vendorPanel.Controls.Add(this.button1);
     this.vendorPanel.Controls.Add(this.groupBox1);
     this.vendorPanel.Controls.Add(this.bindingNavigator1);
     this.vendorPanel.Location = new System.Drawing.Point(0, 1);
     this.vendorPanel.Name = "vendorPanel";
     this.vendorPanel.Size = new System.Drawing.Size(1062, 716);
     this.vendorPanel.TabIndex = 0;
     this.vendorPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.vendorPanel_Paint);
     //
     // buttonWithStyle1
     //
     this.buttonWithStyle1.Location = new System.Drawing.Point(486, 631);
     this.buttonWithStyle1.Name = "buttonWithStyle1";
     this.buttonWithStyle1.Size = new System.Drawing.Size(75, 23);
     this.buttonWithStyle1.TabIndex = 23;
     this.buttonWithStyle1.Text = "QUIT";
     this.buttonWithStyle1.Click += new System.EventHandler(this.buttonWithStyle1_Click);
     //
     // tabbedGroups1
     //
     this.tabbedGroups1.AllowDrop = true;
     this.tabbedGroups1.AtLeastOneLeaf = true;
     this.tabbedGroups1.BackColor = System.Drawing.Color.Transparent;
     this.tabbedGroups1.ForeColor = System.Drawing.Color.Transparent;
     this.tabbedGroups1.Location = new System.Drawing.Point(534, 198);
     this.tabbedGroups1.Name = "tabbedGroups1";
     this.tabbedGroups1.ProminentBackColor = System.Drawing.Color.Transparent;
     this.tabbedGroups1.ProminentForeColor = System.Drawing.Color.Transparent;
     this.tabbedGroups1.ProminentLeaf = null;
     this.tabbedGroups1.ResizeBarColor = System.Drawing.Color.Transparent;
     this.tabbedGroups1.Size = new System.Drawing.Size(438, 218);
     this.tabbedGroups1.TabIndex = 22;
     //
     // statusBarControl1
     //
     this.statusBarControl1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.statusBarControl1.Location = new System.Drawing.Point(0, 695);
     this.statusBarControl1.Name = "statusBarControl1";
     this.statusBarControl1.Size = new System.Drawing.Size(1062, 21);
     this.statusBarControl1.StatusPanels.AddRange(new Crownwood.DotNetMagic.Controls.StatusPanel[] {
     this.statusPanel1,
     this.statusPanel2});
     this.statusBarControl1.Style = Crownwood.DotNetMagic.Common.VisualStyle.MediaPlayerBlue;
     this.statusBarControl1.TabIndex = 21;
     //
     // statusPanel1
     //
     this.statusPanel1.AutoScrollMargin = new System.Drawing.Size(0, 0);
     this.statusPanel1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.statusPanel1.Location = new System.Drawing.Point(2, 2);
     this.statusPanel1.Name = "statusPanel1";
     this.statusPanel1.Size = new System.Drawing.Size(100, 15);
     this.statusPanel1.TabIndex = 0;
     this.statusPanel1.Text = "Category Module";
     //
     // statusPanel2
     //
     this.statusPanel2.AutoScrollMargin = new System.Drawing.Size(0, 0);
     this.statusPanel2.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.statusPanel2.Location = new System.Drawing.Point(2, 2);
     this.statusPanel2.Name = "statusPanel2";
     this.statusPanel2.Size = new System.Drawing.Size(100, 15);
     this.statusPanel2.TabIndex = 0;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Location = new System.Drawing.Point(106, 417);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(862, 158);
     this.tabControl1.TabIndex = 19;
     this.tabControl1.TabStop = false;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.richTextBox1);
     this.tabPage1.Controls.Add(this.slidingTitleBar1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(854, 132);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Additional Info";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // richTextBox1
     //
     this.richTextBox1.AcceptsTab = true;
     this.richTextBox1.BackColor = System.Drawing.SystemColors.MenuBar;
     this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.richTextBox1.Location = new System.Drawing.Point(0, 0);
     this.richTextBox1.Name = "richTextBox1";
     this.richTextBox1.ReadOnly = true;
     this.richTextBox1.ShowSelectionMargin = true;
     this.richTextBox1.Size = new System.Drawing.Size(870, 147);
     this.richTextBox1.TabIndex = 14;
     this.richTextBox1.Text = "";
     this.richTextBox1.TextChanged += new System.EventHandler(this.richTextBox1_TextChanged);
     //
     // slidingTitleBar1
     //
     this.slidingTitleBar1.GradientDirection = Crownwood.DotNetMagic.Controls.GradientDirection.TopToBottom;
     this.slidingTitleBar1.Location = new System.Drawing.Point(-2, 2);
     this.slidingTitleBar1.MouseOverColor = System.Drawing.Color.Empty;
     this.slidingTitleBar1.Name = "slidingTitleBar1";
     //
     //
     //
     this.slidingTitleBar1.Panel.BackColor = System.Drawing.SystemColors.ControlLight;
     this.slidingTitleBar1.Panel.Location = new System.Drawing.Point(0, 26);
     this.slidingTitleBar1.Panel.Name = "";
     this.slidingTitleBar1.Panel.Size = new System.Drawing.Size(858, 99);
     this.slidingTitleBar1.Panel.TabIndex = 1;
     this.slidingTitleBar1.Size = new System.Drawing.Size(860, 127);
     this.slidingTitleBar1.TabIndex = 0;
     this.slidingTitleBar1.Text = "Superior Category";
     this.slidingTitleBar1.TitleFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // dataGridView1
     //
     dataGridViewCellStyle10.BackColor = System.Drawing.Color.CadetBlue;
     dataGridViewCellStyle10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
     dataGridViewCellStyle10.ForeColor = System.Drawing.Color.AliceBlue;
     dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.OrangeRed;
     dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle10;
     this.dataGridView1.BackgroundColor = System.Drawing.Color.MintCream;
     this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Sunken;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Cursor = System.Windows.Forms.Cursors.Hand;
     dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle11.BackColor = System.Drawing.Color.White;
     dataGridViewCellStyle11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle11.ForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.MidnightBlue;
     dataGridViewCellStyle11.SelectionForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle11;
     this.dataGridView1.GridColor = System.Drawing.SystemColors.ControlLightLight;
     this.dataGridView1.Location = new System.Drawing.Point(107, 198);
     this.dataGridView1.Name = "dataGridView1";
     dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     dataGridViewCellStyle12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle12;
     this.dataGridView1.RowHeadersVisible = false;
     this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView1.Size = new System.Drawing.Size(421, 218);
     this.dataGridView1.TabIndex = 18;
     this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
     this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
     //
     // button1
     //
     this.button1.Image = global::PIRKT.Properties.Resources.view2;
     this.button1.Location = new System.Drawing.Point(533, 162);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(41, 34);
     this.button1.TabIndex = 17;
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.groupBox1.Controls.Add(this.textBox4);
     this.groupBox1.Controls.Add(this.textBox3);
     this.groupBox1.Controls.Add(this.textBox2);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.groupBox1.Font = new System.Drawing.Font("Miriam", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.groupBox1.ForeColor = System.Drawing.SystemColors.ButtonFace;
     this.groupBox1.Location = new System.Drawing.Point(106, 155);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(422, 42);
     this.groupBox1.TabIndex = 16;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Search Panel";
     //
     // textBox4
     //
     this.textBox4.Font = new System.Drawing.Font("Miriam", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.textBox4.Location = new System.Drawing.Point(300, 16);
     this.textBox4.Name = "textBox4";
     this.textBox4.Size = new System.Drawing.Size(93, 21);
     this.textBox4.TabIndex = 5;
     this.textBox4.TextChanged += new System.EventHandler(this.textBox4_TextChanged);
     //
     // textBox3
     //
     this.textBox3.Font = new System.Drawing.Font("Miriam", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.textBox3.Location = new System.Drawing.Point(199, 16);
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new System.Drawing.Size(93, 21);
     this.textBox3.TabIndex = 4;
     this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
     //
     // textBox2
     //
     this.textBox2.Font = new System.Drawing.Font("Miriam", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.textBox2.Location = new System.Drawing.Point(102, 16);
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(89, 21);
     this.textBox2.TabIndex = 3;
     this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
     //
     // textBox1
     //
     this.textBox1.Font = new System.Drawing.Font("Miriam", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.textBox1.Location = new System.Drawing.Point(8, 16);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(86, 21);
     this.textBox1.TabIndex = 2;
     this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
     //
     // bindingNavigator1
     //
     this.bindingNavigator1.AddNewItem = this.bindingNavigatorAddNewItem;
     this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem;
     this.bindingNavigator1.DeleteItem = this.bindingNavigatorDeleteItem;
     this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.bindingNavigatorMoveFirstItem,
     this.bindingNavigatorMovePreviousItem,
     this.bindingNavigatorSeparator,
     this.bindingNavigatorPositionItem,
     this.bindingNavigatorCountItem,
     this.bindingNavigatorSeparator1,
     this.bindingNavigatorMoveNextItem,
     this.bindingNavigatorMoveLastItem,
     this.bindingNavigatorSeparator2,
     this.bindingNavigatorAddNewItem,
     this.bindingNavigatorDeleteItem,
     this.toolStripButton1});
     this.bindingNavigator1.Location = new System.Drawing.Point(0, 0);
     this.bindingNavigator1.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
     this.bindingNavigator1.MoveLastItem = this.bindingNavigatorMoveLastItem;
     this.bindingNavigator1.MoveNextItem = this.bindingNavigatorMoveNextItem;
     this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.bindingNavigator1.Name = "bindingNavigator1";
     this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem;
     this.bindingNavigator1.Size = new System.Drawing.Size(1062, 25);
     this.bindingNavigator1.TabIndex = 1;
     this.bindingNavigator1.Text = "bindingNavigator1";
     //
     // bindingNavigatorAddNewItem
     //
     this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
     this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
     this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorAddNewItem.Text = "Add new";
     this.bindingNavigatorAddNewItem.Click += new System.EventHandler(this.bindingNavigatorAddNewItem_Click);
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size = new System.Drawing.Size(36, 22);
     this.bindingNavigatorCountItem.Text = "of {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
     //
     // bindingNavigatorDeleteItem
     //
     this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
     this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
     this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorDeleteItem.Text = "Delete";
     this.bindingNavigatorDeleteItem.Click += new System.EventHandler(this.bindingNavigatorDeleteItem_Click);
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveFirstItem.Text = "Move first";
     this.bindingNavigatorMoveFirstItem.Click += new System.EventHandler(this.bindingNavigatorMoveFirstItem_Click);
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMovePreviousItem.Text = "Move previous";
     this.bindingNavigatorMovePreviousItem.Click += new System.EventHandler(this.bindingNavigatorMovePreviousItem_Click);
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Position";
     this.bindingNavigatorPositionItem.AutoSize = false;
     this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21);
     this.bindingNavigatorPositionItem.Text = "0";
     this.bindingNavigatorPositionItem.ToolTipText = "Current position";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveNextItem.Text = "Move next";
     this.bindingNavigatorMoveNextItem.Click += new System.EventHandler(this.bindingNavigatorMoveNextItem_Click);
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveLastItem.Text = "Move last";
     this.bindingNavigatorMoveLastItem.Click += new System.EventHandler(this.bindingNavigatorMoveLastItem_Click);
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton1.Text = "toolStripButton1";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // buttonWithStyle2
     //
     this.buttonWithStyle2.Location = new System.Drawing.Point(593, 162);
     this.buttonWithStyle2.Name = "buttonWithStyle2";
     this.buttonWithStyle2.Size = new System.Drawing.Size(38, 34);
     this.buttonWithStyle2.Style = Crownwood.DotNetMagic.Common.VisualStyle.MediaPlayerBlue;
     this.buttonWithStyle2.TabIndex = 25;
     this.buttonWithStyle2.Text = "EDIT";
     this.buttonWithStyle2.Click += new System.EventHandler(this.buttonWithStyle2_Click_1);
     //
     // Category_form
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1062, 718);
     this.Controls.Add(this.vendorPanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "Category_form";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Categories";
     this.TopMost = true;
     this.TransparencyKey = System.Drawing.Color.Transparent;
     this.Load += new System.EventHandler(this.Form1_Load);
     this.Activated += new System.EventHandler(this.Form1_Activated);
     this.vendorPanel.ResumeLayout(false);
     this.vendorPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabbedGroups1)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.slidingTitleBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
     this.bindingNavigator1.ResumeLayout(false);
     this.bindingNavigator1.PerformLayout();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ManageAccounts));
            this.CustomerBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.khobalatteaDataSetBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.panel1 = new System.Windows.Forms.Panel();
            this.buttonWithStyle1 = new Crownwood.DotNetMagic.Controls.ButtonWithStyle();
            this.label1 = new System.Windows.Forms.Label();
            this.richTextBox1 = new System.Windows.Forms.RichTextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.textBox5 = new System.Windows.Forms.TextBox();
            this.textBox14 = new System.Windows.Forms.TextBox();
            this.textBox15 = new System.Windows.Forms.TextBox();
            this.textBox16 = new System.Windows.Forms.TextBox();
            this.textBox17 = new System.Windows.Forms.TextBox();
            this.textBox18 = new System.Windows.Forms.TextBox();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
            this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.saveToolStripButton = new System.Windows.Forms.ToolStripButton();
            ((System.ComponentModel.ISupportInitialize)(this.CustomerBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.khobalatteaDataSetBindingSource)).BeginInit();
            this.panel1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
            this.bindingNavigator1.SuspendLayout();
            this.SuspendLayout();
            //
            // CustomerBindingSource
            //
            this.CustomerBindingSource.DataMember = "customer";
            this.CustomerBindingSource.DataSource = this.khobalatteaDataSetBindingSource;
            //
            // panel1
            //
            this.panel1.BackColor = System.Drawing.Color.White;
            this.panel1.BackgroundImage = global::PIRKT.Properties.Resources.accounts_mgt;
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel1.Controls.Add(this.buttonWithStyle1);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.richTextBox1);
            this.panel1.Controls.Add(this.button1);
            this.panel1.Controls.Add(this.groupBox1);
            this.panel1.Controls.Add(this.dataGridView1);
            this.panel1.Controls.Add(this.bindingNavigator1);
            this.panel1.Location = new System.Drawing.Point(0, -1);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1058, 704);
            this.panel1.TabIndex = 1;
            //
            // buttonWithStyle1
            //
            this.buttonWithStyle1.Location = new System.Drawing.Point(477, 632);
            this.buttonWithStyle1.Name = "buttonWithStyle1";
            this.buttonWithStyle1.Size = new System.Drawing.Size(75, 23);
            this.buttonWithStyle1.TabIndex = 23;
            this.buttonWithStyle1.Text = "QUIT";
            this.buttonWithStyle1.Click += new System.EventHandler(this.buttonWithStyle1_Click);
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.ForeColor = System.Drawing.SystemColors.MenuBar;
            this.label1.Location = new System.Drawing.Point(68, 478);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(214, 18);
            this.label1.TabIndex = 22;
            this.label1.Text = "Additional address information: ";
            //
            // richTextBox1
            //
            this.richTextBox1.BackColor = System.Drawing.Color.MintCream;
            this.richTextBox1.Location = new System.Drawing.Point(68, 496);
            this.richTextBox1.Name = "richTextBox1";
            this.richTextBox1.Size = new System.Drawing.Size(458, 130);
            this.richTextBox1.TabIndex = 21;
            this.richTextBox1.Text = "";
            //
            // button1
            //
            this.button1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.button1.Image = global::PIRKT.Properties.Resources.view2;
            this.button1.Location = new System.Drawing.Point(956, 194);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(40, 40);
            this.button1.TabIndex = 18;
            this.button1.UseVisualStyleBackColor = false;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            //
            // groupBox1
            //
            this.groupBox1.BackColor = System.Drawing.Color.Transparent;
            this.groupBox1.Controls.Add(this.textBox2);
            this.groupBox1.Controls.Add(this.textBox3);
            this.groupBox1.Controls.Add(this.textBox4);
            this.groupBox1.Controls.Add(this.textBox5);
            this.groupBox1.Controls.Add(this.textBox14);
            this.groupBox1.Controls.Add(this.textBox15);
            this.groupBox1.Controls.Add(this.textBox16);
            this.groupBox1.Controls.Add(this.textBox17);
            this.groupBox1.Controls.Add(this.textBox18);
            this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
            this.groupBox1.ForeColor = System.Drawing.SystemColors.MenuBar;
            this.groupBox1.Location = new System.Drawing.Point(68, 191);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(885, 41);
            this.groupBox1.TabIndex = 17;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Search: ";
            //
            // textBox2
            //
            this.textBox2.Location = new System.Drawing.Point(105, 14);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(78, 20);
            this.textBox2.TabIndex = 25;
            this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
            //
            // textBox3
            //
            this.textBox3.Location = new System.Drawing.Point(5, 14);
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(78, 20);
            this.textBox3.TabIndex = 24;
            this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
            //
            // textBox4
            //
            this.textBox4.Location = new System.Drawing.Point(606, 14);
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new System.Drawing.Size(78, 20);
            this.textBox4.TabIndex = 23;
            this.textBox4.TextChanged += new System.EventHandler(this.textBox4_TextChanged);
            //
            // textBox5
            //
            this.textBox5.Location = new System.Drawing.Point(507, 14);
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new System.Drawing.Size(78, 20);
            this.textBox5.TabIndex = 22;
            this.textBox5.TextChanged += new System.EventHandler(this.textBox5_TextChanged);
            //
            // textBox14
            //
            this.textBox14.Location = new System.Drawing.Point(406, 14);
            this.textBox14.Name = "textBox14";
            this.textBox14.Size = new System.Drawing.Size(78, 20);
            this.textBox14.TabIndex = 21;
            this.textBox14.TextChanged += new System.EventHandler(this.textBox14_TextChanged);
            //
            // textBox15
            //
            this.textBox15.Location = new System.Drawing.Point(300, 14);
            this.textBox15.Name = "textBox15";
            this.textBox15.Size = new System.Drawing.Size(78, 20);
            this.textBox15.TabIndex = 20;
            this.textBox15.TextChanged += new System.EventHandler(this.textBox15_TextChanged);
            //
            // textBox16
            //
            this.textBox16.Location = new System.Drawing.Point(204, 14);
            this.textBox16.Name = "textBox16";
            this.textBox16.Size = new System.Drawing.Size(78, 20);
            this.textBox16.TabIndex = 19;
            this.textBox16.TextChanged += new System.EventHandler(this.textBox16_TextChanged);
            //
            // textBox17
            //
            this.textBox17.Location = new System.Drawing.Point(704, 14);
            this.textBox17.Name = "textBox17";
            this.textBox17.Size = new System.Drawing.Size(78, 20);
            this.textBox17.TabIndex = 18;
            this.textBox17.TextChanged += new System.EventHandler(this.textBox17_TextChanged);
            //
            // textBox18
            //
            this.textBox18.Location = new System.Drawing.Point(800, 14);
            this.textBox18.Name = "textBox18";
            this.textBox18.Size = new System.Drawing.Size(78, 20);
            this.textBox18.TabIndex = 17;
            this.textBox18.TextChanged += new System.EventHandler(this.textBox18_TextChanged);
            //
            // dataGridView1
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.DarkCyan;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.Color.AliceBlue;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.OrangeRed;
            this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridView1.BackgroundColor = System.Drawing.Color.MintCream;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Location = new System.Drawing.Point(68, 238);
            this.dataGridView1.MultiSelect = false;
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowHeadersVisible = false;
            this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridView1.Size = new System.Drawing.Size(928, 238);
            this.dataGridView1.TabIndex = 3;
            this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
            //
            // bindingNavigator1
            //
            this.bindingNavigator1.AddNewItem = this.bindingNavigatorAddNewItem;
            this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem;
            this.bindingNavigator1.DeleteItem = this.bindingNavigatorDeleteItem;
            this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.bindingNavigatorMoveFirstItem,
            this.bindingNavigatorMovePreviousItem,
            this.bindingNavigatorSeparator,
            this.bindingNavigatorPositionItem,
            this.bindingNavigatorCountItem,
            this.bindingNavigatorSeparator1,
            this.bindingNavigatorMoveNextItem,
            this.bindingNavigatorMoveLastItem,
            this.bindingNavigatorSeparator2,
            this.bindingNavigatorAddNewItem,
            this.bindingNavigatorDeleteItem,
            this.saveToolStripButton});
            this.bindingNavigator1.Location = new System.Drawing.Point(0, 0);
            this.bindingNavigator1.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
            this.bindingNavigator1.MoveLastItem = this.bindingNavigatorMoveLastItem;
            this.bindingNavigator1.MoveNextItem = this.bindingNavigatorMoveNextItem;
            this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
            this.bindingNavigator1.Name = "bindingNavigator1";
            this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem;
            this.bindingNavigator1.Size = new System.Drawing.Size(1056, 25);
            this.bindingNavigator1.TabIndex = 2;
            this.bindingNavigator1.Text = "bindingNavigator1";
            //
            // bindingNavigatorAddNewItem
            //
            this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
            this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
            this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorAddNewItem.Text = "Add new";
            this.bindingNavigatorAddNewItem.Click += new System.EventHandler(this.bindingNavigatorAddNewItem_Click);
            //
            // bindingNavigatorCountItem
            //
            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(36, 22);
            this.bindingNavigatorCountItem.Text = "of {0}";
            this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
            //
            // bindingNavigatorDeleteItem
            //
            this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
            this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
            this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorDeleteItem.Text = "Delete";
            //
            // bindingNavigatorMoveFirstItem
            //
            this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
            this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
            this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveFirstItem.Text = "Move first";
            //
            // bindingNavigatorMovePreviousItem
            //
            this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
            this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
            this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMovePreviousItem.Text = "Move previous";
            //
            // bindingNavigatorSeparator
            //
            this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
            this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
            //
            // bindingNavigatorPositionItem
            //
            this.bindingNavigatorPositionItem.AccessibleName = "Position";
            this.bindingNavigatorPositionItem.AutoSize = false;
            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21);
            this.bindingNavigatorPositionItem.Text = "0";
            this.bindingNavigatorPositionItem.ToolTipText = "Current position";
            //
            // bindingNavigatorSeparator1
            //
            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
            this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
            //
            // bindingNavigatorMoveNextItem
            //
            this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
            this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
            this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveNextItem.Text = "Move next";
            //
            // bindingNavigatorMoveLastItem
            //
            this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
            this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
            this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveLastItem.Text = "Move last";
            //
            // bindingNavigatorSeparator2
            //
            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
            //
            // saveToolStripButton
            //
            this.saveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.saveToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
            this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.saveToolStripButton.Name = "saveToolStripButton";
            this.saveToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.saveToolStripButton.Text = "&Save";
            this.saveToolStripButton.Click += new System.EventHandler(this.saveToolStripButton_Click);
            //
            // ManageAccounts
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = global::PIRKT.Properties.Resources.accounts_mgt;
            this.ClientSize = new System.Drawing.Size(1058, 703);
            this.Controls.Add(this.panel1);
            this.Name = "ManageAccounts";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "ManageAccounts";
            this.Load += new System.EventHandler(this.ManageAccounts_Load);
            ((System.ComponentModel.ISupportInitialize)(this.CustomerBindingSource)).EndInit();

            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
            this.bindingNavigator1.ResumeLayout(false);
            this.bindingNavigator1.PerformLayout();
            this.ResumeLayout(false);
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panel1 = new System.Windows.Forms.Panel();
     this.label8 = new System.Windows.Forms.Label();
     this.textBox5 = new System.Windows.Forms.TextBox();
     this.button2 = new System.Windows.Forms.Button();
     this.button1 = new System.Windows.Forms.Button();
     this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
     this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
     this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.textBox6 = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.textBox4 = new System.Windows.Forms.TextBox();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.buttonWithStyle3 = new Crownwood.DotNetMagic.Controls.ButtonWithStyle();
     this.buttonWithStyle2 = new Crownwood.DotNetMagic.Controls.ButtonWithStyle();
     this.buttonWithStyle1 = new Crownwood.DotNetMagic.Controls.ButtonWithStyle();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackgroundImage = global::PIRKT.Properties.Resources.admin;
     this.panel1.Controls.Add(this.buttonWithStyle3);
     this.panel1.Controls.Add(this.buttonWithStyle2);
     this.panel1.Controls.Add(this.buttonWithStyle1);
     this.panel1.Controls.Add(this.label8);
     this.panel1.Controls.Add(this.textBox5);
     this.panel1.Controls.Add(this.button2);
     this.panel1.Controls.Add(this.button1);
     this.panel1.Controls.Add(this.numericUpDown3);
     this.panel1.Controls.Add(this.numericUpDown2);
     this.panel1.Controls.Add(this.numericUpDown1);
     this.panel1.Controls.Add(this.label7);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.textBox6);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.textBox3);
     this.panel1.Controls.Add(this.textBox4);
     this.panel1.Controls.Add(this.textBox2);
     this.panel1.Controls.Add(this.textBox1);
     this.panel1.Location = new System.Drawing.Point(-8, -12);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(717, 499);
     this.panel1.TabIndex = 0;
     this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(158, 214);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(120, 16);
     this.label8.TabIndex = 18;
     this.label8.Text = "Retype password: "******"textBox5";
     this.textBox5.Size = new System.Drawing.Size(175, 20);
     this.textBox5.TabIndex = 17;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(421, 325);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 16;
     this.button2.Text = "Reset";
     this.button2.UseVisualStyleBackColor = true;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(340, 325);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 15;
     this.button1.Text = "Submit";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // numericUpDown3
     //
     this.numericUpDown3.Location = new System.Drawing.Point(397, 281);
     this.numericUpDown3.Name = "numericUpDown3";
     this.numericUpDown3.Size = new System.Drawing.Size(62, 20);
     this.numericUpDown3.TabIndex = 14;
     //
     // numericUpDown2
     //
     this.numericUpDown2.Location = new System.Drawing.Point(338, 281);
     this.numericUpDown2.Name = "numericUpDown2";
     this.numericUpDown2.Size = new System.Drawing.Size(40, 20);
     this.numericUpDown2.TabIndex = 13;
     //
     // numericUpDown1
     //
     this.numericUpDown1.Location = new System.Drawing.Point(284, 281);
     this.numericUpDown1.Name = "numericUpDown1";
     this.numericUpDown1.Size = new System.Drawing.Size(39, 20);
     this.numericUpDown1.TabIndex = 12;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(158, 281);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(67, 16);
     this.label7.TabIndex = 11;
     this.label7.Text = "Birthdate: ";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(158, 246);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(48, 16);
     this.label6.TabIndex = 10;
     this.label6.Text = "Email: ";
     //
     // textBox6
     //
     this.textBox6.Location = new System.Drawing.Point(284, 242);
     this.textBox6.Name = "textBox6";
     this.textBox6.Size = new System.Drawing.Size(175, 20);
     this.textBox6.TabIndex = 8;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(158, 184);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(74, 16);
     this.label5.TabIndex = 7;
     this.label5.Text = "Password: "******"Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(158, 154);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(77, 16);
     this.label4.TabIndex = 6;
     this.label4.Text = "Username: "******"Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(158, 124);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(76, 16);
     this.label3.TabIndex = 5;
     this.label3.Text = "Last name: ";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(158, 94);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(76, 16);
     this.label2.TabIndex = 4;
     this.label2.Text = "First name: ";
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(284, 180);
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new System.Drawing.Size(175, 20);
     this.textBox3.TabIndex = 3;
     //
     // textBox4
     //
     this.textBox4.Location = new System.Drawing.Point(284, 150);
     this.textBox4.Name = "textBox4";
     this.textBox4.Size = new System.Drawing.Size(175, 20);
     this.textBox4.TabIndex = 2;
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(284, 120);
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(175, 20);
     this.textBox2.TabIndex = 1;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(284, 90);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(175, 20);
     this.textBox1.TabIndex = 0;
     //
     // buttonWithStyle3
     //
     this.buttonWithStyle3.AlwaysDrawBorder = true;
     this.buttonWithStyle3.AlwaysDrawEnabled = true;
     this.buttonWithStyle3.Location = new System.Drawing.Point(437, 374);
     this.buttonWithStyle3.Name = "buttonWithStyle3";
     this.buttonWithStyle3.Size = new System.Drawing.Size(75, 23);
     this.buttonWithStyle3.Style = Crownwood.DotNetMagic.Common.VisualStyle.MediaPlayerBlue;
     this.buttonWithStyle3.TabIndex = 33;
     this.buttonWithStyle3.Text = "RESET";
     //
     // buttonWithStyle2
     //
     this.buttonWithStyle2.AlwaysDrawBorder = true;
     this.buttonWithStyle2.AlwaysDrawEnabled = true;
     this.buttonWithStyle2.Location = new System.Drawing.Point(309, 374);
     this.buttonWithStyle2.Name = "buttonWithStyle2";
     this.buttonWithStyle2.Size = new System.Drawing.Size(75, 23);
     this.buttonWithStyle2.Style = Crownwood.DotNetMagic.Common.VisualStyle.MediaPlayerBlue;
     this.buttonWithStyle2.TabIndex = 32;
     this.buttonWithStyle2.Text = "CANCEL";
     //
     // buttonWithStyle1
     //
     this.buttonWithStyle1.AlwaysDrawBorder = true;
     this.buttonWithStyle1.AlwaysDrawEnabled = true;
     this.buttonWithStyle1.Location = new System.Drawing.Point(187, 374);
     this.buttonWithStyle1.Name = "buttonWithStyle1";
     this.buttonWithStyle1.Size = new System.Drawing.Size(75, 23);
     this.buttonWithStyle1.Style = Crownwood.DotNetMagic.Common.VisualStyle.MediaPlayerBlue;
     this.buttonWithStyle1.TabIndex = 31;
     this.buttonWithStyle1.Text = "SUBMIT";
     this.buttonWithStyle1.Click += new System.EventHandler(this.buttonWithStyle1_Click);
     //
     // CreateAccount
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.Window;
     this.ClientSize = new System.Drawing.Size(698, 477);
     this.Controls.Add(this.panel1);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "CreateAccount";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "CreateAccount";
     this.Load += new System.EventHandler(this.CreateAccount_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     this.ResumeLayout(false);
 }