/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     OpenBots.Core.Utilities.FormsUtilities.Theme   theme1    = new OpenBots.Core.Utilities.FormsUtilities.Theme();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmHTMLDisplayForm));
     this.webBrowserHTML = new System.Windows.Forms.WebBrowser();
     this.tlpDisplayForm = new System.Windows.Forms.TableLayoutPanel();
     this.pnlButtons     = new OpenBots.UI.CustomControls.CustomUIControls.UIPanel();
     this.btnCancel      = new OpenBots.Core.UI.Controls.UIPictureButton();
     this.btnOkay        = new OpenBots.Core.UI.Controls.UIPictureButton();
     this.tlpDisplayForm.SuspendLayout();
     this.pnlButtons.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnOkay)).BeginInit();
     this.SuspendLayout();
     //
     // webBrowserHTML
     //
     this.webBrowserHTML.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.webBrowserHTML.Location    = new System.Drawing.Point(4, 4);
     this.webBrowserHTML.Margin      = new System.Windows.Forms.Padding(4);
     this.webBrowserHTML.MinimumSize = new System.Drawing.Size(27, 25);
     this.webBrowserHTML.Name        = "webBrowserHTML";
     this.webBrowserHTML.Size        = new System.Drawing.Size(1396, 898);
     this.webBrowserHTML.TabIndex    = 0;
     //
     // tlpDisplayForm
     //
     this.tlpDisplayForm.ColumnCount = 1;
     this.tlpDisplayForm.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tlpDisplayForm.Controls.Add(this.webBrowserHTML, 0, 0);
     this.tlpDisplayForm.Controls.Add(this.pnlButtons, 0, 1);
     this.tlpDisplayForm.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tlpDisplayForm.Location = new System.Drawing.Point(0, 0);
     this.tlpDisplayForm.Name     = "tlpDisplayForm";
     this.tlpDisplayForm.RowCount = 2;
     this.tlpDisplayForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tlpDisplayForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
     this.tlpDisplayForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tlpDisplayForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tlpDisplayForm.Size     = new System.Drawing.Size(1404, 986);
     this.tlpDisplayForm.TabIndex = 1;
     //
     // pnlButtons
     //
     this.pnlButtons.Controls.Add(this.btnCancel);
     this.pnlButtons.Controls.Add(this.btnOkay);
     this.pnlButtons.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.pnlButtons.Location    = new System.Drawing.Point(3, 909);
     this.pnlButtons.Name        = "pnlButtons";
     this.pnlButtons.Size        = new System.Drawing.Size(1398, 74);
     this.pnlButtons.TabIndex    = 1;
     theme1.BgGradientEndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(49)))), ((int)(((byte)(49)))));
     theme1.BgGradientStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(49)))), ((int)(((byte)(49)))));
     this.pnlButtons.Theme       = theme1;
     //
     // btnCancel
     //
     this.btnCancel.BackColor        = System.Drawing.Color.Transparent;
     this.btnCancel.Cursor           = System.Windows.Forms.Cursors.Arrow;
     this.btnCancel.DisplayText      = "Cancel";
     this.btnCancel.DisplayTextBrush = System.Drawing.Color.White;
     this.btnCancel.Font             = new System.Drawing.Font("Segoe UI", 8F);
     this.btnCancel.Image            = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
     this.btnCancel.IsMouseOver      = false;
     this.btnCancel.Location         = new System.Drawing.Point(1332, 8);
     this.btnCancel.Margin           = new System.Windows.Forms.Padding(8, 6, 8, 6);
     this.btnCancel.Name             = "btnCancel";
     this.btnCancel.Size             = new System.Drawing.Size(60, 60);
     this.btnCancel.TabIndex         = 32;
     this.btnCancel.TabStop          = false;
     this.btnCancel.Text             = "Cancel";
     this.btnCancel.Click           += new System.EventHandler(this.btnCancel_Click);
     //
     // btnOkay
     //
     this.btnOkay.BackColor        = System.Drawing.Color.Transparent;
     this.btnOkay.Cursor           = System.Windows.Forms.Cursors.Arrow;
     this.btnOkay.DisplayText      = "OK";
     this.btnOkay.DisplayTextBrush = System.Drawing.Color.White;
     this.btnOkay.Font             = new System.Drawing.Font("Segoe UI", 8F);
     this.btnOkay.Image            = ((System.Drawing.Image)(resources.GetObject("btnOkay.Image")));
     this.btnOkay.IsMouseOver      = false;
     this.btnOkay.Location         = new System.Drawing.Point(1272, 8);
     this.btnOkay.Margin           = new System.Windows.Forms.Padding(8, 6, 8, 6);
     this.btnOkay.Name             = "btnOkay";
     this.btnOkay.Size             = new System.Drawing.Size(60, 60);
     this.btnOkay.TabIndex         = 31;
     this.btnOkay.TabStop          = false;
     this.btnOkay.Text             = "OK";
     this.btnOkay.Click           += new System.EventHandler(this.btnOkay_Click);
     //
     // frmHTMLDisplayForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(1404, 986);
     this.Controls.Add(this.tlpDisplayForm);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin        = new System.Windows.Forms.Padding(4);
     this.Name          = "frmHTMLDisplayForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "HTML Display";
     this.TopMost       = true;
     this.Load         += new System.EventHandler(this.frmHTMLDisplayForm_Load);
     this.tlpDisplayForm.ResumeLayout(false);
     this.pnlButtons.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnOkay)).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()
 {
     OpenBots.Core.Utilities.FormsUtilities.Theme   theme1    = new OpenBots.Core.Utilities.FormsUtilities.Theme();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTextEditor));
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.txtEditor         = new OpenBots.UI.CustomControls.CustomUIControls.UITextBox();
     this.pnlButtons        = new OpenBots.UI.CustomControls.CustomUIControls.UIPanel();
     this.uiBtnOk           = new OpenBots.Core.UI.Controls.UIPictureButton();
     this.uiBtnCancel       = new OpenBots.Core.UI.Controls.UIPictureButton();
     this.tableLayoutPanel1.SuspendLayout();
     this.pnlButtons.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiBtnOk)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiBtnCancel)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(55)))), ((int)(((byte)(55)))));
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.txtEditor, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.pnlButtons, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 70F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1241, 288);
     this.tableLayoutPanel1.TabIndex = 1;
     //
     // txtEditor
     //
     this.txtEditor.BorderColor       = System.Drawing.Color.Empty;
     this.txtEditor.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.txtEditor.Font              = new System.Drawing.Font("Segoe UI", 12F);
     this.txtEditor.IsDoubleBuffered  = false;
     this.txtEditor.IsEvaluateSnippet = false;
     this.txtEditor.ListBoxShown      = false;
     this.txtEditor.Location          = new System.Drawing.Point(3, 3);
     this.txtEditor.Multiline         = true;
     this.txtEditor.Name              = "txtEditor";
     this.txtEditor.Size              = new System.Drawing.Size(1235, 212);
     this.txtEditor.TabIndex          = 0;
     this.txtEditor.TabSize           = 4;
     this.txtEditor.TextChanged      += new System.EventHandler(this.txtEditor_TextChanged);
     this.txtEditor.KeyDown          += new System.Windows.Forms.KeyEventHandler(this.txtEditor_KeyDown);
     //
     // pnlButtons
     //
     this.pnlButtons.Controls.Add(this.uiBtnOk);
     this.pnlButtons.Controls.Add(this.uiBtnCancel);
     this.pnlButtons.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.pnlButtons.Location    = new System.Drawing.Point(3, 221);
     this.pnlButtons.Name        = "pnlButtons";
     this.pnlButtons.Size        = new System.Drawing.Size(1235, 64);
     this.pnlButtons.TabIndex    = 1;
     theme1.BgGradientEndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(49)))), ((int)(((byte)(49)))));
     theme1.BgGradientStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(49)))), ((int)(((byte)(49)))));
     this.pnlButtons.Theme       = theme1;
     //
     // uiBtnOk
     //
     this.uiBtnOk.Anchor           = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.uiBtnOk.BackColor        = System.Drawing.Color.Transparent;
     this.uiBtnOk.Cursor           = System.Windows.Forms.Cursors.Arrow;
     this.uiBtnOk.DisplayText      = "Ok";
     this.uiBtnOk.DisplayTextBrush = System.Drawing.Color.White;
     this.uiBtnOk.Font             = new System.Drawing.Font("Segoe UI", 8F);
     this.uiBtnOk.Image            = ((System.Drawing.Image)(resources.GetObject("uiBtnOk.Image")));
     this.uiBtnOk.IsMouseOver      = false;
     this.uiBtnOk.Location         = new System.Drawing.Point(1113, 3);
     this.uiBtnOk.Margin           = new System.Windows.Forms.Padding(8, 6, 8, 6);
     this.uiBtnOk.Name             = "uiBtnOk";
     this.uiBtnOk.Size             = new System.Drawing.Size(60, 60);
     this.uiBtnOk.TabIndex         = 23;
     this.uiBtnOk.TabStop          = false;
     this.uiBtnOk.Text             = "Ok";
     this.uiBtnOk.Click           += new System.EventHandler(this.uiBtnOk_Click);
     //
     // uiBtnCancel
     //
     this.uiBtnCancel.Anchor           = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.uiBtnCancel.BackColor        = System.Drawing.Color.Transparent;
     this.uiBtnCancel.Cursor           = System.Windows.Forms.Cursors.Arrow;
     this.uiBtnCancel.DisplayText      = "Cancel";
     this.uiBtnCancel.DisplayTextBrush = System.Drawing.Color.White;
     this.uiBtnCancel.Font             = new System.Drawing.Font("Segoe UI", 8F);
     this.uiBtnCancel.Image            = ((System.Drawing.Image)(resources.GetObject("uiBtnCancel.Image")));
     this.uiBtnCancel.IsMouseOver      = false;
     this.uiBtnCancel.Location         = new System.Drawing.Point(1173, 3);
     this.uiBtnCancel.Margin           = new System.Windows.Forms.Padding(8, 6, 8, 6);
     this.uiBtnCancel.Name             = "uiBtnCancel";
     this.uiBtnCancel.Size             = new System.Drawing.Size(60, 60);
     this.uiBtnCancel.TabIndex         = 24;
     this.uiBtnCancel.TabStop          = false;
     this.uiBtnCancel.Text             = "Cancel";
     this.uiBtnCancel.Click           += new System.EventHandler(this.uiBtnCancel_Click);
     //
     // frmTextEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1241, 288);
     this.Controls.Add(this.tableLayoutPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "frmTextEditor";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.frmTextEditor_FormClosing);
     this.Load           += new System.EventHandler(this.frmTextEditor_Load);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.pnlButtons.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uiBtnOk)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiBtnCancel)).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()
 {
     this.components = new System.ComponentModel.Container();
     OpenBots.Core.Utilities.FormsUtilities.Theme   theme1    = new OpenBots.Core.Utilities.FormsUtilities.Theme();
     OpenBots.Core.Utilities.FormsUtilities.Theme   theme2    = new OpenBots.Core.Utilities.FormsUtilities.Theme();
     OpenBots.Core.Utilities.FormsUtilities.Theme   theme3    = new OpenBots.Core.Utilities.FormsUtilities.Theme();
     OpenBots.Core.Utilities.FormsUtilities.Theme   theme5    = new OpenBots.Core.Utilities.FormsUtilities.Theme();
     OpenBots.Core.Utilities.FormsUtilities.Theme   theme4    = new OpenBots.Core.Utilities.FormsUtilities.Theme();
     OpenBots.Core.Utilities.FormsUtilities.Theme   theme6    = new OpenBots.Core.Utilities.FormsUtilities.Theme();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGalleryPackageManager));
     this.tlpPackageLayout      = new System.Windows.Forms.TableLayoutPanel();
     this.pnlNugetPackages      = new OpenBots.UI.CustomControls.CustomUIControls.UIPanel();
     this.tpbLoadingSpinner     = new OpenBots.UI.CustomControls.CustomUIControls.UITransparentPictureBox();
     this.lbxNugetPackages      = new OpenBots.UI.CustomControls.CustomUIControls.UIListBox();
     this.lblError              = new System.Windows.Forms.Label();
     this.pnlProjectVersion     = new OpenBots.UI.CustomControls.CustomUIControls.UIPanel();
     this.txtInstalled          = new System.Windows.Forms.TextBox();
     this.btnUninstall          = new System.Windows.Forms.Button();
     this.lblInstalled          = new System.Windows.Forms.Label();
     this.btnInstall            = new System.Windows.Forms.Button();
     this.pbxOBStudio           = new System.Windows.Forms.PictureBox();
     this.cbxVersion            = new System.Windows.Forms.ComboBox();
     this.lblVersionTitleLabel  = new System.Windows.Forms.Label();
     this.lblTitle              = new System.Windows.Forms.Label();
     this.pnlProjectSearch      = new OpenBots.UI.CustomControls.CustomUIControls.UIPanel();
     this.chbxIncludePrerelease = new System.Windows.Forms.CheckBox();
     this.pbxPackageCategory    = new System.Windows.Forms.PictureBox();
     this.lblSearch             = new System.Windows.Forms.Label();
     this.lblPackageCategory    = new System.Windows.Forms.Label();
     this.txtSampleSearch       = new System.Windows.Forms.TextBox();
     this.pnlProjectDetails     = new OpenBots.UI.CustomControls.CustomUIControls.UIPanel();
     this.tlpMetadata           = new System.Windows.Forms.TableLayoutPanel();
     this.pnlMetadata           = new OpenBots.UI.CustomControls.CustomUIControls.UIPanel();
     this.cbxDefaultPackage     = new System.Windows.Forms.CheckBox();
     this.lblDescription        = new System.Windows.Forms.Label();
     this.lblPublishDate        = new System.Windows.Forms.Label();
     this.lblDownloadsLabel     = new System.Windows.Forms.Label();
     this.lblPublishDateLabel   = new System.Windows.Forms.Label();
     this.lblVersionLabel       = new System.Windows.Forms.Label();
     this.lblAuthorsLabel       = new System.Windows.Forms.Label();
     this.lblVersion            = new System.Windows.Forms.Label();
     this.lblDescriptionLabel   = new System.Windows.Forms.Label();
     this.lblAuthors            = new System.Windows.Forms.Label();
     this.lblDependenciesLabel  = new System.Windows.Forms.Label();
     this.lblDownloads          = new System.Windows.Forms.Label();
     this.lblLicenseURLLabel    = new System.Windows.Forms.Label();
     this.lblProjectURLLabel    = new System.Windows.Forms.Label();
     this.llblProjectURL        = new System.Windows.Forms.LinkLabel();
     this.llblLicenseURL        = new System.Windows.Forms.LinkLabel();
     this.lvDependencies        = new System.Windows.Forms.ListView();
     this.DependencyName        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.Range            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.pnlFinishButtons = new OpenBots.UI.CustomControls.CustomUIControls.UIPanel();
     this.uiBtnCancel      = new OpenBots.Core.UI.Controls.UIPictureButton();
     this.tvPackageFeeds   = new OpenBots.UI.CustomControls.CustomUIControls.UITreeView();
     this.imlNodes         = new System.Windows.Forms.ImageList(this.components);
     this.tlpPackageLayout.SuspendLayout();
     this.pnlNugetPackages.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tpbLoadingSpinner)).BeginInit();
     this.pnlProjectVersion.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbxOBStudio)).BeginInit();
     this.pnlProjectSearch.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbxPackageCategory)).BeginInit();
     this.pnlProjectDetails.SuspendLayout();
     this.tlpMetadata.SuspendLayout();
     this.pnlMetadata.SuspendLayout();
     this.pnlFinishButtons.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiBtnCancel)).BeginInit();
     this.SuspendLayout();
     //
     // tlpPackageLayout
     //
     this.tlpPackageLayout.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(49)))), ((int)(((byte)(49)))));
     this.tlpPackageLayout.ColumnCount = 3;
     this.tlpPackageLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 300F));
     this.tlpPackageLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tlpPackageLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tlpPackageLayout.Controls.Add(this.pnlNugetPackages, 1, 1);
     this.tlpPackageLayout.Controls.Add(this.lblError, 1, 2);
     this.tlpPackageLayout.Controls.Add(this.pnlProjectVersion, 2, 0);
     this.tlpPackageLayout.Controls.Add(this.pnlProjectSearch, 1, 0);
     this.tlpPackageLayout.Controls.Add(this.pnlProjectDetails, 2, 1);
     this.tlpPackageLayout.Controls.Add(this.pnlFinishButtons, 2, 2);
     this.tlpPackageLayout.Controls.Add(this.tvPackageFeeds, 0, 1);
     this.tlpPackageLayout.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tlpPackageLayout.Location = new System.Drawing.Point(0, 0);
     this.tlpPackageLayout.Name     = "tlpPackageLayout";
     this.tlpPackageLayout.RowCount = 3;
     this.tlpPackageLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 153F));
     this.tlpPackageLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tlpPackageLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 82F));
     this.tlpPackageLayout.Size     = new System.Drawing.Size(1449, 973);
     this.tlpPackageLayout.TabIndex = 36;
     //
     // pnlNugetPackages
     //
     this.pnlNugetPackages.Controls.Add(this.tpbLoadingSpinner);
     this.pnlNugetPackages.Controls.Add(this.lbxNugetPackages);
     this.pnlNugetPackages.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlNugetPackages.Location = new System.Drawing.Point(303, 156);
     this.pnlNugetPackages.Name     = "pnlNugetPackages";
     this.pnlNugetPackages.Size     = new System.Drawing.Size(568, 732);
     this.pnlNugetPackages.TabIndex = 37;
     theme1.BgGradientEndColor      = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(49)))), ((int)(((byte)(49)))));
     theme1.BgGradientStartColor    = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(49)))), ((int)(((byte)(49)))));
     this.pnlNugetPackages.Theme    = theme1;
     //
     // tpbLoadingSpinner
     //
     this.tpbLoadingSpinner.BackColor    = System.Drawing.Color.Transparent;
     this.tpbLoadingSpinner.ErrorImage   = null;
     this.tpbLoadingSpinner.Image        = global::OpenBots.Properties.Resources.loading_spinner;
     this.tpbLoadingSpinner.InitialImage = null;
     this.tpbLoadingSpinner.Location     = new System.Drawing.Point(102, 128);
     this.tpbLoadingSpinner.Name         = "tpbLoadingSpinner";
     this.tpbLoadingSpinner.Size         = new System.Drawing.Size(360, 266);
     this.tpbLoadingSpinner.SizeMode     = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.tpbLoadingSpinner.TabIndex     = 41;
     this.tpbLoadingSpinner.TabStop      = false;
     //
     // lbxNugetPackages
     //
     this.lbxNugetPackages.AutoScroll        = true;
     this.lbxNugetPackages.BorderStyle       = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lbxNugetPackages.ClickedItem       = null;
     this.lbxNugetPackages.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.lbxNugetPackages.DoubleClickedItem = null;
     this.lbxNugetPackages.LastSelectedItem  = null;
     this.lbxNugetPackages.Location          = new System.Drawing.Point(0, 0);
     this.lbxNugetPackages.Margin            = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.lbxNugetPackages.Name              = "lbxNugetPackages";
     this.lbxNugetPackages.Size              = new System.Drawing.Size(568, 732);
     this.lbxNugetPackages.TabIndex          = 37;
     this.lbxNugetPackages.ItemClick        += new OpenBots.UI.CustomControls.CustomUIControls.UIListBox.ItemClickEventHandler(this.lbxNugetPackages_ItemClick);
     this.lbxNugetPackages.ListBoxScroll    += new System.Windows.Forms.ScrollEventHandler(this.lbxNugetPackages_ListBoxScroll);
     //
     // lblError
     //
     this.lblError.BackColor = System.Drawing.Color.Transparent;
     this.lblError.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblError.Font      = new System.Drawing.Font("Segoe UI Light", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblError.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.lblError.Location  = new System.Drawing.Point(304, 891);
     this.lblError.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblError.Name      = "lblError";
     this.lblError.Size      = new System.Drawing.Size(566, 82);
     this.lblError.TabIndex  = 39;
     //
     // pnlProjectVersion
     //
     this.pnlProjectVersion.Controls.Add(this.txtInstalled);
     this.pnlProjectVersion.Controls.Add(this.btnUninstall);
     this.pnlProjectVersion.Controls.Add(this.lblInstalled);
     this.pnlProjectVersion.Controls.Add(this.btnInstall);
     this.pnlProjectVersion.Controls.Add(this.pbxOBStudio);
     this.pnlProjectVersion.Controls.Add(this.cbxVersion);
     this.pnlProjectVersion.Controls.Add(this.lblVersionTitleLabel);
     this.pnlProjectVersion.Controls.Add(this.lblTitle);
     this.pnlProjectVersion.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlProjectVersion.Location = new System.Drawing.Point(877, 3);
     this.pnlProjectVersion.Name     = "pnlProjectVersion";
     this.pnlProjectVersion.Size     = new System.Drawing.Size(569, 147);
     this.pnlProjectVersion.TabIndex = 2;
     theme2.BgGradientEndColor       = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(49)))), ((int)(((byte)(49)))));
     theme2.BgGradientStartColor     = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(49)))), ((int)(((byte)(49)))));
     this.pnlProjectVersion.Theme    = theme2;
     //
     // txtInstalled
     //
     this.txtInstalled.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.txtInstalled.Enabled   = false;
     this.txtInstalled.Font      = new System.Drawing.Font("Segoe UI", 12F);
     this.txtInstalled.ForeColor = System.Drawing.Color.SteelBlue;
     this.txtInstalled.Location  = new System.Drawing.Point(121, 72);
     this.txtInstalled.Margin    = new System.Windows.Forms.Padding(4);
     this.txtInstalled.Name      = "txtInstalled";
     this.txtInstalled.Size      = new System.Drawing.Size(333, 34);
     this.txtInstalled.TabIndex  = 48;
     this.txtInstalled.Visible   = false;
     //
     // btnUninstall
     //
     this.btnUninstall.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnUninstall.Font     = new System.Drawing.Font("Segoe UI Semibold", 12F);
     this.btnUninstall.Location = new System.Drawing.Point(455, 70);
     this.btnUninstall.Name     = "btnUninstall";
     this.btnUninstall.Size     = new System.Drawing.Size(111, 35);
     this.btnUninstall.TabIndex = 47;
     this.btnUninstall.Text     = "Uninstall";
     this.btnUninstall.UseVisualStyleBackColor = true;
     this.btnUninstall.Visible = false;
     this.btnUninstall.Click  += new System.EventHandler(this.btnUninstall_Click);
     //
     // lblInstalled
     //
     this.lblInstalled.AutoSize  = true;
     this.lblInstalled.Font      = new System.Drawing.Font("Segoe UI Semibold", 14F);
     this.lblInstalled.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.lblInstalled.Location  = new System.Drawing.Point(8, 72);
     this.lblInstalled.Name      = "lblInstalled";
     this.lblInstalled.Size      = new System.Drawing.Size(113, 32);
     this.lblInstalled.TabIndex  = 45;
     this.lblInstalled.Text      = "Installed:";
     this.lblInstalled.Visible   = false;
     //
     // btnInstall
     //
     this.btnInstall.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnInstall.Font     = new System.Drawing.Font("Segoe UI Semibold", 12F);
     this.btnInstall.Location = new System.Drawing.Point(455, 108);
     this.btnInstall.Name     = "btnInstall";
     this.btnInstall.Size     = new System.Drawing.Size(111, 35);
     this.btnInstall.TabIndex = 44;
     this.btnInstall.Text     = "Install";
     this.btnInstall.UseVisualStyleBackColor = true;
     this.btnInstall.Click += new System.EventHandler(this.btnInstall_Click);
     //
     // pbxOBStudio
     //
     this.pbxOBStudio.Image    = global::OpenBots.Properties.Resources.OpenBots_icon;
     this.pbxOBStudio.Location = new System.Drawing.Point(14, 13);
     this.pbxOBStudio.Name     = "pbxOBStudio";
     this.pbxOBStudio.Size     = new System.Drawing.Size(50, 50);
     this.pbxOBStudio.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pbxOBStudio.TabIndex = 43;
     this.pbxOBStudio.TabStop  = false;
     //
     // cbxVersion
     //
     this.cbxVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.cbxVersion.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxVersion.Font                  = new System.Drawing.Font("Segoe UI", 12F);
     this.cbxVersion.ForeColor             = System.Drawing.Color.SteelBlue;
     this.cbxVersion.FormattingEnabled     = true;
     this.cbxVersion.Location              = new System.Drawing.Point(121, 110);
     this.cbxVersion.Margin                = new System.Windows.Forms.Padding(4);
     this.cbxVersion.Name                  = "cbxVersion";
     this.cbxVersion.Size                  = new System.Drawing.Size(333, 36);
     this.cbxVersion.TabIndex              = 42;
     this.cbxVersion.SelectedIndexChanged += new System.EventHandler(this.cbxVersion_SelectedIndexChanged);
     //
     // lblVersionTitleLabel
     //
     this.lblVersionTitleLabel.AutoSize  = true;
     this.lblVersionTitleLabel.Font      = new System.Drawing.Font("Segoe UI Semibold", 14F);
     this.lblVersionTitleLabel.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.lblVersionTitleLabel.Location  = new System.Drawing.Point(8, 111);
     this.lblVersionTitleLabel.Name      = "lblVersionTitleLabel";
     this.lblVersionTitleLabel.Size      = new System.Drawing.Size(100, 32);
     this.lblVersionTitleLabel.TabIndex  = 2;
     this.lblVersionTitleLabel.Text      = "Version:";
     //
     // lblTitle
     //
     this.lblTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.lblTitle.AutoEllipsis = true;
     this.lblTitle.Font         = new System.Drawing.Font("Segoe UI Semilight", 20F);
     this.lblTitle.ForeColor    = System.Drawing.Color.WhiteSmoke;
     this.lblTitle.Location     = new System.Drawing.Point(70, 17);
     this.lblTitle.Name         = "lblTitle";
     this.lblTitle.Size         = new System.Drawing.Size(491, 46);
     this.lblTitle.TabIndex     = 1;
     this.lblTitle.Text         = "title";
     //
     // pnlProjectSearch
     //
     this.pnlProjectSearch.Controls.Add(this.chbxIncludePrerelease);
     this.pnlProjectSearch.Controls.Add(this.pbxPackageCategory);
     this.pnlProjectSearch.Controls.Add(this.lblSearch);
     this.pnlProjectSearch.Controls.Add(this.lblPackageCategory);
     this.pnlProjectSearch.Controls.Add(this.txtSampleSearch);
     this.pnlProjectSearch.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlProjectSearch.Location = new System.Drawing.Point(303, 3);
     this.pnlProjectSearch.Name     = "pnlProjectSearch";
     this.pnlProjectSearch.Size     = new System.Drawing.Size(568, 147);
     this.pnlProjectSearch.TabIndex = 0;
     theme3.BgGradientEndColor      = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(49)))), ((int)(((byte)(49)))));
     theme3.BgGradientStartColor    = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(49)))), ((int)(((byte)(49)))));
     this.pnlProjectSearch.Theme    = theme3;
     //
     // chbxIncludePrerelease
     //
     this.chbxIncludePrerelease.AutoSize  = true;
     this.chbxIncludePrerelease.Font      = new System.Drawing.Font("Segoe UI Semibold", 14F);
     this.chbxIncludePrerelease.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.chbxIncludePrerelease.Location  = new System.Drawing.Point(13, 72);
     this.chbxIncludePrerelease.Name      = "chbxIncludePrerelease";
     this.chbxIncludePrerelease.Size      = new System.Drawing.Size(236, 36);
     this.chbxIncludePrerelease.TabIndex  = 46;
     this.chbxIncludePrerelease.Text      = "Include Prerelease";
     this.chbxIncludePrerelease.UseVisualStyleBackColor = true;
     this.chbxIncludePrerelease.CheckedChanged         += new System.EventHandler(this.chbxIncludePrerelease_CheckedChanged);
     //
     // pbxPackageCategory
     //
     this.pbxPackageCategory.Image    = global::OpenBots.Properties.Resources.OpenBots_icon;
     this.pbxPackageCategory.Location = new System.Drawing.Point(13, 13);
     this.pbxPackageCategory.Name     = "pbxPackageCategory";
     this.pbxPackageCategory.Size     = new System.Drawing.Size(50, 50);
     this.pbxPackageCategory.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pbxPackageCategory.TabIndex = 44;
     this.pbxPackageCategory.TabStop  = false;
     //
     // lblSearch
     //
     this.lblSearch.AutoSize  = true;
     this.lblSearch.Font      = new System.Drawing.Font("Segoe UI Semibold", 14F);
     this.lblSearch.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.lblSearch.Location  = new System.Drawing.Point(8, 111);
     this.lblSearch.Name      = "lblSearch";
     this.lblSearch.Size      = new System.Drawing.Size(94, 32);
     this.lblSearch.TabIndex  = 35;
     this.lblSearch.Text      = "Search:";
     //
     // lblPackageCategory
     //
     this.lblPackageCategory.AutoSize  = true;
     this.lblPackageCategory.BackColor = System.Drawing.Color.Transparent;
     this.lblPackageCategory.Font      = new System.Drawing.Font("Segoe UI Semilight", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPackageCategory.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.lblPackageCategory.Location  = new System.Drawing.Point(70, 9);
     this.lblPackageCategory.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblPackageCategory.Name      = "lblPackageCategory";
     this.lblPackageCategory.Size      = new System.Drawing.Size(398, 54);
     this.lblPackageCategory.TabIndex  = 33;
     this.lblPackageCategory.Text      = "Project Dependencies";
     //
     // txtSampleSearch
     //
     this.txtSampleSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.txtSampleSearch.Font      = new System.Drawing.Font("Segoe UI", 12F);
     this.txtSampleSearch.ForeColor = System.Drawing.Color.SteelBlue;
     this.txtSampleSearch.Location  = new System.Drawing.Point(105, 110);
     this.txtSampleSearch.Margin    = new System.Windows.Forms.Padding(4);
     this.txtSampleSearch.Name      = "txtSampleSearch";
     this.txtSampleSearch.Size      = new System.Drawing.Size(460, 34);
     this.txtSampleSearch.TabIndex  = 34;
     this.txtSampleSearch.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txtSampleSearch_KeyDown);
     this.txtSampleSearch.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSampleSearch_KeyPress);
     //
     // pnlProjectDetails
     //
     this.pnlProjectDetails.Controls.Add(this.tlpMetadata);
     this.pnlProjectDetails.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlProjectDetails.Location = new System.Drawing.Point(877, 156);
     this.pnlProjectDetails.Name     = "pnlProjectDetails";
     this.pnlProjectDetails.Size     = new System.Drawing.Size(569, 732);
     this.pnlProjectDetails.TabIndex = 37;
     theme5.BgGradientEndColor       = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(49)))), ((int)(((byte)(49)))));
     theme5.BgGradientStartColor     = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(49)))), ((int)(((byte)(49)))));
     this.pnlProjectDetails.Theme    = theme5;
     //
     // tlpMetadata
     //
     this.tlpMetadata.ColumnCount = 1;
     this.tlpMetadata.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tlpMetadata.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 18F));
     this.tlpMetadata.Controls.Add(this.pnlMetadata, 0, 0);
     this.tlpMetadata.Controls.Add(this.lvDependencies, 0, 1);
     this.tlpMetadata.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tlpMetadata.Location = new System.Drawing.Point(0, 0);
     this.tlpMetadata.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.tlpMetadata.Name     = "tlpMetadata";
     this.tlpMetadata.RowCount = 2;
     this.tlpMetadata.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tlpMetadata.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tlpMetadata.Size     = new System.Drawing.Size(569, 732);
     this.tlpMetadata.TabIndex = 62;
     //
     // pnlMetadata
     //
     this.pnlMetadata.Controls.Add(this.cbxDefaultPackage);
     this.pnlMetadata.Controls.Add(this.lblDescription);
     this.pnlMetadata.Controls.Add(this.lblPublishDate);
     this.pnlMetadata.Controls.Add(this.lblDownloadsLabel);
     this.pnlMetadata.Controls.Add(this.lblPublishDateLabel);
     this.pnlMetadata.Controls.Add(this.lblVersionLabel);
     this.pnlMetadata.Controls.Add(this.lblAuthorsLabel);
     this.pnlMetadata.Controls.Add(this.lblVersion);
     this.pnlMetadata.Controls.Add(this.lblDescriptionLabel);
     this.pnlMetadata.Controls.Add(this.lblAuthors);
     this.pnlMetadata.Controls.Add(this.lblDependenciesLabel);
     this.pnlMetadata.Controls.Add(this.lblDownloads);
     this.pnlMetadata.Controls.Add(this.lblLicenseURLLabel);
     this.pnlMetadata.Controls.Add(this.lblProjectURLLabel);
     this.pnlMetadata.Controls.Add(this.llblProjectURL);
     this.pnlMetadata.Controls.Add(this.llblLicenseURL);
     this.pnlMetadata.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.pnlMetadata.Location   = new System.Drawing.Point(3, 2);
     this.pnlMetadata.Margin     = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.pnlMetadata.Name       = "pnlMetadata";
     this.pnlMetadata.Size       = new System.Drawing.Size(563, 362);
     this.pnlMetadata.TabIndex   = 61;
     theme4.BgGradientEndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(49)))), ((int)(((byte)(49)))));
     theme4.BgGradientStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(49)))), ((int)(((byte)(49)))));
     this.pnlMetadata.Theme      = theme4;
     //
     // cbxDefaultPackage
     //
     this.cbxDefaultPackage.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cbxDefaultPackage.AutoSize  = true;
     this.cbxDefaultPackage.Font      = new System.Drawing.Font("Segoe UI Semibold", 12F);
     this.cbxDefaultPackage.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.cbxDefaultPackage.Location  = new System.Drawing.Point(379, 3);
     this.cbxDefaultPackage.Name      = "cbxDefaultPackage";
     this.cbxDefaultPackage.Size      = new System.Drawing.Size(180, 32);
     this.cbxDefaultPackage.TabIndex  = 61;
     this.cbxDefaultPackage.Text      = "Default Package";
     this.cbxDefaultPackage.UseVisualStyleBackColor = true;
     this.cbxDefaultPackage.CheckedChanged         += new System.EventHandler(this.cbxDefaultPackage_CheckedChanged);
     //
     // lblDescription
     //
     this.lblDescription.AutoEllipsis = true;
     this.lblDescription.Font         = new System.Drawing.Font("Segoe UI Semilight", 12F);
     this.lblDescription.ForeColor    = System.Drawing.Color.WhiteSmoke;
     this.lblDescription.Location     = new System.Drawing.Point(8, 36);
     this.lblDescription.Name         = "lblDescription";
     this.lblDescription.Size         = new System.Drawing.Size(552, 135);
     this.lblDescription.TabIndex     = 53;
     this.lblDescription.Text         = "description";
     //
     // lblPublishDate
     //
     this.lblPublishDate.AutoSize  = true;
     this.lblPublishDate.Font      = new System.Drawing.Font("Segoe UI Semilight", 12F);
     this.lblPublishDate.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.lblPublishDate.Location  = new System.Drawing.Point(160, 310);
     this.lblPublishDate.Name      = "lblPublishDate";
     this.lblPublishDate.Size      = new System.Drawing.Size(114, 28);
     this.lblPublishDate.TabIndex  = 60;
     this.lblPublishDate.Text      = "publish date";
     //
     // lblDownloadsLabel
     //
     this.lblDownloadsLabel.AutoSize  = true;
     this.lblDownloadsLabel.Font      = new System.Drawing.Font("Segoe UI Semibold", 12F);
     this.lblDownloadsLabel.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.lblDownloadsLabel.Location  = new System.Drawing.Point(8, 282);
     this.lblDownloadsLabel.Name      = "lblDownloadsLabel";
     this.lblDownloadsLabel.Size      = new System.Drawing.Size(118, 28);
     this.lblDownloadsLabel.TabIndex  = 45;
     this.lblDownloadsLabel.Text      = "Downloads:";
     //
     // lblPublishDateLabel
     //
     this.lblPublishDateLabel.AutoSize  = true;
     this.lblPublishDateLabel.Font      = new System.Drawing.Font("Segoe UI Semibold", 12F);
     this.lblPublishDateLabel.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.lblPublishDateLabel.Location  = new System.Drawing.Point(8, 310);
     this.lblPublishDateLabel.Name      = "lblPublishDateLabel";
     this.lblPublishDateLabel.Size      = new System.Drawing.Size(132, 28);
     this.lblPublishDateLabel.TabIndex  = 59;
     this.lblPublishDateLabel.Text      = "Publish Date:";
     //
     // lblVersionLabel
     //
     this.lblVersionLabel.AutoSize  = true;
     this.lblVersionLabel.Font      = new System.Drawing.Font("Segoe UI Semibold", 12F);
     this.lblVersionLabel.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.lblVersionLabel.Location  = new System.Drawing.Point(8, 170);
     this.lblVersionLabel.Name      = "lblVersionLabel";
     this.lblVersionLabel.Size      = new System.Drawing.Size(85, 28);
     this.lblVersionLabel.TabIndex  = 44;
     this.lblVersionLabel.Text      = "Version:";
     //
     // lblAuthorsLabel
     //
     this.lblAuthorsLabel.AutoSize  = true;
     this.lblAuthorsLabel.Font      = new System.Drawing.Font("Segoe UI Semibold", 12F);
     this.lblAuthorsLabel.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.lblAuthorsLabel.Location  = new System.Drawing.Point(8, 198);
     this.lblAuthorsLabel.Name      = "lblAuthorsLabel";
     this.lblAuthorsLabel.Size      = new System.Drawing.Size(103, 28);
     this.lblAuthorsLabel.TabIndex  = 47;
     this.lblAuthorsLabel.Text      = "Author(s):";
     //
     // lblVersion
     //
     this.lblVersion.AutoSize  = true;
     this.lblVersion.Font      = new System.Drawing.Font("Segoe UI Semilight", 12F);
     this.lblVersion.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.lblVersion.Location  = new System.Drawing.Point(160, 170);
     this.lblVersion.Name      = "lblVersion";
     this.lblVersion.Size      = new System.Drawing.Size(72, 28);
     this.lblVersion.TabIndex  = 57;
     this.lblVersion.Text      = "version";
     //
     // lblDescriptionLabel
     //
     this.lblDescriptionLabel.AutoSize  = true;
     this.lblDescriptionLabel.Font      = new System.Drawing.Font("Segoe UI Semibold", 12F);
     this.lblDescriptionLabel.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.lblDescriptionLabel.Location  = new System.Drawing.Point(8, 7);
     this.lblDescriptionLabel.Name      = "lblDescriptionLabel";
     this.lblDescriptionLabel.Size      = new System.Drawing.Size(120, 28);
     this.lblDescriptionLabel.TabIndex  = 46;
     this.lblDescriptionLabel.Text      = "Description:";
     //
     // lblAuthors
     //
     this.lblAuthors.AutoEllipsis = true;
     this.lblAuthors.Font         = new System.Drawing.Font("Segoe UI Semilight", 12F);
     this.lblAuthors.ForeColor    = System.Drawing.Color.WhiteSmoke;
     this.lblAuthors.Location     = new System.Drawing.Point(160, 198);
     this.lblAuthors.Name         = "lblAuthors";
     this.lblAuthors.Size         = new System.Drawing.Size(400, 28);
     this.lblAuthors.TabIndex     = 56;
     this.lblAuthors.Text         = "authors";
     //
     // lblDependenciesLabel
     //
     this.lblDependenciesLabel.AutoSize  = true;
     this.lblDependenciesLabel.Font      = new System.Drawing.Font("Segoe UI Semibold", 12F);
     this.lblDependenciesLabel.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.lblDependenciesLabel.Location  = new System.Drawing.Point(8, 338);
     this.lblDependenciesLabel.Name      = "lblDependenciesLabel";
     this.lblDependenciesLabel.Size      = new System.Drawing.Size(146, 28);
     this.lblDependenciesLabel.TabIndex  = 48;
     this.lblDependenciesLabel.Text      = "Dependencies:";
     //
     // lblDownloads
     //
     this.lblDownloads.AutoSize  = true;
     this.lblDownloads.Font      = new System.Drawing.Font("Segoe UI Semilight", 12F);
     this.lblDownloads.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.lblDownloads.Location  = new System.Drawing.Point(160, 282);
     this.lblDownloads.Name      = "lblDownloads";
     this.lblDownloads.Size      = new System.Drawing.Size(103, 28);
     this.lblDownloads.TabIndex  = 55;
     this.lblDownloads.Text      = "downloads";
     //
     // lblLicenseURLLabel
     //
     this.lblLicenseURLLabel.AutoSize  = true;
     this.lblLicenseURLLabel.Font      = new System.Drawing.Font("Segoe UI Semibold", 12F);
     this.lblLicenseURLLabel.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.lblLicenseURLLabel.Location  = new System.Drawing.Point(8, 226);
     this.lblLicenseURLLabel.Name      = "lblLicenseURLLabel";
     this.lblLicenseURLLabel.Size      = new System.Drawing.Size(126, 28);
     this.lblLicenseURLLabel.TabIndex  = 49;
     this.lblLicenseURLLabel.Text      = "License URL:";
     //
     // lblProjectURLLabel
     //
     this.lblProjectURLLabel.AutoSize  = true;
     this.lblProjectURLLabel.Font      = new System.Drawing.Font("Segoe UI Semibold", 12F);
     this.lblProjectURLLabel.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.lblProjectURLLabel.Location  = new System.Drawing.Point(8, 254);
     this.lblProjectURLLabel.Name      = "lblProjectURLLabel";
     this.lblProjectURLLabel.Size      = new System.Drawing.Size(122, 28);
     this.lblProjectURLLabel.TabIndex  = 50;
     this.lblProjectURLLabel.Text      = "Project URL:";
     //
     // llblProjectURL
     //
     this.llblProjectURL.ActiveLinkColor  = System.Drawing.Color.Coral;
     this.llblProjectURL.AutoSize         = true;
     this.llblProjectURL.Font             = new System.Drawing.Font("Segoe UI Semilight", 12F);
     this.llblProjectURL.LinkColor        = System.Drawing.Color.SteelBlue;
     this.llblProjectURL.Location         = new System.Drawing.Point(160, 254);
     this.llblProjectURL.Name             = "llblProjectURL";
     this.llblProjectURL.Size             = new System.Drawing.Size(219, 28);
     this.llblProjectURL.TabIndex         = 52;
     this.llblProjectURL.TabStop          = true;
     this.llblProjectURL.Text             = "View Project Information";
     this.llblProjectURL.VisitedLinkColor = System.Drawing.Color.Coral;
     this.llblProjectURL.LinkClicked     += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblProjectURL_LinkClicked);
     //
     // llblLicenseURL
     //
     this.llblLicenseURL.ActiveLinkColor  = System.Drawing.Color.Coral;
     this.llblLicenseURL.AutoSize         = true;
     this.llblLicenseURL.Font             = new System.Drawing.Font("Segoe UI Semilight", 12F);
     this.llblLicenseURL.LinkColor        = System.Drawing.Color.SteelBlue;
     this.llblLicenseURL.Location         = new System.Drawing.Point(160, 226);
     this.llblLicenseURL.Name             = "llblLicenseURL";
     this.llblLicenseURL.Size             = new System.Drawing.Size(222, 28);
     this.llblLicenseURL.TabIndex         = 51;
     this.llblLicenseURL.TabStop          = true;
     this.llblLicenseURL.Text             = "View License Information";
     this.llblLicenseURL.VisitedLinkColor = System.Drawing.Color.Coral;
     this.llblLicenseURL.LinkClicked     += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblLicense_LinkClicked);
     //
     // lvDependencies
     //
     this.lvDependencies.AllowColumnReorder = true;
     this.lvDependencies.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(49)))), ((int)(((byte)(49)))));
     this.lvDependencies.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.DependencyName,
         this.Range
     });
     this.lvDependencies.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.lvDependencies.Font          = new System.Drawing.Font("Segoe UI", 10F);
     this.lvDependencies.ForeColor     = System.Drawing.Color.WhiteSmoke;
     this.lvDependencies.FullRowSelect = true;
     this.lvDependencies.GridLines     = true;
     this.lvDependencies.HideSelection = false;
     this.lvDependencies.Location      = new System.Drawing.Point(3, 369);
     this.lvDependencies.Name          = "lvDependencies";
     this.lvDependencies.Size          = new System.Drawing.Size(563, 360);
     this.lvDependencies.TabIndex      = 58;
     this.lvDependencies.UseCompatibleStateImageBehavior = false;
     this.lvDependencies.View = System.Windows.Forms.View.Details;
     //
     // DependencyName
     //
     this.DependencyName.Text  = "Name";
     this.DependencyName.Width = 423;
     //
     // Range
     //
     this.Range.Text  = "Range";
     this.Range.Width = 207;
     //
     // pnlFinishButtons
     //
     this.pnlFinishButtons.Controls.Add(this.uiBtnCancel);
     this.pnlFinishButtons.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlFinishButtons.Location = new System.Drawing.Point(877, 894);
     this.pnlFinishButtons.Name     = "pnlFinishButtons";
     this.pnlFinishButtons.Size     = new System.Drawing.Size(569, 76);
     this.pnlFinishButtons.TabIndex = 38;
     theme6.BgGradientEndColor      = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(49)))), ((int)(((byte)(49)))));
     theme6.BgGradientStartColor    = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(49)))), ((int)(((byte)(49)))));
     this.pnlFinishButtons.Theme    = theme6;
     //
     // uiBtnCancel
     //
     this.uiBtnCancel.Anchor           = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.uiBtnCancel.BackColor        = System.Drawing.Color.Transparent;
     this.uiBtnCancel.Cursor           = System.Windows.Forms.Cursors.Arrow;
     this.uiBtnCancel.DisplayText      = "Cancel";
     this.uiBtnCancel.DisplayTextBrush = System.Drawing.Color.White;
     this.uiBtnCancel.Font             = new System.Drawing.Font("Segoe UI", 8F);
     this.uiBtnCancel.Image            = ((System.Drawing.Image)(resources.GetObject("uiBtnCancel.Image")));
     this.uiBtnCancel.IsMouseOver      = false;
     this.uiBtnCancel.Location         = new System.Drawing.Point(502, 13);
     this.uiBtnCancel.Margin           = new System.Windows.Forms.Padding(8, 6, 8, 6);
     this.uiBtnCancel.Name             = "uiBtnCancel";
     this.uiBtnCancel.Size             = new System.Drawing.Size(60, 58);
     this.uiBtnCancel.TabIndex         = 40;
     this.uiBtnCancel.TabStop          = false;
     this.uiBtnCancel.Text             = "Cancel";
     this.uiBtnCancel.Click           += new System.EventHandler(this.uiBtnCancel_Click);
     //
     // tvPackageFeeds
     //
     this.tvPackageFeeds.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(49)))), ((int)(((byte)(49)))));
     this.tvPackageFeeds.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.tvPackageFeeds.Font                  = new System.Drawing.Font("Segoe UI Semilight", 12F);
     this.tvPackageFeeds.ForeColor             = System.Drawing.Color.WhiteSmoke;
     this.tvPackageFeeds.ImageIndex            = 0;
     this.tvPackageFeeds.ImageList             = this.imlNodes;
     this.tvPackageFeeds.Location              = new System.Drawing.Point(3, 156);
     this.tvPackageFeeds.Name                  = "tvPackageFeeds";
     this.tvPackageFeeds.SelectedImageIndex    = 0;
     this.tvPackageFeeds.ShowNodeToolTips      = true;
     this.tvPackageFeeds.Size                  = new System.Drawing.Size(294, 732);
     this.tvPackageFeeds.TabIndex              = 40;
     this.tvPackageFeeds.BeforeCollapse       += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvPackageFeeds_BeforeCollapse);
     this.tvPackageFeeds.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvPackageFeeds_NodeMouseDoubleClick);
     //
     // imlNodes
     //
     this.imlNodes.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imlNodes.ImageStream")));
     this.imlNodes.TransparentColor = System.Drawing.Color.Transparent;
     this.imlNodes.Images.SetKeyName(0, "studioIcon");
     this.imlNodes.Images.SetKeyName(1, "galleryIcon");
     this.imlNodes.Images.SetKeyName(2, "nugetIcon");
     this.imlNodes.Images.SetKeyName(3, "settings.png");
     //
     // frmGalleryPackageManager
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoValidate        = System.Windows.Forms.AutoValidate.EnablePreventFocusChange;
     this.ClientSize          = new System.Drawing.Size(1449, 973);
     this.Controls.Add(this.tlpPackageLayout);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin          = new System.Windows.Forms.Padding(5);
     this.Name            = "frmGalleryPackageManager";
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Show;
     this.Text            = "Gallery Package Manager";
     this.Load           += new System.EventHandler(this.frmGalleryProject_LoadAsync);
     this.tlpPackageLayout.ResumeLayout(false);
     this.pnlNugetPackages.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tpbLoadingSpinner)).EndInit();
     this.pnlProjectVersion.ResumeLayout(false);
     this.pnlProjectVersion.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbxOBStudio)).EndInit();
     this.pnlProjectSearch.ResumeLayout(false);
     this.pnlProjectSearch.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbxPackageCategory)).EndInit();
     this.pnlProjectDetails.ResumeLayout(false);
     this.tlpMetadata.ResumeLayout(false);
     this.pnlMetadata.ResumeLayout(false);
     this.pnlMetadata.PerformLayout();
     this.pnlFinishButtons.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uiBtnCancel)).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()
 {
     this.components = new System.ComponentModel.Container();
     OpenBots.Core.Utilities.FormsUtilities.Theme   theme1    = new OpenBots.Core.Utilities.FormsUtilities.Theme();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDialog));
     this.autoCloseTimer      = new System.Windows.Forms.Timer(this.components);
     this.lblAutoClose        = new System.Windows.Forms.Label();
     this.tlpMain             = new System.Windows.Forms.TableLayoutPanel();
     this.pnlControlContainer = new OpenBots.UI.CustomControls.CustomUIControls.UIPanel();
     this.uiBtnCopyError      = new OpenBots.Core.UI.Controls.UIPictureButton();
     this.uiBtnOk             = new OpenBots.Core.UI.Controls.UIPictureButton();
     this.uiBtnCancel         = new OpenBots.Core.UI.Controls.UIPictureButton();
     this.pnlMessage          = new System.Windows.Forms.Panel();
     this.lblMessage          = new System.Windows.Forms.Label();
     this.tlpMain.SuspendLayout();
     this.pnlControlContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiBtnCopyError)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiBtnOk)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiBtnCancel)).BeginInit();
     this.pnlMessage.SuspendLayout();
     this.SuspendLayout();
     //
     // autoCloseTimer
     //
     this.autoCloseTimer.Tick += new System.EventHandler(this.autoCloseTimer_Tick);
     //
     // lblAutoClose
     //
     this.lblAutoClose.AutoSize  = true;
     this.lblAutoClose.BackColor = System.Drawing.Color.Transparent;
     this.lblAutoClose.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblAutoClose.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAutoClose.ForeColor = System.Drawing.Color.DarkOrange;
     this.lblAutoClose.Location  = new System.Drawing.Point(4, 0);
     this.lblAutoClose.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblAutoClose.Name      = "lblAutoClose";
     this.lblAutoClose.Size      = new System.Drawing.Size(701, 28);
     this.lblAutoClose.TabIndex  = 19;
     this.lblAutoClose.Text      = "auto close label";
     this.lblAutoClose.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblAutoClose.Visible   = false;
     //
     // tlpMain
     //
     this.tlpMain.AutoScroll  = true;
     this.tlpMain.BackColor   = System.Drawing.Color.White;
     this.tlpMain.ColumnCount = 1;
     this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tlpMain.Controls.Add(this.pnlControlContainer, 0, 2);
     this.tlpMain.Controls.Add(this.lblAutoClose, 0, 0);
     this.tlpMain.Controls.Add(this.pnlMessage, 0, 1);
     this.tlpMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tlpMain.Location = new System.Drawing.Point(0, 0);
     this.tlpMain.Margin   = new System.Windows.Forms.Padding(4);
     this.tlpMain.Name     = "tlpMain";
     this.tlpMain.RowCount = 3;
     this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
     this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 76F));
     this.tlpMain.Size     = new System.Drawing.Size(709, 365);
     this.tlpMain.TabIndex = 20;
     //
     // pnlControlContainer
     //
     this.pnlControlContainer.BackColor = System.Drawing.Color.SteelBlue;
     this.pnlControlContainer.Controls.Add(this.uiBtnCopyError);
     this.pnlControlContainer.Controls.Add(this.uiBtnOk);
     this.pnlControlContainer.Controls.Add(this.uiBtnCancel);
     this.pnlControlContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlControlContainer.Location = new System.Drawing.Point(0, 289);
     this.pnlControlContainer.Margin   = new System.Windows.Forms.Padding(0);
     this.pnlControlContainer.Name     = "pnlControlContainer";
     this.pnlControlContainer.Size     = new System.Drawing.Size(709, 76);
     this.pnlControlContainer.TabIndex = 19;
     theme1.BgGradientEndColor         = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(49)))), ((int)(((byte)(49)))));
     theme1.BgGradientStartColor       = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(49)))), ((int)(((byte)(49)))));
     this.pnlControlContainer.Theme    = theme1;
     //
     // uiBtnCopyError
     //
     this.uiBtnCopyError.Anchor           = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.uiBtnCopyError.BackColor        = System.Drawing.Color.Transparent;
     this.uiBtnCopyError.Cursor           = System.Windows.Forms.Cursors.Arrow;
     this.uiBtnCopyError.DisplayText      = "Copy";
     this.uiBtnCopyError.DisplayTextBrush = System.Drawing.Color.White;
     this.uiBtnCopyError.Font             = new System.Drawing.Font("Segoe UI", 8F);
     this.uiBtnCopyError.Image            = global::OpenBots.Properties.Resources.copy;
     this.uiBtnCopyError.IsMouseOver      = false;
     this.uiBtnCopyError.Location         = new System.Drawing.Point(641, 10);
     this.uiBtnCopyError.Margin           = new System.Windows.Forms.Padding(8, 6, 8, 6);
     this.uiBtnCopyError.Name             = "uiBtnCopyError";
     this.uiBtnCopyError.Size             = new System.Drawing.Size(60, 60);
     this.uiBtnCopyError.TabIndex         = 26;
     this.uiBtnCopyError.TabStop          = false;
     this.uiBtnCopyError.Text             = "Copy";
     this.uiBtnCopyError.Click           += new System.EventHandler(this.uiBtnCopyError_Click);
     //
     // uiBtnOk
     //
     this.uiBtnOk.Anchor           = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.uiBtnOk.BackColor        = System.Drawing.Color.Transparent;
     this.uiBtnOk.Cursor           = System.Windows.Forms.Cursors.Arrow;
     this.uiBtnOk.DisplayText      = "Ok";
     this.uiBtnOk.DisplayTextBrush = System.Drawing.Color.White;
     this.uiBtnOk.Font             = new System.Drawing.Font("Segoe UI", 8F);
     this.uiBtnOk.Image            = ((System.Drawing.Image)(resources.GetObject("uiBtnOk.Image")));
     this.uiBtnOk.IsMouseOver      = false;
     this.uiBtnOk.Location         = new System.Drawing.Point(10, 10);
     this.uiBtnOk.Margin           = new System.Windows.Forms.Padding(8, 6, 8, 6);
     this.uiBtnOk.Name             = "uiBtnOk";
     this.uiBtnOk.Size             = new System.Drawing.Size(60, 60);
     this.uiBtnOk.TabIndex         = 16;
     this.uiBtnOk.TabStop          = false;
     this.uiBtnOk.Text             = "Ok";
     this.uiBtnOk.Click           += new System.EventHandler(this.uiBtnOk_Click);
     //
     // uiBtnCancel
     //
     this.uiBtnCancel.Anchor           = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.uiBtnCancel.BackColor        = System.Drawing.Color.Transparent;
     this.uiBtnCancel.Cursor           = System.Windows.Forms.Cursors.Arrow;
     this.uiBtnCancel.DisplayText      = "Cancel";
     this.uiBtnCancel.DisplayTextBrush = System.Drawing.Color.White;
     this.uiBtnCancel.Font             = new System.Drawing.Font("Segoe UI", 8F);
     this.uiBtnCancel.Image            = ((System.Drawing.Image)(resources.GetObject("uiBtnCancel.Image")));
     this.uiBtnCancel.IsMouseOver      = false;
     this.uiBtnCancel.Location         = new System.Drawing.Point(70, 10);
     this.uiBtnCancel.Margin           = new System.Windows.Forms.Padding(8, 6, 8, 6);
     this.uiBtnCancel.Name             = "uiBtnCancel";
     this.uiBtnCancel.Size             = new System.Drawing.Size(60, 60);
     this.uiBtnCancel.TabIndex         = 17;
     this.uiBtnCancel.TabStop          = false;
     this.uiBtnCancel.Text             = "Cancel";
     this.uiBtnCancel.Click           += new System.EventHandler(this.uiBtnCancel_Click);
     //
     // pnlMessage
     //
     this.pnlMessage.AutoScroll = true;
     this.pnlMessage.Controls.Add(this.lblMessage);
     this.pnlMessage.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlMessage.Location = new System.Drawing.Point(3, 31);
     this.pnlMessage.Name     = "pnlMessage";
     this.pnlMessage.Size     = new System.Drawing.Size(703, 255);
     this.pnlMessage.TabIndex = 20;
     //
     // lblMessage
     //
     this.lblMessage.AutoSize  = true;
     this.lblMessage.Font      = new System.Drawing.Font("Segoe UI", 12F);
     this.lblMessage.ForeColor = System.Drawing.Color.SteelBlue;
     this.lblMessage.Location  = new System.Drawing.Point(4, 4);
     this.lblMessage.Margin    = new System.Windows.Forms.Padding(4);
     this.lblMessage.Name      = "lblMessage";
     this.lblMessage.Size      = new System.Drawing.Size(87, 28);
     this.lblMessage.TabIndex  = 20;
     this.lblMessage.Text      = "message";
     this.lblMessage.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txtMessage_KeyDown);
     //
     // frmDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.BackColor           = System.Drawing.Color.SteelBlue;
     this.ClientSize          = new System.Drawing.Size(709, 365);
     this.Controls.Add(this.tlpMain);
     this.Icon          = global::OpenBots.Properties.Resources.OpenBots_ico;
     this.Margin        = new System.Windows.Forms.Padding(4);
     this.Name          = "frmDialog";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Dialog";
     this.TopMost       = true;
     this.Load         += new System.EventHandler(this.frmDialog_Load);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.frmDialog_KeyDown);
     this.tlpMain.ResumeLayout(false);
     this.tlpMain.PerformLayout();
     this.pnlControlContainer.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uiBtnCopyError)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiBtnOk)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiBtnCancel)).EndInit();
     this.pnlMessage.ResumeLayout(false);
     this.pnlMessage.PerformLayout();
     this.ResumeLayout(false);
 }
示例#5
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();
     OpenBots.Core.Utilities.FormsUtilities.Theme   theme1    = new OpenBots.Core.Utilities.FormsUtilities.Theme();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmFolderDialog));
     this.autoCloseTimer      = new System.Windows.Forms.Timer(this.components);
     this.tlpMain             = new System.Windows.Forms.TableLayoutPanel();
     this.lblMessage          = new System.Windows.Forms.Label();
     this.pnlControlContainer = new OpenBots.UI.CustomControls.CustomUIControls.UIPanel();
     this.btnFolderManager    = new System.Windows.Forms.Button();
     this.txtFolderLocation   = new System.Windows.Forms.TextBox();
     this.uiBtnOk             = new OpenBots.Core.UI.Controls.UIPictureButton();
     this.tlpMain.SuspendLayout();
     this.pnlControlContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiBtnOk)).BeginInit();
     this.SuspendLayout();
     //
     // tlpMain
     //
     this.tlpMain.AutoScroll  = true;
     this.tlpMain.BackColor   = System.Drawing.Color.White;
     this.tlpMain.ColumnCount = 1;
     this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tlpMain.Controls.Add(this.lblMessage, 0, 0);
     this.tlpMain.Controls.Add(this.pnlControlContainer, 0, 1);
     this.tlpMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tlpMain.Location = new System.Drawing.Point(0, 0);
     this.tlpMain.Margin   = new System.Windows.Forms.Padding(4);
     this.tlpMain.Name     = "tlpMain";
     this.tlpMain.RowCount = 2;
     this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 76F));
     this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tlpMain.Size     = new System.Drawing.Size(701, 256);
     this.tlpMain.TabIndex = 20;
     //
     // lblMessage
     //
     this.lblMessage.AutoSize  = true;
     this.lblMessage.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblMessage.Font      = new System.Drawing.Font("Segoe UI", 12F);
     this.lblMessage.ForeColor = System.Drawing.Color.SteelBlue;
     this.lblMessage.Location  = new System.Drawing.Point(4, 4);
     this.lblMessage.Margin    = new System.Windows.Forms.Padding(4);
     this.lblMessage.Name      = "lblMessage";
     this.lblMessage.Size      = new System.Drawing.Size(693, 172);
     this.lblMessage.TabIndex  = 20;
     this.lblMessage.Text      = "message";
     //
     // pnlControlContainer
     //
     this.pnlControlContainer.BackColor = System.Drawing.Color.SteelBlue;
     this.pnlControlContainer.Controls.Add(this.btnFolderManager);
     this.pnlControlContainer.Controls.Add(this.txtFolderLocation);
     this.pnlControlContainer.Controls.Add(this.uiBtnOk);
     this.pnlControlContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlControlContainer.Location = new System.Drawing.Point(0, 180);
     this.pnlControlContainer.Margin   = new System.Windows.Forms.Padding(0);
     this.pnlControlContainer.Name     = "pnlControlContainer";
     this.pnlControlContainer.Size     = new System.Drawing.Size(701, 76);
     this.pnlControlContainer.TabIndex = 19;
     theme1.BgGradientEndColor         = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(49)))), ((int)(((byte)(49)))));
     theme1.BgGradientStartColor       = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(49)))), ((int)(((byte)(49)))));
     this.pnlControlContainer.Theme    = theme1;
     //
     // btnFolderManager
     //
     this.btnFolderManager.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnFolderManager.Location = new System.Drawing.Point(598, 22);
     this.btnFolderManager.Name     = "btnFolderManager";
     this.btnFolderManager.Size     = new System.Drawing.Size(32, 32);
     this.btnFolderManager.TabIndex = 28;
     this.btnFolderManager.Text     = "...";
     this.btnFolderManager.UseVisualStyleBackColor = true;
     this.btnFolderManager.Click += new System.EventHandler(this.btnFolderManager_Click);
     //
     // txtFolderLocation
     //
     this.txtFolderLocation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.txtFolderLocation.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtFolderLocation.ForeColor = System.Drawing.Color.SteelBlue;
     this.txtFolderLocation.Location  = new System.Drawing.Point(12, 22);
     this.txtFolderLocation.Margin    = new System.Windows.Forms.Padding(4);
     this.txtFolderLocation.Name      = "txtFolderLocation";
     this.txtFolderLocation.Size      = new System.Drawing.Size(579, 32);
     this.txtFolderLocation.TabIndex  = 27;
     this.txtFolderLocation.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txtFolderLocation_KeyDown);
     //
     // uiBtnOk
     //
     this.uiBtnOk.Anchor           = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.uiBtnOk.BackColor        = System.Drawing.Color.Transparent;
     this.uiBtnOk.Cursor           = System.Windows.Forms.Cursors.Arrow;
     this.uiBtnOk.DisplayText      = "Ok";
     this.uiBtnOk.DisplayTextBrush = System.Drawing.Color.White;
     this.uiBtnOk.Font             = new System.Drawing.Font("Segoe UI", 8F);
     this.uiBtnOk.Image            = ((System.Drawing.Image)(resources.GetObject("uiBtnOk.Image")));
     this.uiBtnOk.IsMouseOver      = false;
     this.uiBtnOk.Location         = new System.Drawing.Point(634, 10);
     this.uiBtnOk.Margin           = new System.Windows.Forms.Padding(8, 6, 8, 6);
     this.uiBtnOk.Name             = "uiBtnOk";
     this.uiBtnOk.Size             = new System.Drawing.Size(60, 60);
     this.uiBtnOk.TabIndex         = 16;
     this.uiBtnOk.TabStop          = false;
     this.uiBtnOk.Text             = "Ok";
     this.uiBtnOk.Click           += new System.EventHandler(this.uiBtnOk_Click);
     //
     // frmFolderDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.BackColor           = System.Drawing.Color.SteelBlue;
     this.ClientSize          = new System.Drawing.Size(701, 256);
     this.Controls.Add(this.tlpMain);
     this.Icon          = global::OpenBots.Properties.Resources.OpenBots_ico;
     this.Margin        = new System.Windows.Forms.Padding(4);
     this.Name          = "frmFolderDialog";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Dialog";
     this.TopMost       = true;
     this.tlpMain.ResumeLayout(false);
     this.tlpMain.PerformLayout();
     this.pnlControlContainer.ResumeLayout(false);
     this.pnlControlContainer.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiBtnOk)).EndInit();
     this.ResumeLayout(false);
 }