/// <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.ScalingTextBox();
     this.randomButton = new TQVaultAE.GUI.ScalingButton();
     this.ok           = new TQVaultAE.GUI.ScalingButton();
     this.cancel       = new TQVaultAE.GUI.ScalingButton();
     this.label1       = new TQVaultAE.GUI.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();
 }
示例#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(SearchDialog));
     this.searchLabel   = new ScalingLabel();
     this.searchTextBox = new ScalingTextBox();
     this.findButton    = new ScalingButton();
     this.cancelButton  = new ScalingButton();
     this.SuspendLayout();
     //
     // searchLabel
     //
     this.searchLabel.AutoSize    = true;
     this.searchLabel.Font        = Program.GetFontAlbertusMT(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     = Program.GetFontAlbertusMT(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                    = Program.GetFontAlbertusMTLight(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                    = Program.GetFontAlbertusMTLight(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             = Program.GetFontAlbertusMT(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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VaultMaintenanceDialog));
     this.targetTextBox          = new TQVaultAE.GUI.ScalingTextBox();
     this.instructionsLabel      = new TQVaultAE.GUI.ScalingLabel();
     this.okayButton             = new TQVaultAE.GUI.ScalingButton();
     this.cancelButton           = new TQVaultAE.GUI.ScalingButton();
     this.vaultListComboBox      = new TQVaultAE.GUI.ScalingComboBox();
     this.newRadioButton         = new TQVaultAE.GUI.ScalingRadioButton();
     this.selectFunctionGroupBox = new System.Windows.Forms.GroupBox();
     this.renameRadioButton      = new TQVaultAE.GUI.ScalingRadioButton();
     this.copyRadioButton        = new TQVaultAE.GUI.ScalingRadioButton();
     this.deleteRadioButton      = new TQVaultAE.GUI.ScalingRadioButton();
     this.sourceLabel            = new TQVaultAE.GUI.ScalingLabel();
     this.targetLabel            = new TQVaultAE.GUI.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(UpdateDialog));
     this.messageTextBox = new ScalingTextBox();
     this.okayButton     = new ScalingButton();
     this.cancelButton   = new ScalingButton();
     this.SuspendLayout();
     //
     // messageTextBox
     //
     this.messageTextBox.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(31)))), ((int)(((byte)(21)))));
     this.messageTextBox.Font       = new System.Drawing.Font("Albertus MT Light", 11.25F);
     this.messageTextBox.ForeColor  = System.Drawing.Color.White;
     this.messageTextBox.Location   = new System.Drawing.Point(20, 32);
     this.messageTextBox.Multiline  = true;
     this.messageTextBox.Name       = "messageTextBox";
     this.messageTextBox.ReadOnly   = true;
     this.messageTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.messageTextBox.Size       = new System.Drawing.Size(440, 384);
     this.messageTextBox.TabIndex   = 0;
     //
     // 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(94, 434);
     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                = 1;
     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(237, 434);
     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                = 2;
     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);
     //
     // UpdateDialog
     //
     this.AcceptButton        = this.okayButton;
     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(472, 476);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.okayButton);
     this.Controls.Add(this.messageTextBox);
     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             = "UpdateDialog";
     this.ShowIcon         = false;
     this.ShowInTaskbar    = false;
     this.SizeGripStyle    = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition    = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text             = "TQVault Updates";
     this.Controls.SetChildIndex(this.messageTextBox, 0);
     this.Controls.SetChildIndex(this.okayButton, 0);
     this.Controls.SetChildIndex(this.cancelButton, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }