private void InitializeComponent()
 {
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.searchBox1 = new YGOPRO_CardManager.Components.SearchBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.DeckList = new System.Windows.Forms.ListBox();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.richTextBox2 = new System.Windows.Forms.RichTextBox();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.SideList = new System.Windows.Forms.ListBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
     this.CardList = new System.Windows.Forms.ListBox();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.ExtraList = new System.Windows.Forms.ListBox();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.richTextBox1 = new System.Windows.Forms.RichTextBox();
     this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
     this.button3 = new System.Windows.Forms.Button();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.tableLayoutPanel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.tableLayoutPanel4.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.tableLayoutPanel5.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 23.46041F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 76.53959F));
     this.tableLayoutPanel1.Controls.Add(this.searchBox1, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(1, 1);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 56.13126F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 43.86874F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(159, 579);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // searchBox1
     //
     this.searchBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.searchBox1.Location = new System.Drawing.Point(3, 327);
     this.searchBox1.Name = "searchBox1";
     this.searchBox1.Size = new System.Drawing.Size(153, 249);
     this.searchBox1.TabIndex = 7;
     this.searchBox1.TabStop = false;
     this.searchBox1.Text = "Search";
     this.searchBox1.Click += new System.EventHandler(this.searchBox1_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.tableLayoutPanel2);
     this.groupBox1.Location = new System.Drawing.Point(3, 3);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(153, 312);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Deck List";
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.Controls.Add(this.DeckList, 0, 0);
     this.tableLayoutPanel2.Location = new System.Drawing.Point(8, 19);
     this.tableLayoutPanel2.Name = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 78.125F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 21.875F));
     this.tableLayoutPanel2.Size = new System.Drawing.Size(139, 287);
     this.tableLayoutPanel2.TabIndex = 4;
     //
     // DeckList
     //
     this.DeckList.FormattingEnabled = true;
     this.DeckList.Location = new System.Drawing.Point(3, 3);
     this.DeckList.Name = "DeckList";
     this.DeckList.Size = new System.Drawing.Size(133, 277);
     this.DeckList.TabIndex = 4;
     this.DeckList.SelectedIndexChanged += new System.EventHandler(this.DeckList_SelectedIndexChanged);
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 3;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 52.04819F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 47.95181F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 225F));
     this.tableLayoutPanel3.Controls.Add(this.groupBox6, 2, 1);
     this.tableLayoutPanel3.Controls.Add(this.groupBox4, 1, 1);
     this.tableLayoutPanel3.Controls.Add(this.groupBox2, 0, 0);
     this.tableLayoutPanel3.Controls.Add(this.groupBox3, 1, 0);
     this.tableLayoutPanel3.Controls.Add(this.groupBox5, 2, 0);
     this.tableLayoutPanel3.Location = new System.Drawing.Point(163, 1);
     this.tableLayoutPanel3.Name = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 2;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 49.6337F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.3663F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel3.Size = new System.Drawing.Size(612, 546);
     this.tableLayoutPanel3.TabIndex = 1;
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.richTextBox2);
     this.groupBox6.Location = new System.Drawing.Point(389, 274);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new System.Drawing.Size(200, 269);
     this.groupBox6.TabIndex = 4;
     this.groupBox6.TabStop = false;
     this.groupBox6.Text = "List to Extra Deck";
     //
     // richTextBox2
     //
     this.richTextBox2.Location = new System.Drawing.Point(6, 34);
     this.richTextBox2.Name = "richTextBox2";
     this.richTextBox2.Size = new System.Drawing.Size(188, 223);
     this.richTextBox2.TabIndex = 1;
     this.richTextBox2.Text = "";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.SideList);
     this.groupBox4.Location = new System.Drawing.Point(204, 274);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(179, 269);
     this.groupBox4.TabIndex = 2;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Side Deck List";
     //
     // SideList
     //
     this.SideList.FormattingEnabled = true;
     this.SideList.Location = new System.Drawing.Point(6, 32);
     this.SideList.Name = "SideList";
     this.SideList.Size = new System.Drawing.Size(175, 225);
     this.SideList.TabIndex = 1;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.tableLayoutPanel4);
     this.groupBox2.Location = new System.Drawing.Point(3, 3);
     this.groupBox2.Name = "groupBox2";
     this.tableLayoutPanel3.SetRowSpan(this.groupBox2, 2);
     this.groupBox2.Size = new System.Drawing.Size(195, 540);
     this.groupBox2.TabIndex = 0;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Main Deck List";
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.ColumnCount = 1;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.Controls.Add(this.CardList, 0, 0);
     this.tableLayoutPanel4.Location = new System.Drawing.Point(6, 22);
     this.tableLayoutPanel4.Name = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 1;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 92.72727F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.272727F));
     this.tableLayoutPanel4.Size = new System.Drawing.Size(199, 495);
     this.tableLayoutPanel4.TabIndex = 0;
     //
     // CardList
     //
     this.CardList.FormattingEnabled = true;
     this.CardList.Location = new System.Drawing.Point(3, 3);
     this.CardList.Name = "CardList";
     this.CardList.Size = new System.Drawing.Size(190, 485);
     this.CardList.TabIndex = 0;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.ExtraList);
     this.groupBox3.Location = new System.Drawing.Point(204, 3);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(179, 254);
     this.groupBox3.TabIndex = 1;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Extra Deck List";
     //
     // ExtraList
     //
     this.ExtraList.FormattingEnabled = true;
     this.ExtraList.Location = new System.Drawing.Point(6, 25);
     this.ExtraList.Name = "ExtraList";
     this.ExtraList.Size = new System.Drawing.Size(175, 212);
     this.ExtraList.TabIndex = 0;
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.richTextBox1);
     this.groupBox5.Location = new System.Drawing.Point(389, 3);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(203, 258);
     this.groupBox5.TabIndex = 3;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "List to Main Deck";
     //
     // richTextBox1
     //
     this.richTextBox1.AllowDrop = true;
     this.richTextBox1.Location = new System.Drawing.Point(6, 25);
     this.richTextBox1.Name = "richTextBox1";
     this.richTextBox1.Size = new System.Drawing.Size(188, 212);
     this.richTextBox1.TabIndex = 0;
     this.richTextBox1.Text = "";
     //
     // tableLayoutPanel5
     //
     this.tableLayoutPanel5.ColumnCount = 5;
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 47.18615F));
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 52.81385F));
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 199F));
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 86F));
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     this.tableLayoutPanel5.Controls.Add(this.button3, 0, 0);
     this.tableLayoutPanel5.Controls.Add(this.textBox1, 2, 0);
     this.tableLayoutPanel5.Controls.Add(this.label1, 1, 0);
     this.tableLayoutPanel5.Controls.Add(this.button1, 3, 0);
     this.tableLayoutPanel5.Controls.Add(this.button2, 4, 0);
     this.tableLayoutPanel5.Location = new System.Drawing.Point(166, 550);
     this.tableLayoutPanel5.Name = "tableLayoutPanel5";
     this.tableLayoutPanel5.RowCount = 1;
     this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel5.Size = new System.Drawing.Size(606, 30);
     this.tableLayoutPanel5.TabIndex = 2;
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(3, 3);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 4;
     this.button3.Text = "New";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(223, 3);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(193, 20);
     this.textBox1.TabIndex = 3;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(107, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(64, 13);
     this.label1.TabIndex = 2;
     this.label1.Text = "Deck Name";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(422, 3);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 0;
     this.button1.Text = "Export";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(508, 3);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 1;
     this.button2.Text = "Create";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // DeckManager
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ControlLight;
     this.ClientSize = new System.Drawing.Size(779, 584);
     this.Controls.Add(this.tableLayoutPanel5);
     this.Controls.Add(this.tableLayoutPanel3);
     this.Controls.Add(this.tableLayoutPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "DeckManager";
     this.tableLayoutPanel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.groupBox6.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.tableLayoutPanel4.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox5.ResumeLayout(false);
     this.tableLayoutPanel5.ResumeLayout(false);
     this.tableLayoutPanel5.PerformLayout();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
     this.button1 = new System.Windows.Forms.Button();
     this.ExtractScriptBtn = new System.Windows.Forms.Button();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
     this.label2 = new System.Windows.Forms.Label();
     this.CardID = new System.Windows.Forms.TextBox();
     this.Alias = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.CardFormats = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.SetCodeOne = new System.Windows.Forms.ComboBox();
     this.SetCodeTwo = new System.Windows.Forms.ComboBox();
     this.SetCodeThree = new System.Windows.Forms.ComboBox();
     this.Level = new System.Windows.Forms.ComboBox();
     this.label5 = new System.Windows.Forms.Label();
     this.SetCodeFour = new System.Windows.Forms.ComboBox();
     this.DEF = new System.Windows.Forms.MaskedTextBox();
     this.ATK = new System.Windows.Forms.TextBox();
     this.CardAttribute = new System.Windows.Forms.ComboBox();
     this.Race = new System.Windows.Forms.ComboBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.LScale = new System.Windows.Forms.ComboBox();
     this.RScale = new System.Windows.Forms.ComboBox();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.groupBox7 = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
     this.label14 = new System.Windows.Forms.Label();
     this.Effect1List = new System.Windows.Forms.CheckedListBox();
     this.Effect2List = new System.Windows.Forms.CheckedListBox();
     this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.CardName = new System.Windows.Forms.TextBox();
     this.CardDescription = new System.Windows.Forms.TextBox();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
     this.EffectList = new System.Windows.Forms.ListBox();
     this.EffectInput = new System.Windows.Forms.TextBox();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.DeleteEffectbtn = new System.Windows.Forms.Button();
     this.MoveEffectUp = new System.Windows.Forms.Button();
     this.MoveEffectDown = new System.Windows.Forms.Button();
     this.AddEffectbtn = new System.Windows.Forms.Button();
     this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.CardTypeList = new System.Windows.Forms.CheckedListBox();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.CategoryList = new System.Windows.Forms.CheckedListBox();
     this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
     this.OpenScriptBtn = new System.Windows.Forms.Button();
     this.CreateScriptBtn = new System.Windows.Forms.Button();
     this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
     this.Clearbtn = new System.Windows.Forms.Button();
     this.SaveCardbtn = new System.Windows.Forms.Button();
     this.DeleteBtn = new System.Windows.Forms.Button();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.CardImg = new System.Windows.Forms.PictureBox();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.LoadImageBtn = new System.Windows.Forms.Button();
     this.searchBox1 = new YGOPRO_CardManager.Components.SearchBox();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.flowLayoutPanel4.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.tableLayoutPanel4.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox7.SuspendLayout();
     this.tableLayoutPanel8.SuspendLayout();
     this.tableLayoutPanel6.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.tableLayoutPanel7.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel5.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.flowLayoutPanel3.SuspendLayout();
     this.flowLayoutPanel2.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CardImg)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 177F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
     this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(903, 596);
     this.tableLayoutPanel1.TabIndex = 3;
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 2;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 300F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Controls.Add(this.flowLayoutPanel4, 0, 3);
     this.tableLayoutPanel3.Controls.Add(this.groupBox2, 0, 0);
     this.tableLayoutPanel3.Controls.Add(this.groupBox4, 1, 0);
     this.tableLayoutPanel3.Controls.Add(this.groupBox5, 1, 1);
     this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel5, 0, 1);
     this.tableLayoutPanel3.Controls.Add(this.flowLayoutPanel3, 0, 2);
     this.tableLayoutPanel3.Controls.Add(this.flowLayoutPanel2, 1, 2);
     this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(180, 3);
     this.tableLayoutPanel3.Name = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 4;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 371F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 147F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 13F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel3.Size = new System.Drawing.Size(720, 590);
     this.tableLayoutPanel3.TabIndex = 7;
     //
     // flowLayoutPanel4
     //
     this.flowLayoutPanel4.Controls.Add(this.button1);
     this.flowLayoutPanel4.Controls.Add(this.ExtractScriptBtn);
     this.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel4.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flowLayoutPanel4.Location = new System.Drawing.Point(3, 557);
     this.flowLayoutPanel4.Name = "flowLayoutPanel4";
     this.flowLayoutPanel4.Size = new System.Drawing.Size(294, 30);
     this.flowLayoutPanel4.TabIndex = 9;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(179, 3);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(112, 23);
     this.button1.TabIndex = 1;
     this.button1.Text = "Pack Script";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // ExtractScriptBtn
     //
     this.ExtractScriptBtn.Location = new System.Drawing.Point(61, 3);
     this.ExtractScriptBtn.Name = "ExtractScriptBtn";
     this.ExtractScriptBtn.Size = new System.Drawing.Size(112, 23);
     this.ExtractScriptBtn.TabIndex = 1;
     this.ExtractScriptBtn.Text = "Extract Script";
     this.ExtractScriptBtn.UseVisualStyleBackColor = true;
     this.ExtractScriptBtn.Click += new System.EventHandler(this.ExtractScriptBtn_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.tableLayoutPanel4);
     this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(3, 3);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(294, 365);
     this.groupBox2.TabIndex = 0;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Card Info";
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.ColumnCount = 2;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 37.06897F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 62.93103F));
     this.tableLayoutPanel4.Controls.Add(this.label2, 0, 1);
     this.tableLayoutPanel4.Controls.Add(this.CardID, 1, 0);
     this.tableLayoutPanel4.Controls.Add(this.Alias, 1, 1);
     this.tableLayoutPanel4.Controls.Add(this.label1, 0, 0);
     this.tableLayoutPanel4.Controls.Add(this.CardFormats, 1, 2);
     this.tableLayoutPanel4.Controls.Add(this.label3, 0, 2);
     this.tableLayoutPanel4.Controls.Add(this.label4, 0, 3);
     this.tableLayoutPanel4.Controls.Add(this.SetCodeOne, 1, 3);
     this.tableLayoutPanel4.Controls.Add(this.SetCodeTwo, 1, 4);
     this.tableLayoutPanel4.Controls.Add(this.SetCodeThree, 1, 5);
     this.tableLayoutPanel4.Controls.Add(this.Level, 1, 7);
     this.tableLayoutPanel4.Controls.Add(this.label5, 0, 7);
     this.tableLayoutPanel4.Controls.Add(this.SetCodeFour, 1, 6);
     this.tableLayoutPanel4.Controls.Add(this.DEF, 1, 13);
     this.tableLayoutPanel4.Controls.Add(this.ATK, 1, 12);
     this.tableLayoutPanel4.Controls.Add(this.CardAttribute, 1, 11);
     this.tableLayoutPanel4.Controls.Add(this.Race, 1, 10);
     this.tableLayoutPanel4.Controls.Add(this.label9, 0, 13);
     this.tableLayoutPanel4.Controls.Add(this.label8, 0, 12);
     this.tableLayoutPanel4.Controls.Add(this.label7, 0, 11);
     this.tableLayoutPanel4.Controls.Add(this.label6, 0, 10);
     this.tableLayoutPanel4.Controls.Add(this.label12, 0, 8);
     this.tableLayoutPanel4.Controls.Add(this.label13, 0, 9);
     this.tableLayoutPanel4.Controls.Add(this.LScale, 1, 8);
     this.tableLayoutPanel4.Controls.Add(this.RScale, 1, 9);
     this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 16);
     this.tableLayoutPanel4.Name = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 14;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel4.Size = new System.Drawing.Size(288, 346);
     this.tableLayoutPanel4.TabIndex = 0;
     //
     // label2
     //
     this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.label2.Location = new System.Drawing.Point(3, 25);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(100, 25);
     this.label2.TabIndex = 3;
     this.label2.Text = "Alias";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // CardID
     //
     this.CardID.Dock = System.Windows.Forms.DockStyle.Fill;
     this.CardID.Location = new System.Drawing.Point(109, 3);
     this.CardID.Name = "CardID";
     this.CardID.Size = new System.Drawing.Size(176, 20);
     this.CardID.TabIndex = 0;
     //
     // Alias
     //
     this.Alias.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Alias.Location = new System.Drawing.Point(109, 28);
     this.Alias.Name = "Alias";
     this.Alias.Size = new System.Drawing.Size(176, 20);
     this.Alias.TabIndex = 1;
     this.Alias.Text = "0";
     //
     // label1
     //
     this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.label1.Location = new System.Drawing.Point(3, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(100, 25);
     this.label1.TabIndex = 2;
     this.label1.Text = "ID";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // CardFormats
     //
     this.CardFormats.Dock = System.Windows.Forms.DockStyle.Fill;
     this.CardFormats.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CardFormats.FormattingEnabled = true;
     this.CardFormats.Location = new System.Drawing.Point(109, 53);
     this.CardFormats.Name = "CardFormats";
     this.CardFormats.Size = new System.Drawing.Size(176, 21);
     this.CardFormats.TabIndex = 4;
     //
     // label3
     //
     this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.label3.Location = new System.Drawing.Point(3, 50);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(100, 25);
     this.label3.TabIndex = 5;
     this.label3.Text = "Card Format";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.label4.Location = new System.Drawing.Point(3, 75);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(100, 25);
     this.label4.TabIndex = 18;
     this.label4.Text = "Set Codes";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // SetCodeOne
     //
     this.SetCodeOne.Dock = System.Windows.Forms.DockStyle.Fill;
     this.SetCodeOne.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.SetCodeOne.FormattingEnabled = true;
     this.SetCodeOne.Location = new System.Drawing.Point(109, 78);
     this.SetCodeOne.Name = "SetCodeOne";
     this.SetCodeOne.Size = new System.Drawing.Size(176, 21);
     this.SetCodeOne.TabIndex = 19;
     //
     // SetCodeTwo
     //
     this.SetCodeTwo.Dock = System.Windows.Forms.DockStyle.Fill;
     this.SetCodeTwo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.SetCodeTwo.FormattingEnabled = true;
     this.SetCodeTwo.Location = new System.Drawing.Point(109, 103);
     this.SetCodeTwo.Name = "SetCodeTwo";
     this.SetCodeTwo.Size = new System.Drawing.Size(176, 21);
     this.SetCodeTwo.TabIndex = 20;
     //
     // SetCodeThree
     //
     this.SetCodeThree.Dock = System.Windows.Forms.DockStyle.Fill;
     this.SetCodeThree.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.SetCodeThree.FormattingEnabled = true;
     this.SetCodeThree.Location = new System.Drawing.Point(109, 128);
     this.SetCodeThree.Name = "SetCodeThree";
     this.SetCodeThree.Size = new System.Drawing.Size(176, 21);
     this.SetCodeThree.TabIndex = 31;
     //
     // Level
     //
     this.Level.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Level.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.Level.FormattingEnabled = true;
     this.Level.Location = new System.Drawing.Point(109, 178);
     this.Level.Name = "Level";
     this.Level.Size = new System.Drawing.Size(176, 21);
     this.Level.TabIndex = 26;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(3, 175);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(100, 25);
     this.label5.TabIndex = 21;
     this.label5.Text = "Level";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // SetCodeFour
     //
     this.SetCodeFour.Dock = System.Windows.Forms.DockStyle.Fill;
     this.SetCodeFour.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.SetCodeFour.FormattingEnabled = true;
     this.SetCodeFour.Location = new System.Drawing.Point(109, 153);
     this.SetCodeFour.Name = "SetCodeFour";
     this.SetCodeFour.Size = new System.Drawing.Size(176, 21);
     this.SetCodeFour.TabIndex = 32;
     //
     // DEF
     //
     this.DEF.Dock = System.Windows.Forms.DockStyle.Fill;
     this.DEF.Location = new System.Drawing.Point(109, 328);
     this.DEF.Name = "DEF";
     this.DEF.Size = new System.Drawing.Size(176, 20);
     this.DEF.TabIndex = 30;
     this.DEF.Text = "0";
     //
     // ATK
     //
     this.ATK.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ATK.Location = new System.Drawing.Point(109, 303);
     this.ATK.Name = "ATK";
     this.ATK.Size = new System.Drawing.Size(176, 20);
     this.ATK.TabIndex = 29;
     this.ATK.Text = "0";
     //
     // CardAttribute
     //
     this.CardAttribute.Dock = System.Windows.Forms.DockStyle.Fill;
     this.CardAttribute.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CardAttribute.FormattingEnabled = true;
     this.CardAttribute.Location = new System.Drawing.Point(109, 278);
     this.CardAttribute.Name = "CardAttribute";
     this.CardAttribute.Size = new System.Drawing.Size(176, 21);
     this.CardAttribute.TabIndex = 28;
     //
     // Race
     //
     this.Race.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Race.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.Race.FormattingEnabled = true;
     this.Race.Location = new System.Drawing.Point(109, 253);
     this.Race.Name = "Race";
     this.Race.Size = new System.Drawing.Size(176, 21);
     this.Race.TabIndex = 27;
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(3, 325);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(100, 24);
     this.label9.TabIndex = 25;
     this.label9.Text = "DEF";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(3, 300);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(100, 25);
     this.label8.TabIndex = 24;
     this.label8.Text = "ATK";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(3, 275);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(100, 25);
     this.label7.TabIndex = 23;
     this.label7.Text = "Attribute";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(3, 250);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(100, 25);
     this.label6.TabIndex = 22;
     this.label6.Text = "Race";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label12
     //
     this.label12.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(63, 206);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(40, 13);
     this.label12.TabIndex = 33;
     this.label12.Text = "LScale";
     //
     // label13
     //
     this.label13.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(61, 231);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(42, 13);
     this.label13.TabIndex = 34;
     this.label13.Text = "RScale";
     //
     // LScale
     //
     this.LScale.Dock = System.Windows.Forms.DockStyle.Fill;
     this.LScale.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.LScale.FormattingEnabled = true;
     this.LScale.Location = new System.Drawing.Point(109, 203);
     this.LScale.Name = "LScale";
     this.LScale.Size = new System.Drawing.Size(176, 21);
     this.LScale.TabIndex = 35;
     //
     // RScale
     //
     this.RScale.Dock = System.Windows.Forms.DockStyle.Fill;
     this.RScale.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.RScale.FormattingEnabled = true;
     this.RScale.Location = new System.Drawing.Point(109, 228);
     this.RScale.Name = "RScale";
     this.RScale.Size = new System.Drawing.Size(176, 21);
     this.RScale.TabIndex = 36;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.groupBox7);
     this.groupBox4.Controls.Add(this.tableLayoutPanel6);
     this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox4.Location = new System.Drawing.Point(303, 3);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(414, 365);
     this.groupBox4.TabIndex = 2;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Card Text";
     //
     // groupBox7
     //
     this.groupBox7.Controls.Add(this.tableLayoutPanel8);
     this.groupBox7.Location = new System.Drawing.Point(6, 196);
     this.groupBox7.Name = "groupBox7";
     this.groupBox7.Size = new System.Drawing.Size(402, 163);
     this.groupBox7.TabIndex = 1;
     this.groupBox7.TabStop = false;
     this.groupBox7.Text = "Card Effect";
     //
     // tableLayoutPanel8
     //
     this.tableLayoutPanel8.ColumnCount = 3;
     this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 19.75309F));
     this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80.24691F));
     this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 242F));
     this.tableLayoutPanel8.Controls.Add(this.label14, 1, 0);
     this.tableLayoutPanel8.Controls.Add(this.Effect1List, 1, 1);
     this.tableLayoutPanel8.Controls.Add(this.Effect2List, 2, 1);
     this.tableLayoutPanel8.Location = new System.Drawing.Point(-1, 19);
     this.tableLayoutPanel8.Name = "tableLayoutPanel8";
     this.tableLayoutPanel8.RowCount = 2;
     this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel8.Size = new System.Drawing.Size(405, 135);
     this.tableLayoutPanel8.TabIndex = 2;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(35, 0);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(67, 13);
     this.label14.TabIndex = 0;
     this.label14.Text = "Effect Types";
     //
     // Effect1List
     //
     this.Effect1List.FormattingEnabled = true;
     this.Effect1List.Location = new System.Drawing.Point(35, 60);
     this.Effect1List.Name = "Effect1List";
     this.Effect1List.Size = new System.Drawing.Size(124, 49);
     this.Effect1List.TabIndex = 2;
     //
     // Effect2List
     //
     this.Effect2List.FormattingEnabled = true;
     this.Effect2List.Location = new System.Drawing.Point(165, 60);
     this.Effect2List.Name = "Effect2List";
     this.tableLayoutPanel8.SetRowSpan(this.Effect2List, 2);
     this.Effect2List.Size = new System.Drawing.Size(136, 49);
     this.Effect2List.TabIndex = 1;
     //
     // tableLayoutPanel6
     //
     this.tableLayoutPanel6.ColumnCount = 2;
     this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 32.58124F));
     this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67.41875F));
     this.tableLayoutPanel6.Controls.Add(this.label10, 0, 0);
     this.tableLayoutPanel6.Controls.Add(this.label11, 0, 1);
     this.tableLayoutPanel6.Controls.Add(this.CardName, 1, 0);
     this.tableLayoutPanel6.Controls.Add(this.CardDescription, 1, 1);
     this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 16);
     this.tableLayoutPanel6.Name = "tableLayoutPanel6";
     this.tableLayoutPanel6.RowCount = 2;
     this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel6.Size = new System.Drawing.Size(408, 174);
     this.tableLayoutPanel6.TabIndex = 0;
     //
     // label10
     //
     this.label10.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(94, 6);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(35, 13);
     this.label10.TabIndex = 0;
     this.label10.Text = "Name";
     //
     // label11
     //
     this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(69, 25);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(60, 13);
     this.label11.TabIndex = 1;
     this.label11.Text = "Description";
     //
     // CardName
     //
     this.CardName.Dock = System.Windows.Forms.DockStyle.Fill;
     this.CardName.Location = new System.Drawing.Point(135, 3);
     this.CardName.Name = "CardName";
     this.CardName.Size = new System.Drawing.Size(270, 20);
     this.CardName.TabIndex = 2;
     //
     // CardDescription
     //
     this.CardDescription.Dock = System.Windows.Forms.DockStyle.Fill;
     this.CardDescription.Location = new System.Drawing.Point(135, 28);
     this.CardDescription.Multiline = true;
     this.CardDescription.Name = "CardDescription";
     this.CardDescription.Size = new System.Drawing.Size(270, 143);
     this.CardDescription.TabIndex = 3;
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.tableLayoutPanel7);
     this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox5.Location = new System.Drawing.Point(303, 374);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(414, 141);
     this.groupBox5.TabIndex = 5;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "Optional Card Effect Text";
     //
     // tableLayoutPanel7
     //
     this.tableLayoutPanel7.ColumnCount = 2;
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 32.95454F));
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67.04546F));
     this.tableLayoutPanel7.Controls.Add(this.EffectList, 1, 0);
     this.tableLayoutPanel7.Controls.Add(this.EffectInput, 1, 1);
     this.tableLayoutPanel7.Controls.Add(this.flowLayoutPanel1, 0, 0);
     this.tableLayoutPanel7.Controls.Add(this.AddEffectbtn, 0, 1);
     this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel7.Location = new System.Drawing.Point(3, 16);
     this.tableLayoutPanel7.Name = "tableLayoutPanel7";
     this.tableLayoutPanel7.RowCount = 2;
     this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 79.02098F));
     this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.97902F));
     this.tableLayoutPanel7.Size = new System.Drawing.Size(408, 122);
     this.tableLayoutPanel7.TabIndex = 4;
     //
     // EffectList
     //
     this.EffectList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.EffectList.FormattingEnabled = true;
     this.EffectList.Location = new System.Drawing.Point(137, 3);
     this.EffectList.Name = "EffectList";
     this.EffectList.Size = new System.Drawing.Size(268, 90);
     this.EffectList.TabIndex = 1;
     //
     // EffectInput
     //
     this.EffectInput.Dock = System.Windows.Forms.DockStyle.Fill;
     this.EffectInput.Location = new System.Drawing.Point(137, 99);
     this.EffectInput.Name = "EffectInput";
     this.EffectInput.Size = new System.Drawing.Size(268, 20);
     this.EffectInput.TabIndex = 2;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.DeleteEffectbtn);
     this.flowLayoutPanel1.Controls.Add(this.MoveEffectUp);
     this.flowLayoutPanel1.Controls.Add(this.MoveEffectDown);
     this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size = new System.Drawing.Size(128, 90);
     this.flowLayoutPanel1.TabIndex = 3;
     //
     // DeleteEffectbtn
     //
     this.DeleteEffectbtn.Location = new System.Drawing.Point(50, 3);
     this.DeleteEffectbtn.Name = "DeleteEffectbtn";
     this.DeleteEffectbtn.Size = new System.Drawing.Size(75, 23);
     this.DeleteEffectbtn.TabIndex = 1;
     this.DeleteEffectbtn.Text = "Delete";
     this.DeleteEffectbtn.UseVisualStyleBackColor = true;
     this.DeleteEffectbtn.Click += new System.EventHandler(this.DeleteEffectbtn_Click);
     //
     // MoveEffectUp
     //
     this.MoveEffectUp.Location = new System.Drawing.Point(50, 32);
     this.MoveEffectUp.Name = "MoveEffectUp";
     this.MoveEffectUp.Size = new System.Drawing.Size(75, 23);
     this.MoveEffectUp.TabIndex = 2;
     this.MoveEffectUp.Text = "Up";
     this.MoveEffectUp.UseVisualStyleBackColor = true;
     this.MoveEffectUp.Click += new System.EventHandler(this.MoveEffectUp_Click);
     //
     // MoveEffectDown
     //
     this.MoveEffectDown.Location = new System.Drawing.Point(50, 61);
     this.MoveEffectDown.Name = "MoveEffectDown";
     this.MoveEffectDown.Size = new System.Drawing.Size(75, 23);
     this.MoveEffectDown.TabIndex = 3;
     this.MoveEffectDown.Text = "Down";
     this.MoveEffectDown.UseVisualStyleBackColor = true;
     this.MoveEffectDown.Click += new System.EventHandler(this.MoveEffectDown_Click);
     //
     // AddEffectbtn
     //
     this.AddEffectbtn.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.AddEffectbtn.Location = new System.Drawing.Point(56, 99);
     this.AddEffectbtn.Name = "AddEffectbtn";
     this.AddEffectbtn.Size = new System.Drawing.Size(75, 20);
     this.AddEffectbtn.TabIndex = 4;
     this.AddEffectbtn.Text = "Add";
     this.AddEffectbtn.UseVisualStyleBackColor = true;
     this.AddEffectbtn.Click += new System.EventHandler(this.AddEffectbtn_Click);
     //
     // tableLayoutPanel5
     //
     this.tableLayoutPanel5.ColumnCount = 2;
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel5.Controls.Add(this.groupBox1, 0, 0);
     this.tableLayoutPanel5.Controls.Add(this.groupBox6, 1, 0);
     this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 374);
     this.tableLayoutPanel5.Name = "tableLayoutPanel5";
     this.tableLayoutPanel5.RowCount = 1;
     this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel5.Size = new System.Drawing.Size(294, 141);
     this.tableLayoutPanel5.TabIndex = 6;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.CardTypeList);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(3, 3);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(141, 135);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Card Types";
     //
     // CardTypeList
     //
     this.CardTypeList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.CardTypeList.FormattingEnabled = true;
     this.CardTypeList.Location = new System.Drawing.Point(3, 16);
     this.CardTypeList.Name = "CardTypeList";
     this.CardTypeList.Size = new System.Drawing.Size(135, 116);
     this.CardTypeList.TabIndex = 0;
     this.CardTypeList.SelectedIndexChanged += new System.EventHandler(this.CardTypeList_SelectedIndexChanged);
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.CategoryList);
     this.groupBox6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox6.Location = new System.Drawing.Point(150, 3);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new System.Drawing.Size(141, 135);
     this.groupBox6.TabIndex = 1;
     this.groupBox6.TabStop = false;
     this.groupBox6.Text = "Card Category";
     //
     // CategoryList
     //
     this.CategoryList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.CategoryList.FormattingEnabled = true;
     this.CategoryList.Items.AddRange(new object[] {
     "S/T Destory",
     "Destory Monster",
     "Banish",
     "Graveyard",
     "Back to Hand",
     "Back to Deck",
     "Destory Hand",
     "Destory Deck",
     "Draw",
     "Search",
     "Recovery",
     "Position",
     "Control",
     "Change ATK/DEF",
     "Piercing",
     "Repeat Attack",
     "Limit Attack",
     "Direct Attack",
     "Special Summon",
     "Token",
     "Type-Related",
     "Property-Related",
     "Damage LP",
     "Recover LP",
     "Destory",
     "Select",
     "Counter",
     "Gamble",
     "Fusion-Related",
     "Tuner-Related",
     "Xyz-Related",
     "Negate Effect"});
     this.CategoryList.Location = new System.Drawing.Point(3, 16);
     this.CategoryList.Name = "CategoryList";
     this.CategoryList.Size = new System.Drawing.Size(135, 116);
     this.CategoryList.TabIndex = 0;
     //
     // flowLayoutPanel3
     //
     this.flowLayoutPanel3.Controls.Add(this.OpenScriptBtn);
     this.flowLayoutPanel3.Controls.Add(this.CreateScriptBtn);
     this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel3.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flowLayoutPanel3.Location = new System.Drawing.Point(3, 521);
     this.flowLayoutPanel3.Name = "flowLayoutPanel3";
     this.flowLayoutPanel3.Size = new System.Drawing.Size(294, 30);
     this.flowLayoutPanel3.TabIndex = 7;
     //
     // OpenScriptBtn
     //
     this.OpenScriptBtn.Location = new System.Drawing.Point(179, 3);
     this.OpenScriptBtn.Name = "OpenScriptBtn";
     this.OpenScriptBtn.Size = new System.Drawing.Size(112, 23);
     this.OpenScriptBtn.TabIndex = 0;
     this.OpenScriptBtn.Text = "Open Script";
     this.OpenScriptBtn.UseVisualStyleBackColor = true;
     this.OpenScriptBtn.Click += new System.EventHandler(this.OpenScriptBtn_Click_1);
     //
     // CreateScriptBtn
     //
     this.CreateScriptBtn.Location = new System.Drawing.Point(61, 3);
     this.CreateScriptBtn.Name = "CreateScriptBtn";
     this.CreateScriptBtn.Size = new System.Drawing.Size(112, 23);
     this.CreateScriptBtn.TabIndex = 11;
     this.CreateScriptBtn.Text = "Create Script";
     this.CreateScriptBtn.UseVisualStyleBackColor = true;
     this.CreateScriptBtn.Click += new System.EventHandler(this.CreateScriptBtn_Click);
     //
     // flowLayoutPanel2
     //
     this.flowLayoutPanel2.Controls.Add(this.Clearbtn);
     this.flowLayoutPanel2.Controls.Add(this.SaveCardbtn);
     this.flowLayoutPanel2.Controls.Add(this.DeleteBtn);
     this.flowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flowLayoutPanel2.Location = new System.Drawing.Point(303, 521);
     this.flowLayoutPanel2.Name = "flowLayoutPanel2";
     this.flowLayoutPanel2.Size = new System.Drawing.Size(414, 27);
     this.flowLayoutPanel2.TabIndex = 10;
     //
     // Clearbtn
     //
     this.Clearbtn.Location = new System.Drawing.Point(328, 3);
     this.Clearbtn.Name = "Clearbtn";
     this.Clearbtn.Size = new System.Drawing.Size(83, 23);
     this.Clearbtn.TabIndex = 0;
     this.Clearbtn.Text = "Clear";
     this.Clearbtn.UseVisualStyleBackColor = true;
     this.Clearbtn.Click += new System.EventHandler(this.Clearbtn_Click);
     //
     // SaveCardbtn
     //
     this.SaveCardbtn.Location = new System.Drawing.Point(239, 3);
     this.SaveCardbtn.Name = "SaveCardbtn";
     this.SaveCardbtn.Size = new System.Drawing.Size(83, 23);
     this.SaveCardbtn.TabIndex = 1;
     this.SaveCardbtn.Text = "Save Card";
     this.SaveCardbtn.UseVisualStyleBackColor = true;
     this.SaveCardbtn.Click += new System.EventHandler(this.SaveCardbtn_Click);
     //
     // DeleteBtn
     //
     this.DeleteBtn.Location = new System.Drawing.Point(150, 3);
     this.DeleteBtn.Name = "DeleteBtn";
     this.DeleteBtn.Size = new System.Drawing.Size(83, 23);
     this.DeleteBtn.TabIndex = 2;
     this.DeleteBtn.Text = "Delete Card";
     this.DeleteBtn.UseVisualStyleBackColor = true;
     this.DeleteBtn.Click += new System.EventHandler(this.DeleteBtn_Click);
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.comboBox1, 0, 5);
     this.tableLayoutPanel2.Controls.Add(this.CardImg, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.checkBox1, 0, 4);
     this.tableLayoutPanel2.Controls.Add(this.LoadImageBtn, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.searchBox1, 0, 2);
     this.tableLayoutPanel2.Controls.Add(this.groupBox3, 0, 3);
     this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel2.Name = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 6;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 254F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 219F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F));
     this.tableLayoutPanel2.Size = new System.Drawing.Size(171, 590);
     this.tableLayoutPanel2.TabIndex = 0;
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location = new System.Drawing.Point(3, 564);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(121, 21);
     this.comboBox1.TabIndex = 0;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // CardImg
     //
     this.CardImg.Dock = System.Windows.Forms.DockStyle.Fill;
     this.CardImg.ErrorImage = null;
     this.CardImg.Location = new System.Drawing.Point(3, 3);
     this.CardImg.Name = "CardImg";
     this.CardImg.Size = new System.Drawing.Size(165, 248);
     this.CardImg.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.CardImg.TabIndex = 0;
     this.CardImg.TabStop = false;
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(3, 534);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(139, 17);
     this.checkBox1.TabIndex = 8;
     this.checkBox1.Text = "Enable expansion cards";
     this.checkBox1.UseVisualStyleBackColor = true;
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // LoadImageBtn
     //
     this.LoadImageBtn.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.LoadImageBtn.Location = new System.Drawing.Point(48, 257);
     this.LoadImageBtn.Name = "LoadImageBtn";
     this.LoadImageBtn.Size = new System.Drawing.Size(75, 23);
     this.LoadImageBtn.TabIndex = 1;
     this.LoadImageBtn.Text = "Set Image";
     this.LoadImageBtn.UseVisualStyleBackColor = true;
     this.LoadImageBtn.Click += new System.EventHandler(this.LoadImageBtn_Click);
     //
     // searchBox1
     //
     this.searchBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.searchBox1.Location = new System.Drawing.Point(3, 286);
     this.searchBox1.Name = "searchBox1";
     this.searchBox1.Size = new System.Drawing.Size(165, 213);
     this.searchBox1.TabIndex = 2;
     this.searchBox1.TabStop = false;
     this.searchBox1.Text = "Search";
     //
     // groupBox3
     //
     this.groupBox3.Location = new System.Drawing.Point(3, 505);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(165, 23);
     this.groupBox3.TabIndex = 8;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Expansion Cards";
     //
     // CDBEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ControlLight;
     this.ClientSize = new System.Drawing.Size(903, 596);
     this.Controls.Add(this.tableLayoutPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "CDBEditor";
     this.Text = "CDBEditor";
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.flowLayoutPanel4.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.tableLayoutPanel4.ResumeLayout(false);
     this.tableLayoutPanel4.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox7.ResumeLayout(false);
     this.tableLayoutPanel8.ResumeLayout(false);
     this.tableLayoutPanel8.PerformLayout();
     this.tableLayoutPanel6.ResumeLayout(false);
     this.tableLayoutPanel6.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     this.tableLayoutPanel7.ResumeLayout(false);
     this.tableLayoutPanel7.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel5.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox6.ResumeLayout(false);
     this.flowLayoutPanel3.ResumeLayout(false);
     this.flowLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CardImg)).EndInit();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
     this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
     this.AddButton = new System.Windows.Forms.Button();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.patchchk = new System.Windows.Forms.CheckBox();
     this.imagechk = new System.Windows.Forms.CheckBox();
     this.cdbchk = new System.Windows.Forms.CheckBox();
     this.UpdateCardsList = new System.Windows.Forms.ListBox();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.NewId = new System.Windows.Forms.TextBox();
     this.SearchBox = new YGOPRO_CardManager.Components.SearchBox();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.ConvertButton = new System.Windows.Forms.Button();
     this.tableLayoutPanel8.SuspendLayout();
     this.flowLayoutPanel2.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tableLayoutPanel4.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.tableLayoutPanel9.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel8
     //
     this.tableLayoutPanel8.ColumnCount = 2;
     this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel8.Controls.Add(this.flowLayoutPanel2, 0, 1);
     this.tableLayoutPanel8.Controls.Add(this.tableLayoutPanel3, 1, 0);
     this.tableLayoutPanel8.Controls.Add(this.tableLayoutPanel1, 0, 0);
     this.tableLayoutPanel8.Controls.Add(this.flowLayoutPanel1, 1, 1);
     this.tableLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel8.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel8.Name = "tableLayoutPanel8";
     this.tableLayoutPanel8.RowCount = 2;
     this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
     this.tableLayoutPanel8.Size = new System.Drawing.Size(733, 509);
     this.tableLayoutPanel8.TabIndex = 2;
     //
     // flowLayoutPanel2
     //
     this.flowLayoutPanel2.Controls.Add(this.AddButton);
     this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flowLayoutPanel2.Location = new System.Drawing.Point(3, 480);
     this.flowLayoutPanel2.Name = "flowLayoutPanel2";
     this.flowLayoutPanel2.Size = new System.Drawing.Size(360, 26);
     this.flowLayoutPanel2.TabIndex = 5;
     //
     // AddButton
     //
     this.AddButton.Location = new System.Drawing.Point(282, 3);
     this.AddButton.Name = "AddButton";
     this.AddButton.Size = new System.Drawing.Size(75, 23);
     this.AddButton.TabIndex = 0;
     this.AddButton.Text = "Add";
     this.AddButton.UseVisualStyleBackColor = true;
     this.AddButton.Click += new System.EventHandler(this.AddButton_Click);
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 1;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.Controls.Add(this.groupBox1, 0, 0);
     this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(369, 3);
     this.tableLayoutPanel3.Name = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 1;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 91.60493F));
     this.tableLayoutPanel3.Size = new System.Drawing.Size(361, 471);
     this.tableLayoutPanel3.TabIndex = 2;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.tableLayoutPanel4);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(3, 3);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(355, 465);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Convert List";
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.ColumnCount = 1;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.Controls.Add(this.groupBox4, 0, 1);
     this.tableLayoutPanel4.Controls.Add(this.UpdateCardsList, 0, 0);
     this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 16);
     this.tableLayoutPanel4.Name = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 2;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 84.08072F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15.91928F));
     this.tableLayoutPanel4.Size = new System.Drawing.Size(349, 446);
     this.tableLayoutPanel4.TabIndex = 0;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.tableLayoutPanel9);
     this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox4.Location = new System.Drawing.Point(3, 378);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(343, 65);
     this.groupBox4.TabIndex = 1;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Convert Options";
     //
     // tableLayoutPanel9
     //
     this.tableLayoutPanel9.ColumnCount = 2;
     this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel9.Controls.Add(this.checkBox1, 0, 1);
     this.tableLayoutPanel9.Controls.Add(this.patchchk, 0, 1);
     this.tableLayoutPanel9.Controls.Add(this.imagechk, 0, 0);
     this.tableLayoutPanel9.Controls.Add(this.cdbchk, 1, 0);
     this.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel9.Location = new System.Drawing.Point(3, 16);
     this.tableLayoutPanel9.Name = "tableLayoutPanel9";
     this.tableLayoutPanel9.RowCount = 2;
     this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel9.Size = new System.Drawing.Size(337, 46);
     this.tableLayoutPanel9.TabIndex = 0;
     //
     // checkBox1
     //
     this.checkBox1.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.checkBox1.AutoSize = true;
     this.checkBox1.Checked = true;
     this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.Location = new System.Drawing.Point(55, 29);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(58, 17);
     this.checkBox1.TabIndex = 3;
     this.checkBox1.Text = "Scripts";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // patchchk
     //
     this.patchchk.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.patchchk.AutoSize = true;
     this.patchchk.Checked = true;
     this.patchchk.CheckState = System.Windows.Forms.CheckState.Checked;
     this.patchchk.Location = new System.Drawing.Point(208, 29);
     this.patchchk.Name = "patchchk";
     this.patchchk.Size = new System.Drawing.Size(88, 17);
     this.patchchk.TabIndex = 1;
     this.patchchk.Text = "Create Patch";
     this.patchchk.UseVisualStyleBackColor = true;
     //
     // imagechk
     //
     this.imagechk.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.imagechk.AutoSize = true;
     this.imagechk.Checked = true;
     this.imagechk.CheckState = System.Windows.Forms.CheckState.Checked;
     this.imagechk.Location = new System.Drawing.Point(54, 4);
     this.imagechk.Name = "imagechk";
     this.imagechk.Size = new System.Drawing.Size(60, 17);
     this.imagechk.TabIndex = 0;
     this.imagechk.Text = "Images";
     this.imagechk.UseVisualStyleBackColor = true;
     //
     // cdbchk
     //
     this.cdbchk.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.cdbchk.AutoSize = true;
     this.cdbchk.Checked = true;
     this.cdbchk.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cdbchk.Location = new System.Drawing.Point(228, 4);
     this.cdbchk.Name = "cdbchk";
     this.cdbchk.Size = new System.Drawing.Size(48, 17);
     this.cdbchk.TabIndex = 2;
     this.cdbchk.Text = "CDB";
     this.cdbchk.UseVisualStyleBackColor = true;
     //
     // UpdateCardsList
     //
     this.UpdateCardsList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.UpdateCardsList.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.UpdateCardsList.FormattingEnabled = true;
     this.UpdateCardsList.IntegralHeight = false;
     this.UpdateCardsList.Location = new System.Drawing.Point(3, 3);
     this.UpdateCardsList.Name = "UpdateCardsList";
     this.UpdateCardsList.Size = new System.Drawing.Size(343, 369);
     this.UpdateCardsList.TabIndex = 0;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.SearchBox, 0, 0);
     this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 91.60493F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.395061F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(360, 471);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.Controls.Add(this.NewId, 0, 0);
     this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 434);
     this.tableLayoutPanel2.Name = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.Size = new System.Drawing.Size(354, 34);
     this.tableLayoutPanel2.TabIndex = 3;
     //
     // NewId
     //
     this.NewId.Dock = System.Windows.Forms.DockStyle.Fill;
     this.NewId.ForeColor = System.Drawing.SystemColors.WindowFrame;
     this.NewId.Location = new System.Drawing.Point(3, 3);
     this.NewId.Name = "NewId";
     this.NewId.Size = new System.Drawing.Size(348, 20);
     this.NewId.TabIndex = 2;
     this.NewId.Text = "New ID";
     this.NewId.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // SearchBox
     //
     this.SearchBox.Dock = System.Windows.Forms.DockStyle.Fill;
     this.SearchBox.Location = new System.Drawing.Point(3, 3);
     this.SearchBox.Name = "SearchBox";
     this.SearchBox.Size = new System.Drawing.Size(354, 425);
     this.SearchBox.TabIndex = 4;
     this.SearchBox.TabStop = false;
     this.SearchBox.Text = "Search";
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.ConvertButton);
     this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(369, 480);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size = new System.Drawing.Size(361, 26);
     this.flowLayoutPanel1.TabIndex = 4;
     //
     // ConvertButton
     //
     this.ConvertButton.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.ConvertButton.Location = new System.Drawing.Point(283, 3);
     this.ConvertButton.Name = "ConvertButton";
     this.ConvertButton.Size = new System.Drawing.Size(75, 23);
     this.ConvertButton.TabIndex = 0;
     this.ConvertButton.Text = "Convert";
     this.ConvertButton.UseVisualStyleBackColor = true;
     this.ConvertButton.Click += new System.EventHandler(this.ConvertButton_Click);
     //
     // IDConverter
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ControlLight;
     this.ClientSize = new System.Drawing.Size(733, 509);
     this.Controls.Add(this.tableLayoutPanel8);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "IDConverter";
     this.Text = "IDConverter";
     this.tableLayoutPanel8.ResumeLayout(false);
     this.flowLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.tableLayoutPanel4.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.tableLayoutPanel9.ResumeLayout(false);
     this.tableLayoutPanel9.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }