Ejemplo n.º 1
0
 private void InitializeComponent()
 {
     this.btnCheckForUpdate        = new mRemoteNG.UI.Controls.Base.NGButton();
     this.pnlUpdate                = new System.Windows.Forms.Panel();
     this.lblChangeLogLabel        = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.btnDownload              = new mRemoteNG.UI.Controls.Base.NGButton();
     this.prgbDownload             = new mRemoteNG.UI.Controls.Base.NGProgressBar();
     this.txtChangeLog             = new mRemoteNG.UI.Controls.Base.NGTextBox();
     this.lblStatus                = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.lblLatestVersionLabel    = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.lblInstalledVersionLabel = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.lblLatestVersion         = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.lblInstalledVersion      = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.pbUpdateImage            = new System.Windows.Forms.PictureBox();
     this.pnlUpdate.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbUpdateImage)).BeginInit();
     this.SuspendLayout();
     //
     // btnCheckForUpdate
     //
     this.btnCheckForUpdate._mice     = mRemoteNG.UI.Controls.Base.NGButton.MouseState.HOVER;
     this.btnCheckForUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCheckForUpdate.Location  = new System.Drawing.Point(16, 104);
     this.btnCheckForUpdate.Name      = "btnCheckForUpdate";
     this.btnCheckForUpdate.Size      = new System.Drawing.Size(104, 32);
     this.btnCheckForUpdate.TabIndex  = 5;
     this.btnCheckForUpdate.Text      = "Check Again";
     this.btnCheckForUpdate.UseVisualStyleBackColor = true;
     this.btnCheckForUpdate.Click += new System.EventHandler(this.btnCheckForUpdate_Click);
     //
     // pnlUpdate
     //
     this.pnlUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlUpdate.Controls.Add(this.lblChangeLogLabel);
     this.pnlUpdate.Controls.Add(this.btnDownload);
     this.pnlUpdate.Controls.Add(this.prgbDownload);
     this.pnlUpdate.Controls.Add(this.txtChangeLog);
     this.pnlUpdate.Location = new System.Drawing.Point(16, 152);
     this.pnlUpdate.Name     = "pnlUpdate";
     this.pnlUpdate.Size     = new System.Drawing.Size(718, 248);
     this.pnlUpdate.TabIndex = 6;
     this.pnlUpdate.Visible  = false;
     //
     // lblChangeLogLabel
     //
     this.lblChangeLogLabel.AutoSize = true;
     this.lblChangeLogLabel.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblChangeLogLabel.Location = new System.Drawing.Point(0, 0);
     this.lblChangeLogLabel.Name     = "lblChangeLogLabel";
     this.lblChangeLogLabel.Size     = new System.Drawing.Size(73, 13);
     this.lblChangeLogLabel.TabIndex = 0;
     this.lblChangeLogLabel.Text     = "Change Log:";
     //
     // btnDownload
     //
     this.btnDownload._mice     = mRemoteNG.UI.Controls.Base.NGButton.MouseState.HOVER;
     this.btnDownload.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnDownload.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnDownload.Location  = new System.Drawing.Point(0, 216);
     this.btnDownload.Name      = "btnDownload";
     this.btnDownload.Size      = new System.Drawing.Size(224, 32);
     this.btnDownload.TabIndex  = 2;
     this.btnDownload.Text      = "Download and Install";
     this.btnDownload.UseVisualStyleBackColor = true;
     this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click);
     //
     // prgbDownload
     //
     this.prgbDownload.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.prgbDownload.Location = new System.Drawing.Point(230, 224);
     this.prgbDownload.Name     = "prgbDownload";
     this.prgbDownload.Size     = new System.Drawing.Size(472, 23);
     this.prgbDownload.TabIndex = 3;
     this.prgbDownload.Visible  = false;
     //
     // txtChangeLog
     //
     this.txtChangeLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.txtChangeLog.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtChangeLog.Cursor      = System.Windows.Forms.Cursors.Arrow;
     this.txtChangeLog.Location    = new System.Drawing.Point(16, 24);
     this.txtChangeLog.Multiline   = true;
     this.txtChangeLog.Name        = "txtChangeLog";
     this.txtChangeLog.ReadOnly    = true;
     this.txtChangeLog.ScrollBars  = System.Windows.Forms.ScrollBars.Vertical;
     this.txtChangeLog.Size        = new System.Drawing.Size(699, 181);
     this.txtChangeLog.TabIndex    = 1;
     this.txtChangeLog.TabStop     = false;
     //
     // lblStatus
     //
     this.lblStatus.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblStatus.ForeColor = System.Drawing.SystemColors.ControlText;
     this.lblStatus.Location  = new System.Drawing.Point(12, 16);
     this.lblStatus.Name      = "lblStatus";
     this.lblStatus.Size      = new System.Drawing.Size(660, 23);
     this.lblStatus.TabIndex  = 0;
     this.lblStatus.Text      = "Status";
     this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblLatestVersionLabel
     //
     this.lblLatestVersionLabel.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLatestVersionLabel.Location  = new System.Drawing.Point(16, 72);
     this.lblLatestVersionLabel.Name      = "lblLatestVersionLabel";
     this.lblLatestVersionLabel.Size      = new System.Drawing.Size(120, 16);
     this.lblLatestVersionLabel.TabIndex  = 3;
     this.lblLatestVersionLabel.Text      = "Current version:";
     this.lblLatestVersionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblInstalledVersionLabel
     //
     this.lblInstalledVersionLabel.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblInstalledVersionLabel.Location  = new System.Drawing.Point(16, 48);
     this.lblInstalledVersionLabel.Name      = "lblInstalledVersionLabel";
     this.lblInstalledVersionLabel.Size      = new System.Drawing.Size(120, 16);
     this.lblInstalledVersionLabel.TabIndex  = 1;
     this.lblInstalledVersionLabel.Text      = "Installed version:";
     this.lblInstalledVersionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblLatestVersion
     //
     this.lblLatestVersion.Location  = new System.Drawing.Point(136, 72);
     this.lblLatestVersion.Name      = "lblLatestVersion";
     this.lblLatestVersion.Size      = new System.Drawing.Size(104, 16);
     this.lblLatestVersion.TabIndex  = 4;
     this.lblLatestVersion.Text      = "Version";
     this.lblLatestVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblInstalledVersion
     //
     this.lblInstalledVersion.Location  = new System.Drawing.Point(136, 48);
     this.lblInstalledVersion.Name      = "lblInstalledVersion";
     this.lblInstalledVersion.Size      = new System.Drawing.Size(104, 16);
     this.lblInstalledVersion.TabIndex  = 2;
     this.lblInstalledVersion.Text      = "Version";
     this.lblInstalledVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // pbUpdateImage
     //
     this.pbUpdateImage.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pbUpdateImage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pbUpdateImage.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.pbUpdateImage.Location    = new System.Drawing.Point(246, 48);
     this.pbUpdateImage.Name        = "pbUpdateImage";
     this.pbUpdateImage.Size        = new System.Drawing.Size(468, 60);
     this.pbUpdateImage.TabIndex    = 45;
     this.pbUpdateImage.TabStop     = false;
     this.pbUpdateImage.Visible     = false;
     this.pbUpdateImage.Click      += new System.EventHandler(this.pbUpdateImage_Click);
     //
     // UpdateWindow
     //
     this.ClientSize = new System.Drawing.Size(734, 418);
     this.Controls.Add(this.pbUpdateImage);
     this.Controls.Add(this.lblLatestVersionLabel);
     this.Controls.Add(this.lblInstalledVersionLabel);
     this.Controls.Add(this.lblLatestVersion);
     this.Controls.Add(this.btnCheckForUpdate);
     this.Controls.Add(this.lblInstalledVersion);
     this.Controls.Add(this.pnlUpdate);
     this.Controls.Add(this.lblStatus);
     this.Font    = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon    = global::mRemoteNG.Resources.Update_Icon;
     this.Name    = "UpdateWindow";
     this.TabText = "Update";
     this.Text    = "Update";
     this.Load   += new System.EventHandler(this.Update_Load);
     this.pnlUpdate.ResumeLayout(false);
     this.pnlUpdate.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbUpdateImage)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 2
0
 private void InitializeComponent()
 {
     this.pnlCheck1     = new System.Windows.Forms.Panel();
     this.txtCheck1     = new mRemoteNG.UI.Controls.Base.NGTextBox();
     this.lblCheck1     = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.pbCheck1      = new System.Windows.Forms.PictureBox();
     this.pnlCheck2     = new System.Windows.Forms.Panel();
     this.txtCheck2     = new mRemoteNG.UI.Controls.Base.NGTextBox();
     this.lblCheck2     = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.pbCheck2      = new System.Windows.Forms.PictureBox();
     this.pnlCheck3     = new System.Windows.Forms.Panel();
     this.txtCheck3     = new mRemoteNG.UI.Controls.Base.NGTextBox();
     this.lblCheck3     = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.pbCheck3      = new System.Windows.Forms.PictureBox();
     this.pnlCheck4     = new System.Windows.Forms.Panel();
     this.txtCheck4     = new mRemoteNG.UI.Controls.Base.NGTextBox();
     this.lblCheck4     = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.pbCheck4      = new System.Windows.Forms.PictureBox();
     this.pnlCheck5     = new System.Windows.Forms.Panel();
     this.txtCheck5     = new mRemoteNG.UI.Controls.Base.NGTextBox();
     this.lblCheck5     = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.pbCheck5      = new System.Windows.Forms.PictureBox();
     this.btnCheckAgain = new mRemoteNG.UI.Controls.Base.NGButton();
     this.chkAlwaysShow = new mRemoteNG.UI.Controls.Base.NGCheckBox();
     this.pnlChecks     = new System.Windows.Forms.Panel();
     this.pnlCheck1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbCheck1)).BeginInit();
     this.pnlCheck2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbCheck2)).BeginInit();
     this.pnlCheck3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbCheck3)).BeginInit();
     this.pnlCheck4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbCheck4)).BeginInit();
     this.pnlCheck5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbCheck5)).BeginInit();
     this.pnlChecks.SuspendLayout();
     this.SuspendLayout();
     //
     // pnlCheck1
     //
     this.pnlCheck1.Anchor =
         ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top |
                                                System.Windows.Forms.AnchorStyles.Left)
                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlCheck1.Controls.Add(this.txtCheck1);
     this.pnlCheck1.Controls.Add(this.lblCheck1);
     this.pnlCheck1.Controls.Add(this.pbCheck1);
     this.pnlCheck1.Location = new System.Drawing.Point(3, 3);
     this.pnlCheck1.Name     = "pnlCheck1";
     this.pnlCheck1.Size     = new System.Drawing.Size(562, 130);
     this.pnlCheck1.TabIndex = 10;
     this.pnlCheck1.Visible  = false;
     //
     // txtCheck1
     //
     this.txtCheck1.Anchor =
         ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top |
                                                 System.Windows.Forms.AnchorStyles.Bottom)
                                                | System.Windows.Forms.AnchorStyles.Left)
                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.txtCheck1.BackColor   = System.Drawing.SystemColors.Control;
     this.txtCheck1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtCheck1.Location    = new System.Drawing.Point(129, 29);
     this.txtCheck1.Multiline   = true;
     this.txtCheck1.Name        = "txtCheck1";
     this.txtCheck1.ReadOnly    = true;
     this.txtCheck1.Size        = new System.Drawing.Size(430, 97);
     this.txtCheck1.TabIndex    = 2;
     //
     // lblCheck1
     //
     this.lblCheck1.Anchor =
         ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top |
                                                System.Windows.Forms.AnchorStyles.Left)
                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.lblCheck1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold,
                                                   System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCheck1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.lblCheck1.Location  = new System.Drawing.Point(108, 3);
     this.lblCheck1.Name      = "lblCheck1";
     this.lblCheck1.Size      = new System.Drawing.Size(451, 23);
     this.lblCheck1.TabIndex  = 1;
     this.lblCheck1.Text      = "RDP check succeeded!";
     //
     // pbCheck1
     //
     this.pbCheck1.Anchor =
         ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top |
                                                System.Windows.Forms.AnchorStyles.Bottom)
                                               | System.Windows.Forms.AnchorStyles.Left)));
     this.pbCheck1.Location = new System.Drawing.Point(3, 3);
     this.pbCheck1.Name     = "pbCheck1";
     this.pbCheck1.Size     = new System.Drawing.Size(72, 123);
     this.pbCheck1.TabIndex = 0;
     this.pbCheck1.TabStop  = false;
     //
     // pnlCheck2
     //
     this.pnlCheck2.Anchor =
         ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top |
                                                System.Windows.Forms.AnchorStyles.Left)
                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlCheck2.Controls.Add(this.txtCheck2);
     this.pnlCheck2.Controls.Add(this.lblCheck2);
     this.pnlCheck2.Controls.Add(this.pbCheck2);
     this.pnlCheck2.Location = new System.Drawing.Point(3, 139);
     this.pnlCheck2.Name     = "pnlCheck2";
     this.pnlCheck2.Size     = new System.Drawing.Size(562, 130);
     this.pnlCheck2.TabIndex = 20;
     this.pnlCheck2.Visible  = false;
     //
     // txtCheck2
     //
     this.txtCheck2.Anchor =
         ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top |
                                                 System.Windows.Forms.AnchorStyles.Bottom)
                                                | System.Windows.Forms.AnchorStyles.Left)
                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.txtCheck2.BackColor   = System.Drawing.SystemColors.Control;
     this.txtCheck2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtCheck2.Location    = new System.Drawing.Point(129, 29);
     this.txtCheck2.Multiline   = true;
     this.txtCheck2.Name        = "txtCheck2";
     this.txtCheck2.ReadOnly    = true;
     this.txtCheck2.Size        = new System.Drawing.Size(430, 97);
     this.txtCheck2.TabIndex    = 2;
     //
     // lblCheck2
     //
     this.lblCheck2.Anchor =
         ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top |
                                                System.Windows.Forms.AnchorStyles.Left)
                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.lblCheck2.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold,
                                                   System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCheck2.Location = new System.Drawing.Point(112, 3);
     this.lblCheck2.Name     = "lblCheck2";
     this.lblCheck2.Size     = new System.Drawing.Size(447, 23);
     this.lblCheck2.TabIndex = 1;
     this.lblCheck2.Text     = "RDP check succeeded!";
     //
     // pbCheck2
     //
     this.pbCheck2.Anchor =
         ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top |
                                                System.Windows.Forms.AnchorStyles.Bottom)
                                               | System.Windows.Forms.AnchorStyles.Left)));
     this.pbCheck2.Location = new System.Drawing.Point(3, 3);
     this.pbCheck2.Name     = "pbCheck2";
     this.pbCheck2.Size     = new System.Drawing.Size(72, 123);
     this.pbCheck2.TabIndex = 0;
     this.pbCheck2.TabStop  = false;
     //
     // pnlCheck3
     //
     this.pnlCheck3.Anchor =
         ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top |
                                                System.Windows.Forms.AnchorStyles.Left)
                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlCheck3.Controls.Add(this.txtCheck3);
     this.pnlCheck3.Controls.Add(this.lblCheck3);
     this.pnlCheck3.Controls.Add(this.pbCheck3);
     this.pnlCheck3.Location = new System.Drawing.Point(3, 275);
     this.pnlCheck3.Name     = "pnlCheck3";
     this.pnlCheck3.Size     = new System.Drawing.Size(562, 130);
     this.pnlCheck3.TabIndex = 30;
     this.pnlCheck3.Visible  = false;
     //
     // txtCheck3
     //
     this.txtCheck3.Anchor =
         ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top |
                                                 System.Windows.Forms.AnchorStyles.Bottom)
                                                | System.Windows.Forms.AnchorStyles.Left)
                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.txtCheck3.BackColor   = System.Drawing.SystemColors.Control;
     this.txtCheck3.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtCheck3.Location    = new System.Drawing.Point(129, 29);
     this.txtCheck3.Multiline   = true;
     this.txtCheck3.Name        = "txtCheck3";
     this.txtCheck3.ReadOnly    = true;
     this.txtCheck3.Size        = new System.Drawing.Size(430, 97);
     this.txtCheck3.TabIndex    = 2;
     //
     // lblCheck3
     //
     this.lblCheck3.Anchor =
         ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top |
                                                System.Windows.Forms.AnchorStyles.Left)
                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.lblCheck3.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold,
                                                   System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCheck3.Location = new System.Drawing.Point(112, 3);
     this.lblCheck3.Name     = "lblCheck3";
     this.lblCheck3.Size     = new System.Drawing.Size(447, 23);
     this.lblCheck3.TabIndex = 1;
     this.lblCheck3.Text     = "RDP check succeeded!";
     //
     // pbCheck3
     //
     this.pbCheck3.Anchor =
         ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top |
                                                System.Windows.Forms.AnchorStyles.Bottom)
                                               | System.Windows.Forms.AnchorStyles.Left)));
     this.pbCheck3.Location = new System.Drawing.Point(3, 3);
     this.pbCheck3.Name     = "pbCheck3";
     this.pbCheck3.Size     = new System.Drawing.Size(72, 123);
     this.pbCheck3.TabIndex = 0;
     this.pbCheck3.TabStop  = false;
     //
     // pnlCheck4
     //
     this.pnlCheck4.Anchor =
         ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top |
                                                System.Windows.Forms.AnchorStyles.Left)
                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlCheck4.Controls.Add(this.txtCheck4);
     this.pnlCheck4.Controls.Add(this.lblCheck4);
     this.pnlCheck4.Controls.Add(this.pbCheck4);
     this.pnlCheck4.Location = new System.Drawing.Point(3, 411);
     this.pnlCheck4.Name     = "pnlCheck4";
     this.pnlCheck4.Size     = new System.Drawing.Size(562, 130);
     this.pnlCheck4.TabIndex = 40;
     this.pnlCheck4.Visible  = false;
     //
     // txtCheck4
     //
     this.txtCheck4.Anchor =
         ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top |
                                                 System.Windows.Forms.AnchorStyles.Bottom)
                                                | System.Windows.Forms.AnchorStyles.Left)
                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.txtCheck4.BackColor   = System.Drawing.SystemColors.Control;
     this.txtCheck4.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtCheck4.Location    = new System.Drawing.Point(129, 30);
     this.txtCheck4.Multiline   = true;
     this.txtCheck4.Name        = "txtCheck4";
     this.txtCheck4.ReadOnly    = true;
     this.txtCheck4.Size        = new System.Drawing.Size(430, 97);
     this.txtCheck4.TabIndex    = 2;
     //
     // lblCheck4
     //
     this.lblCheck4.Anchor =
         ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top |
                                                System.Windows.Forms.AnchorStyles.Left)
                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.lblCheck4.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold,
                                                   System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCheck4.Location = new System.Drawing.Point(112, 3);
     this.lblCheck4.Name     = "lblCheck4";
     this.lblCheck4.Size     = new System.Drawing.Size(447, 23);
     this.lblCheck4.TabIndex = 1;
     this.lblCheck4.Text     = "RDP check succeeded!";
     //
     // pbCheck4
     //
     this.pbCheck4.Anchor =
         ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top |
                                                System.Windows.Forms.AnchorStyles.Bottom)
                                               | System.Windows.Forms.AnchorStyles.Left)));
     this.pbCheck4.Location = new System.Drawing.Point(3, 3);
     this.pbCheck4.Name     = "pbCheck4";
     this.pbCheck4.Size     = new System.Drawing.Size(72, 123);
     this.pbCheck4.TabIndex = 0;
     this.pbCheck4.TabStop  = false;
     //
     // pnlCheck5
     //
     this.pnlCheck5.Anchor =
         ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top |
                                                System.Windows.Forms.AnchorStyles.Left)
                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlCheck5.Controls.Add(this.txtCheck5);
     this.pnlCheck5.Controls.Add(this.lblCheck5);
     this.pnlCheck5.Controls.Add(this.pbCheck5);
     this.pnlCheck5.Location = new System.Drawing.Point(3, 547);
     this.pnlCheck5.Name     = "pnlCheck5";
     this.pnlCheck5.Size     = new System.Drawing.Size(562, 130);
     this.pnlCheck5.TabIndex = 50;
     this.pnlCheck5.Visible  = false;
     //
     // txtCheck5
     //
     this.txtCheck5.Anchor =
         ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top |
                                                 System.Windows.Forms.AnchorStyles.Bottom)
                                                | System.Windows.Forms.AnchorStyles.Left)
                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.txtCheck5.BackColor   = System.Drawing.SystemColors.Control;
     this.txtCheck5.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtCheck5.Location    = new System.Drawing.Point(129, 29);
     this.txtCheck5.Multiline   = true;
     this.txtCheck5.Name        = "txtCheck5";
     this.txtCheck5.ReadOnly    = true;
     this.txtCheck5.Size        = new System.Drawing.Size(430, 97);
     this.txtCheck5.TabIndex    = 2;
     //
     // lblCheck5
     //
     this.lblCheck5.Anchor =
         ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top |
                                                System.Windows.Forms.AnchorStyles.Left)
                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.lblCheck5.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold,
                                                   System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCheck5.Location = new System.Drawing.Point(112, 3);
     this.lblCheck5.Name     = "lblCheck5";
     this.lblCheck5.Size     = new System.Drawing.Size(447, 23);
     this.lblCheck5.TabIndex = 1;
     this.lblCheck5.Text     = "RDP check succeeded!";
     //
     // pbCheck5
     //
     this.pbCheck5.Anchor =
         ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top |
                                                System.Windows.Forms.AnchorStyles.Bottom)
                                               | System.Windows.Forms.AnchorStyles.Left)));
     this.pbCheck5.Location = new System.Drawing.Point(3, 3);
     this.pbCheck5.Name     = "pbCheck5";
     this.pbCheck5.Size     = new System.Drawing.Size(72, 123);
     this.pbCheck5.TabIndex = 0;
     this.pbCheck5.TabStop  = false;
     //
     // btnCheckAgain
     //
     this.btnCheckAgain._mice  = mRemoteNG.UI.Controls.Base.NGButton.MouseState.HOVER;
     this.btnCheckAgain.Anchor =
         ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom |
                                               System.Windows.Forms.AnchorStyles.Right)));
     this.btnCheckAgain.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCheckAgain.Location  = new System.Drawing.Point(476, 810);
     this.btnCheckAgain.Name      = "btnCheckAgain";
     this.btnCheckAgain.Size      = new System.Drawing.Size(104, 23);
     this.btnCheckAgain.TabIndex  = 0;
     this.btnCheckAgain.Text      = "Check again";
     this.btnCheckAgain.UseVisualStyleBackColor = true;
     this.btnCheckAgain.Click += new System.EventHandler(this.btnCheckAgain_Click);
     //
     // chkAlwaysShow
     //
     this.chkAlwaysShow._mice  = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
     this.chkAlwaysShow.Anchor =
         ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom |
                                               System.Windows.Forms.AnchorStyles.Left)));
     this.chkAlwaysShow.AutoSize  = true;
     this.chkAlwaysShow.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.chkAlwaysShow.Location  = new System.Drawing.Point(12, 814);
     this.chkAlwaysShow.Name      = "chkAlwaysShow";
     this.chkAlwaysShow.Size      = new System.Drawing.Size(200, 17);
     this.chkAlwaysShow.TabIndex  = 51;
     this.chkAlwaysShow.Text      = "Always show this screen at startup";
     this.chkAlwaysShow.UseVisualStyleBackColor = true;
     this.chkAlwaysShow.CheckedChanged         += new System.EventHandler(this.chkAlwaysShow_CheckedChanged);
     //
     // pnlChecks
     //
     this.pnlChecks.Anchor =
         ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top |
                                                 System.Windows.Forms.AnchorStyles.Bottom)
                                                | System.Windows.Forms.AnchorStyles.Left)
                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlChecks.AutoScroll = true;
     this.pnlChecks.Controls.Add(this.pnlCheck1);
     this.pnlChecks.Controls.Add(this.pnlCheck2);
     this.pnlChecks.Controls.Add(this.pnlCheck3);
     this.pnlChecks.Controls.Add(this.pnlCheck5);
     this.pnlChecks.Controls.Add(this.pnlCheck4);
     this.pnlChecks.Location = new System.Drawing.Point(12, 12);
     this.pnlChecks.Name     = "pnlChecks";
     this.pnlChecks.Size     = new System.Drawing.Size(568, 792);
     this.pnlChecks.TabIndex = 52;
     //
     // ComponentsCheckWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(592, 845);
     this.Controls.Add(this.pnlChecks);
     this.Controls.Add(this.chkAlwaysShow);
     this.Controls.Add(this.btnCheckAgain);
     this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular,
                                         System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon    = global::mRemoteNG.Resources.ComponentsCheck_Icon;
     this.Name    = "ComponentsCheckWindow";
     this.TabText = "Components Check";
     this.Text    = "Components Check";
     this.Load   += new System.EventHandler(this.ComponentsCheck_Load);
     this.pnlCheck1.ResumeLayout(false);
     this.pnlCheck1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbCheck1)).EndInit();
     this.pnlCheck2.ResumeLayout(false);
     this.pnlCheck2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbCheck2)).EndInit();
     this.pnlCheck3.ResumeLayout(false);
     this.pnlCheck3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbCheck3)).EndInit();
     this.pnlCheck4.ResumeLayout(false);
     this.pnlCheck4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbCheck4)).EndInit();
     this.pnlCheck5.ResumeLayout(false);
     this.pnlCheck5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbCheck5)).EndInit();
     this.pnlChecks.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 3
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources =
         new System.ComponentModel.ComponentResourceManager(typeof(SSHTransferWindow));
     this.grpFiles      = new mRemoteNG.UI.Controls.Base.NGGroupBox();
     this.lblLocalFile  = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.txtLocalFile  = new mRemoteNG.UI.Controls.Base.NGTextBox();
     this.btnTransfer   = new mRemoteNG.UI.Controls.Base.NGButton();
     this.txtRemoteFile = new mRemoteNG.UI.Controls.Base.NGTextBox();
     this.lblRemoteFile = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.btnBrowse     = new mRemoteNG.UI.Controls.Base.NGButton();
     this.grpConnection = new mRemoteNG.UI.Controls.Base.NGGroupBox();
     this.radProtSFTP   = new mRemoteNG.UI.Controls.Base.NGRadioButton();
     this.radProtSCP    = new mRemoteNG.UI.Controls.Base.NGRadioButton();
     this.lblProtocol   = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.lblPassword   = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.lblUser       = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.lblPort       = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.lblHost       = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.txtPort       = new mRemoteNG.UI.Controls.Base.NGTextBox();
     this.txtHost       = new mRemoteNG.UI.Controls.Base.NGTextBox();
     this.txtPassword   = new mRemoteNG.UI.Controls.Base.NGTextBox();
     this.txtUser       = new mRemoteNG.UI.Controls.Base.NGTextBox();
     this.pbStatus      = new mRemoteNG.UI.Controls.Base.NGProgressBar();
     this.grpFiles.SuspendLayout();
     this.grpConnection.SuspendLayout();
     this.SuspendLayout();
     //
     // grpFiles
     //
     this.grpFiles.Controls.Add(this.lblLocalFile);
     this.grpFiles.Controls.Add(this.txtLocalFile);
     this.grpFiles.Controls.Add(this.btnTransfer);
     this.grpFiles.Controls.Add(this.txtRemoteFile);
     this.grpFiles.Controls.Add(this.lblRemoteFile);
     this.grpFiles.Controls.Add(this.btnBrowse);
     this.grpFiles.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.grpFiles.Location  = new System.Drawing.Point(12, 172);
     this.grpFiles.Name      = "grpFiles";
     this.grpFiles.Size      = new System.Drawing.Size(668, 175);
     this.grpFiles.TabIndex  = 2000;
     this.grpFiles.TabStop   = false;
     this.grpFiles.Text      = "Files";
     //
     // lblLocalFile
     //
     this.lblLocalFile.AutoSize = true;
     this.lblLocalFile.Location = new System.Drawing.Point(6, 30);
     this.lblLocalFile.Name     = "lblLocalFile";
     this.lblLocalFile.Size     = new System.Drawing.Size(55, 13);
     this.lblLocalFile.TabIndex = 10;
     this.lblLocalFile.Text     = "Local file:";
     //
     // txtLocalFile
     //
     this.txtLocalFile.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtLocalFile.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular,
                                                             System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtLocalFile.Location = new System.Drawing.Point(105, 28);
     this.txtLocalFile.Name     = "txtLocalFile";
     this.txtLocalFile.Size     = new System.Drawing.Size(455, 22);
     this.txtLocalFile.TabIndex = 20;
     //
     // btnTransfer
     //
     this.btnTransfer._mice      = mRemoteNG.UI.Controls.Base.NGButton.MouseState.HOVER;
     this.btnTransfer.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnTransfer.Image      = global::mRemoteNG.Resources.SSHTransfer;
     this.btnTransfer.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnTransfer.Location   = new System.Drawing.Point(562, 145);
     this.btnTransfer.Name       = "btnTransfer";
     this.btnTransfer.Size       = new System.Drawing.Size(100, 24);
     this.btnTransfer.TabIndex   = 10000;
     this.btnTransfer.Text       = "Transfer";
     this.btnTransfer.UseVisualStyleBackColor = true;
     this.btnTransfer.Click += new System.EventHandler(this.btnTransfer_Click);
     //
     // txtRemoteFile
     //
     this.txtRemoteFile.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtRemoteFile.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular,
                                                              System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtRemoteFile.Location = new System.Drawing.Point(105, 60);
     this.txtRemoteFile.Name     = "txtRemoteFile";
     this.txtRemoteFile.Size     = new System.Drawing.Size(542, 22);
     this.txtRemoteFile.TabIndex = 50;
     //
     // lblRemoteFile
     //
     this.lblRemoteFile.AutoSize = true;
     this.lblRemoteFile.Location = new System.Drawing.Point(6, 67);
     this.lblRemoteFile.Name     = "lblRemoteFile";
     this.lblRemoteFile.Size     = new System.Drawing.Size(68, 13);
     this.lblRemoteFile.TabIndex = 40;
     this.lblRemoteFile.Text     = "Remote file:";
     //
     // btnBrowse
     //
     this.btnBrowse._mice     = mRemoteNG.UI.Controls.Base.NGButton.MouseState.HOVER;
     this.btnBrowse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnBrowse.Location  = new System.Drawing.Point(566, 28);
     this.btnBrowse.Name      = "btnBrowse";
     this.btnBrowse.Size      = new System.Drawing.Size(81, 22);
     this.btnBrowse.TabIndex  = 30;
     this.btnBrowse.Text      = "Browse";
     this.btnBrowse.UseVisualStyleBackColor = true;
     this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
     //
     // grpConnection
     //
     this.grpConnection.Controls.Add(this.radProtSFTP);
     this.grpConnection.Controls.Add(this.radProtSCP);
     this.grpConnection.Controls.Add(this.lblProtocol);
     this.grpConnection.Controls.Add(this.lblPassword);
     this.grpConnection.Controls.Add(this.lblUser);
     this.grpConnection.Controls.Add(this.lblPort);
     this.grpConnection.Controls.Add(this.lblHost);
     this.grpConnection.Controls.Add(this.txtPort);
     this.grpConnection.Controls.Add(this.txtHost);
     this.grpConnection.Controls.Add(this.txtPassword);
     this.grpConnection.Controls.Add(this.txtUser);
     this.grpConnection.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.grpConnection.Location  = new System.Drawing.Point(12, 12);
     this.grpConnection.Name      = "grpConnection";
     this.grpConnection.Size      = new System.Drawing.Size(668, 154);
     this.grpConnection.TabIndex  = 1000;
     this.grpConnection.TabStop   = false;
     this.grpConnection.Text      = "Connection";
     //
     // radProtSFTP
     //
     this.radProtSFTP.AutoSize  = true;
     this.radProtSFTP.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.radProtSFTP.Location  = new System.Drawing.Point(164, 113);
     this.radProtSFTP.Name      = "radProtSFTP";
     this.radProtSFTP.Size      = new System.Drawing.Size(47, 17);
     this.radProtSFTP.TabIndex  = 90;
     this.radProtSFTP.Text      = "SFTP";
     this.radProtSFTP.UseVisualStyleBackColor = true;
     //
     // radProtSCP
     //
     this.radProtSCP.AutoSize  = true;
     this.radProtSCP.Checked   = true;
     this.radProtSCP.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.radProtSCP.Location  = new System.Drawing.Point(105, 113);
     this.radProtSCP.Name      = "radProtSCP";
     this.radProtSCP.Size      = new System.Drawing.Size(43, 17);
     this.radProtSCP.TabIndex  = 80;
     this.radProtSCP.TabStop   = true;
     this.radProtSCP.Text      = "SCP";
     this.radProtSCP.UseVisualStyleBackColor = true;
     //
     // lblProtocol
     //
     this.lblProtocol.AutoSize = true;
     this.lblProtocol.Location = new System.Drawing.Point(6, 117);
     this.lblProtocol.Name     = "lblProtocol";
     this.lblProtocol.Size     = new System.Drawing.Size(53, 13);
     this.lblProtocol.TabIndex = 90;
     this.lblProtocol.Text     = "Protocol:";
     //
     // lblPassword
     //
     this.lblPassword.AutoSize = true;
     this.lblPassword.Location = new System.Drawing.Point(6, 88);
     this.lblPassword.Name     = "lblPassword";
     this.lblPassword.Size     = new System.Drawing.Size(59, 13);
     this.lblPassword.TabIndex = 70;
     this.lblPassword.Text     = "Password:"******"lblUser";
     this.lblUser.Size     = new System.Drawing.Size(33, 13);
     this.lblUser.TabIndex = 50;
     this.lblUser.Text     = "User:"******"lblPort";
     this.lblPort.Size     = new System.Drawing.Size(31, 13);
     this.lblPort.TabIndex = 30;
     this.lblPort.Text     = "Port:";
     //
     // lblHost
     //
     this.lblHost.AutoSize = true;
     this.lblHost.Location = new System.Drawing.Point(6, 27);
     this.lblHost.Name     = "lblHost";
     this.lblHost.Size     = new System.Drawing.Size(34, 13);
     this.lblHost.TabIndex = 10;
     this.lblHost.Text     = "Host:";
     //
     // txtPort
     //
     this.txtPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPort.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular,
                                                        System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPort.Location  = new System.Drawing.Point(271, 110);
     this.txtPort.Name      = "txtPort";
     this.txtPort.Size      = new System.Drawing.Size(30, 22);
     this.txtPort.TabIndex  = 100;
     this.txtPort.Text      = "22";
     this.txtPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // txtHost
     //
     this.txtHost.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtHost.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular,
                                                        System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHost.Location = new System.Drawing.Point(105, 19);
     this.txtHost.Name     = "txtHost";
     this.txtHost.Size     = new System.Drawing.Size(471, 22);
     this.txtHost.TabIndex = 20;
     //
     // txtPassword
     //
     this.txtPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPassword.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular,
                                                            System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPassword.Location = new System.Drawing.Point(105, 81);
     this.txtPassword.Name     = "txtPassword";
     this.txtPassword.Size     = new System.Drawing.Size(471, 22);
     this.txtPassword.TabIndex = 60;
     this.txtPassword.UseSystemPasswordChar = true;
     //
     // txtUser
     //
     this.txtUser.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtUser.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular,
                                                        System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtUser.Location = new System.Drawing.Point(105, 51);
     this.txtUser.Name     = "txtUser";
     this.txtUser.Size     = new System.Drawing.Size(471, 22);
     this.txtUser.TabIndex = 40;
     //
     // pbStatus
     //
     this.pbStatus.Location = new System.Drawing.Point(12, 353);
     this.pbStatus.Name     = "pbStatus";
     this.pbStatus.Size     = new System.Drawing.Size(668, 23);
     this.pbStatus.Style    = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.pbStatus.TabIndex = 3000;
     //
     // SSHTransferWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(692, 423);
     this.Controls.Add(this.grpFiles);
     this.Controls.Add(this.grpConnection);
     this.Controls.Add(this.pbStatus);
     this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular,
                                         System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon    = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name    = "SSHTransferWindow";
     this.TabText = "SSH File Transfer";
     this.Text    = "SSH File Transfer";
     this.Load   += new System.EventHandler(this.SSHTransfer_Load);
     this.grpFiles.ResumeLayout(false);
     this.grpFiles.PerformLayout();
     this.grpConnection.ResumeLayout(false);
     this.grpConnection.PerformLayout();
     this.ResumeLayout(false);
 }
Ejemplo n.º 4
0
 private void InitializeComponent()
 {
     pnlCheck1                     = new System.Windows.Forms.Panel();
     Load                         += new EventHandler(ComponentsCheck_Load);
     txtCheck1                     = new Controls.Base.NGTextBox();
     lblCheck1                     = new Controls.Base.NGLabel();
     pbCheck1                      = new System.Windows.Forms.PictureBox();
     pnlCheck2                     = new System.Windows.Forms.Panel();
     txtCheck2                     = new Controls.Base.NGTextBox();
     lblCheck2                     = new Controls.Base.NGLabel();
     pbCheck2                      = new System.Windows.Forms.PictureBox();
     pnlCheck3                     = new System.Windows.Forms.Panel();
     txtCheck3                     = new Controls.Base.NGTextBox();
     lblCheck3                     = new Controls.Base.NGLabel();
     pbCheck3                      = new System.Windows.Forms.PictureBox();
     pnlCheck4                     = new System.Windows.Forms.Panel();
     txtCheck4                     = new Controls.Base.NGTextBox();
     lblCheck4                     = new Controls.Base.NGLabel();
     pbCheck4                      = new System.Windows.Forms.PictureBox();
     pnlCheck5                     = new System.Windows.Forms.Panel();
     txtCheck5                     = new Controls.Base.NGTextBox();
     lblCheck5                     = new Controls.Base.NGLabel();
     pbCheck5                      = new System.Windows.Forms.PictureBox();
     btnCheckAgain                 = new Controls.Base.NGButton();
     btnCheckAgain.Click          += new EventHandler(btnCheckAgain_Click);
     chkAlwaysShow                 = new Controls.Base.NGCheckBox();
     chkAlwaysShow.CheckedChanged += new EventHandler(chkAlwaysShow_CheckedChanged);
     pnlChecks                     = new System.Windows.Forms.Panel();
     pnlCheck1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)pbCheck1).BeginInit();
     pnlCheck2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)pbCheck2).BeginInit();
     pnlCheck3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)pbCheck3).BeginInit();
     pnlCheck4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)pbCheck4).BeginInit();
     pnlCheck5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)pbCheck5).BeginInit();
     pnlChecks.SuspendLayout();
     SuspendLayout();
     //
     //pnlCheck1
     //
     pnlCheck1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left
                        | System.Windows.Forms.AnchorStyles.Right;
     pnlCheck1.Controls.Add(txtCheck1);
     pnlCheck1.Controls.Add(lblCheck1);
     pnlCheck1.Controls.Add(pbCheck1);
     pnlCheck1.Location = new Point(3, 3);
     pnlCheck1.Name     = "pnlCheck1";
     pnlCheck1.Size     = new Size(562, 130);
     pnlCheck1.TabIndex = 10;
     pnlCheck1.Visible  = false;
     //
     //txtCheck1
     //
     txtCheck1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom
                        | System.Windows.Forms.AnchorStyles.Left
                        | System.Windows.Forms.AnchorStyles.Right;
     txtCheck1.BackColor   = SystemColors.Control;
     txtCheck1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     txtCheck1.Location    = new Point(129, 29);
     txtCheck1.Multiline   = true;
     txtCheck1.Name        = "txtCheck1";
     txtCheck1.ReadOnly    = true;
     txtCheck1.Size        = new Size(430, 97);
     txtCheck1.TabIndex    = 2;
     //
     //lblCheck1
     //
     lblCheck1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left
                        | System.Windows.Forms.AnchorStyles.Right;
     lblCheck1.Font      = new Font("Segoe UI", 12.0F, FontStyle.Bold, GraphicsUnit.Point, Convert.ToByte(0));
     lblCheck1.ForeColor = SystemColors.ControlText;
     lblCheck1.Location  = new Point(108, 3);
     lblCheck1.Name      = "lblCheck1";
     lblCheck1.Size      = new Size(451, 23);
     lblCheck1.TabIndex  = 1;
     lblCheck1.Text      = "RDP check succeeded!";
     //
     //pbCheck1
     //
     pbCheck1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom
                       | System.Windows.Forms.AnchorStyles.Left;
     pbCheck1.Location = new Point(3, 3);
     pbCheck1.Name     = "pbCheck1";
     pbCheck1.Size     = new Size(72, 123);
     pbCheck1.TabIndex = 0;
     pbCheck1.TabStop  = false;
     //
     //pnlCheck2
     //
     pnlCheck2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left
                        | System.Windows.Forms.AnchorStyles.Right;
     pnlCheck2.Controls.Add(txtCheck2);
     pnlCheck2.Controls.Add(lblCheck2);
     pnlCheck2.Controls.Add(pbCheck2);
     pnlCheck2.Location = new Point(3, 139);
     pnlCheck2.Name     = "pnlCheck2";
     pnlCheck2.Size     = new Size(562, 130);
     pnlCheck2.TabIndex = 20;
     pnlCheck2.Visible  = false;
     //
     //txtCheck2
     //
     txtCheck2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom
                        | System.Windows.Forms.AnchorStyles.Left
                        | System.Windows.Forms.AnchorStyles.Right;
     txtCheck2.BackColor   = SystemColors.Control;
     txtCheck2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     txtCheck2.Location    = new Point(129, 29);
     txtCheck2.Multiline   = true;
     txtCheck2.Name        = "txtCheck2";
     txtCheck2.ReadOnly    = true;
     txtCheck2.Size        = new Size(430, 97);
     txtCheck2.TabIndex    = 2;
     //
     //lblCheck2
     //
     lblCheck2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left
                        | System.Windows.Forms.AnchorStyles.Right;
     lblCheck2.Font     = new Font("Segoe UI", 12.0F, FontStyle.Bold, GraphicsUnit.Point, Convert.ToByte(0));
     lblCheck2.Location = new Point(112, 3);
     lblCheck2.Name     = "lblCheck2";
     lblCheck2.Size     = new Size(447, 23);
     lblCheck2.TabIndex = 1;
     lblCheck2.Text     = "RDP check succeeded!";
     //
     //pbCheck2
     //
     pbCheck2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom
                       | System.Windows.Forms.AnchorStyles.Left;
     pbCheck2.Location = new Point(3, 3);
     pbCheck2.Name     = "pbCheck2";
     pbCheck2.Size     = new Size(72, 123);
     pbCheck2.TabIndex = 0;
     pbCheck2.TabStop  = false;
     //
     //pnlCheck3
     //
     pnlCheck3.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left
                        | System.Windows.Forms.AnchorStyles.Right;
     pnlCheck3.Controls.Add(txtCheck3);
     pnlCheck3.Controls.Add(lblCheck3);
     pnlCheck3.Controls.Add(pbCheck3);
     pnlCheck3.Location = new Point(3, 275);
     pnlCheck3.Name     = "pnlCheck3";
     pnlCheck3.Size     = new Size(562, 130);
     pnlCheck3.TabIndex = 30;
     pnlCheck3.Visible  = false;
     //
     //txtCheck3
     //
     txtCheck3.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom
                        | System.Windows.Forms.AnchorStyles.Left
                        | System.Windows.Forms.AnchorStyles.Right;
     txtCheck3.BackColor   = SystemColors.Control;
     txtCheck3.BorderStyle = System.Windows.Forms.BorderStyle.None;
     txtCheck3.Location    = new Point(129, 29);
     txtCheck3.Multiline   = true;
     txtCheck3.Name        = "txtCheck3";
     txtCheck3.ReadOnly    = true;
     txtCheck3.Size        = new Size(430, 97);
     txtCheck3.TabIndex    = 2;
     //
     //lblCheck3
     //
     lblCheck3.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left
                        | System.Windows.Forms.AnchorStyles.Right;
     lblCheck3.Font     = new Font("Segoe UI", 12.0F, FontStyle.Bold, GraphicsUnit.Point, Convert.ToByte(0));
     lblCheck3.Location = new Point(112, 3);
     lblCheck3.Name     = "lblCheck3";
     lblCheck3.Size     = new Size(447, 23);
     lblCheck3.TabIndex = 1;
     lblCheck3.Text     = "RDP check succeeded!";
     //
     //pbCheck3
     //
     pbCheck3.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom
                       | System.Windows.Forms.AnchorStyles.Left;
     pbCheck3.Location = new Point(3, 3);
     pbCheck3.Name     = "pbCheck3";
     pbCheck3.Size     = new Size(72, 123);
     pbCheck3.TabIndex = 0;
     pbCheck3.TabStop  = false;
     //
     //pnlCheck4
     //
     pnlCheck4.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left
                        | System.Windows.Forms.AnchorStyles.Right;
     pnlCheck4.Controls.Add(txtCheck4);
     pnlCheck4.Controls.Add(lblCheck4);
     pnlCheck4.Controls.Add(pbCheck4);
     pnlCheck4.Location = new Point(3, 411);
     pnlCheck4.Name     = "pnlCheck4";
     pnlCheck4.Size     = new Size(562, 130);
     pnlCheck4.TabIndex = 40;
     pnlCheck4.Visible  = false;
     //
     //txtCheck4
     //
     txtCheck4.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom
                        | System.Windows.Forms.AnchorStyles.Left
                        | System.Windows.Forms.AnchorStyles.Right;
     txtCheck4.BackColor   = SystemColors.Control;
     txtCheck4.BorderStyle = System.Windows.Forms.BorderStyle.None;
     txtCheck4.Location    = new Point(129, 30);
     txtCheck4.Multiline   = true;
     txtCheck4.Name        = "txtCheck4";
     txtCheck4.ReadOnly    = true;
     txtCheck4.Size        = new Size(430, 97);
     txtCheck4.TabIndex    = 2;
     //
     //lblCheck4
     //
     lblCheck4.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left
                        | System.Windows.Forms.AnchorStyles.Right;
     lblCheck4.Font     = new Font("Segoe UI", 12.0F, FontStyle.Bold, GraphicsUnit.Point, Convert.ToByte(0));
     lblCheck4.Location = new Point(112, 3);
     lblCheck4.Name     = "lblCheck4";
     lblCheck4.Size     = new Size(447, 23);
     lblCheck4.TabIndex = 1;
     lblCheck4.Text     = "RDP check succeeded!";
     //
     //pbCheck4
     //
     pbCheck4.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom
                       | System.Windows.Forms.AnchorStyles.Left;
     pbCheck4.Location = new Point(3, 3);
     pbCheck4.Name     = "pbCheck4";
     pbCheck4.Size     = new Size(72, 123);
     pbCheck4.TabIndex = 0;
     pbCheck4.TabStop  = false;
     //
     //pnlCheck5
     //
     pnlCheck5.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left
                        | System.Windows.Forms.AnchorStyles.Right;
     pnlCheck5.Controls.Add(txtCheck5);
     pnlCheck5.Controls.Add(lblCheck5);
     pnlCheck5.Controls.Add(pbCheck5);
     pnlCheck5.Location = new Point(3, 547);
     pnlCheck5.Name     = "pnlCheck5";
     pnlCheck5.Size     = new Size(562, 130);
     pnlCheck5.TabIndex = 50;
     pnlCheck5.Visible  = false;
     //
     //txtCheck5
     //
     txtCheck5.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom
                        | System.Windows.Forms.AnchorStyles.Left
                        | System.Windows.Forms.AnchorStyles.Right;
     txtCheck5.BackColor   = SystemColors.Control;
     txtCheck5.BorderStyle = System.Windows.Forms.BorderStyle.None;
     txtCheck5.Location    = new Point(129, 29);
     txtCheck5.Multiline   = true;
     txtCheck5.Name        = "txtCheck5";
     txtCheck5.ReadOnly    = true;
     txtCheck5.Size        = new Size(430, 97);
     txtCheck5.TabIndex    = 2;
     //
     //lblCheck5
     //
     lblCheck5.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left
                        | System.Windows.Forms.AnchorStyles.Right;
     lblCheck5.Font     = new Font("Segoe UI", 12.0F, FontStyle.Bold, GraphicsUnit.Point, Convert.ToByte(0));
     lblCheck5.Location = new Point(112, 3);
     lblCheck5.Name     = "lblCheck5";
     lblCheck5.Size     = new Size(447, 23);
     lblCheck5.TabIndex = 1;
     lblCheck5.Text     = "RDP check succeeded!";
     //
     //pbCheck5
     //
     pbCheck5.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom
                       | System.Windows.Forms.AnchorStyles.Left;
     pbCheck5.Location = new Point(3, 3);
     pbCheck5.Name     = "pbCheck5";
     pbCheck5.Size     = new Size(72, 123);
     pbCheck5.TabIndex = 0;
     pbCheck5.TabStop  = false;
     //
     //btnCheckAgain
     //
     btnCheckAgain.Anchor    = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
     btnCheckAgain.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     btnCheckAgain.Location  = new Point(476, 842);
     btnCheckAgain.Name      = "btnCheckAgain";
     btnCheckAgain.Size      = new Size(104, 23);
     btnCheckAgain.TabIndex  = 0;
     btnCheckAgain.Text      = "Check again";
     btnCheckAgain.UseVisualStyleBackColor = true;
     //
     //chkAlwaysShow
     //
     chkAlwaysShow.Anchor    = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
     chkAlwaysShow.AutoSize  = true;
     chkAlwaysShow.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     chkAlwaysShow.Location  = new Point(12, 846);
     chkAlwaysShow.Name      = "chkAlwaysShow";
     chkAlwaysShow.Size      = new Size(185, 17);
     chkAlwaysShow.TabIndex  = 51;
     chkAlwaysShow.Text      = "Always show this screen at startup";
     chkAlwaysShow.UseVisualStyleBackColor = true;
     //
     //pnlChecks
     //
     pnlChecks.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom
                        | System.Windows.Forms.AnchorStyles.Left
                        | System.Windows.Forms.AnchorStyles.Right;
     pnlChecks.AutoScroll = true;
     pnlChecks.Controls.Add(pnlCheck1);
     pnlChecks.Controls.Add(pnlCheck2);
     pnlChecks.Controls.Add(pnlCheck3);
     pnlChecks.Controls.Add(pnlCheck5);
     pnlChecks.Controls.Add(pnlCheck4);
     pnlChecks.Location = new Point(12, 12);
     pnlChecks.Name     = "pnlChecks";
     pnlChecks.Size     = new Size(568, 824);
     pnlChecks.TabIndex = 52;
     //
     //ComponentsCheck
     //
     ClientSize = new Size(592, 877);
     Controls.Add(pnlChecks);
     Controls.Add(chkAlwaysShow);
     Controls.Add(btnCheckAgain);
     Icon    = Resources.ComponentsCheck_Icon;
     Name    = "ComponentsCheck";
     TabText = "Components Check";
     Text    = "Components Check";
     pnlCheck1.ResumeLayout(false);
     pnlCheck1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)pbCheck1).EndInit();
     pnlCheck2.ResumeLayout(false);
     pnlCheck2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)pbCheck2).EndInit();
     pnlCheck3.ResumeLayout(false);
     pnlCheck3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)pbCheck3).EndInit();
     pnlCheck4.ResumeLayout(false);
     pnlCheck4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)pbCheck4).EndInit();
     pnlCheck5.ResumeLayout(false);
     pnlCheck5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)pbCheck5).EndInit();
     pnlChecks.ResumeLayout(false);
     ResumeLayout(false);
     PerformLayout();
 }
Ejemplo n.º 5
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     mRemoteNG.Tree.TreeNodeCompositeClickHandler treeNodeCompositeClickHandler1 = new mRemoteNG.Tree.TreeNodeCompositeClickHandler();
     mRemoteNG.Tree.AlwaysConfirmYes alwaysConfirmYes1 = new mRemoteNG.Tree.AlwaysConfirmYes();
     mRemoteNG.Tree.TreeNodeCompositeClickHandler treeNodeCompositeClickHandler2 = new mRemoteNG.Tree.TreeNodeCompositeClickHandler();
     this.olvConnections             = new mRemoteNG.UI.Controls.ConnectionTree();
     this.pnlConnections             = new System.Windows.Forms.Panel();
     this.PictureBox1                = new System.Windows.Forms.PictureBox();
     this.txtSearch                  = new Controls.Base.NGTextBox();
     this.msMain                     = new System.Windows.Forms.MenuStrip();
     this.mMenAddConnection          = new System.Windows.Forms.ToolStripMenuItem();
     this.mMenAddFolder              = new System.Windows.Forms.ToolStripMenuItem();
     this.mMenView                   = new System.Windows.Forms.ToolStripMenuItem();
     this.mMenViewExpandAllFolders   = new System.Windows.Forms.ToolStripMenuItem();
     this.mMenViewCollapseAllFolders = new System.Windows.Forms.ToolStripMenuItem();
     this.mMenSortAscending          = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.olvConnections)).BeginInit();
     this.pnlConnections.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();
     this.msMain.SuspendLayout();
     this.SuspendLayout();
     //
     //Theming support
     //
     this.vsToolStripExtender = new WeifenLuo.WinFormsUI.Docking.VisualStudioToolStripExtender(this.components);
     //
     // olvConnections
     //
     this.olvConnections.AllowDrop = true;
     this.olvConnections.Anchor    = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.olvConnections.BorderStyle          = System.Windows.Forms.BorderStyle.None;
     this.olvConnections.CellEditUseWholeCell = false;
     this.olvConnections.ConnectionTreeModel  = new ConnectionTreeModel();
     this.olvConnections.Cursor = System.Windows.Forms.Cursors.Default;
     treeNodeCompositeClickHandler1.ClickHandlers = new ITreeNodeClickHandler <ConnectionInfo> [0];
     this.olvConnections.DoubleClickHandler       = treeNodeCompositeClickHandler1;
     this.olvConnections.HeaderStyle        = System.Windows.Forms.ColumnHeaderStyle.None;
     this.olvConnections.HideSelection      = false;
     this.olvConnections.IsSimpleDragSource = true;
     this.olvConnections.LabelEdit          = true;
     this.olvConnections.Location           = new System.Drawing.Point(0, 0);
     this.olvConnections.MultiSelect        = false;
     this.olvConnections.Name = "olvConnections";
     this.olvConnections.NodeDeletionConfirmer    = alwaysConfirmYes1;
     this.olvConnections.PostSetupActions         = new mRemoteNG.UI.Controls.IConnectionTreeDelegate[0];
     this.olvConnections.SelectedBackColor        = System.Drawing.SystemColors.Highlight;
     this.olvConnections.SelectedForeColor        = System.Drawing.SystemColors.HighlightText;
     this.olvConnections.ShowGroups               = false;
     treeNodeCompositeClickHandler2.ClickHandlers = new mRemoteNG.Tree.ITreeNodeClickHandler <ConnectionInfo> [0];
     this.olvConnections.SingleClickHandler       = treeNodeCompositeClickHandler2;
     this.olvConnections.Size     = new System.Drawing.Size(192, 410);
     this.olvConnections.TabIndex = 20;
     this.olvConnections.UnfocusedSelectedBackColor      = System.Drawing.SystemColors.Highlight;
     this.olvConnections.UnfocusedSelectedForeColor      = System.Drawing.SystemColors.HighlightText;
     this.olvConnections.UseCompatibleStateImageBehavior = false;
     this.olvConnections.UseOverlays = false;
     this.olvConnections.View        = System.Windows.Forms.View.Details;
     this.olvConnections.VirtualMode = true;
     //
     // pnlConnections
     //
     this.pnlConnections.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlConnections.Controls.Add(this.PictureBox1);
     this.pnlConnections.Controls.Add(this.txtSearch);
     this.pnlConnections.Controls.Add(this.olvConnections);
     this.pnlConnections.Location = new System.Drawing.Point(0, 25);
     this.pnlConnections.Name     = "pnlConnections";
     this.pnlConnections.Size     = new System.Drawing.Size(192, 428);
     this.pnlConnections.TabIndex = 9;
     //
     // PictureBox1
     //
     this.PictureBox1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.PictureBox1.Image    = global::mRemoteNG.Resources.Search;
     this.PictureBox1.Location = new System.Drawing.Point(2, 412);
     this.PictureBox1.Name     = "PictureBox1";
     this.PictureBox1.Size     = new System.Drawing.Size(16, 16);
     this.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.PictureBox1.TabIndex = 1;
     this.PictureBox1.TabStop  = false;
     //
     // txtSearch
     //
     this.txtSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.txtSearch.BorderStyle  = System.Windows.Forms.BorderStyle.None;
     this.txtSearch.ForeColor    = System.Drawing.SystemColors.GrayText;
     this.txtSearch.Location     = new System.Drawing.Point(19, 413);
     this.txtSearch.Name         = "txtSearch";
     this.txtSearch.Size         = new System.Drawing.Size(171, 15);
     this.txtSearch.TabIndex     = 30;
     this.txtSearch.TabStop      = false;
     this.txtSearch.Text         = "Search";
     this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged);
     this.txtSearch.GotFocus    += new System.EventHandler(this.txtSearch_GotFocus);
     this.txtSearch.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown);
     this.txtSearch.LostFocus   += new System.EventHandler(this.txtSearch_LostFocus);
     //
     // msMain
     //
     this.msMain.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.msMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mMenAddConnection,
         this.mMenAddFolder,
         this.mMenView,
         this.mMenSortAscending
     });
     this.msMain.Location         = new System.Drawing.Point(0, 0);
     this.msMain.Name             = "msMain";
     this.msMain.RenderMode       = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.msMain.ShowItemToolTips = true;
     this.msMain.Size             = new System.Drawing.Size(192, 24);
     this.msMain.TabIndex         = 10;
     this.msMain.Text             = "MenuStrip1";
     //
     // mMenAddConnection
     //
     this.mMenAddConnection.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.mMenAddConnection.Image        = global::mRemoteNG.Resources.Connection_Add;
     this.mMenAddConnection.Name         = "mMenAddConnection";
     this.mMenAddConnection.Size         = new System.Drawing.Size(28, 20);
     this.mMenAddConnection.Click       += new System.EventHandler(this.cMenTreeAddConnection_Click);
     //
     // mMenAddFolder
     //
     this.mMenAddFolder.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.mMenAddFolder.Image        = global::mRemoteNG.Resources.Folder_Add;
     this.mMenAddFolder.Name         = "mMenAddFolder";
     this.mMenAddFolder.Size         = new System.Drawing.Size(28, 20);
     this.mMenAddFolder.Click       += new System.EventHandler(this.cMenTreeAddFolder_Click);
     //
     // mMenView
     //
     this.mMenView.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.mMenView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mMenViewExpandAllFolders,
         this.mMenViewCollapseAllFolders
     });
     this.mMenView.Image = global::mRemoteNG.Resources.View;
     this.mMenView.Name  = "mMenView";
     this.mMenView.Size  = new System.Drawing.Size(28, 20);
     this.mMenView.Text  = "&View";
     //
     // mMenViewExpandAllFolders
     //
     this.mMenViewExpandAllFolders.Image = global::mRemoteNG.Resources.Expand;
     this.mMenViewExpandAllFolders.Name  = "mMenViewExpandAllFolders";
     this.mMenViewExpandAllFolders.Size  = new System.Drawing.Size(172, 22);
     this.mMenViewExpandAllFolders.Text  = "Expand all folders";
     //
     // mMenViewCollapseAllFolders
     //
     this.mMenViewCollapseAllFolders.Image = global::mRemoteNG.Resources.Collapse;
     this.mMenViewCollapseAllFolders.Name  = "mMenViewCollapseAllFolders";
     this.mMenViewCollapseAllFolders.Size  = new System.Drawing.Size(172, 22);
     this.mMenViewCollapseAllFolders.Text  = "Collapse all folders";
     //
     // mMenSortAscending
     //
     this.mMenSortAscending.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.mMenSortAscending.Image        = global::mRemoteNG.Resources.Sort_AZ;
     this.mMenSortAscending.Name         = "mMenSortAscending";
     this.mMenSortAscending.Size         = new System.Drawing.Size(28, 20);
     //
     // ConnectionTreeWindow
     //
     this.ClientSize = new System.Drawing.Size(192, 453);
     this.Controls.Add(this.msMain);
     this.Controls.Add(this.pnlConnections);
     this.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.HideOnClose = true;
     this.Icon        = global::mRemoteNG.Resources.Root_Icon;
     this.Name        = "ConnectionTreeWindow";
     this.TabText     = "Connections";
     this.Text        = "Connections";
     this.Load       += new System.EventHandler(this.Tree_Load);
     ((System.ComponentModel.ISupportInitialize)(this.olvConnections)).EndInit();
     this.pnlConnections.ResumeLayout(false);
     this.pnlConnections.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();
     this.msMain.ResumeLayout(false);
     this.msMain.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 6
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources =
         new System.ComponentModel.ComponentResourceManager(typeof(AboutWindow));
     this.pnlTop       = new System.Windows.Forms.Panel();
     this.pbLogo       = new System.Windows.Forms.PictureBox();
     this.pnlBottom    = new System.Windows.Forms.Panel();
     this.lblCredits   = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.txtCredits   = new mRemoteNG.UI.Controls.Base.NGTextBox();
     this.txtChangeLog = new mRemoteNG.UI.Controls.Base.NGTextBox();
     this.lblTitle     = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.lblVersion   = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.lblChangeLog = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.lblLicense   = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.lblCopyright = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.pnlTop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbLogo)).BeginInit();
     this.pnlBottom.SuspendLayout();
     this.SuspendLayout();
     //
     // pnlTop
     //
     this.pnlTop.BackColor =
         System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(58)))), ((int)(((byte)(64)))));
     this.pnlTop.Controls.Add(this.pbLogo);
     this.pnlTop.Dock      = System.Windows.Forms.DockStyle.Top;
     this.pnlTop.ForeColor = System.Drawing.Color.White;
     this.pnlTop.Location  = new System.Drawing.Point(0, 0);
     this.pnlTop.Name      = "pnlTop";
     this.pnlTop.Size      = new System.Drawing.Size(1117, 122);
     this.pnlTop.TabIndex  = 0;
     //
     // pbLogo
     //
     this.pbLogo.Image    = global::mRemoteNG.Resources.Header_dark;
     this.pbLogo.Location = new System.Drawing.Point(0, 0);
     this.pbLogo.Name     = "pbLogo";
     this.pbLogo.Size     = new System.Drawing.Size(450, 120);
     this.pbLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pbLogo.TabIndex = 1;
     this.pbLogo.TabStop  = false;
     //
     // pnlBottom
     //
     this.pnlBottom.BackColor = System.Drawing.SystemColors.Control;
     this.pnlBottom.Controls.Add(this.lblCredits);
     this.pnlBottom.Controls.Add(this.txtCredits);
     this.pnlBottom.Controls.Add(this.txtChangeLog);
     this.pnlBottom.Controls.Add(this.lblTitle);
     this.pnlBottom.Controls.Add(this.lblVersion);
     this.pnlBottom.Controls.Add(this.lblChangeLog);
     this.pnlBottom.Controls.Add(this.lblLicense);
     this.pnlBottom.Controls.Add(this.lblCopyright);
     this.pnlBottom.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.pnlBottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this.pnlBottom.Location  = new System.Drawing.Point(0, 122);
     this.pnlBottom.Name      = "pnlBottom";
     this.pnlBottom.Size      = new System.Drawing.Size(1117, 583);
     this.pnlBottom.TabIndex  = 1;
     //
     // lblCredits
     //
     this.lblCredits.AutoSize  = true;
     this.lblCredits.Font      = new System.Drawing.Font("Segoe UI", 11F);
     this.lblCredits.ForeColor = System.Drawing.SystemColors.ControlText;
     this.lblCredits.Location  = new System.Drawing.Point(3, 131);
     this.lblCredits.Name      = "lblCredits";
     this.lblCredits.Size      = new System.Drawing.Size(55, 25);
     this.lblCredits.TabIndex  = 11;
     this.lblCredits.Text      = "Credits:";
     this.lblCredits.UseCompatibleTextRendering = true;
     //
     // txtCredits
     //
     this.txtCredits.Anchor =
         ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top |
                                                System.Windows.Forms.AnchorStyles.Bottom)
                                               | System.Windows.Forms.AnchorStyles.Left)));
     this.txtCredits.BackColor   = System.Drawing.SystemColors.Control;
     this.txtCredits.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtCredits.Cursor      = System.Windows.Forms.Cursors.Default;
     this.txtCredits.Font        = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular,
                                                           System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCredits.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.txtCredits.Location    = new System.Drawing.Point(8, 156);
     this.txtCredits.MinimumSize = new System.Drawing.Size(370, 260);
     this.txtCredits.Multiline   = true;
     this.txtCredits.Name        = "txtCredits";
     this.txtCredits.ReadOnly    = true;
     this.txtCredits.ScrollBars  = System.Windows.Forms.ScrollBars.Vertical;
     this.txtCredits.Size        = new System.Drawing.Size(400, 424);
     this.txtCredits.TabIndex    = 7;
     this.txtCredits.TabStop     = false;
     //
     // txtChangeLog
     //
     this.txtChangeLog.Anchor =
         ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top |
                                                 System.Windows.Forms.AnchorStyles.Bottom)
                                                | System.Windows.Forms.AnchorStyles.Left)
                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.txtChangeLog.BackColor   = System.Drawing.SystemColors.Control;
     this.txtChangeLog.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtChangeLog.Cursor      = System.Windows.Forms.Cursors.Default;
     this.txtChangeLog.Font        = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular,
                                                             System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtChangeLog.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.txtChangeLog.Location    = new System.Drawing.Point(414, 156);
     this.txtChangeLog.MinimumSize = new System.Drawing.Size(370, 260);
     this.txtChangeLog.Multiline   = true;
     this.txtChangeLog.Name        = "txtChangeLog";
     this.txtChangeLog.ReadOnly    = true;
     this.txtChangeLog.ScrollBars  = System.Windows.Forms.ScrollBars.Vertical;
     this.txtChangeLog.Size        = new System.Drawing.Size(696, 424);
     this.txtChangeLog.TabIndex    = 10;
     this.txtChangeLog.TabStop     = false;
     //
     // lblTitle
     //
     this.lblTitle.AutoSize = true;
     this.lblTitle.Font     = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold,
                                                      System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle.ForeColor = System.Drawing.SystemColors.ControlText;
     this.lblTitle.Location  = new System.Drawing.Point(3, 3);
     this.lblTitle.Name      = "lblTitle";
     this.lblTitle.Size      = new System.Drawing.Size(126, 31);
     this.lblTitle.TabIndex  = 0;
     this.lblTitle.Text      = "mRemoteNG";
     this.lblTitle.UseCompatibleTextRendering = true;
     //
     // lblVersion
     //
     this.lblVersion.AutoSize  = true;
     this.lblVersion.Font      = new System.Drawing.Font("Segoe UI", 11F);
     this.lblVersion.ForeColor = System.Drawing.SystemColors.ControlText;
     this.lblVersion.Location  = new System.Drawing.Point(3, 34);
     this.lblVersion.Name      = "lblVersion";
     this.lblVersion.Size      = new System.Drawing.Size(55, 25);
     this.lblVersion.TabIndex  = 1;
     this.lblVersion.Text      = "Version";
     this.lblVersion.UseCompatibleTextRendering = true;
     //
     // lblChangeLog
     //
     this.lblChangeLog.AutoSize  = true;
     this.lblChangeLog.Font      = new System.Drawing.Font("Segoe UI", 11F);
     this.lblChangeLog.ForeColor = System.Drawing.SystemColors.ControlText;
     this.lblChangeLog.Location  = new System.Drawing.Point(414, 131);
     this.lblChangeLog.Name      = "lblChangeLog";
     this.lblChangeLog.Size      = new System.Drawing.Size(89, 25);
     this.lblChangeLog.TabIndex  = 6;
     this.lblChangeLog.Text      = "Change Log:";
     this.lblChangeLog.UseCompatibleTextRendering = true;
     //
     // lblLicense
     //
     this.lblLicense.AutoSize  = true;
     this.lblLicense.Font      = new System.Drawing.Font("Segoe UI", 11F);
     this.lblLicense.ForeColor = System.Drawing.SystemColors.ControlText;
     this.lblLicense.Location  = new System.Drawing.Point(3, 84);
     this.lblLicense.Name      = "lblLicense";
     this.lblLicense.Size      = new System.Drawing.Size(54, 25);
     this.lblLicense.TabIndex  = 5;
     this.lblLicense.Text      = "License";
     this.lblLicense.UseCompatibleTextRendering = true;
     //
     // lblCopyright
     //
     this.lblCopyright.AutoSize  = true;
     this.lblCopyright.Font      = new System.Drawing.Font("Segoe UI", 11F);
     this.lblCopyright.ForeColor = System.Drawing.SystemColors.ControlText;
     this.lblCopyright.Location  = new System.Drawing.Point(3, 59);
     this.lblCopyright.Name      = "lblCopyright";
     this.lblCopyright.Size      = new System.Drawing.Size(71, 25);
     this.lblCopyright.TabIndex  = 2;
     this.lblCopyright.Text      = "Copyright";
     this.lblCopyright.UseCompatibleTextRendering = true;
     //
     // AboutWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(1117, 705);
     this.Controls.Add(this.pnlBottom);
     this.Controls.Add(this.pnlTop);
     this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular,
                                         System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximumSize = new System.Drawing.Size(20000, 10000);
     this.Name        = "AboutWindow";
     this.TabText     = "About";
     this.Text        = "About";
     this.Load       += new System.EventHandler(this.About_Load);
     this.pnlTop.ResumeLayout(false);
     this.pnlTop.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbLogo)).EndInit();
     this.pnlBottom.ResumeLayout(false);
     this.pnlBottom.PerformLayout();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExternalToolsWindow));
     this.ToolsListObjView           = new mRemoteNG.UI.Controls.Base.NGListView();
     this.DisplayNameColumnHeader    = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.FilenameColumnHeader       = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.ArgumentsColumnHeader      = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.WorkingDirColumnHeader     = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.WaitForExitColumnHeader    = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.TryToIntegrateColumnHeader = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.RunElevateHeader           = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.ShowOnToolbarColumnHeader  = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.ToolsContextMenuStrip      = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.NewToolMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.DeleteToolMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.ToolStripSeparator1        = new System.Windows.Forms.ToolStripSeparator();
     this.LaunchToolMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.PropertiesGroupBox         = new mRemoteNG.UI.Controls.Base.NGGroupBox();
     this.ShowOnToolbarCheckBox      = new mRemoteNG.UI.Controls.Base.NGCheckBox();
     this.RunElevatedCheckBox        = new mRemoteNG.UI.Controls.Base.NGCheckBox();
     this.BrowseWorkingDir           = new mRemoteNG.UI.Controls.Base.NGButton();
     this.WorkingDirLabel            = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.WorkingDirTextBox          = new mRemoteNG.UI.Controls.Base.NGTextBox();
     this.TryToIntegrateCheckBox     = new mRemoteNG.UI.Controls.Base.NGCheckBox();
     this.OptionsLabel              = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.WaitForExitCheckBox       = new mRemoteNG.UI.Controls.Base.NGCheckBox();
     this.BrowseButton              = new mRemoteNG.UI.Controls.Base.NGButton();
     this.ArgumentsCheckBox         = new mRemoteNG.UI.Controls.Base.NGTextBox();
     this.FilenameTextBox           = new mRemoteNG.UI.Controls.Base.NGTextBox();
     this.DisplayNameTextBox        = new mRemoteNG.UI.Controls.Base.NGTextBox();
     this.ArgumentsLabel            = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.FilenameLabel             = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.DisplayNameLabel          = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.ToolStripContainer        = new System.Windows.Forms.ToolStripContainer();
     this.ToolStrip                 = new System.Windows.Forms.ToolStrip();
     this.NewToolToolstripButton    = new System.Windows.Forms.ToolStripButton();
     this.DeleteToolToolstripButton = new System.Windows.Forms.ToolStripButton();
     this.ToolStripSeparator2       = new System.Windows.Forms.ToolStripSeparator();
     this.LaunchToolToolstripButton = new System.Windows.Forms.ToolStripButton();
     this.vsToolStripExtender       = new WeifenLuo.WinFormsUI.Docking.VisualStudioToolStripExtender(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.ToolsListObjView)).BeginInit();
     this.ToolsContextMenuStrip.SuspendLayout();
     this.PropertiesGroupBox.SuspendLayout();
     this.ToolStripContainer.ContentPanel.SuspendLayout();
     this.ToolStripContainer.TopToolStripPanel.SuspendLayout();
     this.ToolStripContainer.SuspendLayout();
     this.ToolStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // ToolsListObjView
     //
     this.ToolsListObjView.AllColumns.Add(this.DisplayNameColumnHeader);
     this.ToolsListObjView.AllColumns.Add(this.FilenameColumnHeader);
     this.ToolsListObjView.AllColumns.Add(this.ArgumentsColumnHeader);
     this.ToolsListObjView.AllColumns.Add(this.WorkingDirColumnHeader);
     this.ToolsListObjView.AllColumns.Add(this.WaitForExitColumnHeader);
     this.ToolsListObjView.AllColumns.Add(this.TryToIntegrateColumnHeader);
     this.ToolsListObjView.AllColumns.Add(this.RunElevateHeader);
     this.ToolsListObjView.AllColumns.Add(this.ShowOnToolbarColumnHeader);
     this.ToolsListObjView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.ToolsListObjView.BorderStyle          = System.Windows.Forms.BorderStyle.None;
     this.ToolsListObjView.CellEditActivation   = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.F2Only;
     this.ToolsListObjView.CellEditUseWholeCell = false;
     this.ToolsListObjView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.DisplayNameColumnHeader,
         this.FilenameColumnHeader,
         this.ArgumentsColumnHeader,
         this.WorkingDirColumnHeader,
         this.WaitForExitColumnHeader,
         this.TryToIntegrateColumnHeader,
         this.RunElevateHeader,
         this.ShowOnToolbarColumnHeader
     });
     this.ToolsListObjView.ContextMenuStrip = this.ToolsContextMenuStrip;
     this.ToolsListObjView.Cursor           = System.Windows.Forms.Cursors.Default;
     this.ToolsListObjView.DecorateLines    = true;
     this.ToolsListObjView.FullRowSelect    = true;
     this.ToolsListObjView.GridLines        = true;
     this.ToolsListObjView.HideSelection    = false;
     this.ToolsListObjView.Location         = new System.Drawing.Point(0, 0);
     this.ToolsListObjView.Name             = "ToolsListObjView";
     this.ToolsListObjView.RenderNonEditableCheckboxesAsDisabled = true;
     this.ToolsListObjView.ShowCommandMenuOnRightClick           = true;
     this.ToolsListObjView.ShowGroups = false;
     this.ToolsListObjView.Size       = new System.Drawing.Size(827, 186);
     this.ToolsListObjView.Sorting    = System.Windows.Forms.SortOrder.Ascending;
     this.ToolsListObjView.TabIndex   = 0;
     this.ToolsListObjView.UseCompatibleStateImageBehavior = false;
     this.ToolsListObjView.UseNotifyPropertyChanged        = true;
     this.ToolsListObjView.View = System.Windows.Forms.View.Details;
     this.ToolsListObjView.CellToolTipShowing   += new System.EventHandler <BrightIdeasSoftware.ToolTipShowingEventArgs>(this.ToolsListObjView_CellToolTipShowing);
     this.ToolsListObjView.SelectedIndexChanged += new System.EventHandler(this.ToolsListObjView_SelectedIndexChanged);
     this.ToolsListObjView.DoubleClick          += new System.EventHandler(this.ToolsListObjView_DoubleClick);
     //
     // DisplayNameColumnHeader
     //
     this.DisplayNameColumnHeader.AspectName             = "DisplayName";
     this.DisplayNameColumnHeader.AutoCompleteEditor     = false;
     this.DisplayNameColumnHeader.AutoCompleteEditorMode = System.Windows.Forms.AutoCompleteMode.None;
     this.DisplayNameColumnHeader.Text = "Display Name";
     this.DisplayNameColumnHeader.UseInitialLetterForGroup = true;
     this.DisplayNameColumnHeader.Width = 100;
     //
     // FilenameColumnHeader
     //
     this.FilenameColumnHeader.AspectName             = "FileName";
     this.FilenameColumnHeader.AutoCompleteEditor     = false;
     this.FilenameColumnHeader.AutoCompleteEditorMode = System.Windows.Forms.AutoCompleteMode.None;
     this.FilenameColumnHeader.Groupable = false;
     this.FilenameColumnHeader.Text      = "Filename";
     this.FilenameColumnHeader.Width     = 100;
     //
     // ArgumentsColumnHeader
     //
     this.ArgumentsColumnHeader.AspectName             = "Arguments";
     this.ArgumentsColumnHeader.AutoCompleteEditor     = false;
     this.ArgumentsColumnHeader.AutoCompleteEditorMode = System.Windows.Forms.AutoCompleteMode.None;
     this.ArgumentsColumnHeader.Groupable = false;
     this.ArgumentsColumnHeader.Text      = "Arguments";
     this.ArgumentsColumnHeader.Width     = 100;
     //
     // WorkingDirColumnHeader
     //
     this.WorkingDirColumnHeader.AspectName             = "WorkingDir";
     this.WorkingDirColumnHeader.AutoCompleteEditor     = false;
     this.WorkingDirColumnHeader.AutoCompleteEditorMode = System.Windows.Forms.AutoCompleteMode.None;
     this.WorkingDirColumnHeader.Groupable = false;
     this.WorkingDirColumnHeader.Text      = "Working Directory";
     this.WorkingDirColumnHeader.Width     = 120;
     //
     // WaitForExitColumnHeader
     //
     this.WaitForExitColumnHeader.AspectName = "WaitForExit";
     this.WaitForExitColumnHeader.CheckBoxes = true;
     this.WaitForExitColumnHeader.Groupable  = false;
     this.WaitForExitColumnHeader.Text       = "Wait for exit";
     this.WaitForExitColumnHeader.Width      = 75;
     //
     // TryToIntegrateColumnHeader
     //
     this.TryToIntegrateColumnHeader.AspectName = "TryIntegrate";
     this.TryToIntegrateColumnHeader.CheckBoxes = true;
     this.TryToIntegrateColumnHeader.Groupable  = false;
     this.TryToIntegrateColumnHeader.Text       = "Try To Integrate";
     this.TryToIntegrateColumnHeader.Width      = 95;
     //
     // RunElevateHeader
     //
     this.RunElevateHeader.AspectName = "RunElevated";
     this.RunElevateHeader.CheckBoxes = true;
     this.RunElevateHeader.Groupable  = false;
     this.RunElevateHeader.Text       = "Run Elevated";
     this.RunElevateHeader.Width      = 95;
     //
     // ShowOnToolbarColumnHeader
     //
     this.ShowOnToolbarColumnHeader.AspectName = "ShowOnToolbar";
     this.ShowOnToolbarColumnHeader.CheckBoxes = true;
     this.ShowOnToolbarColumnHeader.Groupable  = false;
     this.ShowOnToolbarColumnHeader.Text       = "Show On Toolbar";
     this.ShowOnToolbarColumnHeader.Width      = 120;
     //
     // ToolsContextMenuStrip
     //
     this.ToolsContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.NewToolMenuItem,
         this.DeleteToolMenuItem,
         this.ToolStripSeparator1,
         this.LaunchToolMenuItem
     });
     this.ToolsContextMenuStrip.Name = "cMenApps";
     this.ToolsContextMenuStrip.Size = new System.Drawing.Size(220, 76);
     //
     // NewToolMenuItem
     //
     this.NewToolMenuItem.Image        = global::mRemoteNG.Resources.ExtApp_Add;
     this.NewToolMenuItem.Name         = "NewToolMenuItem";
     this.NewToolMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F4)));
     this.NewToolMenuItem.Size         = new System.Drawing.Size(219, 22);
     this.NewToolMenuItem.Text         = "New External Tool";
     this.NewToolMenuItem.Click       += new System.EventHandler(this.NewTool_Click);
     //
     // DeleteToolMenuItem
     //
     this.DeleteToolMenuItem.Enabled      = false;
     this.DeleteToolMenuItem.Image        = global::mRemoteNG.Resources.ExtApp_Delete;
     this.DeleteToolMenuItem.Name         = "DeleteToolMenuItem";
     this.DeleteToolMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Delete;
     this.DeleteToolMenuItem.Size         = new System.Drawing.Size(219, 22);
     this.DeleteToolMenuItem.Text         = "Delete External Tool...";
     this.DeleteToolMenuItem.Click       += new System.EventHandler(this.DeleteTool_Click);
     //
     // ToolStripSeparator1
     //
     this.ToolStripSeparator1.Name = "ToolStripSeparator1";
     this.ToolStripSeparator1.Size = new System.Drawing.Size(216, 6);
     //
     // LaunchToolMenuItem
     //
     this.LaunchToolMenuItem.Enabled = false;
     this.LaunchToolMenuItem.Image   = global::mRemoteNG.Resources.ExtApp_Start;
     this.LaunchToolMenuItem.Name    = "LaunchToolMenuItem";
     this.LaunchToolMenuItem.Size    = new System.Drawing.Size(219, 22);
     this.LaunchToolMenuItem.Text    = "Launch External Tool";
     this.LaunchToolMenuItem.Click  += new System.EventHandler(this.LaunchTool_Click);
     //
     // PropertiesGroupBox
     //
     this.PropertiesGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.PropertiesGroupBox.Controls.Add(this.ShowOnToolbarCheckBox);
     this.PropertiesGroupBox.Controls.Add(this.RunElevatedCheckBox);
     this.PropertiesGroupBox.Controls.Add(this.BrowseWorkingDir);
     this.PropertiesGroupBox.Controls.Add(this.WorkingDirLabel);
     this.PropertiesGroupBox.Controls.Add(this.WorkingDirTextBox);
     this.PropertiesGroupBox.Controls.Add(this.TryToIntegrateCheckBox);
     this.PropertiesGroupBox.Controls.Add(this.OptionsLabel);
     this.PropertiesGroupBox.Controls.Add(this.WaitForExitCheckBox);
     this.PropertiesGroupBox.Controls.Add(this.BrowseButton);
     this.PropertiesGroupBox.Controls.Add(this.ArgumentsCheckBox);
     this.PropertiesGroupBox.Controls.Add(this.FilenameTextBox);
     this.PropertiesGroupBox.Controls.Add(this.DisplayNameTextBox);
     this.PropertiesGroupBox.Controls.Add(this.ArgumentsLabel);
     this.PropertiesGroupBox.Controls.Add(this.FilenameLabel);
     this.PropertiesGroupBox.Controls.Add(this.DisplayNameLabel);
     this.PropertiesGroupBox.Enabled  = false;
     this.PropertiesGroupBox.Location = new System.Drawing.Point(0, 192);
     this.PropertiesGroupBox.Name     = "PropertiesGroupBox";
     this.PropertiesGroupBox.Size     = new System.Drawing.Size(827, 184);
     this.PropertiesGroupBox.TabIndex = 1;
     this.PropertiesGroupBox.TabStop  = false;
     this.PropertiesGroupBox.Text     = "External Tool Properties";
     //
     // ShowOnToolbarCheckBox
     //
     this.ShowOnToolbarCheckBox._mice    = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
     this.ShowOnToolbarCheckBox.AutoSize = true;
     this.ShowOnToolbarCheckBox.Location = new System.Drawing.Point(369, 158);
     this.ShowOnToolbarCheckBox.Name     = "ShowOnToolbarCheckBox";
     this.ShowOnToolbarCheckBox.Size     = new System.Drawing.Size(113, 17);
     this.ShowOnToolbarCheckBox.TabIndex = 10;
     this.ShowOnToolbarCheckBox.Text     = "Show on toolbar";
     this.ShowOnToolbarCheckBox.UseVisualStyleBackColor = true;
     this.ShowOnToolbarCheckBox.Click += new System.EventHandler(this.PropertyControl_ChangedOrLostFocus);
     //
     // RunElevatedCheckBox
     //
     this.RunElevatedCheckBox._mice    = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
     this.RunElevatedCheckBox.AutoSize = true;
     this.RunElevatedCheckBox.Location = new System.Drawing.Point(126, 158);
     this.RunElevatedCheckBox.Name     = "RunElevatedCheckBox";
     this.RunElevatedCheckBox.Size     = new System.Drawing.Size(93, 17);
     this.RunElevatedCheckBox.TabIndex = 9;
     this.RunElevatedCheckBox.Text     = "Run Elevated";
     this.RunElevatedCheckBox.UseVisualStyleBackColor = true;
     this.RunElevatedCheckBox.Click += new System.EventHandler(this.PropertyControl_ChangedOrLostFocus);
     //
     // BrowseWorkingDir
     //
     this.BrowseWorkingDir._mice    = mRemoteNG.UI.Controls.Base.NGButton.MouseState.HOVER;
     this.BrowseWorkingDir.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.BrowseWorkingDir.Location = new System.Drawing.Point(723, 103);
     this.BrowseWorkingDir.Name     = "BrowseWorkingDir";
     this.BrowseWorkingDir.Size     = new System.Drawing.Size(95, 23);
     this.BrowseWorkingDir.TabIndex = 6;
     this.BrowseWorkingDir.Text     = "Browse...";
     this.BrowseWorkingDir.UseVisualStyleBackColor = true;
     this.BrowseWorkingDir.Click += new System.EventHandler(this.BrowseWorkingDir_Click);
     //
     // WorkingDirLabel
     //
     this.WorkingDirLabel.AutoSize  = true;
     this.WorkingDirLabel.Location  = new System.Drawing.Point(6, 108);
     this.WorkingDirLabel.Name      = "WorkingDirLabel";
     this.WorkingDirLabel.Size      = new System.Drawing.Size(104, 13);
     this.WorkingDirLabel.TabIndex  = 11;
     this.WorkingDirLabel.Text      = "Working Directory:";
     this.WorkingDirLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // WorkingDirTextBox
     //
     this.WorkingDirTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.WorkingDirTextBox.Location = new System.Drawing.Point(126, 104);
     this.WorkingDirTextBox.Name     = "WorkingDirTextBox";
     this.WorkingDirTextBox.Size     = new System.Drawing.Size(591, 22);
     this.WorkingDirTextBox.TabIndex = 5;
     this.WorkingDirTextBox.Leave   += new System.EventHandler(this.PropertyControl_ChangedOrLostFocus);
     //
     // TryToIntegrateCheckBox
     //
     this.TryToIntegrateCheckBox._mice    = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
     this.TryToIntegrateCheckBox.AutoSize = true;
     this.TryToIntegrateCheckBox.Location = new System.Drawing.Point(369, 135);
     this.TryToIntegrateCheckBox.Name     = "TryToIntegrateCheckBox";
     this.TryToIntegrateCheckBox.Size     = new System.Drawing.Size(103, 17);
     this.TryToIntegrateCheckBox.TabIndex = 8;
     this.TryToIntegrateCheckBox.Text     = "Try to integrate";
     this.TryToIntegrateCheckBox.UseVisualStyleBackColor = true;
     this.TryToIntegrateCheckBox.Click += new System.EventHandler(this.PropertyControl_ChangedOrLostFocus);
     //
     // OptionsLabel
     //
     this.OptionsLabel.AutoSize  = true;
     this.OptionsLabel.Location  = new System.Drawing.Point(6, 135);
     this.OptionsLabel.Name      = "OptionsLabel";
     this.OptionsLabel.Size      = new System.Drawing.Size(52, 13);
     this.OptionsLabel.TabIndex  = 7;
     this.OptionsLabel.Text      = "Options:";
     this.OptionsLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // WaitForExitCheckBox
     //
     this.WaitForExitCheckBox._mice    = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
     this.WaitForExitCheckBox.AutoSize = true;
     this.WaitForExitCheckBox.Location = new System.Drawing.Point(126, 135);
     this.WaitForExitCheckBox.Name     = "WaitForExitCheckBox";
     this.WaitForExitCheckBox.Size     = new System.Drawing.Size(89, 17);
     this.WaitForExitCheckBox.TabIndex = 7;
     this.WaitForExitCheckBox.Text     = "Wait for exit";
     this.WaitForExitCheckBox.UseVisualStyleBackColor = true;
     this.WaitForExitCheckBox.Click     += new System.EventHandler(this.PropertyControl_ChangedOrLostFocus);
     this.WaitForExitCheckBox.LostFocus += new System.EventHandler(this.PropertyControl_ChangedOrLostFocus);
     //
     // BrowseButton
     //
     this.BrowseButton._mice    = mRemoteNG.UI.Controls.Base.NGButton.MouseState.HOVER;
     this.BrowseButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.BrowseButton.Location = new System.Drawing.Point(723, 46);
     this.BrowseButton.Name     = "BrowseButton";
     this.BrowseButton.Size     = new System.Drawing.Size(95, 23);
     this.BrowseButton.TabIndex = 3;
     this.BrowseButton.Text     = "Browse...";
     this.BrowseButton.UseVisualStyleBackColor = true;
     this.BrowseButton.Click     += new System.EventHandler(this.BrowseButton_Click);
     this.BrowseButton.LostFocus += new System.EventHandler(this.PropertyControl_ChangedOrLostFocus);
     //
     // ArgumentsCheckBox
     //
     this.ArgumentsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.ArgumentsCheckBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.ArgumentsCheckBox.Location    = new System.Drawing.Point(126, 76);
     this.ArgumentsCheckBox.Name        = "ArgumentsCheckBox";
     this.ArgumentsCheckBox.Size        = new System.Drawing.Size(591, 22);
     this.ArgumentsCheckBox.TabIndex    = 4;
     this.ArgumentsCheckBox.LostFocus  += new System.EventHandler(this.PropertyControl_ChangedOrLostFocus);
     //
     // FilenameTextBox
     //
     this.FilenameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.FilenameTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.FilenameTextBox.Location    = new System.Drawing.Point(126, 47);
     this.FilenameTextBox.Name        = "FilenameTextBox";
     this.FilenameTextBox.Size        = new System.Drawing.Size(591, 22);
     this.FilenameTextBox.TabIndex    = 2;
     this.FilenameTextBox.LostFocus  += new System.EventHandler(this.PropertyControl_ChangedOrLostFocus);
     //
     // DisplayNameTextBox
     //
     this.DisplayNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.DisplayNameTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.DisplayNameTextBox.Location    = new System.Drawing.Point(126, 19);
     this.DisplayNameTextBox.Name        = "DisplayNameTextBox";
     this.DisplayNameTextBox.Size        = new System.Drawing.Size(591, 22);
     this.DisplayNameTextBox.TabIndex    = 1;
     this.DisplayNameTextBox.LostFocus  += new System.EventHandler(this.PropertyControl_ChangedOrLostFocus);
     //
     // ArgumentsLabel
     //
     this.ArgumentsLabel.AutoSize  = true;
     this.ArgumentsLabel.Location  = new System.Drawing.Point(6, 78);
     this.ArgumentsLabel.Name      = "ArgumentsLabel";
     this.ArgumentsLabel.Size      = new System.Drawing.Size(66, 13);
     this.ArgumentsLabel.TabIndex  = 5;
     this.ArgumentsLabel.Text      = "Arguments:";
     this.ArgumentsLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // FilenameLabel
     //
     this.FilenameLabel.AutoSize  = true;
     this.FilenameLabel.Location  = new System.Drawing.Point(6, 50);
     this.FilenameLabel.Name      = "FilenameLabel";
     this.FilenameLabel.Size      = new System.Drawing.Size(56, 13);
     this.FilenameLabel.TabIndex  = 2;
     this.FilenameLabel.Text      = "Filename:";
     this.FilenameLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // DisplayNameLabel
     //
     this.DisplayNameLabel.AutoSize  = true;
     this.DisplayNameLabel.Location  = new System.Drawing.Point(6, 21);
     this.DisplayNameLabel.Name      = "DisplayNameLabel";
     this.DisplayNameLabel.Size      = new System.Drawing.Size(79, 13);
     this.DisplayNameLabel.TabIndex  = 0;
     this.DisplayNameLabel.Text      = "Display Name:";
     this.DisplayNameLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // ToolStripContainer
     //
     //
     // ToolStripContainer.ContentPanel
     //
     this.ToolStripContainer.ContentPanel.Controls.Add(this.PropertiesGroupBox);
     this.ToolStripContainer.ContentPanel.Controls.Add(this.ToolsListObjView);
     this.ToolStripContainer.ContentPanel.Size = new System.Drawing.Size(827, 376);
     this.ToolStripContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ToolStripContainer.Location = new System.Drawing.Point(0, 0);
     this.ToolStripContainer.Name     = "ToolStripContainer";
     this.ToolStripContainer.Size     = new System.Drawing.Size(827, 401);
     this.ToolStripContainer.TabIndex = 0;
     this.ToolStripContainer.Text     = "ToolStripContainer";
     //
     // ToolStripContainer.TopToolStripPanel
     //
     this.ToolStripContainer.TopToolStripPanel.BackColor = System.Drawing.SystemColors.Control;
     this.ToolStripContainer.TopToolStripPanel.Controls.Add(this.ToolStrip);
     //
     // ToolStrip
     //
     this.ToolStrip.Dock      = System.Windows.Forms.DockStyle.None;
     this.ToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.ToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.NewToolToolstripButton,
         this.DeleteToolToolstripButton,
         this.ToolStripSeparator2,
         this.LaunchToolToolstripButton
     });
     this.ToolStrip.Location = new System.Drawing.Point(3, 0);
     this.ToolStrip.Name     = "ToolStrip";
     this.ToolStrip.Size     = new System.Drawing.Size(186, 25);
     this.ToolStrip.TabIndex = 0;
     //
     // NewToolToolstripButton
     //
     this.NewToolToolstripButton.Image = global::mRemoteNG.Resources.ExtApp_Add;
     this.NewToolToolstripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.NewToolToolstripButton.Name   = "NewToolToolstripButton";
     this.NewToolToolstripButton.Size   = new System.Drawing.Size(51, 22);
     this.NewToolToolstripButton.Text   = "New";
     this.NewToolToolstripButton.Click += new System.EventHandler(this.NewTool_Click);
     //
     // DeleteToolToolstripButton
     //
     this.DeleteToolToolstripButton.Enabled = false;
     this.DeleteToolToolstripButton.Image   = global::mRemoteNG.Resources.ExtApp_Delete;
     this.DeleteToolToolstripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.DeleteToolToolstripButton.Name   = "DeleteToolToolstripButton";
     this.DeleteToolToolstripButton.Size   = new System.Drawing.Size(60, 22);
     this.DeleteToolToolstripButton.Text   = "Delete";
     this.DeleteToolToolstripButton.Click += new System.EventHandler(this.DeleteTool_Click);
     //
     // ToolStripSeparator2
     //
     this.ToolStripSeparator2.Name = "ToolStripSeparator2";
     this.ToolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // LaunchToolToolstripButton
     //
     this.LaunchToolToolstripButton.Enabled = false;
     this.LaunchToolToolstripButton.Image   = global::mRemoteNG.Resources.ExtApp_Start;
     this.LaunchToolToolstripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.LaunchToolToolstripButton.Name   = "LaunchToolToolstripButton";
     this.LaunchToolToolstripButton.Size   = new System.Drawing.Size(66, 22);
     this.LaunchToolToolstripButton.Text   = "Launch";
     this.LaunchToolToolstripButton.Click += new System.EventHandler(this.LaunchTool_Click);
     //
     // vsToolStripExtender
     //
     this.vsToolStripExtender.DefaultRenderer = null;
     //
     // ExternalToolsWindow
     //
     this.ClientSize = new System.Drawing.Size(827, 401);
     this.Controls.Add(this.ToolStripContainer);
     this.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "ExternalToolsWindow";
     this.TabText     = "External Applications";
     this.Text        = "External Tools";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ExternalTools_FormClosed);
     this.Load       += new System.EventHandler(this.ExternalTools_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ToolsListObjView)).EndInit();
     this.ToolsContextMenuStrip.ResumeLayout(false);
     this.PropertiesGroupBox.ResumeLayout(false);
     this.PropertiesGroupBox.PerformLayout();
     this.ToolStripContainer.ContentPanel.ResumeLayout(false);
     this.ToolStripContainer.TopToolStripPanel.ResumeLayout(false);
     this.ToolStripContainer.TopToolStripPanel.PerformLayout();
     this.ToolStripContainer.ResumeLayout(false);
     this.ToolStripContainer.PerformLayout();
     this.ToolStrip.ResumeLayout(false);
     this.ToolStrip.PerformLayout();
     this.ResumeLayout(false);
 }
Ejemplo n.º 8
0
 private void InitializeComponent()
 {
     this.pnlTop       = new System.Windows.Forms.Panel();
     this.lblEdition   = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.pbLogo       = new System.Windows.Forms.PictureBox();
     this.pnlBottom    = new System.Windows.Forms.Panel();
     this.lblCredits   = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.txtCredits   = new mRemoteNG.UI.Controls.Base.NGTextBox();
     this.txtChangeLog = new mRemoteNG.UI.Controls.Base.NGTextBox();
     this.lblTitle     = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.lblVersion   = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.lblChangeLog = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.lblLicense   = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.lblCopyright = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.pnlTop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbLogo)).BeginInit();
     this.pnlBottom.SuspendLayout();
     this.SuspendLayout();
     //
     // pnlTop
     //
     this.pnlTop.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlTop.BackColor = System.Drawing.Color.Black;
     this.pnlTop.Controls.Add(this.lblEdition);
     this.pnlTop.Controls.Add(this.pbLogo);
     this.pnlTop.ForeColor = System.Drawing.Color.White;
     this.pnlTop.Location  = new System.Drawing.Point(-1, -1);
     this.pnlTop.Name      = "pnlTop";
     this.pnlTop.Size      = new System.Drawing.Size(1121, 145);
     this.pnlTop.TabIndex  = 0;
     //
     // lblEdition
     //
     this.lblEdition.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblEdition.BackColor = System.Drawing.Color.Black;
     this.lblEdition.Font      = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblEdition.ForeColor = System.Drawing.Color.White;
     this.lblEdition.Location  = new System.Drawing.Point(845, 112);
     this.lblEdition.Name      = "lblEdition";
     this.lblEdition.Size      = new System.Drawing.Size(264, 24);
     this.lblEdition.TabIndex  = 0;
     this.lblEdition.Text      = "Edition";
     this.lblEdition.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     this.lblEdition.Visible   = false;
     //
     // pbLogo
     //
     this.pbLogo.Image    = global::mRemoteNG.Resources.Logo;
     this.pbLogo.Location = new System.Drawing.Point(8, 8);
     this.pbLogo.Name     = "pbLogo";
     this.pbLogo.Size     = new System.Drawing.Size(492, 128);
     this.pbLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pbLogo.TabIndex = 1;
     this.pbLogo.TabStop  = false;
     //
     // pnlBottom
     //
     this.pnlBottom.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlBottom.BackColor = System.Drawing.SystemColors.Control;
     this.pnlBottom.Controls.Add(this.lblCredits);
     this.pnlBottom.Controls.Add(this.txtCredits);
     this.pnlBottom.Controls.Add(this.txtChangeLog);
     this.pnlBottom.Controls.Add(this.lblTitle);
     this.pnlBottom.Controls.Add(this.lblVersion);
     this.pnlBottom.Controls.Add(this.lblChangeLog);
     this.pnlBottom.Controls.Add(this.lblLicense);
     this.pnlBottom.Controls.Add(this.lblCopyright);
     this.pnlBottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this.pnlBottom.Location  = new System.Drawing.Point(-1, 144);
     this.pnlBottom.Name      = "pnlBottom";
     this.pnlBottom.Size      = new System.Drawing.Size(1121, 559);
     this.pnlBottom.TabIndex  = 1;
     //
     // lblCredits
     //
     this.lblCredits.AutoSize  = true;
     this.lblCredits.Font      = new System.Drawing.Font("Segoe UI", 11F);
     this.lblCredits.ForeColor = System.Drawing.SystemColors.ControlText;
     this.lblCredits.Location  = new System.Drawing.Point(8, 131);
     this.lblCredits.Name      = "lblCredits";
     this.lblCredits.Size      = new System.Drawing.Size(55, 25);
     this.lblCredits.TabIndex  = 11;
     this.lblCredits.Text      = "Credits:";
     this.lblCredits.UseCompatibleTextRendering = true;
     //
     // txtCredits
     //
     this.txtCredits.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)));
     this.txtCredits.BackColor   = System.Drawing.SystemColors.Control;
     this.txtCredits.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtCredits.Cursor      = System.Windows.Forms.Cursors.Default;
     this.txtCredits.Font        = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCredits.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.txtCredits.Location    = new System.Drawing.Point(8, 156);
     this.txtCredits.MinimumSize = new System.Drawing.Size(370, 260);
     this.txtCredits.Multiline   = true;
     this.txtCredits.Name        = "txtCredits";
     this.txtCredits.ReadOnly    = true;
     this.txtCredits.ScrollBars  = System.Windows.Forms.ScrollBars.Vertical;
     this.txtCredits.Size        = new System.Drawing.Size(400, 400);
     this.txtCredits.TabIndex    = 7;
     this.txtCredits.TabStop     = false;
     //
     // txtChangeLog
     //
     this.txtChangeLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.txtChangeLog.BackColor   = System.Drawing.SystemColors.Control;
     this.txtChangeLog.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtChangeLog.Cursor      = System.Windows.Forms.Cursors.Default;
     this.txtChangeLog.Font        = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtChangeLog.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.txtChangeLog.Location    = new System.Drawing.Point(414, 156);
     this.txtChangeLog.MinimumSize = new System.Drawing.Size(370, 260);
     this.txtChangeLog.Multiline   = true;
     this.txtChangeLog.Name        = "txtChangeLog";
     this.txtChangeLog.ReadOnly    = true;
     this.txtChangeLog.ScrollBars  = System.Windows.Forms.ScrollBars.Vertical;
     this.txtChangeLog.Size        = new System.Drawing.Size(700, 400);
     this.txtChangeLog.TabIndex    = 10;
     this.txtChangeLog.TabStop     = false;
     //
     // lblTitle
     //
     this.lblTitle.AutoSize  = true;
     this.lblTitle.Font      = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle.ForeColor = System.Drawing.SystemColors.ControlText;
     this.lblTitle.Location  = new System.Drawing.Point(8, 20);
     this.lblTitle.Name      = "lblTitle";
     this.lblTitle.Size      = new System.Drawing.Size(126, 31);
     this.lblTitle.TabIndex  = 0;
     this.lblTitle.Text      = "mRemoteNG";
     this.lblTitle.UseCompatibleTextRendering = true;
     //
     // lblVersion
     //
     this.lblVersion.AutoSize  = true;
     this.lblVersion.Font      = new System.Drawing.Font("Segoe UI", 11F);
     this.lblVersion.ForeColor = System.Drawing.SystemColors.ControlText;
     this.lblVersion.Location  = new System.Drawing.Point(8, 51);
     this.lblVersion.Name      = "lblVersion";
     this.lblVersion.Size      = new System.Drawing.Size(55, 25);
     this.lblVersion.TabIndex  = 1;
     this.lblVersion.Text      = "Version";
     this.lblVersion.UseCompatibleTextRendering = true;
     //
     // lblChangeLog
     //
     this.lblChangeLog.AutoSize  = true;
     this.lblChangeLog.Font      = new System.Drawing.Font("Segoe UI", 11F);
     this.lblChangeLog.ForeColor = System.Drawing.SystemColors.ControlText;
     this.lblChangeLog.Location  = new System.Drawing.Point(414, 131);
     this.lblChangeLog.Name      = "lblChangeLog";
     this.lblChangeLog.Size      = new System.Drawing.Size(89, 25);
     this.lblChangeLog.TabIndex  = 6;
     this.lblChangeLog.Text      = "Change Log:";
     this.lblChangeLog.UseCompatibleTextRendering = true;
     //
     // lblLicense
     //
     this.lblLicense.AutoSize  = true;
     this.lblLicense.Font      = new System.Drawing.Font("Segoe UI", 11F);
     this.lblLicense.ForeColor = System.Drawing.SystemColors.ControlText;
     this.lblLicense.Location  = new System.Drawing.Point(8, 101);
     this.lblLicense.Name      = "lblLicense";
     this.lblLicense.Size      = new System.Drawing.Size(54, 25);
     this.lblLicense.TabIndex  = 5;
     this.lblLicense.Text      = "License";
     this.lblLicense.UseCompatibleTextRendering = true;
     //
     // lblCopyright
     //
     this.lblCopyright.AutoSize  = true;
     this.lblCopyright.Font      = new System.Drawing.Font("Segoe UI", 11F);
     this.lblCopyright.ForeColor = System.Drawing.SystemColors.ControlText;
     this.lblCopyright.Location  = new System.Drawing.Point(8, 76);
     this.lblCopyright.Name      = "lblCopyright";
     this.lblCopyright.Size      = new System.Drawing.Size(71, 25);
     this.lblCopyright.TabIndex  = 2;
     this.lblCopyright.Text      = "Copyright";
     this.lblCopyright.UseCompatibleTextRendering = true;
     //
     // AboutWindow
     //
     this.BackColor  = System.Drawing.SystemColors.Control;
     this.ClientSize = new System.Drawing.Size(1117, 705);
     this.Controls.Add(this.pnlTop);
     this.Controls.Add(this.pnlBottom);
     this.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Icon        = global::mRemoteNG.Resources.mRemote_Icon;
     this.MaximumSize = new System.Drawing.Size(20000, 10000);
     this.Name        = "AboutWindow";
     this.TabText     = "About";
     this.Text        = "About";
     this.Load       += new System.EventHandler(this.About_Load);
     this.pnlTop.ResumeLayout(false);
     this.pnlTop.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbLogo)).EndInit();
     this.pnlBottom.ResumeLayout(false);
     this.pnlBottom.PerformLayout();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components                = new System.ComponentModel.Container();
     this.Load                     += new System.EventHandler(ErrorsAndInfos_Load);
     this.Resize                   += new System.EventHandler(ErrorsAndInfos_Resize);
     this.pnlErrorMsg               = new System.Windows.Forms.Panel();
     this.txtMsgText                = new Controls.Base.NGTextBox();
     this.txtMsgText.KeyDown       += new System.Windows.Forms.KeyEventHandler(this.MC_KeyDown);
     this.lblMsgDate                = new Controls.Base.NGLabel();
     this.pbError                   = new System.Windows.Forms.PictureBox();
     this.lvErrorCollector          = new System.Windows.Forms.ListView();
     this.lvErrorCollector.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MC_KeyDown);
     this.lvErrorCollector.SelectedIndexChanged += new System.EventHandler(this.lvErrorCollector_SelectedIndexChanged);
     this.clmMessage          = (System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader());
     this.cMenMC              = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.cMenMC.Opening     += new System.ComponentModel.CancelEventHandler(this.cMenMC_Opening);
     this.cMenMCCopy          = new System.Windows.Forms.ToolStripMenuItem();
     this.cMenMCCopy.Click   += new System.EventHandler(this.cMenMCCopy_Click);
     this.cMenMCDelete        = new System.Windows.Forms.ToolStripMenuItem();
     this.cMenMCDelete.Click += new System.EventHandler(this.cMenMCDelete_Click);
     this.imgListMC           = new System.Windows.Forms.ImageList(this.components);
     this.pnlErrorMsg.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize) this.pbError).BeginInit();
     this.cMenMC.SuspendLayout();
     this.SuspendLayout();
     //
     //pnlErrorMsg
     //
     this.pnlErrorMsg.Anchor = (System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right);
     this.pnlErrorMsg.BackColor = System.Drawing.SystemColors.Control;
     this.pnlErrorMsg.Controls.Add(this.txtMsgText);
     this.pnlErrorMsg.Controls.Add(this.lblMsgDate);
     this.pnlErrorMsg.Controls.Add(this.pbError);
     this.pnlErrorMsg.Location = new System.Drawing.Point(0, 1);
     this.pnlErrorMsg.Name     = "pnlErrorMsg";
     this.pnlErrorMsg.Size     = new System.Drawing.Size(198, 232);
     this.pnlErrorMsg.TabIndex = 20;
     //
     //txtMsgText
     //
     this.txtMsgText.Anchor = (System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right);
     this.txtMsgText.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtMsgText.Location    = new System.Drawing.Point(40, 20);
     this.txtMsgText.Multiline   = true;
     this.txtMsgText.Name        = "txtMsgText";
     this.txtMsgText.ReadOnly    = true;
     this.txtMsgText.ScrollBars  = System.Windows.Forms.ScrollBars.Vertical;
     this.txtMsgText.Size        = new System.Drawing.Size(158, 211);
     this.txtMsgText.TabIndex    = 30;
     //
     //lblMsgDate
     //
     this.lblMsgDate.Anchor = (System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right);
     this.lblMsgDate.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, System.Convert.ToByte(0));
     this.lblMsgDate.Location = new System.Drawing.Point(40, 5);
     this.lblMsgDate.Name     = "lblMsgDate";
     this.lblMsgDate.Size     = new System.Drawing.Size(155, 13);
     this.lblMsgDate.TabIndex = 40;
     //
     //pbError
     //
     this.pbError.InitialImage = null;
     this.pbError.Location     = new System.Drawing.Point(2, 5);
     this.pbError.Name         = "pbError";
     this.pbError.Size         = new System.Drawing.Size(32, 32);
     this.pbError.TabIndex     = 0;
     this.pbError.TabStop      = false;
     //
     //lvErrorCollector
     //
     this.lvErrorCollector.Anchor = (System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right);
     this.lvErrorCollector.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lvErrorCollector.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.clmMessage });
     this.lvErrorCollector.ContextMenuStrip = this.cMenMC;
     this.lvErrorCollector.FullRowSelect    = true;
     this.lvErrorCollector.HeaderStyle      = System.Windows.Forms.ColumnHeaderStyle.None;
     this.lvErrorCollector.HideSelection    = false;
     this.lvErrorCollector.Location         = new System.Drawing.Point(203, 1);
     this.lvErrorCollector.Name             = "lvErrorCollector";
     this.lvErrorCollector.ShowGroups       = false;
     this.lvErrorCollector.Size             = new System.Drawing.Size(413, 232);
     this.lvErrorCollector.SmallImageList   = this.imgListMC;
     this.lvErrorCollector.TabIndex         = 10;
     this.lvErrorCollector.UseCompatibleStateImageBehavior = false;
     this.lvErrorCollector.View = System.Windows.Forms.View.Details;
     //
     //clmMessage
     //
     this.clmMessage.Text  = Language.strColumnMessage;
     this.clmMessage.Width = 184;
     //
     //cMenMC
     //
     this.cMenMC.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, System.Convert.ToByte(0));
     this.cMenMC.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cMenMCCopy, this.cMenMCDelete });
     this.cMenMC.Name       = "cMenMC";
     this.cMenMC.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.cMenMC.Size       = new System.Drawing.Size(153, 70);
     //
     //cMenMCCopy
     //
     this.cMenMCCopy.Image        = Resources.Copy;
     this.cMenMCCopy.Name         = "cMenMCCopy";
     this.cMenMCCopy.ShortcutKeys = (System.Windows.Forms.Keys)(System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C);
     this.cMenMCCopy.Size         = new System.Drawing.Size(152, 22);
     this.cMenMCCopy.Text         = Language.strMenuCopy;
     //
     //cMenMCDelete
     //
     this.cMenMCDelete.Image        = Resources.Delete;
     this.cMenMCDelete.Name         = "cMenMCDelete";
     this.cMenMCDelete.ShortcutKeys = System.Windows.Forms.Keys.Delete;
     this.cMenMCDelete.Size         = new System.Drawing.Size(152, 22);
     this.cMenMCDelete.Text         = Language.strMenuDelete;
     //
     //imgListMC
     //
     this.imgListMC.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imgListMC.ImageSize        = new System.Drawing.Size(16, 16);
     this.imgListMC.TransparentColor = System.Drawing.Color.Transparent;
     //
     //ErrorsAndInfos
     //
     this.ClientSize = new System.Drawing.Size(617, 233);
     this.Controls.Add(this.lvErrorCollector);
     this.Controls.Add(this.pnlErrorMsg);
     this.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, System.Convert.ToByte(0));
     this.HideOnClose = true;
     this.Icon        = Resources.Info_Icon;
     this.Name        = "ErrorsAndInfos";
     this.TabText     = Language.strMenuNotifications;
     this.Text        = "Notifications";
     this.pnlErrorMsg.ResumeLayout(false);
     this.pnlErrorMsg.PerformLayout();
     ((System.ComponentModel.ISupportInitialize) this.pbError).EndInit();
     this.cMenMC.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 10
