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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.exitButton                   = new TQVaultAE.GUI.Components.ScalingButton();
     this.itemTextPanel                = new System.Windows.Forms.Panel();
     this.itemText                     = new TQVaultAE.GUI.Components.ScalingLabel();
     this.vaultListComboBox            = new TQVaultAE.GUI.Components.ScalingComboBox();
     this.vaultLabel                   = new TQVaultAE.GUI.Components.ScalingLabel();
     this.configureButton              = new TQVaultAE.GUI.Components.ScalingButton();
     this.customMapText                = new TQVaultAE.GUI.Components.ScalingLabel();
     this.showVaulButton               = new TQVaultAE.GUI.Components.ScalingButton();
     this.aboutButton                  = new TQVaultAE.GUI.Components.ScalingButton();
     this.titleLabel                   = new TQVaultAE.GUI.Components.ScalingLabel();
     this.searchButton                 = new TQVaultAE.GUI.Components.ScalingButton();
     this.backgroundWorkerLoadAllFiles = new System.ComponentModel.BackgroundWorker();
     this.fadeInTimer                  = new System.Windows.Forms.Timer(this.components);
     this.flowLayoutPanelVaultSelector = new TQVaultAE.GUI.Components.BufferedFlowLayoutPanel();
     this.tableLayoutPanelMain         = new TQVaultAE.GUI.Components.BufferedTableLayoutPanel();
     this.flowLayoutPanelRightPanels   = new TQVaultAE.GUI.Components.BufferedFlowLayoutPanel();
     this.flowLayoutPanelRightComboBox = new TQVaultAE.GUI.Components.BufferedFlowLayoutPanel();
     this.characterLabel               = new TQVaultAE.GUI.Components.ScalingLabel();
     this.characterComboBox            = new TQVaultAE.GUI.Components.ScalingComboBox();
     this.secondaryVaultListComboBox   = new TQVaultAE.GUI.Components.ScalingComboBox();
     this.itemTextPanel.SuspendLayout();
     this.flowLayoutPanelVaultSelector.SuspendLayout();
     this.tableLayoutPanelMain.SuspendLayout();
     this.flowLayoutPanelRightComboBox.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("Microsoft Sans Serif", 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, 24);
     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);
     //
     // 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(4, 135);
     this.itemTextPanel.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 20);
     this.itemTextPanel.Name     = "itemTextPanel";
     this.itemTextPanel.Padding  = new System.Windows.Forms.Padding(2);
     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.Dock      = System.Windows.Forms.DockStyle.Fill;
     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(588, 18);
     this.itemText.TabIndex  = 0;
     //
     // vaultListComboBox
     //
     this.vaultListComboBox.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.vaultListComboBox.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.vaultListComboBox.Font                  = new System.Drawing.Font("Microsoft Sans Serif", 13F);
     this.vaultListComboBox.Location              = new System.Drawing.Point(99, 3);
     this.vaultListComboBox.Name                  = "vaultListComboBox";
     this.vaultListComboBox.Size                  = new System.Drawing.Size(481, 28);
     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("Microsoft Sans Serif", 11F);
     this.vaultLabel.ForeColor = System.Drawing.Color.White;
     this.vaultLabel.Location  = new System.Drawing.Point(3, 0);
     this.vaultLabel.Name      = "vaultLabel";
     this.vaultLabel.Size      = new System.Drawing.Size(90, 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("Microsoft Sans Serif", 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, 24);
     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.Anchor      = System.Windows.Forms.AnchorStyles.Right;
     this.customMapText.BackColor   = System.Drawing.Color.Gold;
     this.customMapText.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.customMapText.Font        = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
     this.customMapText.ForeColor   = System.Drawing.Color.Black;
     this.customMapText.Location    = new System.Drawing.Point(216, 96);
     this.customMapText.Margin      = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.customMapText.Name        = "customMapText";
     this.customMapText.Size        = new System.Drawing.Size(380, 30);
     this.customMapText.TabIndex    = 11;
     this.customMapText.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // showVaulButton
     //
     this.showVaulButton.BackColor  = System.Drawing.Color.Transparent;
     this.showVaulButton.DownBitmap = ((System.Drawing.Bitmap)(resources.GetObject("showVaulButton.DownBitmap")));
     this.showVaulButton.FlatAppearance.BorderSize         = 0;
     this.showVaulButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.showVaulButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.showVaulButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.showVaulButton.Font                    = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.showVaulButton.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.showVaulButton.Image                   = ((System.Drawing.Image)(resources.GetObject("showVaulButton.Image")));
     this.showVaulButton.Location                = new System.Drawing.Point(148, 24);
     this.showVaulButton.Name                    = "showVaulButton";
     this.showVaulButton.OverBitmap              = ((System.Drawing.Bitmap)(resources.GetObject("showVaulButton.OverBitmap")));
     this.showVaulButton.Size                    = new System.Drawing.Size(137, 30);
     this.showVaulButton.SizeToGraphic           = false;
     this.showVaulButton.TabIndex                = 12;
     this.showVaulButton.Text                    = "Show Vault";
     this.showVaulButton.UpBitmap                = ((System.Drawing.Bitmap)(resources.GetObject("showVaulButton.UpBitmap")));
     this.showVaulButton.UseCustomGraphic        = true;
     this.showVaulButton.UseVisualStyleBackColor = false;
     this.showVaulButton.Click                  += new System.EventHandler(this.PanelSelectButtonClick);
     //
     // 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(1130, 21);
     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("Microsoft Sans Serif", 24F);
     this.titleLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(195)))), ((int)(((byte)(112)))));
     this.titleLabel.Location  = new System.Drawing.Point(1180, 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("Microsoft Sans Serif", 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, 24);
     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);
     //
     // backgroundWorker1
     //
     this.backgroundWorkerLoadAllFiles.WorkerReportsProgress      = true;
     this.backgroundWorkerLoadAllFiles.WorkerSupportsCancellation = true;
     this.backgroundWorkerLoadAllFiles.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.BackgroundWorkerLoadAllFiles_DoWork);
     this.backgroundWorkerLoadAllFiles.ProgressChanged    += new System.ComponentModel.ProgressChangedEventHandler(this.BackgroundWorkerLoadAllFiles_ProgressChanged);
     this.backgroundWorkerLoadAllFiles.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.BackgroundWorkerLoadAllFiles_RunWorkerCompleted);
     //
     // fadeInTimer
     //
     this.fadeInTimer.Interval = 50;
     this.fadeInTimer.Tick    += new System.EventHandler(this.FadeInTimerTick);
     //
     // flowLayoutPanelVaultSelector
     //
     this.flowLayoutPanelVaultSelector.AutoSize     = true;
     this.flowLayoutPanelVaultSelector.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.flowLayoutPanelVaultSelector.BackColor    = System.Drawing.Color.Transparent;
     this.flowLayoutPanelVaultSelector.BorderStyle  = System.Windows.Forms.BorderStyle.Fixed3D;
     this.flowLayoutPanelVaultSelector.Controls.Add(this.vaultLabel);
     this.flowLayoutPanelVaultSelector.Controls.Add(this.vaultListComboBox);
     this.flowLayoutPanelVaultSelector.Location = new System.Drawing.Point(4, 4);
     this.flowLayoutPanelVaultSelector.Name     = "flowLayoutPanelVaultSelector";
     this.flowLayoutPanelVaultSelector.Size     = new System.Drawing.Size(587, 38);
     this.flowLayoutPanelVaultSelector.TabIndex = 20;
     //
     // tableLayoutPanelMain
     //
     this.tableLayoutPanelMain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanelMain.AutoSize        = true;
     this.tableLayoutPanelMain.AutoSizeMode    = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tableLayoutPanelMain.BackColor       = System.Drawing.Color.Transparent;
     this.tableLayoutPanelMain.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
     this.tableLayoutPanelMain.ColumnCount     = 3;
     this.tableLayoutPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 5F));
     this.tableLayoutPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanelMain.Controls.Add(this.flowLayoutPanelRightPanels, 2, 1);
     this.tableLayoutPanelMain.Controls.Add(this.flowLayoutPanelVaultSelector, 0, 0);
     this.tableLayoutPanelMain.Controls.Add(this.flowLayoutPanelRightComboBox, 2, 0);
     this.tableLayoutPanelMain.Controls.Add(this.customMapText, 0, 2);
     this.tableLayoutPanelMain.Controls.Add(this.itemTextPanel, 0, 3);
     this.tableLayoutPanelMain.Location = new System.Drawing.Point(15, 60);
     this.tableLayoutPanelMain.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanelMain.Name     = "tableLayoutPanelMain";
     this.tableLayoutPanelMain.RowCount = 4;
     this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanelMain.Size     = new System.Drawing.Size(1320, 178);
     this.tableLayoutPanelMain.TabIndex = 21;
     //
     // flowLayoutPanelRightPanels
     //
     this.flowLayoutPanelRightPanels.AutoSize      = true;
     this.flowLayoutPanelRightPanels.AutoSizeMode  = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.flowLayoutPanelRightPanels.BackColor     = System.Drawing.Color.Transparent;
     this.flowLayoutPanelRightPanels.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.flowLayoutPanelRightPanels.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     this.flowLayoutPanelRightPanels.Location      = new System.Drawing.Point(606, 77);
     this.flowLayoutPanelRightPanels.Margin        = new System.Windows.Forms.Padding(0);
     this.flowLayoutPanelRightPanels.MinimumSize   = new System.Drawing.Size(200, 100);
     this.flowLayoutPanelRightPanels.Name          = "flowLayoutPanelRightPanels";
     this.tableLayoutPanelMain.SetRowSpan(this.flowLayoutPanelRightPanels, 3);
     this.flowLayoutPanelRightPanels.Size     = new System.Drawing.Size(200, 100);
     this.flowLayoutPanelRightPanels.TabIndex = 22;
     //
     // flowLayoutPanelRightComboBox
     //
     this.flowLayoutPanelRightComboBox.AutoSize     = true;
     this.flowLayoutPanelRightComboBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.flowLayoutPanelRightComboBox.BackColor    = System.Drawing.Color.Transparent;
     this.flowLayoutPanelRightComboBox.BorderStyle  = System.Windows.Forms.BorderStyle.Fixed3D;
     this.flowLayoutPanelRightComboBox.Controls.Add(this.characterLabel);
     this.flowLayoutPanelRightComboBox.Controls.Add(this.characterComboBox);
     this.flowLayoutPanelRightComboBox.Controls.Add(this.secondaryVaultListComboBox);
     this.flowLayoutPanelRightComboBox.Location = new System.Drawing.Point(609, 4);
     this.flowLayoutPanelRightComboBox.Name     = "flowLayoutPanelRightComboBox";
     this.flowLayoutPanelRightComboBox.Size     = new System.Drawing.Size(587, 69);
     this.flowLayoutPanelRightComboBox.TabIndex = 20;
     //
     // characterLabel
     //
     this.characterLabel.BackColor = System.Drawing.Color.Transparent;
     this.characterLabel.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11F);
     this.characterLabel.ForeColor = System.Drawing.Color.White;
     this.characterLabel.Location  = new System.Drawing.Point(3, 0);
     this.characterLabel.Name      = "characterLabel";
     this.characterLabel.Size      = new System.Drawing.Size(90, 24);
     this.characterLabel.TabIndex  = 2;
     this.characterLabel.Text      = "Character:";
     this.characterLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // characterComboBox
     //
     this.characterComboBox.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.characterComboBox.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.characterComboBox.Font                  = new System.Drawing.Font("Microsoft Sans Serif", 13F);
     this.characterComboBox.Location              = new System.Drawing.Point(99, 3);
     this.characterComboBox.MaxDropDownItems      = 10;
     this.characterComboBox.Name                  = "characterComboBox";
     this.characterComboBox.Size                  = new System.Drawing.Size(481, 28);
     this.characterComboBox.TabIndex              = 1;
     this.characterComboBox.SelectedIndexChanged += new System.EventHandler(this.CharacterComboBoxSelectedIndexChanged);
     //
     // secondaryVaultListComboBox
     //
     this.secondaryVaultListComboBox.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.secondaryVaultListComboBox.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.secondaryVaultListComboBox.Font                  = new System.Drawing.Font("Microsoft Sans Serif", 11F);
     this.secondaryVaultListComboBox.Location              = new System.Drawing.Point(3, 37);
     this.secondaryVaultListComboBox.MaxDropDownItems      = 10;
     this.secondaryVaultListComboBox.Name                  = "secondaryVaultListComboBox";
     this.secondaryVaultListComboBox.Size                  = new System.Drawing.Size(481, 25);
     this.secondaryVaultListComboBox.TabIndex              = 15;
     this.secondaryVaultListComboBox.SelectedIndexChanged += new System.EventHandler(this.SecondaryVaultListComboBoxSelectedIndexChanged);
     //
     // MainForm
     //
     this.AutoScaleDimensions    = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode          = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackgroundImage        = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.BackgroundImageLayout  = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize             = new System.Drawing.Size(1350, 910);
     this.ConstrainToDesignRatio = true;
     this.Controls.Add(this.tableLayoutPanelMain);
     this.Controls.Add(this.searchButton);
     this.Controls.Add(this.aboutButton);
     this.Controls.Add(this.showVaulButton);
     this.Controls.Add(this.configureButton);
     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.KeyPreview          = true;
     this.Margin              = new System.Windows.Forms.Padding(4, 4, 4, 4);
     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.configureButton, 0);
     this.Controls.SetChildIndex(this.showVaulButton, 0);
     this.Controls.SetChildIndex(this.aboutButton, 0);
     this.Controls.SetChildIndex(this.searchButton, 0);
     this.Controls.SetChildIndex(this.tableLayoutPanelMain, 0);
     this.itemTextPanel.ResumeLayout(false);
     this.flowLayoutPanelVaultSelector.ResumeLayout(false);
     this.tableLayoutPanelMain.ResumeLayout(false);
     this.tableLayoutPanelMain.PerformLayout();
     this.flowLayoutPanelRightComboBox.ResumeLayout(false);
     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);
 }
Example #3
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();
 }
 /// <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(SplashScreenForm));
     this.label1          = new TQVaultAE.GUI.ScalingLabel();
     this.label2          = new TQVaultAE.GUI.ScalingLabel();
     this.label3          = new TQVaultAE.GUI.ScalingLabel();
     this.nextButton      = new TQVaultAE.GUI.ScalingButton();
     this.exitButton      = new TQVaultAE.GUI.ScalingButton();
     this.labelPleaseWait = new TQVaultAE.GUI.ScalingLabel();
     this.waitTimer       = new System.Timers.Timer();
     this.fadeTimer       = new System.Windows.Forms.Timer(this.components);
     this.progressBar     = new TQVaultAE.GUI.VaultProgressBar();
     ((System.ComponentModel.ISupportInitialize)(this.waitTimer)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.label1.Location  = new System.Drawing.Point(16, 16);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(467, 24);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Hail Noble Warrior!  Welcome to...";
     this.label1.Visible   = false;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 30F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.label2.Location  = new System.Drawing.Point(196, 118);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(392, 112);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "The Titan Quest\nVault Of The Gods";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.label2.Visible   = false;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font      = new System.Drawing.Font("Albertus MT Light", 12F);
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(55, 255);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(607, 54);
     this.label3.TabIndex  = 2;
     this.label3.Text      = "A magical place where you can store your artifacts of power that you will need to" +
                             " save the world from the Titans.";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // nextButton
     //
     this.nextButton.BackColor  = System.Drawing.Color.Transparent;
     this.nextButton.DownBitmap = global::TQVaultAE.GUI.Properties.Resources.MainButtonDown;
     this.nextButton.FlatAppearance.BorderSize         = 0;
     this.nextButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.nextButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.nextButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.nextButton.Font                    = new System.Drawing.Font("Albertus MT Light", 12F);
     this.nextButton.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28)))));
     this.nextButton.Image                   = global::TQVaultAE.GUI.Properties.Resources.MainButtonUp;
     this.nextButton.Location                = new System.Drawing.Point(286, 365);
     this.nextButton.Name                    = "nextButton";
     this.nextButton.OverBitmap              = global::TQVaultAE.GUI.Properties.Resources.MainButtonOver;
     this.nextButton.Size                    = new System.Drawing.Size(137, 30);
     this.nextButton.SizeToGraphic           = false;
     this.nextButton.TabIndex                = 3;
     this.nextButton.Text                    = "Enter The Vault";
     this.nextButton.UpBitmap                = global::TQVaultAE.GUI.Properties.Resources.MainButtonUp;
     this.nextButton.UseCustomGraphic        = true;
     this.nextButton.UseVisualStyleBackColor = false;
     this.nextButton.Visible                 = false;
     this.nextButton.Click                  += new System.EventHandler(this.NextButtonClick);
     //
     // exitButton
     //
     this.exitButton.BackColor    = System.Drawing.Color.Transparent;
     this.exitButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.exitButton.DownBitmap   = global::TQVaultAE.GUI.Properties.Resources.MainButtonDown;
     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                   = global::TQVaultAE.GUI.Properties.Resources.MainButtonUp;
     this.exitButton.Location                = new System.Drawing.Point(555, 420);
     this.exitButton.Name                    = "exitButton";
     this.exitButton.OverBitmap              = global::TQVaultAE.GUI.Properties.Resources.MainButtonOver;
     this.exitButton.Size                    = new System.Drawing.Size(137, 30);
     this.exitButton.SizeToGraphic           = false;
     this.exitButton.TabIndex                = 4;
     this.exitButton.Text                    = "Exit";
     this.exitButton.UpBitmap                = global::TQVaultAE.GUI.Properties.Resources.MainButtonUp;
     this.exitButton.UseCustomGraphic        = true;
     this.exitButton.UseVisualStyleBackColor = false;
     this.exitButton.Click                  += new System.EventHandler(this.ExitButtonClick);
     //
     // labelPleaseWait
     //
     this.labelPleaseWait.BackColor = System.Drawing.Color.Transparent;
     this.labelPleaseWait.Font      = new System.Drawing.Font("Albertus MT Light", 14.25F);
     this.labelPleaseWait.ForeColor = System.Drawing.Color.Gold;
     this.labelPleaseWait.Location  = new System.Drawing.Point(131, 318);
     this.labelPleaseWait.Name      = "labelPleaseWait";
     this.labelPleaseWait.Size      = new System.Drawing.Size(457, 32);
     this.labelPleaseWait.TabIndex  = 5;
     this.labelPleaseWait.Text      = "Loading Game Resources...Please Wait";
     this.labelPleaseWait.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // waitTimer
     //
     this.waitTimer.Enabled             = true;
     this.waitTimer.Interval            = 500D;
     this.waitTimer.SynchronizingObject = this;
     this.waitTimer.Elapsed            += new System.Timers.ElapsedEventHandler(this.WaitTimerElapsed);
     //
     // fadeTimer
     //
     this.fadeTimer.Interval = 50;
     this.fadeTimer.Tick    += new System.EventHandler(this.FadeTimerTick);
     //
     // progressBar
     //
     this.progressBar.BackColor             = System.Drawing.Color.Transparent;
     this.progressBar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.progressBar.Location = new System.Drawing.Point(55, 353);
     this.progressBar.Maximum  = 0;
     this.progressBar.Minimum  = 0;
     this.progressBar.Name     = "progressBar";
     this.progressBar.Size     = new System.Drawing.Size(602, 58);
     this.progressBar.TabIndex = 7;
     this.progressBar.Value    = 0;
     //
     // SplashScreenForm
     //
     this.AcceptButton        = this.nextButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackgroundImage     = global::TQVaultAE.GUI.Properties.Resources.NewSplashScreen;
     this.CancelButton        = this.exitButton;
     this.ClientSize          = new System.Drawing.Size(716, 463);
     this.Controls.Add(this.labelPleaseWait);
     this.Controls.Add(this.exitButton);
     this.Controls.Add(this.nextButton);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.progressBar);
     this.DrawCustomBorder = true;
     this.FormBorderStyle  = System.Windows.Forms.FormBorderStyle.None;
     this.Icon             = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox      = false;
     this.MinimizeBox      = false;
     this.Name             = "SplashScreenForm";
     this.StartPosition    = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text             = "Titan Quest Item Vault";
     this.Click           += new System.EventHandler(this.SplashScreen_Click);
     this.Controls.SetChildIndex(this.progressBar, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.label3, 0);
     this.Controls.SetChildIndex(this.nextButton, 0);
     this.Controls.SetChildIndex(this.exitButton, 0);
     this.Controls.SetChildIndex(this.labelPleaseWait, 0);
     ((System.ComponentModel.ISupportInitialize)(this.waitTimer)).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();
 }
Example #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ok          = new TQVaultAE.GUI.Components.ScalingButton();
     this.webBrowser1 = new System.Windows.Forms.WebBrowser();
     this.itemName    = new System.Windows.Forms.WebBrowser();
     this.webBrowser2 = new System.Windows.Forms.WebBrowser();
     this.label1      = new TQVaultAE.GUI.Components.ScalingLabel();
     this.label2      = new TQVaultAE.GUI.Components.ScalingLabel();
     this.checkBox1   = new TQVaultAE.GUI.Components.ScalingCheckBox();
     this.webBrowser3 = new System.Windows.Forms.WebBrowser();
     this.label3      = new TQVaultAE.GUI.Components.ScalingLabel();
     this.SuspendLayout();
     //
     // ok
     //
     this.ok.BackColor  = System.Drawing.Color.Transparent;
     this.ok.DownBitmap = global::TQVaultAE.GUI.Properties.Resources.MainButtonDown;
     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                   = global::TQVaultAE.GUI.Properties.Resources.MainButtonUp;
     this.ok.Location                = new System.Drawing.Point(781, 419);
     this.ok.Name                    = "ok";
     this.ok.OverBitmap              = global::TQVaultAE.GUI.Properties.Resources.MainButtonOver;
     this.ok.Size                    = new System.Drawing.Size(137, 30);
     this.ok.SizeToGraphic           = false;
     this.ok.TabIndex                = 0;
     this.ok.Text                    = "OK";
     this.ok.UpBitmap                = global::TQVaultAE.GUI.Properties.Resources.MainButtonUp;
     this.ok.UseCustomGraphic        = true;
     this.ok.UseVisualStyleBackColor = false;
     this.ok.Click                  += new System.EventHandler(this.OK_Button_Click);
     //
     // webBrowser1
     //
     this.webBrowser1.AllowWebBrowserDrop            = false;
     this.webBrowser1.IsWebBrowserContextMenuEnabled = false;
     this.webBrowser1.Location    = new System.Drawing.Point(12, 123);
     this.webBrowser1.MinimumSize = new System.Drawing.Size(23, 22);
     this.webBrowser1.Name        = "webBrowser1";
     this.webBrowser1.Size        = new System.Drawing.Size(292, 269);
     this.webBrowser1.TabIndex    = 2;
     this.webBrowser1.TabStop     = false;
     this.webBrowser1.WebBrowserShortcutsEnabled = false;
     //
     // itemName
     //
     this.itemName.AllowNavigation = false;
     this.itemName.IsWebBrowserContextMenuEnabled = false;
     this.itemName.Location                   = new System.Drawing.Point(15, 30);
     this.itemName.MinimumSize                = new System.Drawing.Size(23, 22);
     this.itemName.Name                       = "itemName";
     this.itemName.ScrollBarsEnabled          = false;
     this.itemName.Size                       = new System.Drawing.Size(730, 39);
     this.itemName.TabIndex                   = 3;
     this.itemName.TabStop                    = false;
     this.itemName.WebBrowserShortcutsEnabled = false;
     this.itemName.DocumentCompleted         += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.ItemName_DocumentCompleted);
     //
     // webBrowser2
     //
     this.webBrowser2.AllowWebBrowserDrop            = false;
     this.webBrowser2.IsWebBrowserContextMenuEnabled = false;
     this.webBrowser2.Location    = new System.Drawing.Point(327, 123);
     this.webBrowser2.MinimumSize = new System.Drawing.Size(23, 22);
     this.webBrowser2.Name        = "webBrowser2";
     this.webBrowser2.Size        = new System.Drawing.Size(292, 269);
     this.webBrowser2.TabIndex    = 4;
     this.webBrowser2.TabStop     = false;
     this.webBrowser2.WebBrowserShortcutsEnabled = false;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Albertus MT Light", 11.25F);
     this.label1.Location  = new System.Drawing.Point(324, 101);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(111, 17);
     this.label1.TabIndex  = 5;
     this.label1.Text      = "Prefix Properties";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font      = new System.Drawing.Font("Albertus MT Light", 11.25F);
     this.label2.Location  = new System.Drawing.Point(12, 101);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(136, 17);
     this.label2.TabIndex  = 6;
     this.label2.Text      = "Base Item Properties";
     //
     // checkBox1
     //
     this.checkBox1.AutoSize  = true;
     this.checkBox1.BackColor = System.Drawing.Color.Transparent;
     this.checkBox1.Font      = new System.Drawing.Font("Albertus MT Light", 11.25F);
     this.checkBox1.Location  = new System.Drawing.Point(763, 42);
     this.checkBox1.Name      = "checkBox1";
     this.checkBox1.Size      = new System.Drawing.Size(126, 21);
     this.checkBox1.TabIndex  = 7;
     this.checkBox1.Text      = "Filter Extra Info";
     this.checkBox1.UseVisualStyleBackColor = false;
     this.checkBox1.CheckedChanged         += new System.EventHandler(this.CheckBox1_CheckedChanged);
     //
     // webBrowser3
     //
     this.webBrowser3.AllowWebBrowserDrop            = false;
     this.webBrowser3.IsWebBrowserContextMenuEnabled = false;
     this.webBrowser3.Location    = new System.Drawing.Point(655, 123);
     this.webBrowser3.MinimumSize = new System.Drawing.Size(20, 20);
     this.webBrowser3.Name        = "webBrowser3";
     this.webBrowser3.Size        = new System.Drawing.Size(262, 269);
     this.webBrowser3.TabIndex    = 8;
     this.webBrowser3.TabStop     = false;
     this.webBrowser3.WebBrowserShortcutsEnabled = false;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font      = new System.Drawing.Font("Albertus MT Light", 11.25F);
     this.label3.Location  = new System.Drawing.Point(655, 101);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(111, 17);
     this.label3.TabIndex  = 9;
     this.label3.Text      = "Suffix Properties";
     //
     // ItemProperties
     //
     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.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(944, 461);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.webBrowser3);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.webBrowser2);
     this.Controls.Add(this.itemName);
     this.Controls.Add(this.webBrowser1);
     this.Controls.Add(this.ok);
     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             = "ItemProperties";
     this.ShowInTaskbar    = false;
     this.SizeGripStyle    = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition    = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text             = "Item Properties";
     this.TopMost          = true;
     this.Load            += new System.EventHandler(this.ItemProperties_Load);
     this.Controls.SetChildIndex(this.ok, 0);
     this.Controls.SetChildIndex(this.webBrowser1, 0);
     this.Controls.SetChildIndex(this.itemName, 0);
     this.Controls.SetChildIndex(this.webBrowser2, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.checkBox1, 0);
     this.Controls.SetChildIndex(this.webBrowser3, 0);
     this.Controls.SetChildIndex(this.label3, 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 #10
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();
 }
 /// <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(ItemProperties));
     this.ButtonOK = new TQVaultAE.GUI.Components.ScalingButton();
     this.flowLayoutBaseItemProperties = new System.Windows.Forms.FlowLayoutPanel();
     this.labelItemName = new System.Windows.Forms.Label();
     this.flowLayoutPrefixProperties = new System.Windows.Forms.FlowLayoutPanel();
     this.labelPrefixProperties      = new TQVaultAE.GUI.Components.ScalingLabel();
     this.labelBaseItemProperties    = new TQVaultAE.GUI.Components.ScalingLabel();
     this.checkBoxFilterExtraInfo    = new TQVaultAE.GUI.Components.ScalingCheckBox();
     this.flowLayoutSuffixProperties = new System.Windows.Forms.FlowLayoutPanel();
     this.labelSuffixProperties      = new TQVaultAE.GUI.Components.ScalingLabel();
     this.SuspendLayout();
     //
     // 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", 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(781, 419);
     this.ButtonOK.Name                    = "ButtonOK";
     this.ButtonOK.OverBitmap              = ((System.Drawing.Bitmap)(resources.GetObject("ButtonOK.OverBitmap")));
     this.ButtonOK.Size                    = new System.Drawing.Size(137, 30);
     this.ButtonOK.SizeToGraphic           = false;
     this.ButtonOK.TabIndex                = 0;
     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.ButtonOK_Button_Click);
     //
     // flowLayoutBaseItemProperties
     //
     this.flowLayoutBaseItemProperties.AutoScroll    = true;
     this.flowLayoutBaseItemProperties.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     this.flowLayoutBaseItemProperties.Location      = new System.Drawing.Point(12, 123);
     this.flowLayoutBaseItemProperties.MinimumSize   = new System.Drawing.Size(23, 22);
     this.flowLayoutBaseItemProperties.Name          = "flowLayoutBaseItemProperties";
     this.flowLayoutBaseItemProperties.Size          = new System.Drawing.Size(292, 269);
     this.flowLayoutBaseItemProperties.TabIndex      = 2;
     //
     // labelItemName
     //
     this.labelItemName.Font        = new System.Drawing.Font("Albertus MT Light", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelItemName.Location    = new System.Drawing.Point(15, 30);
     this.labelItemName.Margin      = new System.Windows.Forms.Padding(3);
     this.labelItemName.MinimumSize = new System.Drawing.Size(23, 22);
     this.labelItemName.Name        = "labelItemName";
     this.labelItemName.Size        = new System.Drawing.Size(730, 39);
     this.labelItemName.TabIndex    = 3;
     this.labelItemName.Text        = "Item Fullname";
     //
     // flowLayoutPrefixProperties
     //
     this.flowLayoutPrefixProperties.AutoScroll    = true;
     this.flowLayoutPrefixProperties.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     this.flowLayoutPrefixProperties.Location      = new System.Drawing.Point(327, 123);
     this.flowLayoutPrefixProperties.MinimumSize   = new System.Drawing.Size(23, 22);
     this.flowLayoutPrefixProperties.Name          = "flowLayoutPrefixProperties";
     this.flowLayoutPrefixProperties.Size          = new System.Drawing.Size(292, 269);
     this.flowLayoutPrefixProperties.TabIndex      = 4;
     //
     // labelPrefixProperties
     //
     this.labelPrefixProperties.AutoSize  = true;
     this.labelPrefixProperties.BackColor = System.Drawing.Color.Transparent;
     this.labelPrefixProperties.Font      = new System.Drawing.Font("Albertus MT Light", 11.25F);
     this.labelPrefixProperties.Location  = new System.Drawing.Point(324, 101);
     this.labelPrefixProperties.Name      = "labelPrefixProperties";
     this.labelPrefixProperties.Size      = new System.Drawing.Size(111, 17);
     this.labelPrefixProperties.TabIndex  = 5;
     this.labelPrefixProperties.Text      = "Prefix Properties";
     //
     // labelBaseItemProperties
     //
     this.labelBaseItemProperties.AutoSize  = true;
     this.labelBaseItemProperties.BackColor = System.Drawing.Color.Transparent;
     this.labelBaseItemProperties.Font      = new System.Drawing.Font("Albertus MT Light", 11.25F);
     this.labelBaseItemProperties.Location  = new System.Drawing.Point(12, 101);
     this.labelBaseItemProperties.Name      = "labelBaseItemProperties";
     this.labelBaseItemProperties.Size      = new System.Drawing.Size(136, 17);
     this.labelBaseItemProperties.TabIndex  = 6;
     this.labelBaseItemProperties.Text      = "Base Item Properties";
     //
     // checkBoxFilterExtraInfo
     //
     this.checkBoxFilterExtraInfo.AutoSize   = true;
     this.checkBoxFilterExtraInfo.BackColor  = System.Drawing.Color.Transparent;
     this.checkBoxFilterExtraInfo.Checked    = true;
     this.checkBoxFilterExtraInfo.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxFilterExtraInfo.Font       = new System.Drawing.Font("Albertus MT Light", 11.25F);
     this.checkBoxFilterExtraInfo.Location   = new System.Drawing.Point(763, 42);
     this.checkBoxFilterExtraInfo.Name       = "checkBoxFilterExtraInfo";
     this.checkBoxFilterExtraInfo.Size       = new System.Drawing.Size(126, 21);
     this.checkBoxFilterExtraInfo.TabIndex   = 7;
     this.checkBoxFilterExtraInfo.Text       = "Filter Extra Info";
     this.checkBoxFilterExtraInfo.UseVisualStyleBackColor = false;
     this.checkBoxFilterExtraInfo.CheckedChanged         += new System.EventHandler(this.CheckBox1_CheckedChanged);
     //
     // flowLayoutSuffixProperties
     //
     this.flowLayoutSuffixProperties.AutoScroll    = true;
     this.flowLayoutSuffixProperties.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     this.flowLayoutSuffixProperties.Location      = new System.Drawing.Point(655, 123);
     this.flowLayoutSuffixProperties.MinimumSize   = new System.Drawing.Size(20, 20);
     this.flowLayoutSuffixProperties.Name          = "flowLayoutSuffixProperties";
     this.flowLayoutSuffixProperties.Size          = new System.Drawing.Size(262, 269);
     this.flowLayoutSuffixProperties.TabIndex      = 8;
     //
     // labelSuffixProperties
     //
     this.labelSuffixProperties.AutoSize  = true;
     this.labelSuffixProperties.BackColor = System.Drawing.Color.Transparent;
     this.labelSuffixProperties.Font      = new System.Drawing.Font("Albertus MT Light", 11.25F);
     this.labelSuffixProperties.Location  = new System.Drawing.Point(655, 101);
     this.labelSuffixProperties.Name      = "labelSuffixProperties";
     this.labelSuffixProperties.Size      = new System.Drawing.Size(111, 17);
     this.labelSuffixProperties.TabIndex  = 9;
     this.labelSuffixProperties.Text      = "Suffix Properties";
     //
     // ItemProperties
     //
     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.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(944, 461);
     this.Controls.Add(this.labelSuffixProperties);
     this.Controls.Add(this.flowLayoutSuffixProperties);
     this.Controls.Add(this.checkBoxFilterExtraInfo);
     this.Controls.Add(this.labelBaseItemProperties);
     this.Controls.Add(this.labelPrefixProperties);
     this.Controls.Add(this.flowLayoutPrefixProperties);
     this.Controls.Add(this.labelItemName);
     this.Controls.Add(this.flowLayoutBaseItemProperties);
     this.Controls.Add(this.ButtonOK);
     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.Margin           = new System.Windows.Forms.Padding(4);
     this.MaximizeBox      = false;
     this.MinimizeBox      = false;
     this.Name             = "ItemProperties";
     this.ShowInTaskbar    = false;
     this.SizeGripStyle    = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition    = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text             = "Item Properties";
     this.TopMost          = true;
     this.Load            += new System.EventHandler(this.ItemProperties_Load);
     this.Controls.SetChildIndex(this.ButtonOK, 0);
     this.Controls.SetChildIndex(this.flowLayoutBaseItemProperties, 0);
     this.Controls.SetChildIndex(this.labelItemName, 0);
     this.Controls.SetChildIndex(this.flowLayoutPrefixProperties, 0);
     this.Controls.SetChildIndex(this.labelPrefixProperties, 0);
     this.Controls.SetChildIndex(this.labelBaseItemProperties, 0);
     this.Controls.SetChildIndex(this.checkBoxFilterExtraInfo, 0);
     this.Controls.SetChildIndex(this.flowLayoutSuffixProperties, 0);
     this.Controls.SetChildIndex(this.labelSuffixProperties, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }