/// <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();
 }
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()
 {
     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()
 {
     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();
 }