0
 private void InitializeComponent()
 {
     this.btnCheckForUpdate        = new mRemoteNG.UI.Controls.Base.NGButton();
     this.lblChangeLogLabel        = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.txtChangeLog             = new mRemoteNG.UI.Controls.Base.NGTextBox();
     this.lblStatus                = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.lblLatestVersionLabel    = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.lblInstalledVersionLabel = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.lblLatestVersion         = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.lblInstalledVersion      = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.pbUpdateImage            = new System.Windows.Forms.PictureBox();
     this.tableLayoutPanel1        = new System.Windows.Forms.TableLayoutPanel();
     this.prgbDownload             = new mRemoteNG.UI.Controls.Base.NGProgressBar();
     this.btnDownload              = new mRemoteNG.UI.Controls.Base.NGButton();
     ((System.ComponentModel.ISupportInitialize)(this.pbUpdateImage)).BeginInit();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // btnCheckForUpdate
     //
     this.btnCheckForUpdate._mice     = mRemoteNG.UI.Controls.Base.NGButton.MouseState.HOVER;
     this.btnCheckForUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCheckForUpdate.Location  = new System.Drawing.Point(3, 94);
     this.btnCheckForUpdate.Name      = "btnCheckForUpdate";
     this.btnCheckForUpdate.Size      = new System.Drawing.Size(104, 32);
     this.btnCheckForUpdate.TabIndex  = 5;
     this.btnCheckForUpdate.Text      = "Check Again";
     this.btnCheckForUpdate.UseVisualStyleBackColor = true;
     this.btnCheckForUpdate.Click += new System.EventHandler(this.btnCheckForUpdate_Click);
     //
     // lblChangeLogLabel
     //
     this.lblChangeLogLabel.AutoSize = true;
     this.lblChangeLogLabel.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblChangeLogLabel.Location = new System.Drawing.Point(3, 129);
     this.lblChangeLogLabel.Name     = "lblChangeLogLabel";
     this.lblChangeLogLabel.Padding  = new System.Windows.Forms.Padding(0, 10, 0, 0);
     this.lblChangeLogLabel.Size     = new System.Drawing.Size(73, 23);
     this.lblChangeLogLabel.TabIndex = 0;
     this.lblChangeLogLabel.Text     = "Change Log:";
     //
     // txtChangeLog
     //
     this.tableLayoutPanel1.SetColumnSpan(this.txtChangeLog, 3);
     this.txtChangeLog.Cursor     = System.Windows.Forms.Cursors.Arrow;
     this.txtChangeLog.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.txtChangeLog.Location   = new System.Drawing.Point(3, 155);
     this.txtChangeLog.Multiline  = true;
     this.txtChangeLog.Name       = "txtChangeLog";
     this.txtChangeLog.ReadOnly   = true;
     this.txtChangeLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtChangeLog.Size       = new System.Drawing.Size(728, 225);
     this.txtChangeLog.TabIndex   = 1;
     this.txtChangeLog.TabStop    = false;
     //
     // lblStatus
     //
     this.lblStatus.AutoSize = true;
     this.tableLayoutPanel1.SetColumnSpan(this.lblStatus, 3);
     this.lblStatus.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblStatus.ForeColor = System.Drawing.SystemColors.ControlText;
     this.lblStatus.Location  = new System.Drawing.Point(3, 0);
     this.lblStatus.Name      = "lblStatus";
     this.lblStatus.Padding   = new System.Windows.Forms.Padding(0, 10, 0, 0);
     this.lblStatus.Size      = new System.Drawing.Size(57, 31);
     this.lblStatus.TabIndex  = 0;
     this.lblStatus.Text      = "Status";
     this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblLatestVersionLabel
     //
     this.lblLatestVersionLabel.Dock      = System.Windows.Forms.DockStyle.Right;
     this.lblLatestVersionLabel.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLatestVersionLabel.Location  = new System.Drawing.Point(3, 61);
     this.lblLatestVersionLabel.Name      = "lblLatestVersionLabel";
     this.lblLatestVersionLabel.Size      = new System.Drawing.Size(120, 30);
     this.lblLatestVersionLabel.TabIndex  = 3;
     this.lblLatestVersionLabel.Text      = "Current version:";
     this.lblLatestVersionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblInstalledVersionLabel
     //
     this.lblInstalledVersionLabel.Dock      = System.Windows.Forms.DockStyle.Right;
     this.lblInstalledVersionLabel.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblInstalledVersionLabel.Location  = new System.Drawing.Point(3, 31);
     this.lblInstalledVersionLabel.Name      = "lblInstalledVersionLabel";
     this.lblInstalledVersionLabel.Size      = new System.Drawing.Size(120, 30);
     this.lblInstalledVersionLabel.TabIndex  = 1;
     this.lblInstalledVersionLabel.Text      = "Installed version:";
     this.lblInstalledVersionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblLatestVersion
     //
     this.lblLatestVersion.Dock      = System.Windows.Forms.DockStyle.Left;
     this.lblLatestVersion.Location  = new System.Drawing.Point(129, 61);
     this.lblLatestVersion.Name      = "lblLatestVersion";
     this.lblLatestVersion.Size      = new System.Drawing.Size(104, 30);
     this.lblLatestVersion.TabIndex  = 4;
     this.lblLatestVersion.Text      = "Version";
     this.lblLatestVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblInstalledVersion
     //
     this.lblInstalledVersion.Dock      = System.Windows.Forms.DockStyle.Left;
     this.lblInstalledVersion.Location  = new System.Drawing.Point(129, 31);
     this.lblInstalledVersion.Name      = "lblInstalledVersion";
     this.lblInstalledVersion.Size      = new System.Drawing.Size(104, 30);
     this.lblInstalledVersion.TabIndex  = 2;
     this.lblInstalledVersion.Text      = "Version";
     this.lblInstalledVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // pbUpdateImage
     //
     this.pbUpdateImage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pbUpdateImage.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.pbUpdateImage.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.pbUpdateImage.Location    = new System.Drawing.Point(239, 34);
     this.pbUpdateImage.Name        = "pbUpdateImage";
     this.tableLayoutPanel1.SetRowSpan(this.pbUpdateImage, 4);
     this.pbUpdateImage.Size     = new System.Drawing.Size(492, 115);
     this.pbUpdateImage.TabIndex = 45;
     this.pbUpdateImage.TabStop  = false;
     this.pbUpdateImage.Visible  = false;
     this.pbUpdateImage.Click   += new System.EventHandler(this.pbUpdateImage_Click);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 3;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.lblChangeLogLabel, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.lblStatus, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.btnCheckForUpdate, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.lblInstalledVersionLabel, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.lblLatestVersionLabel, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.lblInstalledVersion, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.lblLatestVersion, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.txtChangeLog, 0, 5);
     this.tableLayoutPanel1.Controls.Add(this.btnDownload, 0, 6);
     this.tableLayoutPanel1.Controls.Add(this.pbUpdateImage, 3, 1);
     this.tableLayoutPanel1.Controls.Add(this.prgbDownload, 2, 6);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 7;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     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, 35F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(734, 418);
     this.tableLayoutPanel1.TabIndex = 46;
     //
     // prgbDownload
     //
     this.prgbDownload.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.prgbDownload.Location = new System.Drawing.Point(239, 386);
     this.prgbDownload.Name     = "prgbDownload";
     this.prgbDownload.Size     = new System.Drawing.Size(492, 29);
     this.prgbDownload.TabIndex = 3;
     this.prgbDownload.Visible  = false;
     //
     // btnDownload
     //
     this.btnDownload._mice = mRemoteNG.UI.Controls.Base.NGButton.MouseState.HOVER;
     this.tableLayoutPanel1.SetColumnSpan(this.btnDownload, 2);
     this.btnDownload.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.btnDownload.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnDownload.Location  = new System.Drawing.Point(3, 386);
     this.btnDownload.Name      = "btnDownload";
     this.btnDownload.Size      = new System.Drawing.Size(230, 29);
     this.btnDownload.TabIndex  = 2;
     this.btnDownload.Text      = "Download and Install";
     this.btnDownload.UseVisualStyleBackColor = true;
     this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click);
     //
     // UpdateWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(734, 418);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font    = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon    = global::mRemoteNG.Resources.Update_Icon;
     this.Name    = "UpdateWindow";
     this.TabText = "Update";
     this.Text    = "Update";
     this.Load   += new System.EventHandler(this.Update_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pbUpdateImage)).EndInit();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }