Example #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ItemSeedDialog));
     this.itemSeedBox  = new TQVaultAE.GUI.Components.ScalingTextBox();
     this.randomButton = new TQVaultAE.GUI.Components.ScalingButton();
     this.ok           = new TQVaultAE.GUI.Components.ScalingButton();
     this.cancel       = new TQVaultAE.GUI.Components.ScalingButton();
     this.label1       = new TQVaultAE.GUI.Components.ScalingLabel();
     this.SuspendLayout();
     //
     // itemSeedBox
     //
     this.itemSeedBox.Font      = new System.Drawing.Font("Albertus MT Light", 11.25F);
     this.itemSeedBox.Location  = new System.Drawing.Point(79, 225);
     this.itemSeedBox.MaxLength = 5;
     this.itemSeedBox.Name      = "itemSeedBox";
     this.itemSeedBox.Size      = new System.Drawing.Size(85, 25);
     this.itemSeedBox.TabIndex  = 0;
     this.itemSeedBox.Text      = "123456";
     //
     // randomButton
     //
     this.randomButton.BackColor  = System.Drawing.Color.Transparent;
     this.randomButton.DownBitmap = ((System.Drawing.Bitmap)(resources.GetObject("randomButton.DownBitmap")));
     this.randomButton.FlatAppearance.BorderSize         = 0;
     this.randomButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.randomButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.randomButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.randomButton.Font                    = new System.Drawing.Font("Albertus MT Light", 12F);
     this.randomButton.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.randomButton.Image                   = ((System.Drawing.Image)(resources.GetObject("randomButton.Image")));
     this.randomButton.Location                = new System.Drawing.Point(196, 224);
     this.randomButton.Name                    = "randomButton";
     this.randomButton.OverBitmap              = ((System.Drawing.Bitmap)(resources.GetObject("randomButton.OverBitmap")));
     this.randomButton.Size                    = new System.Drawing.Size(137, 30);
     this.randomButton.SizeToGraphic           = false;
     this.randomButton.TabIndex                = 1;
     this.randomButton.Text                    = "Random";
     this.randomButton.UpBitmap                = ((System.Drawing.Bitmap)(resources.GetObject("randomButton.UpBitmap")));
     this.randomButton.UseCustomGraphic        = true;
     this.randomButton.UseVisualStyleBackColor = false;
     this.randomButton.Click                  += new System.EventHandler(this.RandomButtonClicked);
     //
     // ok
     //
     this.ok.BackColor  = System.Drawing.Color.Transparent;
     this.ok.DownBitmap = ((System.Drawing.Bitmap)(resources.GetObject("ok.DownBitmap")));
     this.ok.FlatAppearance.BorderSize         = 0;
     this.ok.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.ok.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.ok.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.ok.Font                    = new System.Drawing.Font("Albertus MT Light", 12F);
     this.ok.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.ok.Image                   = ((System.Drawing.Image)(resources.GetObject("ok.Image")));
     this.ok.Location                = new System.Drawing.Point(54, 285);
     this.ok.Name                    = "ok";
     this.ok.OverBitmap              = ((System.Drawing.Bitmap)(resources.GetObject("ok.OverBitmap")));
     this.ok.Size                    = new System.Drawing.Size(137, 30);
     this.ok.SizeToGraphic           = false;
     this.ok.TabIndex                = 2;
     this.ok.Text                    = "OK";
     this.ok.UpBitmap                = ((System.Drawing.Bitmap)(resources.GetObject("ok.UpBitmap")));
     this.ok.UseCustomGraphic        = true;
     this.ok.UseVisualStyleBackColor = false;
     this.ok.Click                  += new System.EventHandler(this.OKButton_Click);
     //
     // cancel
     //
     this.cancel.BackColor    = System.Drawing.Color.Transparent;
     this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancel.DownBitmap   = ((System.Drawing.Bitmap)(resources.GetObject("cancel.DownBitmap")));
     this.cancel.FlatAppearance.BorderSize         = 0;
     this.cancel.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.cancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.cancel.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.cancel.Font                    = new System.Drawing.Font("Albertus MT Light", 12F);
     this.cancel.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.cancel.Image                   = ((System.Drawing.Image)(resources.GetObject("cancel.Image")));
     this.cancel.Location                = new System.Drawing.Point(214, 285);
     this.cancel.Name                    = "cancel";
     this.cancel.OverBitmap              = ((System.Drawing.Bitmap)(resources.GetObject("cancel.OverBitmap")));
     this.cancel.Size                    = new System.Drawing.Size(137, 30);
     this.cancel.SizeToGraphic           = false;
     this.cancel.TabIndex                = 3;
     this.cancel.Text                    = "Cancel";
     this.cancel.UpBitmap                = ((System.Drawing.Bitmap)(resources.GetObject("cancel.UpBitmap")));
     this.cancel.UseCustomGraphic        = true;
     this.cancel.UseVisualStyleBackColor = false;
     this.cancel.Click                  += new System.EventHandler(this.CancelButton_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Albertus MT Light", 11.25F);
     this.label1.Location = new System.Drawing.Point(12, 29);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(376, 119);
     this.label1.TabIndex = 4;
     this.label1.Text     = resources.GetString("label1.Text");
     //
     // ItemSeedDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(31)))), ((int)(((byte)(21)))));
     this.ClientSize          = new System.Drawing.Size(410, 334);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.cancel);
     this.Controls.Add(this.ok);
     this.Controls.Add(this.randomButton);
     this.Controls.Add(this.itemSeedBox);
     this.DrawCustomBorder = true;
     this.Font             = new System.Drawing.Font("Albertus MT Light", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ForeColor        = System.Drawing.Color.White;
     this.FormBorderStyle  = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox      = false;
     this.MinimizeBox      = false;
     this.Name             = "ItemSeedDialog";
     this.ShowInTaskbar    = false;
     this.SizeGripStyle    = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition    = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text             = "Change Item Seed";
     this.TopMost          = true;
     this.Load            += new System.EventHandler(this.ItemSeedDlg_Load);
     this.Controls.SetChildIndex(this.itemSeedBox, 0);
     this.Controls.SetChildIndex(this.randomButton, 0);
     this.Controls.SetChildIndex(this.ok, 0);
     this.Controls.SetChildIndex(this.cancel, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutBox));
     this.tableLayoutPanel   = new System.Windows.Forms.TableLayoutPanel();
     this.logoPictureBox     = new System.Windows.Forms.PictureBox();
     this.labelProductName   = new ScalingLabel();
     this.labelVersion       = new ScalingLabel();
     this.labelCopyright     = new ScalingLabel();
     this.textBoxDescription = new ScalingTextBox();
     this.buttonOK           = new ScalingButton();
     this.tableLayoutPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel
     //
     this.tableLayoutPanel.Anchor      = System.Windows.Forms.AnchorStyles.Bottom;
     this.tableLayoutPanel.ColumnCount = 2;
     this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
     this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67F));
     this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0);
     this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0);
     this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1);
     this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2);
     this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 4);
     this.tableLayoutPanel.Controls.Add(this.buttonOK, 1, 5);
     this.tableLayoutPanel.Location = new System.Drawing.Point(9, 32);
     this.tableLayoutPanel.Name     = "tableLayoutPanel";
     this.tableLayoutPanel.RowCount = 6;
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 6.730769F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 1.923077F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 61.05769F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel.Size     = new System.Drawing.Size(568, 416);
     this.tableLayoutPanel.TabIndex = 0;
     //
     // logoPictureBox
     //
     this.logoPictureBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.logoPictureBox.Image    = Resources.NewAboutGraphic;
     this.logoPictureBox.Location = new System.Drawing.Point(3, 3);
     this.logoPictureBox.Name     = "logoPictureBox";
     this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
     this.logoPictureBox.Size     = new System.Drawing.Size(181, 410);
     this.logoPictureBox.TabIndex = 12;
     this.logoPictureBox.TabStop  = false;
     //
     // labelProductName
     //
     this.labelProductName.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.labelProductName.Font        = new System.Drawing.Font("Albertus MT Light", 11.25F);
     this.labelProductName.ForeColor   = System.Drawing.Color.White;
     this.labelProductName.Location    = new System.Drawing.Point(193, 0);
     this.labelProductName.Margin      = new System.Windows.Forms.Padding(6, 0, 3, 0);
     this.labelProductName.MaximumSize = new System.Drawing.Size(0, 17);
     this.labelProductName.Name        = "labelProductName";
     this.labelProductName.Size        = new System.Drawing.Size(372, 17);
     this.labelProductName.TabIndex    = 19;
     this.labelProductName.Text        = "Product Name";
     this.labelProductName.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelVersion
     //
     this.labelVersion.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.labelVersion.Font        = new System.Drawing.Font("Albertus MT Light", 11.25F);
     this.labelVersion.ForeColor   = System.Drawing.Color.White;
     this.labelVersion.Location    = new System.Drawing.Point(193, 41);
     this.labelVersion.Margin      = new System.Windows.Forms.Padding(6, 0, 3, 0);
     this.labelVersion.MaximumSize = new System.Drawing.Size(0, 17);
     this.labelVersion.Name        = "labelVersion";
     this.labelVersion.Size        = new System.Drawing.Size(372, 17);
     this.labelVersion.TabIndex    = 0;
     this.labelVersion.Text        = "Version";
     this.labelVersion.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelCopyright
     //
     this.labelCopyright.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.labelCopyright.Font        = new System.Drawing.Font("Albertus MT Light", 11.25F);
     this.labelCopyright.ForeColor   = System.Drawing.Color.White;
     this.labelCopyright.Location    = new System.Drawing.Point(193, 82);
     this.labelCopyright.Margin      = new System.Windows.Forms.Padding(6, 0, 3, 0);
     this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 17);
     this.labelCopyright.Name        = "labelCopyright";
     this.labelCopyright.Size        = new System.Drawing.Size(372, 17);
     this.labelCopyright.TabIndex    = 21;
     this.labelCopyright.Text        = "Copyright";
     this.labelCopyright.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textBoxDescription
     //
     this.textBoxDescription.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(41)))), ((int)(((byte)(31)))));
     this.textBoxDescription.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBoxDescription.Font       = new System.Drawing.Font("Albertus MT Light", 9.75F);
     this.textBoxDescription.ForeColor  = System.Drawing.Color.White;
     this.textBoxDescription.Location   = new System.Drawing.Point(193, 121);
     this.textBoxDescription.Margin     = new System.Windows.Forms.Padding(6, 3, 3, 3);
     this.textBoxDescription.Multiline  = true;
     this.textBoxDescription.Name       = "textBoxDescription";
     this.textBoxDescription.ReadOnly   = true;
     this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBoxDescription.Size       = new System.Drawing.Size(372, 248);
     this.textBoxDescription.TabIndex   = 23;
     this.textBoxDescription.TabStop    = false;
     this.textBoxDescription.Text       = "Description";
     //
     // buttonOK
     //
     this.buttonOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOK.BackColor    = System.Drawing.Color.Transparent;
     this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.buttonOK.DownBitmap   = Resources.MainButtonDown;
     this.buttonOK.FlatAppearance.BorderSize         = 0;
     this.buttonOK.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.buttonOK.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.buttonOK.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.buttonOK.Font                    = new System.Drawing.Font("Albertus MT Light", 12F);
     this.buttonOK.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.buttonOK.Image                   = ((System.Drawing.Image)(resources.GetObject("buttonOK.Image")));
     this.buttonOK.Location                = new System.Drawing.Point(428, 383);
     this.buttonOK.Name                    = "buttonOK";
     this.buttonOK.OverBitmap              = Resources.MainButtonOver;
     this.buttonOK.Size                    = new System.Drawing.Size(137, 30);
     this.buttonOK.SizeToGraphic           = false;
     this.buttonOK.TabIndex                = 24;
     this.buttonOK.Text                    = "&OK";
     this.buttonOK.UpBitmap                = Resources.MainButtonUp;
     this.buttonOK.UseCustomGraphic        = true;
     this.buttonOK.UseVisualStyleBackColor = false;
     //
     // AboutBox
     //
     this.AcceptButton        = this.buttonOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(41)))), ((int)(((byte)(31)))));
     this.ClientSize          = new System.Drawing.Size(589, 460);
     this.Controls.Add(this.tableLayoutPanel);
     this.DrawCustomBorder = true;
     this.FormBorderStyle  = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox      = false;
     this.MinimizeBox      = false;
     this.Name             = "AboutBox";
     this.Padding          = new System.Windows.Forms.Padding(9);
     this.ShowIcon         = false;
     this.ShowInTaskbar    = false;
     this.StartPosition    = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text             = "AboutBox";
     this.TopMost          = true;
     this.Controls.SetChildIndex(this.tableLayoutPanel, 0);
     this.tableLayoutPanel.ResumeLayout(false);
     this.tableLayoutPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ItemSeedDialog));
     this.itemSeedBox  = new TQVaultAE.GUI.Components.ScalingTextBox();
     this.ButtonRandom = new TQVaultAE.GUI.Components.ScalingButton();
     this.ButtonOk     = new TQVaultAE.GUI.Components.ScalingButton();
     this.ButtonCancel = new TQVaultAE.GUI.Components.ScalingButton();
     this.labelInfos   = new TQVaultAE.GUI.Components.ScalingLabel();
     this.SuspendLayout();
     //
     // itemSeedBox
     //
     this.itemSeedBox.Font      = new System.Drawing.Font("Albertus MT Light", 14.0625F);
     this.itemSeedBox.Location  = new System.Drawing.Point(99, 281);
     this.itemSeedBox.Margin    = new System.Windows.Forms.Padding(4);
     this.itemSeedBox.MaxLength = 5;
     this.itemSeedBox.Name      = "itemSeedBox";
     this.itemSeedBox.Size      = new System.Drawing.Size(105, 35);
     this.itemSeedBox.TabIndex  = 0;
     this.itemSeedBox.Text      = "123456";
     //
     // ButtonRandom
     //
     this.ButtonRandom.BackColor  = System.Drawing.Color.Transparent;
     this.ButtonRandom.DownBitmap = ((System.Drawing.Bitmap)(resources.GetObject("ButtonRandom.DownBitmap")));
     this.ButtonRandom.FlatAppearance.BorderSize         = 0;
     this.ButtonRandom.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.ButtonRandom.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.ButtonRandom.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.ButtonRandom.Font                    = new System.Drawing.Font("Albertus MT Light", 15F);
     this.ButtonRandom.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.ButtonRandom.Image                   = ((System.Drawing.Image)(resources.GetObject("ButtonRandom.Image")));
     this.ButtonRandom.Location                = new System.Drawing.Point(245, 280);
     this.ButtonRandom.Margin                  = new System.Windows.Forms.Padding(4);
     this.ButtonRandom.Name                    = "ButtonRandom";
     this.ButtonRandom.OverBitmap              = ((System.Drawing.Bitmap)(resources.GetObject("ButtonRandom.OverBitmap")));
     this.ButtonRandom.Size                    = new System.Drawing.Size(171, 38);
     this.ButtonRandom.SizeToGraphic           = false;
     this.ButtonRandom.TabIndex                = 1;
     this.ButtonRandom.Text                    = "Random";
     this.ButtonRandom.UpBitmap                = ((System.Drawing.Bitmap)(resources.GetObject("ButtonRandom.UpBitmap")));
     this.ButtonRandom.UseCustomGraphic        = true;
     this.ButtonRandom.UseVisualStyleBackColor = false;
     this.ButtonRandom.Click                  += new System.EventHandler(this.RandomButtonClicked);
     //
     // ButtonOk
     //
     this.ButtonOk.BackColor  = System.Drawing.Color.Transparent;
     this.ButtonOk.DownBitmap = ((System.Drawing.Bitmap)(resources.GetObject("ButtonOk.DownBitmap")));
     this.ButtonOk.FlatAppearance.BorderSize         = 0;
     this.ButtonOk.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.ButtonOk.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.ButtonOk.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.ButtonOk.Font                    = new System.Drawing.Font("Albertus MT Light", 15F);
     this.ButtonOk.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.ButtonOk.Image                   = ((System.Drawing.Image)(resources.GetObject("ButtonOk.Image")));
     this.ButtonOk.Location                = new System.Drawing.Point(68, 356);
     this.ButtonOk.Margin                  = new System.Windows.Forms.Padding(4);
     this.ButtonOk.Name                    = "ButtonOk";
     this.ButtonOk.OverBitmap              = ((System.Drawing.Bitmap)(resources.GetObject("ButtonOk.OverBitmap")));
     this.ButtonOk.Size                    = new System.Drawing.Size(171, 38);
     this.ButtonOk.SizeToGraphic           = false;
     this.ButtonOk.TabIndex                = 2;
     this.ButtonOk.Text                    = "OK";
     this.ButtonOk.UpBitmap                = ((System.Drawing.Bitmap)(resources.GetObject("ButtonOk.UpBitmap")));
     this.ButtonOk.UseCustomGraphic        = true;
     this.ButtonOk.UseVisualStyleBackColor = false;
     this.ButtonOk.Click                  += new System.EventHandler(this.OKButton_Click);
     //
     // ButtonCancel
     //
     this.ButtonCancel.BackColor    = System.Drawing.Color.Transparent;
     this.ButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.ButtonCancel.DownBitmap   = ((System.Drawing.Bitmap)(resources.GetObject("ButtonCancel.DownBitmap")));
     this.ButtonCancel.FlatAppearance.BorderSize         = 0;
     this.ButtonCancel.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.ButtonCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.ButtonCancel.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.ButtonCancel.Font                    = new System.Drawing.Font("Albertus MT Light", 15F);
     this.ButtonCancel.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.ButtonCancel.Image                   = ((System.Drawing.Image)(resources.GetObject("ButtonCancel.Image")));
     this.ButtonCancel.Location                = new System.Drawing.Point(268, 356);
     this.ButtonCancel.Margin                  = new System.Windows.Forms.Padding(4);
     this.ButtonCancel.Name                    = "ButtonCancel";
     this.ButtonCancel.OverBitmap              = ((System.Drawing.Bitmap)(resources.GetObject("ButtonCancel.OverBitmap")));
     this.ButtonCancel.Size                    = new System.Drawing.Size(171, 38);
     this.ButtonCancel.SizeToGraphic           = false;
     this.ButtonCancel.TabIndex                = 3;
     this.ButtonCancel.Text                    = "Cancel";
     this.ButtonCancel.UpBitmap                = ((System.Drawing.Bitmap)(resources.GetObject("ButtonCancel.UpBitmap")));
     this.ButtonCancel.UseCustomGraphic        = true;
     this.ButtonCancel.UseVisualStyleBackColor = false;
     this.ButtonCancel.Click                  += new System.EventHandler(this.CancelButton_Click);
     //
     // labelInfos
     //
     this.labelInfos.AutoSize = true;
     this.labelInfos.Font     = new System.Drawing.Font("Albertus MT Light", 14.0625F);
     this.labelInfos.Location = new System.Drawing.Point(15, 36);
     this.labelInfos.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelInfos.Name     = "labelInfos";
     this.labelInfos.Size     = new System.Drawing.Size(604, 196);
     this.labelInfos.TabIndex = 4;
     this.labelInfos.Text     = resources.GetString("labelInfos.Text");
     //
     // ItemSeedDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(31)))), ((int)(((byte)(21)))));
     this.ClientSize          = new System.Drawing.Size(512, 418);
     this.Controls.Add(this.labelInfos);
     this.Controls.Add(this.ButtonCancel);
     this.Controls.Add(this.ButtonOk);
     this.Controls.Add(this.ButtonRandom);
     this.Controls.Add(this.itemSeedBox);
     this.DrawCustomBorder = true;
     this.Font             = new System.Drawing.Font("Albertus MT Light", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ForeColor        = System.Drawing.Color.White;
     this.FormBorderStyle  = System.Windows.Forms.FormBorderStyle.None;
     this.Margin           = new System.Windows.Forms.Padding(5);
     this.MaximizeBox      = false;
     this.MinimizeBox      = false;
     this.Name             = "ItemSeedDialog";
     this.ShowInTaskbar    = false;
     this.SizeGripStyle    = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition    = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text             = "Change Item Seed";
     this.TopMost          = true;
     this.Load            += new System.EventHandler(this.ItemSeedDlg_Load);
     this.Controls.SetChildIndex(this.itemSeedBox, 0);
     this.Controls.SetChildIndex(this.ButtonRandom, 0);
     this.Controls.SetChildIndex(this.ButtonOk, 0);
     this.Controls.SetChildIndex(this.ButtonCancel, 0);
     this.Controls.SetChildIndex(this.labelInfos, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsDialog));
     this.allowItemEditCheckBox     = new TQVaultAE.GUI.ScalingCheckBox();
     this.allowItemCopyCheckBox     = new TQVaultAE.GUI.ScalingCheckBox();
     this.skipTitleCheckBox         = new TQVaultAE.GUI.ScalingCheckBox();
     this.loadLastCharacterCheckBox = new TQVaultAE.GUI.ScalingCheckBox();
     this.loadLastVaultCheckBox     = new TQVaultAE.GUI.ScalingCheckBox();
     this.vaultPathTextBox          = new TQVaultAE.GUI.ScalingTextBox();
     this.vaultPathLabel            = new TQVaultAE.GUI.ScalingLabel();
     this.cancelButton          = new TQVaultAE.GUI.ScalingButton();
     this.okayButton            = new TQVaultAE.GUI.ScalingButton();
     this.folderBrowserDialog   = new System.Windows.Forms.FolderBrowserDialog();
     this.resetButton           = new TQVaultAE.GUI.ScalingButton();
     this.vaultPathBrowseButton = new TQVaultAE.GUI.ScalingButton();
     this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     this.enableCustomMapsCheckBox       = new TQVaultAE.GUI.ScalingCheckBox();
     this.loadAllFilesCheckBox           = new TQVaultAE.GUI.ScalingCheckBox();
     this.suppressWarningsCheckBox       = new TQVaultAE.GUI.ScalingCheckBox();
     this.playerReadonlyCheckbox         = new TQVaultAE.GUI.ScalingCheckBox();
     this.languageComboBox               = new TQVaultAE.GUI.ScalingComboBox();
     this.languageLabel                  = new TQVaultAE.GUI.ScalingLabel();
     this.detectLanguageCheckBox         = new TQVaultAE.GUI.ScalingCheckBox();
     this.titanQuestPathTextBox          = new TQVaultAE.GUI.ScalingTextBox();
     this.titanQuestPathLabel            = new TQVaultAE.GUI.ScalingLabel();
     this.immortalThronePathLabel        = new TQVaultAE.GUI.ScalingLabel();
     this.immortalThronePathTextBox      = new TQVaultAE.GUI.ScalingTextBox();
     this.detectGamePathsCheckBox        = new TQVaultAE.GUI.ScalingCheckBox();
     this.titanQuestPathBrowseButton     = new TQVaultAE.GUI.ScalingButton();
     this.immortalThronePathBrowseButton = new TQVaultAE.GUI.ScalingButton();
     this.customMapLabel                 = new TQVaultAE.GUI.ScalingLabel();
     this.mapListComboBox                = new TQVaultAE.GUI.ScalingComboBox();
     this.SuspendLayout();
     //
     // allowItemEditCheckBox
     //
     this.allowItemEditCheckBox.AutoSize = true;
     this.allowItemEditCheckBox.Font     = Program.GetFontAlbertusMTLight(11.25F);
     this.allowItemEditCheckBox.Location = new System.Drawing.Point(498, 197);
     this.allowItemEditCheckBox.Name     = "allowItemEditCheckBox";
     this.allowItemEditCheckBox.Size     = new System.Drawing.Size(204, 22);
     this.allowItemEditCheckBox.TabIndex = 3;
     this.allowItemEditCheckBox.Text     = "Allow Item Editing Features";
     this.toolTip.SetToolTip(this.allowItemEditCheckBox, "Turns on the editing features in the context menu.\r\nThese include item creation a" +
                             "nd modification.");
     this.allowItemEditCheckBox.UseVisualStyleBackColor = true;
     this.allowItemEditCheckBox.CheckedChanged         += new System.EventHandler(this.AllowItemEditCheckBoxCheckedChanged);
     //
     // allowItemCopyCheckBox
     //
     this.allowItemCopyCheckBox.AutoSize = true;
     this.allowItemCopyCheckBox.Font     = Program.GetFontAlbertusMTLight(11.25F);
     this.allowItemCopyCheckBox.Location = new System.Drawing.Point(498, 225);
     this.allowItemCopyCheckBox.Name     = "allowItemCopyCheckBox";
     this.allowItemCopyCheckBox.Size     = new System.Drawing.Size(152, 22);
     this.allowItemCopyCheckBox.TabIndex = 4;
     this.allowItemCopyCheckBox.Text     = "Allow Item Copying";
     this.toolTip.SetToolTip(this.allowItemCopyCheckBox, "Enables copy selection in the context menu.");
     this.allowItemCopyCheckBox.UseVisualStyleBackColor = true;
     this.allowItemCopyCheckBox.CheckedChanged         += new System.EventHandler(this.AllowItemCopyCheckBoxCheckedChanged);
     //
     // skipTitleCheckBox
     //
     this.skipTitleCheckBox.AutoSize   = true;
     this.skipTitleCheckBox.Checked    = true;
     this.skipTitleCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.skipTitleCheckBox.Font       = Program.GetFontAlbertusMTLight(11.25F);
     this.skipTitleCheckBox.Location   = new System.Drawing.Point(498, 43);
     this.skipTitleCheckBox.Name       = "skipTitleCheckBox";
     this.skipTitleCheckBox.Size       = new System.Drawing.Size(249, 22);
     this.skipTitleCheckBox.TabIndex   = 2;
     this.skipTitleCheckBox.Text       = "Automatically Bypass Title Screen";
     this.toolTip.SetToolTip(this.skipTitleCheckBox, "Ticking this box will automatically hit\r\nthe Enter key on the title screen.");
     this.skipTitleCheckBox.UseVisualStyleBackColor = true;
     this.skipTitleCheckBox.CheckedChanged         += new System.EventHandler(this.SkipTitleCheckBoxCheckedChanged);
     //
     // loadLastCharacterCheckBox
     //
     this.loadLastCharacterCheckBox.AutoSize = true;
     this.loadLastCharacterCheckBox.Font     = Program.GetFontAlbertusMTLight(11.25F);
     this.loadLastCharacterCheckBox.Location = new System.Drawing.Point(498, 90);
     this.loadLastCharacterCheckBox.Name     = "loadLastCharacterCheckBox";
     this.loadLastCharacterCheckBox.Size     = new System.Drawing.Size(324, 22);
     this.loadLastCharacterCheckBox.TabIndex = 5;
     this.loadLastCharacterCheckBox.Text     = "Automatically Load the last opened Character";
     this.toolTip.SetToolTip(this.loadLastCharacterCheckBox, "Selecting this option will automatically load\r\nthe last open character when TQVau" +
                             "lt was closed.");
     this.loadLastCharacterCheckBox.UseVisualStyleBackColor = true;
     this.loadLastCharacterCheckBox.CheckedChanged         += new System.EventHandler(this.LoadLastCharacterCheckBoxCheckedChanged);
     //
     // loadLastVaultCheckBox
     //
     this.loadLastVaultCheckBox.AutoSize = true;
     this.loadLastVaultCheckBox.Font     = Program.GetFontAlbertusMTLight(11.25F);
     this.loadLastVaultCheckBox.Location = new System.Drawing.Point(498, 118);
     this.loadLastVaultCheckBox.Name     = "loadLastVaultCheckBox";
     this.loadLastVaultCheckBox.Size     = new System.Drawing.Size(291, 22);
     this.loadLastVaultCheckBox.TabIndex = 6;
     this.loadLastVaultCheckBox.Text     = "Automatically Load the last opened Vault";
     this.toolTip.SetToolTip(this.loadLastVaultCheckBox, "Selecting this item will automatically load the\r\nlast opened vault when TQVault w" +
                             "as closed.\r\nTQVault will automatically open Main Vault\r\nif nothing is chosen.");
     this.loadLastVaultCheckBox.UseVisualStyleBackColor = true;
     this.loadLastVaultCheckBox.CheckedChanged         += new System.EventHandler(this.LoadLastVaultCheckBoxCheckedChanged);
     //
     // vaultPathTextBox
     //
     this.vaultPathTextBox.Font     = Program.GetFontAlbertusMTLight(11.25F);
     this.vaultPathTextBox.Location = new System.Drawing.Point(12, 46);
     this.vaultPathTextBox.Name     = "vaultPathTextBox";
     this.vaultPathTextBox.Size     = new System.Drawing.Size(397, 24);
     this.vaultPathTextBox.TabIndex = 0;
     this.toolTip.SetToolTip(this.vaultPathTextBox, resources.GetString("vaultPathTextBox.ToolTip"));
     this.vaultPathTextBox.Leave += new System.EventHandler(this.VaultPathTextBoxLeave);
     //
     // vaultPathLabel
     //
     this.vaultPathLabel.AutoSize = true;
     this.vaultPathLabel.Font     = Program.GetFontAlbertusMTLight(11.25F);
     this.vaultPathLabel.Location = new System.Drawing.Point(12, 24);
     this.vaultPathLabel.Name     = "vaultPathLabel";
     this.vaultPathLabel.Size     = new System.Drawing.Size(74, 18);
     this.vaultPathLabel.TabIndex = 14;
     this.vaultPathLabel.Text     = "Vault Path";
     //
     // cancelButton
     //
     this.cancelButton.BackColor    = System.Drawing.Color.Transparent;
     this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.DownBitmap   = global::TQVaultAE.GUI.Properties.Resources.MainButtonDown;
     this.cancelButton.FlatAppearance.BorderSize         = 0;
     this.cancelButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.cancelButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.cancelButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.cancelButton.Font                    = Program.GetFontAlbertusMTLight(12F);
     this.cancelButton.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.cancelButton.Image                   = global::TQVaultAE.GUI.Properties.Resources.MainButtonUp;
     this.cancelButton.Location                = new System.Drawing.Point(481, 419);
     this.cancelButton.Name                    = "cancelButton";
     this.cancelButton.OverBitmap              = global::TQVaultAE.GUI.Properties.Resources.MainButtonOver;
     this.cancelButton.Size                    = new System.Drawing.Size(137, 30);
     this.cancelButton.SizeToGraphic           = false;
     this.cancelButton.TabIndex                = 13;
     this.cancelButton.Text                    = "Cancel";
     this.cancelButton.UpBitmap                = global::TQVaultAE.GUI.Properties.Resources.MainButtonUp;
     this.cancelButton.UseCustomGraphic        = true;
     this.cancelButton.UseVisualStyleBackColor = false;
     //
     // okayButton
     //
     this.okayButton.BackColor    = System.Drawing.Color.Transparent;
     this.okayButton.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.okayButton.DownBitmap   = global::TQVaultAE.GUI.Properties.Resources.MainButtonDown;
     this.okayButton.FlatAppearance.BorderSize         = 0;
     this.okayButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.okayButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.okayButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.okayButton.Font                    = Program.GetFontAlbertusMTLight(12F);
     this.okayButton.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.okayButton.Image                   = global::TQVaultAE.GUI.Properties.Resources.MainButtonUp;
     this.okayButton.Location                = new System.Drawing.Point(326, 419);
     this.okayButton.Name                    = "okayButton";
     this.okayButton.OverBitmap              = global::TQVaultAE.GUI.Properties.Resources.MainButtonOver;
     this.okayButton.Size                    = new System.Drawing.Size(137, 30);
     this.okayButton.SizeToGraphic           = false;
     this.okayButton.TabIndex                = 12;
     this.okayButton.Text                    = "OK";
     this.okayButton.UpBitmap                = global::TQVaultAE.GUI.Properties.Resources.MainButtonUp;
     this.okayButton.UseCustomGraphic        = true;
     this.okayButton.UseVisualStyleBackColor = false;
     this.okayButton.Click                  += new System.EventHandler(this.OkayButtonClick);
     //
     // folderBrowserDialog
     //
     this.folderBrowserDialog.RootFolder = System.Environment.SpecialFolder.MyDocuments;
     //
     // resetButton
     //
     this.resetButton.BackColor  = System.Drawing.Color.Transparent;
     this.resetButton.DownBitmap = global::TQVaultAE.GUI.Properties.Resources.MainButtonDown;
     this.resetButton.FlatAppearance.BorderSize         = 0;
     this.resetButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.resetButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.resetButton.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.resetButton.Font          = Program.GetFontAlbertusMTLight(12F);
     this.resetButton.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.resetButton.Image         = global::TQVaultAE.GUI.Properties.Resources.MainButtonUp;
     this.resetButton.Location      = new System.Drawing.Point(763, 419);
     this.resetButton.Name          = "resetButton";
     this.resetButton.OverBitmap    = global::TQVaultAE.GUI.Properties.Resources.MainButtonOver;
     this.resetButton.Size          = new System.Drawing.Size(137, 30);
     this.resetButton.SizeToGraphic = false;
     this.resetButton.TabIndex      = 11;
     this.resetButton.Text          = "Reset";
     this.toolTip.SetToolTip(this.resetButton, "Causes the configuration to Reset to the\r\nlast saved configuration.");
     this.resetButton.UpBitmap                = global::TQVaultAE.GUI.Properties.Resources.MainButtonUp;
     this.resetButton.UseCustomGraphic        = true;
     this.resetButton.UseVisualStyleBackColor = false;
     this.resetButton.Click += new System.EventHandler(this.ResetButtonClick);
     //
     // vaultPathBrowseButton
     //
     this.vaultPathBrowseButton.BackColor  = System.Drawing.Color.Transparent;
     this.vaultPathBrowseButton.DownBitmap = global::TQVaultAE.GUI.Properties.Resources.MainButtonDown;
     this.vaultPathBrowseButton.FlatAppearance.BorderSize         = 0;
     this.vaultPathBrowseButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.vaultPathBrowseButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.vaultPathBrowseButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.vaultPathBrowseButton.Font                    = Program.GetFontAlbertusMTLight(12F);
     this.vaultPathBrowseButton.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.vaultPathBrowseButton.Image                   = ((System.Drawing.Image)(resources.GetObject("vaultPathBrowseButton.Image")));
     this.vaultPathBrowseButton.Location                = new System.Drawing.Point(415, 43);
     this.vaultPathBrowseButton.Name                    = "vaultPathBrowseButton";
     this.vaultPathBrowseButton.OverBitmap              = global::TQVaultAE.GUI.Properties.Resources.MainButtonOver;
     this.vaultPathBrowseButton.Size                    = new System.Drawing.Size(47, 30);
     this.vaultPathBrowseButton.SizeToGraphic           = false;
     this.vaultPathBrowseButton.TabIndex                = 1;
     this.vaultPathBrowseButton.Text                    = "...";
     this.vaultPathBrowseButton.UpBitmap                = global::TQVaultAE.GUI.Properties.Resources.MainButtonUp;
     this.vaultPathBrowseButton.UseCustomGraphic        = true;
     this.vaultPathBrowseButton.UseVisualStyleBackColor = false;
     this.vaultPathBrowseButton.Click                  += new System.EventHandler(this.VaultPathBrowseButtonClick);
     //
     // enableCustomMapsCheckBox
     //
     this.enableCustomMapsCheckBox.AutoSize = true;
     this.enableCustomMapsCheckBox.Font     = Program.GetFontAlbertusMTLight(11.25F);
     this.enableCustomMapsCheckBox.Location = new System.Drawing.Point(12, 354);
     this.enableCustomMapsCheckBox.Name     = "enableCustomMapsCheckBox";
     this.enableCustomMapsCheckBox.Size     = new System.Drawing.Size(170, 22);
     this.enableCustomMapsCheckBox.TabIndex = 25;
     this.enableCustomMapsCheckBox.Text     = "Enable Custom Maps";
     this.toolTip.SetToolTip(this.enableCustomMapsCheckBox, "Selecting this item will \r\nenable the dropdown\r\nto select custom maps.");
     this.enableCustomMapsCheckBox.UseVisualStyleBackColor = true;
     this.enableCustomMapsCheckBox.CheckedChanged         += new System.EventHandler(this.EnableCustomMapsCheckBoxCheckedChanged);
     //
     // loadAllFilesCheckBox
     //
     this.loadAllFilesCheckBox.AutoSize = true;
     this.loadAllFilesCheckBox.Font     = Program.GetFontAlbertusMTLight(11.25F);
     this.loadAllFilesCheckBox.Location = new System.Drawing.Point(498, 146);
     this.loadAllFilesCheckBox.Name     = "loadAllFilesCheckBox";
     this.loadAllFilesCheckBox.Size     = new System.Drawing.Size(276, 22);
     this.loadAllFilesCheckBox.TabIndex = 28;
     this.loadAllFilesCheckBox.Text     = "Pre-Load All Vault And Character Files";
     this.toolTip.SetToolTip(this.loadAllFilesCheckBox, "Selecting this item will automatically load all\r\nof the available character, stas" +
                             "h and vault files\r\non startup.  This aids the search function, but\r\nincreases st" +
                             "artup time.");
     this.loadAllFilesCheckBox.UseVisualStyleBackColor = true;
     this.loadAllFilesCheckBox.CheckedChanged         += new System.EventHandler(this.LoadAllFilesCheckBoxCheckedChanged);
     //
     // suppressWarningsCheckBox
     //
     this.suppressWarningsCheckBox.AutoSize = true;
     this.suppressWarningsCheckBox.Font     = Program.GetFontAlbertusMTLight(11.25F);
     this.suppressWarningsCheckBox.Location = new System.Drawing.Point(498, 275);
     this.suppressWarningsCheckBox.Name     = "suppressWarningsCheckBox";
     this.suppressWarningsCheckBox.Size     = new System.Drawing.Size(238, 22);
     this.suppressWarningsCheckBox.TabIndex = 30;
     this.suppressWarningsCheckBox.Text     = "Bypass Confirmation Messages";
     this.toolTip.SetToolTip(this.suppressWarningsCheckBox, "When enabled, confirmation messages will no\r\nlonger be shown for item deletion an" +
                             "d\r\nrelic removal or if there are items in the trash\r\nwhen TQVault is closed.");
     this.suppressWarningsCheckBox.UseVisualStyleBackColor = true;
     this.suppressWarningsCheckBox.CheckedChanged         += new System.EventHandler(this.SuppressWarningsCheckBoxCheckedChanged);
     //
     // playerReadonlyCheckbox
     //
     this.playerReadonlyCheckbox.AutoSize = true;
     this.playerReadonlyCheckbox.Font     = Program.GetFontAlbertusMTLight(11.25F);
     this.playerReadonlyCheckbox.Location = new System.Drawing.Point(498, 303);
     this.playerReadonlyCheckbox.Name     = "playerReadonlyCheckbox";
     this.playerReadonlyCheckbox.Size     = new System.Drawing.Size(211, 22);
     this.playerReadonlyCheckbox.TabIndex = 33;
     this.playerReadonlyCheckbox.Text     = "Player Equipment ReadOnly";
     this.toolTip.SetToolTip(this.playerReadonlyCheckbox, "Avoid save game corruption that occurs (randomly). When enabled, player equipment" +
                             " will be read-only,  you won\'t be able to select or move any item.");
     this.playerReadonlyCheckbox.UseVisualStyleBackColor = true;
     this.playerReadonlyCheckbox.CheckedChanged         += new System.EventHandler(this.PlayerReadonlyCheckboxCheckedChanged);
     //
     // languageComboBox
     //
     this.languageComboBox.Font = Program.GetFontAlbertusMTLight(11.25F);
     this.languageComboBox.FormattingEnabled = true;
     this.languageComboBox.Location          = new System.Drawing.Point(12, 247);
     this.languageComboBox.Name                  = "languageComboBox";
     this.languageComboBox.Size                  = new System.Drawing.Size(397, 26);
     this.languageComboBox.TabIndex              = 15;
     this.languageComboBox.SelectedIndexChanged += new System.EventHandler(this.LanguageComboBoxSelectedIndexChanged);
     //
     // languageLabel
     //
     this.languageLabel.AutoSize = true;
     this.languageLabel.Font     = Program.GetFontAlbertusMTLight(11.25F);
     this.languageLabel.Location = new System.Drawing.Point(12, 225);
     this.languageLabel.Name     = "languageLabel";
     this.languageLabel.Size     = new System.Drawing.Size(117, 18);
     this.languageLabel.TabIndex = 16;
     this.languageLabel.Text     = "Game Language";
     //
     // detectLanguageCheckBox
     //
     this.detectLanguageCheckBox.AutoSize = true;
     this.detectLanguageCheckBox.Font     = Program.GetFontAlbertusMTLight(11.25F);
     this.detectLanguageCheckBox.Location = new System.Drawing.Point(12, 275);
     this.detectLanguageCheckBox.Name     = "detectLanguageCheckBox";
     this.detectLanguageCheckBox.Size     = new System.Drawing.Size(165, 22);
     this.detectLanguageCheckBox.TabIndex = 17;
     this.detectLanguageCheckBox.Text     = "Autodetect Language";
     this.detectLanguageCheckBox.UseVisualStyleBackColor = true;
     this.detectLanguageCheckBox.CheckedChanged         += new System.EventHandler(this.DetectLanguageCheckBoxCheckedChanged);
     //
     // titanQuestPathTextBox
     //
     this.titanQuestPathTextBox.Font     = Program.GetFontAlbertusMTLight(11.25F);
     this.titanQuestPathTextBox.Location = new System.Drawing.Point(12, 108);
     this.titanQuestPathTextBox.Name     = "titanQuestPathTextBox";
     this.titanQuestPathTextBox.Size     = new System.Drawing.Size(397, 24);
     this.titanQuestPathTextBox.TabIndex = 18;
     this.titanQuestPathTextBox.Leave   += new System.EventHandler(this.TitanQuestPathTextBoxLeave);
     //
     // titanQuestPathLabel
     //
     this.titanQuestPathLabel.AutoSize = true;
     this.titanQuestPathLabel.Font     = Program.GetFontAlbertusMTLight(11.25F);
     this.titanQuestPathLabel.Location = new System.Drawing.Point(12, 86);
     this.titanQuestPathLabel.Name     = "titanQuestPathLabel";
     this.titanQuestPathLabel.Size     = new System.Drawing.Size(108, 18);
     this.titanQuestPathLabel.TabIndex = 19;
     this.titanQuestPathLabel.Text     = "TQ Game Path";
     //
     // immortalThronePathLabel
     //
     this.immortalThronePathLabel.AutoSize = true;
     this.immortalThronePathLabel.Font     = Program.GetFontAlbertusMTLight(11.25F);
     this.immortalThronePathLabel.Location = new System.Drawing.Point(12, 137);
     this.immortalThronePathLabel.Name     = "immortalThronePathLabel";
     this.immortalThronePathLabel.Size     = new System.Drawing.Size(99, 18);
     this.immortalThronePathLabel.TabIndex = 20;
     this.immortalThronePathLabel.Text     = "IT Game Path";
     //
     // immortalThronePathTextBox
     //
     this.immortalThronePathTextBox.Font     = Program.GetFontAlbertusMTLight(11.25F);
     this.immortalThronePathTextBox.Location = new System.Drawing.Point(12, 159);
     this.immortalThronePathTextBox.Name     = "immortalThronePathTextBox";
     this.immortalThronePathTextBox.Size     = new System.Drawing.Size(397, 24);
     this.immortalThronePathTextBox.TabIndex = 21;
     this.immortalThronePathTextBox.Leave   += new System.EventHandler(this.ImmortalThronePathTextBoxLeave);
     //
     // detectGamePathsCheckBox
     //
     this.detectGamePathsCheckBox.AutoSize = true;
     this.detectGamePathsCheckBox.Font     = Program.GetFontAlbertusMTLight(11.25F);
     this.detectGamePathsCheckBox.Location = new System.Drawing.Point(12, 187);
     this.detectGamePathsCheckBox.Name     = "detectGamePathsCheckBox";
     this.detectGamePathsCheckBox.Size     = new System.Drawing.Size(184, 22);
     this.detectGamePathsCheckBox.TabIndex = 22;
     this.detectGamePathsCheckBox.Text     = "Autodetect Game Paths";
     this.detectGamePathsCheckBox.UseVisualStyleBackColor = true;
     this.detectGamePathsCheckBox.CheckedChanged         += new System.EventHandler(this.DetectGamePathsCheckBoxCheckedChanged);
     //
     // titanQuestPathBrowseButton
     //
     this.titanQuestPathBrowseButton.BackColor  = System.Drawing.Color.Transparent;
     this.titanQuestPathBrowseButton.DownBitmap = global::TQVaultAE.GUI.Properties.Resources.MainButtonDown;
     this.titanQuestPathBrowseButton.FlatAppearance.BorderSize         = 0;
     this.titanQuestPathBrowseButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.titanQuestPathBrowseButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.titanQuestPathBrowseButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.titanQuestPathBrowseButton.Font                    = Program.GetFontAlbertusMTLight(12F);
     this.titanQuestPathBrowseButton.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.titanQuestPathBrowseButton.Image                   = ((System.Drawing.Image)(resources.GetObject("titanQuestPathBrowseButton.Image")));
     this.titanQuestPathBrowseButton.Location                = new System.Drawing.Point(415, 102);
     this.titanQuestPathBrowseButton.Name                    = "titanQuestPathBrowseButton";
     this.titanQuestPathBrowseButton.OverBitmap              = global::TQVaultAE.GUI.Properties.Resources.MainButtonOver;
     this.titanQuestPathBrowseButton.Size                    = new System.Drawing.Size(47, 30);
     this.titanQuestPathBrowseButton.SizeToGraphic           = false;
     this.titanQuestPathBrowseButton.TabIndex                = 23;
     this.titanQuestPathBrowseButton.Text                    = "...";
     this.titanQuestPathBrowseButton.UpBitmap                = global::TQVaultAE.GUI.Properties.Resources.MainButtonUp;
     this.titanQuestPathBrowseButton.UseCustomGraphic        = true;
     this.titanQuestPathBrowseButton.UseVisualStyleBackColor = false;
     this.titanQuestPathBrowseButton.Click                  += new System.EventHandler(this.TitanQuestPathBrowseButtonClick);
     //
     // immortalThronePathBrowseButton
     //
     this.immortalThronePathBrowseButton.BackColor  = System.Drawing.Color.Transparent;
     this.immortalThronePathBrowseButton.DownBitmap = global::TQVaultAE.GUI.Properties.Resources.MainButtonDown;
     this.immortalThronePathBrowseButton.FlatAppearance.BorderSize         = 0;
     this.immortalThronePathBrowseButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.immortalThronePathBrowseButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.immortalThronePathBrowseButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.immortalThronePathBrowseButton.Font                    = Program.GetFontAlbertusMTLight(12F);
     this.immortalThronePathBrowseButton.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.immortalThronePathBrowseButton.Image                   = ((System.Drawing.Image)(resources.GetObject("immortalThronePathBrowseButton.Image")));
     this.immortalThronePathBrowseButton.Location                = new System.Drawing.Point(415, 153);
     this.immortalThronePathBrowseButton.Name                    = "immortalThronePathBrowseButton";
     this.immortalThronePathBrowseButton.OverBitmap              = global::TQVaultAE.GUI.Properties.Resources.MainButtonOver;
     this.immortalThronePathBrowseButton.Size                    = new System.Drawing.Size(47, 30);
     this.immortalThronePathBrowseButton.SizeToGraphic           = false;
     this.immortalThronePathBrowseButton.TabIndex                = 24;
     this.immortalThronePathBrowseButton.Text                    = "...";
     this.immortalThronePathBrowseButton.UpBitmap                = global::TQVaultAE.GUI.Properties.Resources.MainButtonUp;
     this.immortalThronePathBrowseButton.UseCustomGraphic        = true;
     this.immortalThronePathBrowseButton.UseVisualStyleBackColor = false;
     this.immortalThronePathBrowseButton.Click                  += new System.EventHandler(this.ImmortalThronePathBrowseButtonClick);
     //
     // customMapLabel
     //
     this.customMapLabel.AutoSize = true;
     this.customMapLabel.Font     = Program.GetFontAlbertusMTLight(11.25F);
     this.customMapLabel.Location = new System.Drawing.Point(12, 304);
     this.customMapLabel.Name     = "customMapLabel";
     this.customMapLabel.Size     = new System.Drawing.Size(94, 18);
     this.customMapLabel.TabIndex = 27;
     this.customMapLabel.Text     = "Custom Map";
     //
     // mapListComboBox
     //
     this.mapListComboBox.Font = Program.GetFontAlbertusMTLight(11.25F);
     this.mapListComboBox.FormattingEnabled = true;
     this.mapListComboBox.Location          = new System.Drawing.Point(12, 326);
     this.mapListComboBox.Name                  = "mapListComboBox";
     this.mapListComboBox.Size                  = new System.Drawing.Size(397, 26);
     this.mapListComboBox.TabIndex              = 26;
     this.mapListComboBox.SelectedIndexChanged += new System.EventHandler(this.MapListComboBoxSelectedIndexChanged);
     //
     // SettingsDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoValidate        = System.Windows.Forms.AutoValidate.EnablePreventFocusChange;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(31)))), ((int)(((byte)(21)))));
     this.ClientSize          = new System.Drawing.Size(922, 461);
     this.Controls.Add(this.playerReadonlyCheckbox);
     this.Controls.Add(this.titanQuestPathTextBox);
     this.Controls.Add(this.titanQuestPathLabel);
     this.Controls.Add(this.detectGamePathsCheckBox);
     this.Controls.Add(this.suppressWarningsCheckBox);
     this.Controls.Add(this.titanQuestPathBrowseButton);
     this.Controls.Add(this.customMapLabel);
     this.Controls.Add(this.mapListComboBox);
     this.Controls.Add(this.enableCustomMapsCheckBox);
     this.Controls.Add(this.detectLanguageCheckBox);
     this.Controls.Add(this.loadAllFilesCheckBox);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.immortalThronePathBrowseButton);
     this.Controls.Add(this.languageLabel);
     this.Controls.Add(this.allowItemEditCheckBox);
     this.Controls.Add(this.allowItemCopyCheckBox);
     this.Controls.Add(this.skipTitleCheckBox);
     this.Controls.Add(this.immortalThronePathTextBox);
     this.Controls.Add(this.immortalThronePathLabel);
     this.Controls.Add(this.vaultPathLabel);
     this.Controls.Add(this.okayButton);
     this.Controls.Add(this.languageComboBox);
     this.Controls.Add(this.vaultPathBrowseButton);
     this.Controls.Add(this.vaultPathTextBox);
     this.Controls.Add(this.loadLastVaultCheckBox);
     this.Controls.Add(this.resetButton);
     this.Controls.Add(this.loadLastCharacterCheckBox);
     this.DrawCustomBorder = true;
     this.Font             = Program.GetFontAlbertusMTLight(11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ForeColor        = System.Drawing.Color.White;
     this.FormBorderStyle  = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox      = false;
     this.MinimizeBox      = false;
     this.Name             = "SettingsDialog";
     this.ShowIcon         = false;
     this.ShowInTaskbar    = false;
     this.SizeGripStyle    = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition    = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text             = "Configure Settings";
     this.TopMost          = true;
     this.Load            += new System.EventHandler(this.SettingsDialogLoad);
     this.Controls.SetChildIndex(this.loadLastCharacterCheckBox, 0);
     this.Controls.SetChildIndex(this.resetButton, 0);
     this.Controls.SetChildIndex(this.loadLastVaultCheckBox, 0);
     this.Controls.SetChildIndex(this.vaultPathTextBox, 0);
     this.Controls.SetChildIndex(this.vaultPathBrowseButton, 0);
     this.Controls.SetChildIndex(this.languageComboBox, 0);
     this.Controls.SetChildIndex(this.okayButton, 0);
     this.Controls.SetChildIndex(this.vaultPathLabel, 0);
     this.Controls.SetChildIndex(this.immortalThronePathLabel, 0);
     this.Controls.SetChildIndex(this.immortalThronePathTextBox, 0);
     this.Controls.SetChildIndex(this.skipTitleCheckBox, 0);
     this.Controls.SetChildIndex(this.allowItemCopyCheckBox, 0);
     this.Controls.SetChildIndex(this.allowItemEditCheckBox, 0);
     this.Controls.SetChildIndex(this.languageLabel, 0);
     this.Controls.SetChildIndex(this.immortalThronePathBrowseButton, 0);
     this.Controls.SetChildIndex(this.cancelButton, 0);
     this.Controls.SetChildIndex(this.loadAllFilesCheckBox, 0);
     this.Controls.SetChildIndex(this.detectLanguageCheckBox, 0);
     this.Controls.SetChildIndex(this.enableCustomMapsCheckBox, 0);
     this.Controls.SetChildIndex(this.mapListComboBox, 0);
     this.Controls.SetChildIndex(this.customMapLabel, 0);
     this.Controls.SetChildIndex(this.titanQuestPathBrowseButton, 0);
     this.Controls.SetChildIndex(this.suppressWarningsCheckBox, 0);
     this.Controls.SetChildIndex(this.detectGamePathsCheckBox, 0);
     this.Controls.SetChildIndex(this.titanQuestPathLabel, 0);
     this.Controls.SetChildIndex(this.titanQuestPathTextBox, 0);
     this.Controls.SetChildIndex(this.playerReadonlyCheckbox, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SearchDialog));
     this.searchLabel   = new TQVaultAE.GUI.Components.ScalingLabel();
     this.searchTextBox = new TQVaultAE.GUI.Components.ScalingTextBox();
     this.findButton    = new TQVaultAE.GUI.Components.ScalingButton();
     this.cancelButton  = new TQVaultAE.GUI.Components.ScalingButton();
     this.SuspendLayout();
     //
     // searchLabel
     //
     this.searchLabel.AutoSize    = true;
     this.searchLabel.Font        = new System.Drawing.Font("Albertus MT", 9F);
     this.searchLabel.Location    = new System.Drawing.Point(15, 28);
     this.searchLabel.Name        = "searchLabel";
     this.searchLabel.Size        = new System.Drawing.Size(513, 126);
     this.searchLabel.TabIndex    = 0;
     this.searchLabel.Text        = resources.GetString("searchLabel.Text");
     this.searchLabel.UseMnemonic = false;
     //
     // searchTextBox
     //
     this.searchTextBox.Font     = new System.Drawing.Font("Albertus MT", 9F);
     this.searchTextBox.Location = new System.Drawing.Point(18, 180);
     this.searchTextBox.Name     = "searchTextBox";
     this.searchTextBox.Size     = new System.Drawing.Size(565, 21);
     this.searchTextBox.TabIndex = 1;
     //
     // findButton
     //
     this.findButton.BackColor  = System.Drawing.Color.Transparent;
     this.findButton.DownBitmap = ((System.Drawing.Bitmap)(resources.GetObject("findButton.DownBitmap")));
     this.findButton.FlatAppearance.BorderSize         = 0;
     this.findButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.findButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.findButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.findButton.Font                    = new System.Drawing.Font("Albertus MT Light", 12F);
     this.findButton.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.findButton.Image                   = ((System.Drawing.Image)(resources.GetObject("findButton.Image")));
     this.findButton.Location                = new System.Drawing.Point(164, 214);
     this.findButton.Name                    = "findButton";
     this.findButton.OverBitmap              = ((System.Drawing.Bitmap)(resources.GetObject("findButton.OverBitmap")));
     this.findButton.Size                    = new System.Drawing.Size(137, 30);
     this.findButton.SizeToGraphic           = false;
     this.findButton.TabIndex                = 2;
     this.findButton.Text                    = "Find";
     this.findButton.UpBitmap                = ((System.Drawing.Bitmap)(resources.GetObject("findButton.UpBitmap")));
     this.findButton.UseCustomGraphic        = true;
     this.findButton.UseVisualStyleBackColor = false;
     this.findButton.Click                  += new System.EventHandler(this.FindButtonClicked);
     //
     // cancelButton
     //
     this.cancelButton.BackColor    = System.Drawing.Color.Transparent;
     this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.DownBitmap   = ((System.Drawing.Bitmap)(resources.GetObject("cancelButton.DownBitmap")));
     this.cancelButton.FlatAppearance.BorderSize         = 0;
     this.cancelButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.cancelButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.cancelButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.cancelButton.Font                    = new System.Drawing.Font("Albertus MT Light", 12F);
     this.cancelButton.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.cancelButton.Image                   = ((System.Drawing.Image)(resources.GetObject("cancelButton.Image")));
     this.cancelButton.Location                = new System.Drawing.Point(306, 214);
     this.cancelButton.Name                    = "cancelButton";
     this.cancelButton.OverBitmap              = ((System.Drawing.Bitmap)(resources.GetObject("cancelButton.OverBitmap")));
     this.cancelButton.Size                    = new System.Drawing.Size(137, 30);
     this.cancelButton.SizeToGraphic           = false;
     this.cancelButton.TabIndex                = 3;
     this.cancelButton.Text                    = "Cancel";
     this.cancelButton.UpBitmap                = ((System.Drawing.Bitmap)(resources.GetObject("cancelButton.UpBitmap")));
     this.cancelButton.UseCustomGraphic        = true;
     this.cancelButton.UseVisualStyleBackColor = false;
     this.cancelButton.Click                  += new System.EventHandler(this.CancelButtonClicked);
     //
     // SearchDialog
     //
     this.AcceptButton        = this.findButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(31)))), ((int)(((byte)(21)))));
     this.CancelButton        = this.cancelButton;
     this.ClientSize          = new System.Drawing.Size(610, 256);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.findButton);
     this.Controls.Add(this.searchTextBox);
     this.Controls.Add(this.searchLabel);
     this.DrawCustomBorder = true;
     this.Font             = new System.Drawing.Font("Albertus MT", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ForeColor        = System.Drawing.Color.White;
     this.FormBorderStyle  = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox      = false;
     this.MinimizeBox      = false;
     this.Name             = "SearchDialog";
     this.ShowIcon         = false;
     this.ShowInTaskbar    = false;
     this.SizeGripStyle    = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition    = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text             = "Search for an Item";
     this.TitleTextColor   = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.TopMost          = true;
     this.Shown           += new System.EventHandler(this.SearchDialogShown);
     this.Controls.SetChildIndex(this.searchLabel, 0);
     this.Controls.SetChildIndex(this.searchTextBox, 0);
     this.Controls.SetChildIndex(this.findButton, 0);
     this.Controls.SetChildIndex(this.cancelButton, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.exitButton                 = new ScalingButton();
     this.characterComboBox          = new ScalingComboBox();
     this.characterLabel             = new ScalingLabel();
     this.itemTextPanel              = new System.Windows.Forms.Panel();
     this.itemText                   = new ScalingLabel();
     this.vaultListComboBox          = new ScalingComboBox();
     this.vaultLabel                 = new ScalingLabel();
     this.configureButton            = new ScalingButton();
     this.customMapText              = new ScalingLabel();
     this.panelSelectButton          = new ScalingButton();
     this.searchTextBox              = new ScalingTextBox();
     this.findLabel                  = new ScalingLabel();
     this.secondaryVaultListComboBox = new ScalingComboBox();
     this.aboutButton                = new ScalingButton();
     this.titleLabel                 = new ScalingLabel();
     this.searchButton               = new ScalingButton();
     this.loadedCharacterLabel       = new ScalingLabel();
     this.loadedVaultLabel           = new ScalingLabel();
     this.backgroundWorker1          = new System.ComponentModel.BackgroundWorker();
     this.fadeInTimer                = new System.Windows.Forms.Timer(this.components);
     this.itemTextPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // exitButton
     //
     this.exitButton.BackColor    = System.Drawing.Color.Transparent;
     this.exitButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.exitButton.DownBitmap   = ((System.Drawing.Bitmap)(resources.GetObject("exitButton.DownBitmap")));
     this.exitButton.FlatAppearance.BorderSize         = 0;
     this.exitButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.exitButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.exitButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.exitButton.Font                    = new System.Drawing.Font("Albertus MT Light", 12F);
     this.exitButton.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.exitButton.Image                   = ((System.Drawing.Image)(resources.GetObject("exitButton.Image")));
     this.exitButton.Location                = new System.Drawing.Point(434, 21);
     this.exitButton.Name                    = "exitButton";
     this.exitButton.OverBitmap              = ((System.Drawing.Bitmap)(resources.GetObject("exitButton.OverBitmap")));
     this.exitButton.Size                    = new System.Drawing.Size(137, 30);
     this.exitButton.SizeToGraphic           = false;
     this.exitButton.TabIndex                = 0;
     this.exitButton.Text                    = "Exit";
     this.exitButton.UpBitmap                = ((System.Drawing.Bitmap)(resources.GetObject("exitButton.UpBitmap")));
     this.exitButton.UseCustomGraphic        = true;
     this.exitButton.UseVisualStyleBackColor = false;
     this.exitButton.Click                  += new System.EventHandler(this.ExitButtonClick);
     //
     // characterComboBox
     //
     this.characterComboBox.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.characterComboBox.Font                  = new System.Drawing.Font("Albertus MT Light", 11F);
     this.characterComboBox.Location              = new System.Drawing.Point(148, 92);
     this.characterComboBox.MaxDropDownItems      = 10;
     this.characterComboBox.Name                  = "characterComboBox";
     this.characterComboBox.Size                  = new System.Drawing.Size(481, 26);
     this.characterComboBox.TabIndex              = 1;
     this.characterComboBox.SelectedIndexChanged += new System.EventHandler(this.CharacterComboBoxSelectedIndexChanged);
     //
     // characterLabel
     //
     this.characterLabel.BackColor = System.Drawing.Color.Transparent;
     this.characterLabel.Font      = new System.Drawing.Font("Albertus MT Light", 11F);
     this.characterLabel.ForeColor = System.Drawing.Color.White;
     this.characterLabel.Location  = new System.Drawing.Point(3, 85);
     this.characterLabel.Name      = "characterLabel";
     this.characterLabel.Size      = new System.Drawing.Size(139, 37);
     this.characterLabel.TabIndex  = 2;
     this.characterLabel.Text      = "Character:";
     this.characterLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // itemTextPanel
     //
     this.itemTextPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(188)))), ((int)(((byte)(97)))));
     this.itemTextPanel.Controls.Add(this.itemText);
     this.itemTextPanel.Location = new System.Drawing.Point(6, 606);
     this.itemTextPanel.Name     = "itemTextPanel";
     this.itemTextPanel.Size     = new System.Drawing.Size(592, 22);
     this.itemTextPanel.TabIndex = 4;
     //
     // itemText
     //
     this.itemText.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(41)))), ((int)(((byte)(31)))));
     this.itemText.Font      = new System.Drawing.Font("Arial Black", 8.25F);
     this.itemText.Location  = new System.Drawing.Point(2, 2);
     this.itemText.Name      = "itemText";
     this.itemText.Size      = new System.Drawing.Size(576, 18);
     this.itemText.TabIndex  = 0;
     //
     // vaultListComboBox
     //
     this.vaultListComboBox.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.vaultListComboBox.Font                  = new System.Drawing.Font("Albertus MT Light", 11F);
     this.vaultListComboBox.Location              = new System.Drawing.Point(148, 62);
     this.vaultListComboBox.Name                  = "vaultListComboBox";
     this.vaultListComboBox.Size                  = new System.Drawing.Size(481, 26);
     this.vaultListComboBox.TabIndex              = 5;
     this.vaultListComboBox.SelectedIndexChanged += new System.EventHandler(this.VaultListComboBoxSelectedIndexChanged);
     //
     // vaultLabel
     //
     this.vaultLabel.BackColor = System.Drawing.Color.Transparent;
     this.vaultLabel.Font      = new System.Drawing.Font("Albertus MT Light", 11F);
     this.vaultLabel.ForeColor = System.Drawing.Color.White;
     this.vaultLabel.Location  = new System.Drawing.Point(27, 63);
     this.vaultLabel.Name      = "vaultLabel";
     this.vaultLabel.Size      = new System.Drawing.Size(116, 24);
     this.vaultLabel.TabIndex  = 6;
     this.vaultLabel.Text      = "Vault:";
     this.vaultLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // configureButton
     //
     this.configureButton.BackColor  = System.Drawing.Color.Transparent;
     this.configureButton.DownBitmap = ((System.Drawing.Bitmap)(resources.GetObject("configureButton.DownBitmap")));
     this.configureButton.FlatAppearance.BorderSize         = 0;
     this.configureButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.configureButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.configureButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.configureButton.Font                    = new System.Drawing.Font("Albertus MT Light", 12F);
     this.configureButton.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.configureButton.Image                   = ((System.Drawing.Image)(resources.GetObject("configureButton.Image")));
     this.configureButton.Location                = new System.Drawing.Point(6, 21);
     this.configureButton.Name                    = "configureButton";
     this.configureButton.OverBitmap              = ((System.Drawing.Bitmap)(resources.GetObject("configureButton.OverBitmap")));
     this.configureButton.Size                    = new System.Drawing.Size(137, 30);
     this.configureButton.SizeToGraphic           = false;
     this.configureButton.TabIndex                = 9;
     this.configureButton.Text                    = "Configure";
     this.configureButton.UpBitmap                = ((System.Drawing.Bitmap)(resources.GetObject("configureButton.UpBitmap")));
     this.configureButton.UseCustomGraphic        = true;
     this.configureButton.UseVisualStyleBackColor = false;
     this.configureButton.Click                  += new System.EventHandler(this.ConfigureButtonClick);
     //
     // customMapText
     //
     this.customMapText.BackColor   = System.Drawing.Color.Gold;
     this.customMapText.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.customMapText.Font        = new System.Drawing.Font("Albertus MT", 11.25F, System.Drawing.FontStyle.Bold);
     this.customMapText.ForeColor   = System.Drawing.Color.Black;
     this.customMapText.Location    = new System.Drawing.Point(446, 330);
     this.customMapText.Name        = "customMapText";
     this.customMapText.Size        = new System.Drawing.Size(253, 46);
     this.customMapText.TabIndex    = 11;
     this.customMapText.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panelSelectButton
     //
     this.panelSelectButton.BackColor  = System.Drawing.Color.Transparent;
     this.panelSelectButton.DownBitmap = ((System.Drawing.Bitmap)(resources.GetObject("panelSelectButton.DownBitmap")));
     this.panelSelectButton.FlatAppearance.BorderSize         = 0;
     this.panelSelectButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.panelSelectButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.panelSelectButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.panelSelectButton.Font                    = new System.Drawing.Font("Albertus MT Light", 12F);
     this.panelSelectButton.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.panelSelectButton.Image                   = ((System.Drawing.Image)(resources.GetObject("panelSelectButton.Image")));
     this.panelSelectButton.Location                = new System.Drawing.Point(148, 21);
     this.panelSelectButton.Name                    = "panelSelectButton";
     this.panelSelectButton.OverBitmap              = ((System.Drawing.Bitmap)(resources.GetObject("panelSelectButton.OverBitmap")));
     this.panelSelectButton.Size                    = new System.Drawing.Size(137, 30);
     this.panelSelectButton.SizeToGraphic           = false;
     this.panelSelectButton.TabIndex                = 12;
     this.panelSelectButton.Text                    = "Show Vault";
     this.panelSelectButton.UpBitmap                = ((System.Drawing.Bitmap)(resources.GetObject("panelSelectButton.UpBitmap")));
     this.panelSelectButton.UseCustomGraphic        = true;
     this.panelSelectButton.UseVisualStyleBackColor = false;
     this.panelSelectButton.Click                  += new System.EventHandler(this.PanelSelectButtonClick);
     //
     // searchTextBox
     //
     this.searchTextBox.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.searchTextBox.Location  = new System.Drawing.Point(252, 263);
     this.searchTextBox.Name      = "searchTextBox";
     this.searchTextBox.Size      = new System.Drawing.Size(413, 20);
     this.searchTextBox.TabIndex  = 13;
     this.searchTextBox.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.SearchTextBoxKeyDown);
     this.searchTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.SearchTextBoxKeyPress);
     //
     // findLabel
     //
     this.findLabel.BackColor = System.Drawing.Color.Transparent;
     this.findLabel.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.findLabel.Location  = new System.Drawing.Point(179, 266);
     this.findLabel.Name      = "findLabel";
     this.findLabel.Size      = new System.Drawing.Size(62, 13);
     this.findLabel.TabIndex  = 14;
     this.findLabel.Text      = "Find:";
     this.findLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // secondaryVaultListComboBox
     //
     this.secondaryVaultListComboBox.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.secondaryVaultListComboBox.Font                  = new System.Drawing.Font("Albertus MT Light", 11F);
     this.secondaryVaultListComboBox.Location              = new System.Drawing.Point(148, 106);
     this.secondaryVaultListComboBox.MaxDropDownItems      = 10;
     this.secondaryVaultListComboBox.Name                  = "secondaryVaultListComboBox";
     this.secondaryVaultListComboBox.Size                  = new System.Drawing.Size(481, 26);
     this.secondaryVaultListComboBox.TabIndex              = 15;
     this.secondaryVaultListComboBox.SelectedIndexChanged += new System.EventHandler(this.SecondaryVaultListComboBoxSelectedIndexChanged);
     //
     // aboutButton
     //
     this.aboutButton.BackColor  = System.Drawing.Color.Transparent;
     this.aboutButton.DownBitmap = null;
     this.aboutButton.FlatAppearance.BorderSize         = 0;
     this.aboutButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.aboutButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.aboutButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.aboutButton.Font                    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.aboutButton.Image                   = ((System.Drawing.Image)(resources.GetObject("aboutButton.Image")));
     this.aboutButton.Location                = new System.Drawing.Point(1047, 18);
     this.aboutButton.Name                    = "aboutButton";
     this.aboutButton.OverBitmap              = null;
     this.aboutButton.Size                    = new System.Drawing.Size(48, 38);
     this.aboutButton.SizeToGraphic           = false;
     this.aboutButton.TabIndex                = 16;
     this.aboutButton.UpBitmap                = ((System.Drawing.Bitmap)(resources.GetObject("aboutButton.UpBitmap")));
     this.aboutButton.UseCustomGraphic        = true;
     this.aboutButton.UseVisualStyleBackColor = false;
     this.aboutButton.Click                  += new System.EventHandler(this.AboutButtonClick);
     //
     // titleLabel
     //
     this.titleLabel.AutoSize  = true;
     this.titleLabel.BackColor = System.Drawing.Color.Transparent;
     this.titleLabel.Font      = new System.Drawing.Font("Albertus MT Light", 24F);
     this.titleLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(195)))), ((int)(((byte)(112)))));
     this.titleLabel.Location  = new System.Drawing.Point(1101, 18);
     this.titleLabel.Name      = "titleLabel";
     this.titleLabel.Size      = new System.Drawing.Size(136, 37);
     this.titleLabel.TabIndex  = 17;
     this.titleLabel.Text      = "TQVault";
     //
     // searchButton
     //
     this.searchButton.BackColor  = System.Drawing.Color.Transparent;
     this.searchButton.DownBitmap = ((System.Drawing.Bitmap)(resources.GetObject("searchButton.DownBitmap")));
     this.searchButton.FlatAppearance.BorderSize         = 0;
     this.searchButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.searchButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.searchButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.searchButton.Font                    = new System.Drawing.Font("Albertus MT Light", 12F);
     this.searchButton.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.searchButton.Image                   = ((System.Drawing.Image)(resources.GetObject("searchButton.Image")));
     this.searchButton.Location                = new System.Drawing.Point(291, 21);
     this.searchButton.Name                    = "searchButton";
     this.searchButton.OverBitmap              = ((System.Drawing.Bitmap)(resources.GetObject("searchButton.OverBitmap")));
     this.searchButton.Size                    = new System.Drawing.Size(137, 30);
     this.searchButton.SizeToGraphic           = false;
     this.searchButton.TabIndex                = 18;
     this.searchButton.Text                    = "Search";
     this.searchButton.UpBitmap                = ((System.Drawing.Bitmap)(resources.GetObject("searchButton.UpBitmap")));
     this.searchButton.UseCustomGraphic        = true;
     this.searchButton.UseVisualStyleBackColor = false;
     this.searchButton.Click                  += new System.EventHandler(this.SearchButtonClick);
     //
     // loadedCharacterLabel
     //
     this.loadedCharacterLabel.AutoSize  = true;
     this.loadedCharacterLabel.BackColor = System.Drawing.Color.Transparent;
     this.loadedCharacterLabel.Font      = new System.Drawing.Font("Albertus MT Light", 16F);
     this.loadedCharacterLabel.Location  = new System.Drawing.Point(12, 376);
     this.loadedCharacterLabel.Name      = "loadedCharacterLabel";
     this.loadedCharacterLabel.Size      = new System.Drawing.Size(172, 26);
     this.loadedCharacterLabel.TabIndex  = 19;
     this.loadedCharacterLabel.Text      = "Character Name";
     //
     // loadedVaultLabel
     //
     this.loadedVaultLabel.AutoSize  = true;
     this.loadedVaultLabel.BackColor = System.Drawing.Color.Transparent;
     this.loadedVaultLabel.Font      = new System.Drawing.Font("Albertus MT Light", 16F);
     this.loadedVaultLabel.Location  = new System.Drawing.Point(6, 130);
     this.loadedVaultLabel.Name      = "loadedVaultLabel";
     this.loadedVaultLabel.Size      = new System.Drawing.Size(127, 26);
     this.loadedVaultLabel.TabIndex  = 20;
     this.loadedVaultLabel.Text      = "Vault Name";
     //
     // backgroundWorker1
     //
     this.backgroundWorker1.WorkerReportsProgress      = true;
     this.backgroundWorker1.WorkerSupportsCancellation = true;
     this.backgroundWorker1.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.BackgroundWorker1_DoWork);
     this.backgroundWorker1.ProgressChanged    += new System.ComponentModel.ProgressChangedEventHandler(this.BackgroundWorker1_ProgressChanged);
     this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.BackgroundWorker1_RunWorkerCompleted);
     //
     // fadeInTimer
     //
     this.fadeInTimer.Interval = 50;
     this.fadeInTimer.Tick    += new System.EventHandler(this.FadeInTimerTick);
     //
     // MainForm
     //
     this.AutoScaleDimensions    = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode          = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackgroundImage        = Resources.MainForm_NewBackground;
     this.BackgroundImageLayout  = System.Windows.Forms.ImageLayout.Stretch;
     this.CancelButton           = this.exitButton;
     this.ClientSize             = new System.Drawing.Size(1269, 637);
     this.ConstrainToDesignRatio = true;
     this.Controls.Add(this.loadedVaultLabel);
     this.Controls.Add(this.loadedCharacterLabel);
     this.Controls.Add(this.searchButton);
     this.Controls.Add(this.aboutButton);
     this.Controls.Add(this.secondaryVaultListComboBox);
     this.Controls.Add(this.findLabel);
     this.Controls.Add(this.searchTextBox);
     this.Controls.Add(this.panelSelectButton);
     this.Controls.Add(this.customMapText);
     this.Controls.Add(this.configureButton);
     this.Controls.Add(this.vaultLabel);
     this.Controls.Add(this.vaultListComboBox);
     this.Controls.Add(this.itemTextPanel);
     this.Controls.Add(this.characterLabel);
     this.Controls.Add(this.characterComboBox);
     this.Controls.Add(this.exitButton);
     this.Controls.Add(this.titleLabel);
     this.DrawCustomBorder    = true;
     this.ForeColor           = System.Drawing.Color.White;
     this.FormBorderStyle     = System.Windows.Forms.FormBorderStyle.None;
     this.Icon                = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name                = "MainForm";
     this.ResizeCustomAllowed = true;
     this.ScaleOnResize       = true;
     this.StartPosition       = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text                = "Titan Quest Item Vault";
     this.TitleTextColor      = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.Closing            += new System.ComponentModel.CancelEventHandler(this.MainFormClosing);
     this.Load               += new System.EventHandler(this.MainFormLoad);
     this.Shown              += new System.EventHandler(this.MainFormShown);
     this.ResizeEnd          += new System.EventHandler(this.ResizeEndCallback);
     this.KeyDown            += new System.Windows.Forms.KeyEventHandler(this.MainFormKeyDown);
     this.KeyPress           += new System.Windows.Forms.KeyPressEventHandler(this.MainFormKeyPress);
     this.Resize             += new System.EventHandler(this.ResizeBeginCallback);
     this.Controls.SetChildIndex(this.titleLabel, 0);
     this.Controls.SetChildIndex(this.exitButton, 0);
     this.Controls.SetChildIndex(this.characterComboBox, 0);
     this.Controls.SetChildIndex(this.characterLabel, 0);
     this.Controls.SetChildIndex(this.itemTextPanel, 0);
     this.Controls.SetChildIndex(this.vaultListComboBox, 0);
     this.Controls.SetChildIndex(this.vaultLabel, 0);
     this.Controls.SetChildIndex(this.configureButton, 0);
     this.Controls.SetChildIndex(this.customMapText, 0);
     this.Controls.SetChildIndex(this.panelSelectButton, 0);
     this.Controls.SetChildIndex(this.searchTextBox, 0);
     this.Controls.SetChildIndex(this.findLabel, 0);
     this.Controls.SetChildIndex(this.secondaryVaultListComboBox, 0);
     this.Controls.SetChildIndex(this.aboutButton, 0);
     this.Controls.SetChildIndex(this.searchButton, 0);
     this.Controls.SetChildIndex(this.loadedCharacterLabel, 0);
     this.Controls.SetChildIndex(this.loadedVaultLabel, 0);
     this.itemTextPanel.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VaultMaintenanceDialog));
     this.targetTextBox          = new TQVaultAE.GUI.Components.ScalingTextBox();
     this.instructionsLabel      = new TQVaultAE.GUI.Components.ScalingLabel();
     this.okayButton             = new TQVaultAE.GUI.Components.ScalingButton();
     this.cancelButton           = new TQVaultAE.GUI.Components.ScalingButton();
     this.vaultListComboBox      = new TQVaultAE.GUI.Components.ScalingComboBox();
     this.newRadioButton         = new TQVaultAE.GUI.Components.ScalingRadioButton();
     this.selectFunctionGroupBox = new System.Windows.Forms.GroupBox();
     this.renameRadioButton      = new TQVaultAE.GUI.Components.ScalingRadioButton();
     this.copyRadioButton        = new TQVaultAE.GUI.Components.ScalingRadioButton();
     this.deleteRadioButton      = new TQVaultAE.GUI.Components.ScalingRadioButton();
     this.sourceLabel            = new TQVaultAE.GUI.Components.ScalingLabel();
     this.targetLabel            = new TQVaultAE.GUI.Components.ScalingLabel();
     this.selectFunctionGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // targetTextBox
     //
     this.targetTextBox.Font      = new System.Drawing.Font("Albertus MT Light", 11F);
     this.targetTextBox.Location  = new System.Drawing.Point(90, 316);
     this.targetTextBox.MaxLength = 256;
     this.targetTextBox.Name      = "targetTextBox";
     this.targetTextBox.Size      = new System.Drawing.Size(329, 25);
     this.targetTextBox.TabIndex  = 0;
     this.targetTextBox.Text      = "target";
     //
     // instructionsLabel
     //
     this.instructionsLabel.Font     = new System.Drawing.Font("Albertus MT Light", 11F);
     this.instructionsLabel.Location = new System.Drawing.Point(12, 178);
     this.instructionsLabel.Name     = "instructionsLabel";
     this.instructionsLabel.Size     = new System.Drawing.Size(440, 74);
     this.instructionsLabel.TabIndex = 1;
     this.instructionsLabel.Text     = "Instructions";
     //
     // okayButton
     //
     this.okayButton.BackColor  = System.Drawing.Color.Transparent;
     this.okayButton.DownBitmap = ((System.Drawing.Bitmap)(resources.GetObject("okayButton.DownBitmap")));
     this.okayButton.FlatAppearance.BorderSize         = 0;
     this.okayButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.okayButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.okayButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.okayButton.Font                    = new System.Drawing.Font("Albertus MT Light", 12F);
     this.okayButton.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.okayButton.Image                   = ((System.Drawing.Image)(resources.GetObject("okayButton.Image")));
     this.okayButton.Location                = new System.Drawing.Point(70, 377);
     this.okayButton.Name                    = "okayButton";
     this.okayButton.OverBitmap              = ((System.Drawing.Bitmap)(resources.GetObject("okayButton.OverBitmap")));
     this.okayButton.Size                    = new System.Drawing.Size(137, 30);
     this.okayButton.SizeToGraphic           = false;
     this.okayButton.TabIndex                = 2;
     this.okayButton.Text                    = "OK";
     this.okayButton.UpBitmap                = ((System.Drawing.Bitmap)(resources.GetObject("okayButton.UpBitmap")));
     this.okayButton.UseCustomGraphic        = true;
     this.okayButton.UseVisualStyleBackColor = false;
     this.okayButton.Click                  += new System.EventHandler(this.OkayButtonClick);
     //
     // cancelButton
     //
     this.cancelButton.BackColor    = System.Drawing.Color.Transparent;
     this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.DownBitmap   = ((System.Drawing.Bitmap)(resources.GetObject("cancelButton.DownBitmap")));
     this.cancelButton.FlatAppearance.BorderSize         = 0;
     this.cancelButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.cancelButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.cancelButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.cancelButton.Font                    = new System.Drawing.Font("Albertus MT Light", 12F);
     this.cancelButton.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.cancelButton.Image                   = ((System.Drawing.Image)(resources.GetObject("cancelButton.Image")));
     this.cancelButton.Location                = new System.Drawing.Point(258, 377);
     this.cancelButton.Name                    = "cancelButton";
     this.cancelButton.OverBitmap              = ((System.Drawing.Bitmap)(resources.GetObject("cancelButton.OverBitmap")));
     this.cancelButton.Size                    = new System.Drawing.Size(137, 30);
     this.cancelButton.SizeToGraphic           = false;
     this.cancelButton.TabIndex                = 3;
     this.cancelButton.Text                    = "Cancel";
     this.cancelButton.UpBitmap                = ((System.Drawing.Bitmap)(resources.GetObject("cancelButton.UpBitmap")));
     this.cancelButton.UseCustomGraphic        = true;
     this.cancelButton.UseVisualStyleBackColor = false;
     this.cancelButton.Click                  += new System.EventHandler(this.CancelButtonClick);
     //
     // vaultListComboBox
     //
     this.vaultListComboBox.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.vaultListComboBox.Font                  = new System.Drawing.Font("Albertus MT Light", 11F);
     this.vaultListComboBox.FormattingEnabled     = true;
     this.vaultListComboBox.Location              = new System.Drawing.Point(90, 275);
     this.vaultListComboBox.Name                  = "vaultListComboBox";
     this.vaultListComboBox.Size                  = new System.Drawing.Size(329, 25);
     this.vaultListComboBox.TabIndex              = 4;
     this.vaultListComboBox.SelectedIndexChanged += new System.EventHandler(this.VaultListComboBoxSelectedIndexChanged);
     //
     // newRadioButton
     //
     this.newRadioButton.AutoSize = true;
     this.newRadioButton.Font     = new System.Drawing.Font("Albertus MT Light", 11.25F);
     this.newRadioButton.Location = new System.Drawing.Point(6, 20);
     this.newRadioButton.Name     = "newRadioButton";
     this.newRadioButton.Size     = new System.Drawing.Size(150, 21);
     this.newRadioButton.TabIndex = 5;
     this.newRadioButton.TabStop  = true;
     this.newRadioButton.Text     = "Create a New Vault";
     this.newRadioButton.UseVisualStyleBackColor = true;
     this.newRadioButton.CheckedChanged         += new System.EventHandler(this.NewRadioButtonCheckedChanged);
     //
     // selectFunctionGroupBox
     //
     this.selectFunctionGroupBox.Controls.Add(this.renameRadioButton);
     this.selectFunctionGroupBox.Controls.Add(this.copyRadioButton);
     this.selectFunctionGroupBox.Controls.Add(this.deleteRadioButton);
     this.selectFunctionGroupBox.Controls.Add(this.newRadioButton);
     this.selectFunctionGroupBox.Font     = new System.Drawing.Font("Albertus MT Light", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.selectFunctionGroupBox.Location = new System.Drawing.Point(119, 38);
     this.selectFunctionGroupBox.Name     = "selectFunctionGroupBox";
     this.selectFunctionGroupBox.Size     = new System.Drawing.Size(225, 126);
     this.selectFunctionGroupBox.TabIndex = 6;
     this.selectFunctionGroupBox.TabStop  = false;
     this.selectFunctionGroupBox.Text     = "Select Function";
     //
     // renameRadioButton
     //
     this.renameRadioButton.AutoSize = true;
     this.renameRadioButton.Font     = new System.Drawing.Font("Albertus MT Light", 11.25F);
     this.renameRadioButton.Location = new System.Drawing.Point(6, 92);
     this.renameRadioButton.Name     = "renameRadioButton";
     this.renameRadioButton.Size     = new System.Drawing.Size(124, 21);
     this.renameRadioButton.TabIndex = 8;
     this.renameRadioButton.TabStop  = true;
     this.renameRadioButton.Text     = "Rename a Vault";
     this.renameRadioButton.UseVisualStyleBackColor = true;
     this.renameRadioButton.CheckedChanged         += new System.EventHandler(this.RenameRadioButtonCheckedChanged);
     //
     // copyRadioButton
     //
     this.copyRadioButton.AutoSize = true;
     this.copyRadioButton.Font     = new System.Drawing.Font("Albertus MT Light", 11.25F);
     this.copyRadioButton.Location = new System.Drawing.Point(6, 68);
     this.copyRadioButton.Name     = "copyRadioButton";
     this.copyRadioButton.Size     = new System.Drawing.Size(109, 21);
     this.copyRadioButton.TabIndex = 7;
     this.copyRadioButton.TabStop  = true;
     this.copyRadioButton.Text     = "Copy a Vault";
     this.copyRadioButton.UseVisualStyleBackColor = true;
     this.copyRadioButton.CheckedChanged         += new System.EventHandler(this.CopyRadioButtonCheckedChanged);
     //
     // deleteRadioButton
     //
     this.deleteRadioButton.AutoSize = true;
     this.deleteRadioButton.Font     = new System.Drawing.Font("Albertus MT Light", 11.25F);
     this.deleteRadioButton.Location = new System.Drawing.Point(6, 44);
     this.deleteRadioButton.Name     = "deleteRadioButton";
     this.deleteRadioButton.Size     = new System.Drawing.Size(114, 21);
     this.deleteRadioButton.TabIndex = 6;
     this.deleteRadioButton.TabStop  = true;
     this.deleteRadioButton.Text     = "Delete a Vault";
     this.deleteRadioButton.UseVisualStyleBackColor = true;
     this.deleteRadioButton.CheckedChanged         += new System.EventHandler(this.DeleteRadioButtonCheckedChanged);
     //
     // sourceLabel
     //
     this.sourceLabel.AutoSize = true;
     this.sourceLabel.Font     = new System.Drawing.Font("Albertus MT Light", 11F);
     this.sourceLabel.Location = new System.Drawing.Point(12, 278);
     this.sourceLabel.Name     = "sourceLabel";
     this.sourceLabel.Size     = new System.Drawing.Size(51, 17);
     this.sourceLabel.TabIndex = 7;
     this.sourceLabel.Text     = "Source";
     //
     // targetLabel
     //
     this.targetLabel.AutoSize = true;
     this.targetLabel.Font     = new System.Drawing.Font("Albertus MT Light", 11F);
     this.targetLabel.Location = new System.Drawing.Point(12, 319);
     this.targetLabel.Name     = "targetLabel";
     this.targetLabel.Size     = new System.Drawing.Size(49, 17);
     this.targetLabel.TabIndex = 8;
     this.targetLabel.Text     = "Target";
     //
     // VaultMaintenanceDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(31)))), ((int)(((byte)(21)))));
     this.CancelButton        = this.cancelButton;
     this.ClientSize          = new System.Drawing.Size(464, 419);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.targetLabel);
     this.Controls.Add(this.sourceLabel);
     this.Controls.Add(this.selectFunctionGroupBox);
     this.Controls.Add(this.instructionsLabel);
     this.Controls.Add(this.okayButton);
     this.Controls.Add(this.vaultListComboBox);
     this.Controls.Add(this.targetTextBox);
     this.DrawCustomBorder = true;
     this.Font             = new System.Drawing.Font("Albertus MT Light", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ForeColor        = System.Drawing.Color.White;
     this.FormBorderStyle  = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox      = false;
     this.MinimizeBox      = false;
     this.Name             = "VaultMaintenanceDialog";
     this.ShowInTaskbar    = false;
     this.StartPosition    = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text             = "Vault Maintenance";
     this.Load            += new System.EventHandler(this.VaultMaintenanceDialogLoad);
     this.Controls.SetChildIndex(this.targetTextBox, 0);
     this.Controls.SetChildIndex(this.vaultListComboBox, 0);
     this.Controls.SetChildIndex(this.okayButton, 0);
     this.Controls.SetChildIndex(this.instructionsLabel, 0);
     this.Controls.SetChildIndex(this.selectFunctionGroupBox, 0);
     this.Controls.SetChildIndex(this.sourceLabel, 0);
     this.Controls.SetChildIndex(this.targetLabel, 0);
     this.Controls.SetChildIndex(this.cancelButton, 0);
     this.selectFunctionGroupBox.ResumeLayout(false);
     this.selectFunctionGroupBox.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }