private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PortScanWindow));
     this.ipStart                       = new mRemoteNG.UI.Controls.IPTextBox();
     this.ipEnd                         = new mRemoteNG.UI.Controls.IPTextBox();
     this.lblStartIP                    = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.lblEndIP                      = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.btnScan                       = new mRemoteNG.UI.Controls.Base.NGButton();
     this.olvHosts                      = new mRemoteNG.UI.Controls.Base.NGListView();
     this.resultsMenuStrip              = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.importHTTPToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.importHTTPSToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.importRDPToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.importRloginToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.importSSH2ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.importTelnetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.importVNCToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.btnImport                     = new mRemoteNG.UI.Controls.Base.NGButton();
     this.cbProtocol                    = new mRemoteNG.UI.Controls.Base.NGComboBox();
     this.lblOnlyImport                 = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.clmHost                       = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.clmSSH                        = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.clmTelnet                     = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.clmHTTP                       = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.clmHTTPS                      = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.clmRlogin                     = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.clmRDP                        = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.clmVNC                        = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.clmOpenPorts                  = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.clmClosedPorts                = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.prgBar                        = new mRemoteNG.UI.Controls.Base.NGProgressBar();
     this.pnlScan                       = new System.Windows.Forms.Panel();
     this.numericSelectorTimeout        = new mRemoteNG.UI.Controls.Base.NGNumericUpDown();
     this.lblTimeout                    = new System.Windows.Forms.Label();
     this.portEnd                       = new mRemoteNG.UI.Controls.Base.NGNumericUpDown();
     this.portStart                     = new mRemoteNG.UI.Controls.Base.NGNumericUpDown();
     this.Label2                        = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.Label1                        = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.pnlImport                     = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.olvHosts)).BeginInit();
     this.resultsMenuStrip.SuspendLayout();
     this.pnlScan.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericSelectorTimeout)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.portEnd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.portStart)).BeginInit();
     this.pnlImport.SuspendLayout();
     this.SuspendLayout();
     //
     // ipStart
     //
     this.ipStart.Location    = new System.Drawing.Point(5, 19);
     this.ipStart.Name        = "ipStart";
     this.ipStart.Size        = new System.Drawing.Size(130, 20);
     this.ipStart.TabIndex    = 1;
     this.ipStart.ToolTipText = "";
     //
     // ipEnd
     //
     this.ipEnd.Location    = new System.Drawing.Point(155, 19);
     this.ipEnd.Name        = "ipEnd";
     this.ipEnd.Size        = new System.Drawing.Size(130, 20);
     this.ipEnd.TabIndex    = 2;
     this.ipEnd.ToolTipText = "";
     //
     // lblStartIP
     //
     this.lblStartIP.AutoSize = true;
     this.lblStartIP.Location = new System.Drawing.Point(3, 5);
     this.lblStartIP.Name     = "lblStartIP";
     this.lblStartIP.Size     = new System.Drawing.Size(46, 13);
     this.lblStartIP.TabIndex = 0;
     this.lblStartIP.Text     = "Start IP:";
     //
     // lblEndIP
     //
     this.lblEndIP.AutoSize = true;
     this.lblEndIP.Location = new System.Drawing.Point(152, 5);
     this.lblEndIP.Name     = "lblEndIP";
     this.lblEndIP.Size     = new System.Drawing.Size(42, 13);
     this.lblEndIP.TabIndex = 5;
     this.lblEndIP.Text     = "End IP:";
     //
     // btnScan
     //
     this.btnScan._mice                   = mRemoteNG.UI.Controls.Base.NGButton.MouseState.HOVER;
     this.btnScan.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnScan.Image                   = global::mRemoteNG.Resources.Search;
     this.btnScan.ImageAlign              = System.Drawing.ContentAlignment.MiddleRight;
     this.btnScan.Location                = new System.Drawing.Point(769, 5);
     this.btnScan.Name                    = "btnScan";
     this.btnScan.Size                    = new System.Drawing.Size(110, 55);
     this.btnScan.TabIndex                = 6;
     this.btnScan.Text                    = "&Scan";
     this.btnScan.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnScan.UseVisualStyleBackColor = true;
     this.btnScan.Click                  += new System.EventHandler(this.btnScan_Click);
     //
     // olvHosts
     //
     this.olvHosts.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.olvHosts.CellEditUseWholeCell = false;
     this.olvHosts.ContextMenuStrip     = this.resultsMenuStrip;
     this.olvHosts.Cursor        = System.Windows.Forms.Cursors.Default;
     this.olvHosts.DecorateLines = true;
     this.olvHosts.FullRowSelect = true;
     this.olvHosts.GridLines     = true;
     this.olvHosts.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.olvHosts.HideSelection = false;
     this.olvHosts.Location      = new System.Drawing.Point(12, 73);
     this.olvHosts.Name          = "olvHosts";
     this.olvHosts.ShowGroups    = false;
     this.olvHosts.Size          = new System.Drawing.Size(883, 290);
     this.olvHosts.TabIndex      = 26;
     this.olvHosts.UseCompatibleStateImageBehavior = false;
     this.olvHosts.View = System.Windows.Forms.View.Details;
     //
     // resultsMenuStrip
     //
     this.resultsMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.importHTTPToolStripMenuItem,
         this.importHTTPSToolStripMenuItem,
         this.importRDPToolStripMenuItem,
         this.importRloginToolStripMenuItem,
         this.importSSH2ToolStripMenuItem,
         this.importTelnetToolStripMenuItem,
         this.importVNCToolStripMenuItem
     });
     this.resultsMenuStrip.Name = "resultsMenuStrip";
     this.resultsMenuStrip.Size = new System.Drawing.Size(150, 158);
     //
     // importHTTPToolStripMenuItem
     //
     this.importHTTPToolStripMenuItem.Name   = "importHTTPToolStripMenuItem";
     this.importHTTPToolStripMenuItem.Size   = new System.Drawing.Size(149, 22);
     this.importHTTPToolStripMenuItem.Text   = "Import HTTP";
     this.importHTTPToolStripMenuItem.Click += new System.EventHandler(this.importHTTPToolStripMenuItem_Click);
     //
     // importHTTPSToolStripMenuItem
     //
     this.importHTTPSToolStripMenuItem.Name   = "importHTTPSToolStripMenuItem";
     this.importHTTPSToolStripMenuItem.Size   = new System.Drawing.Size(149, 22);
     this.importHTTPSToolStripMenuItem.Text   = "Import HTTPS";
     this.importHTTPSToolStripMenuItem.Click += new System.EventHandler(this.importHTTPSToolStripMenuItem_Click);
     //
     // importRDPToolStripMenuItem
     //
     this.importRDPToolStripMenuItem.Name   = "importRDPToolStripMenuItem";
     this.importRDPToolStripMenuItem.Size   = new System.Drawing.Size(149, 22);
     this.importRDPToolStripMenuItem.Text   = "Import RDP";
     this.importRDPToolStripMenuItem.Click += new System.EventHandler(this.importRDPToolStripMenuItem_Click);
     //
     // importRloginToolStripMenuItem
     //
     this.importRloginToolStripMenuItem.Name   = "importRloginToolStripMenuItem";
     this.importRloginToolStripMenuItem.Size   = new System.Drawing.Size(149, 22);
     this.importRloginToolStripMenuItem.Text   = "Import Rlogin";
     this.importRloginToolStripMenuItem.Click += new System.EventHandler(this.importRloginToolStripMenuItem_Click);
     //
     // importSSH2ToolStripMenuItem
     //
     this.importSSH2ToolStripMenuItem.Name   = "importSSH2ToolStripMenuItem";
     this.importSSH2ToolStripMenuItem.Size   = new System.Drawing.Size(149, 22);
     this.importSSH2ToolStripMenuItem.Text   = "Import SSH2";
     this.importSSH2ToolStripMenuItem.Click += new System.EventHandler(this.importSSH2ToolStripMenuItem_Click);
     //
     // importTelnetToolStripMenuItem
     //
     this.importTelnetToolStripMenuItem.Name   = "importTelnetToolStripMenuItem";
     this.importTelnetToolStripMenuItem.Size   = new System.Drawing.Size(149, 22);
     this.importTelnetToolStripMenuItem.Text   = "Import Telnet";
     this.importTelnetToolStripMenuItem.Click += new System.EventHandler(this.importTelnetToolStripMenuItem_Click);
     //
     // importVNCToolStripMenuItem
     //
     this.importVNCToolStripMenuItem.Name   = "importVNCToolStripMenuItem";
     this.importVNCToolStripMenuItem.Size   = new System.Drawing.Size(149, 22);
     this.importVNCToolStripMenuItem.Text   = "Import VNC";
     this.importVNCToolStripMenuItem.Click += new System.EventHandler(this.importVNCToolStripMenuItem_Click);
     //
     // btnImport
     //
     this.btnImport._mice    = mRemoteNG.UI.Controls.Base.NGButton.MouseState.HOVER;
     this.btnImport.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnImport.Location = new System.Drawing.Point(800, 5);
     this.btnImport.Name     = "btnImport";
     this.btnImport.Size     = new System.Drawing.Size(80, 40);
     this.btnImport.TabIndex = 8;
     this.btnImport.Text     = "&Import";
     this.btnImport.UseVisualStyleBackColor = true;
     this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
     //
     // cbProtocol
     //
     this.cbProtocol._mice             = mRemoteNG.UI.Controls.Base.NGComboBox.MouseState.HOVER;
     this.cbProtocol.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cbProtocol.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbProtocol.FormattingEnabled = true;
     this.cbProtocol.Items.AddRange(new object[] {
         "SSH2",
         "Telnet",
         "HTTP",
         "HTTPS",
         "Rlogin",
         "RDP",
         "VNC"
     });
     this.cbProtocol.Location = new System.Drawing.Point(5, 25);
     this.cbProtocol.Name     = "cbProtocol";
     this.cbProtocol.Size     = new System.Drawing.Size(122, 21);
     this.cbProtocol.TabIndex = 7;
     //
     // lblOnlyImport
     //
     this.lblOnlyImport.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblOnlyImport.AutoSize = true;
     this.lblOnlyImport.Location = new System.Drawing.Point(2, 5);
     this.lblOnlyImport.Name     = "lblOnlyImport";
     this.lblOnlyImport.Size     = new System.Drawing.Size(104, 13);
     this.lblOnlyImport.TabIndex = 1;
     this.lblOnlyImport.Text     = "Protocol to import:";
     //
     // clmHost
     //
     this.clmHost.AspectName     = "HostIPorName";
     this.clmHost.FillsFreeSpace = true;
     this.clmHost.Text           = "Hostname/IP";
     this.clmHost.Width          = 130;
     //
     // clmSSH
     //
     this.clmSSH.AspectName = "SshName";
     this.clmSSH.Text       = "SSH";
     this.clmSSH.Width      = 50;
     //
     // clmTelnet
     //
     this.clmTelnet.AspectName = "TelnetName";
     this.clmTelnet.Text       = "Telnet";
     this.clmTelnet.Width      = 50;
     //
     // clmHTTP
     //
     this.clmHTTP.AspectName = "HttpName";
     this.clmHTTP.Text       = "HTTP";
     this.clmHTTP.Width      = 50;
     //
     // clmHTTPS
     //
     this.clmHTTPS.AspectName = "HttpsName";
     this.clmHTTPS.Text       = "HTTPS";
     this.clmHTTPS.Width      = 50;
     //
     // clmRlogin
     //
     this.clmRlogin.AspectName = "RloginName";
     this.clmRlogin.Text       = "Rlogin";
     this.clmRlogin.Width      = 50;
     //
     // clmRDP
     //
     this.clmRDP.AspectName = "RdpName";
     this.clmRDP.Text       = "RDP";
     this.clmRDP.Width      = 50;
     //
     // clmVNC
     //
     this.clmVNC.AspectName = "VncName";
     this.clmVNC.Text       = "VNC";
     this.clmVNC.Width      = 50;
     //
     // clmOpenPorts
     //
     this.clmOpenPorts.AspectName     = "OpenPortsName";
     this.clmOpenPorts.FillsFreeSpace = true;
     this.clmOpenPorts.Text           = "Open Ports";
     this.clmOpenPorts.Width          = 150;
     //
     // clmClosedPorts
     //
     this.clmClosedPorts.AspectName     = "ClosedPortsName";
     this.clmClosedPorts.FillsFreeSpace = true;
     this.clmClosedPorts.Text           = "Closed Ports";
     this.clmClosedPorts.Width          = 150;
     //
     // prgBar
     //
     this.prgBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.prgBar.Location = new System.Drawing.Point(5, 45);
     this.prgBar.Name     = "prgBar";
     this.prgBar.Size     = new System.Drawing.Size(760, 15);
     this.prgBar.Step     = 1;
     this.prgBar.TabIndex = 28;
     //
     // pnlScan
     //
     this.pnlScan.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlScan.Controls.Add(this.numericSelectorTimeout);
     this.pnlScan.Controls.Add(this.lblTimeout);
     this.pnlScan.Controls.Add(this.portEnd);
     this.pnlScan.Controls.Add(this.portStart);
     this.pnlScan.Controls.Add(this.prgBar);
     this.pnlScan.Controls.Add(this.Label2);
     this.pnlScan.Controls.Add(this.lblStartIP);
     this.pnlScan.Controls.Add(this.lblEndIP);
     this.pnlScan.Controls.Add(this.ipStart);
     this.pnlScan.Controls.Add(this.btnScan);
     this.pnlScan.Controls.Add(this.Label1);
     this.pnlScan.Controls.Add(this.ipEnd);
     this.pnlScan.Location = new System.Drawing.Point(12, 5);
     this.pnlScan.Name     = "pnlScan";
     this.pnlScan.Size     = new System.Drawing.Size(883, 65);
     this.pnlScan.TabIndex = 18;
     //
     // numericSelectorTimeout
     //
     this.numericSelectorTimeout.Location = new System.Drawing.Point(600, 17);
     this.numericSelectorTimeout.Maximum  = new decimal(new int[] {
         2147482,
         0,
         0,
         0
     });
     this.numericSelectorTimeout.Name     = "numericSelectorTimeout";
     this.numericSelectorTimeout.Size     = new System.Drawing.Size(67, 22);
     this.numericSelectorTimeout.TabIndex = 5;
     //
     // lblTimeout
     //
     this.lblTimeout.AutoSize = true;
     this.lblTimeout.Location = new System.Drawing.Point(597, 1);
     this.lblTimeout.Name     = "lblTimeout";
     this.lblTimeout.Size     = new System.Drawing.Size(102, 13);
     this.lblTimeout.TabIndex = 16;
     this.lblTimeout.Text     = "Timeout (seconds):";
     //
     // portEnd
     //
     this.portEnd.Location = new System.Drawing.Point(490, 17);
     this.portEnd.Maximum  = new decimal(new int[] {
         65535,
         0,
         0,
         0
     });
     this.portEnd.Name     = "portEnd";
     this.portEnd.Size     = new System.Drawing.Size(67, 22);
     this.portEnd.TabIndex = 4;
     this.portEnd.Enter   += new System.EventHandler(this.portEnd_Enter);
     //
     // portStart
     //
     this.portStart.Location = new System.Drawing.Point(375, 17);
     this.portStart.Maximum  = new decimal(new int[] {
         65535,
         0,
         0,
         0
     });
     this.portStart.Name     = "portStart";
     this.portStart.Size     = new System.Drawing.Size(67, 22);
     this.portStart.TabIndex = 3;
     this.portStart.Enter   += new System.EventHandler(this.portStart_Enter);
     //
     // Label2
     //
     this.Label2.AutoSize = true;
     this.Label2.Location = new System.Drawing.Point(487, 1);
     this.Label2.Name     = "Label2";
     this.Label2.Size     = new System.Drawing.Size(54, 13);
     this.Label2.TabIndex = 10;
     this.Label2.Text     = "End Port:";
     //
     // Label1
     //
     this.Label1.AutoSize = true;
     this.Label1.Location = new System.Drawing.Point(372, 1);
     this.Label1.Name     = "Label1";
     this.Label1.Size     = new System.Drawing.Size(58, 13);
     this.Label1.TabIndex = 0;
     this.Label1.Text     = "Start Port:";
     //
     // pnlImport
     //
     this.pnlImport.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlImport.Controls.Add(this.btnImport);
     this.pnlImport.Controls.Add(this.lblOnlyImport);
     this.pnlImport.Controls.Add(this.cbProtocol);
     this.pnlImport.Location = new System.Drawing.Point(12, 364);
     this.pnlImport.Name     = "pnlImport";
     this.pnlImport.Size     = new System.Drawing.Size(883, 50);
     this.pnlImport.TabIndex = 102;
     //
     // PortScanWindow
     //
     this.AcceptButton = this.btnImport;
     this.AutoScroll   = true;
     this.ClientSize   = new System.Drawing.Size(908, 421);
     this.Controls.Add(this.pnlImport);
     this.Controls.Add(this.olvHosts);
     this.Controls.Add(this.pnlScan);
     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.MinimumSize = new System.Drawing.Size(924, 460);
     this.Name        = "PortScanWindow";
     this.TabText     = "Port Scan";
     this.Text        = "Port Scan";
     this.Load       += new System.EventHandler(this.PortScan_Load);
     ((System.ComponentModel.ISupportInitialize)(this.olvHosts)).EndInit();
     this.resultsMenuStrip.ResumeLayout(false);
     this.pnlScan.ResumeLayout(false);
     this.pnlScan.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericSelectorTimeout)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.portEnd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.portStart)).EndInit();
     this.pnlImport.ResumeLayout(false);
     this.pnlImport.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);
 }
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PortScanWindow));
     this.ipStart                       = new mRemoteNG.UI.Controls.IPTextBox();
     this.ipEnd                         = new mRemoteNG.UI.Controls.IPTextBox();
     this.lblStartIP                    = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.lblEndIP                      = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.olvHosts                      = new mRemoteNG.UI.Controls.Base.NGListView();
     this.resultsMenuStrip              = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.importHTTPToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.importHTTPSToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.importRDPToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.importRloginToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.importSSH2ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.importTelnetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.importVNCToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.btnImport                     = new mRemoteNG.UI.Controls.Base.NGButton();
     this.cbProtocol                    = new mRemoteNG.UI.Controls.Base.NGComboBox();
     this.lblOnlyImport                 = new mRemoteNG.UI.Controls.Base.NGLabel();
     this.clmHost                       = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.clmSSH                        = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.clmTelnet                     = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.clmHTTP                       = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.clmHTTPS                      = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.clmRlogin                     = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.clmRDP                        = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.clmVNC                        = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.clmOpenPorts                  = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.clmClosedPorts                = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.prgBar                        = new mRemoteNG.UI.Controls.Base.NGProgressBar();
     this.numericSelectorTimeout        = new mRemoteNG.UI.Controls.Base.NGNumericUpDown();
     this.lblTimeout                    = new System.Windows.Forms.Label();
     this.portEnd                       = new mRemoteNG.UI.Controls.Base.NGNumericUpDown();
     this.portStart                     = new mRemoteNG.UI.Controls.Base.NGNumericUpDown();
     this.pnlIp                         = new System.Windows.Forms.TableLayoutPanel();
     this.btnScan                       = new mRemoteNG.UI.Controls.Base.NGButton();
     this.ngCheckFirstPort              = new mRemoteNG.UI.Controls.Base.NGCheckBox();
     this.ngCheckLastPort               = new mRemoteNG.UI.Controls.Base.NGCheckBox();
     this.pnlImport                     = new System.Windows.Forms.TableLayoutPanel();
     this.pnlMain                       = new System.Windows.Forms.TableLayoutPanel();
     this.portScanToolTip               = new System.Windows.Forms.ToolTip(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.olvHosts)).BeginInit();
     this.resultsMenuStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericSelectorTimeout)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.portEnd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.portStart)).BeginInit();
     this.pnlIp.SuspendLayout();
     this.pnlImport.SuspendLayout();
     this.pnlMain.SuspendLayout();
     this.SuspendLayout();
     //
     // ipStart
     //
     this.ipStart.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ipStart.Location    = new System.Drawing.Point(133, 3);
     this.ipStart.Name        = "ipStart";
     this.ipStart.Size        = new System.Drawing.Size(124, 18);
     this.ipStart.TabIndex    = 1;
     this.ipStart.ToolTipText = "";
     //
     // ipEnd
     //
     this.ipEnd.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ipEnd.Location    = new System.Drawing.Point(133, 27);
     this.ipEnd.Name        = "ipEnd";
     this.ipEnd.Size        = new System.Drawing.Size(124, 18);
     this.ipEnd.TabIndex    = 2;
     this.ipEnd.ToolTipText = "";
     //
     // lblStartIP
     //
     this.lblStartIP.AutoSize  = true;
     this.lblStartIP.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblStartIP.Location  = new System.Drawing.Point(3, 0);
     this.lblStartIP.Name      = "lblStartIP";
     this.lblStartIP.Size      = new System.Drawing.Size(124, 24);
     this.lblStartIP.TabIndex  = 0;
     this.lblStartIP.Text      = "First IP";
     this.lblStartIP.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblEndIP
     //
     this.lblEndIP.AutoSize  = true;
     this.lblEndIP.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblEndIP.Location  = new System.Drawing.Point(3, 24);
     this.lblEndIP.Name      = "lblEndIP";
     this.lblEndIP.Size      = new System.Drawing.Size(124, 24);
     this.lblEndIP.TabIndex  = 5;
     this.lblEndIP.Text      = "Last IP";
     this.lblEndIP.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // olvHosts
     //
     this.olvHosts.CellEditUseWholeCell = false;
     this.olvHosts.ContextMenuStrip     = this.resultsMenuStrip;
     this.olvHosts.Cursor        = System.Windows.Forms.Cursors.Default;
     this.olvHosts.DecorateLines = true;
     this.olvHosts.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.olvHosts.FullRowSelect = true;
     this.olvHosts.GridLines     = true;
     this.olvHosts.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.olvHosts.HideSelection = false;
     this.olvHosts.Location      = new System.Drawing.Point(3, 168);
     this.olvHosts.Name          = "olvHosts";
     this.olvHosts.ShowGroups    = false;
     this.olvHosts.Size          = new System.Drawing.Size(878, 230);
     this.olvHosts.TabIndex      = 26;
     this.olvHosts.UseCompatibleStateImageBehavior = false;
     this.olvHosts.View = System.Windows.Forms.View.Details;
     //
     // resultsMenuStrip
     //
     this.resultsMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.importHTTPToolStripMenuItem,
         this.importHTTPSToolStripMenuItem,
         this.importRDPToolStripMenuItem,
         this.importRloginToolStripMenuItem,
         this.importSSH2ToolStripMenuItem,
         this.importTelnetToolStripMenuItem,
         this.importVNCToolStripMenuItem
     });
     this.resultsMenuStrip.Name = "resultsMenuStrip";
     this.resultsMenuStrip.Size = new System.Drawing.Size(150, 158);
     //
     // importHTTPToolStripMenuItem
     //
     this.importHTTPToolStripMenuItem.Name   = "importHTTPToolStripMenuItem";
     this.importHTTPToolStripMenuItem.Size   = new System.Drawing.Size(149, 22);
     this.importHTTPToolStripMenuItem.Text   = "Import HTTP";
     this.importHTTPToolStripMenuItem.Click += new System.EventHandler(this.importHTTPToolStripMenuItem_Click);
     //
     // importHTTPSToolStripMenuItem
     //
     this.importHTTPSToolStripMenuItem.Name   = "importHTTPSToolStripMenuItem";
     this.importHTTPSToolStripMenuItem.Size   = new System.Drawing.Size(149, 22);
     this.importHTTPSToolStripMenuItem.Text   = "Import HTTPS";
     this.importHTTPSToolStripMenuItem.Click += new System.EventHandler(this.importHTTPSToolStripMenuItem_Click);
     //
     // importRDPToolStripMenuItem
     //
     this.importRDPToolStripMenuItem.Name   = "importRDPToolStripMenuItem";
     this.importRDPToolStripMenuItem.Size   = new System.Drawing.Size(149, 22);
     this.importRDPToolStripMenuItem.Text   = "Import RDP";
     this.importRDPToolStripMenuItem.Click += new System.EventHandler(this.importRDPToolStripMenuItem_Click);
     //
     // importRloginToolStripMenuItem
     //
     this.importRloginToolStripMenuItem.Name   = "importRloginToolStripMenuItem";
     this.importRloginToolStripMenuItem.Size   = new System.Drawing.Size(149, 22);
     this.importRloginToolStripMenuItem.Text   = "Import Rlogin";
     this.importRloginToolStripMenuItem.Click += new System.EventHandler(this.importRloginToolStripMenuItem_Click);
     //
     // importSSH2ToolStripMenuItem
     //
     this.importSSH2ToolStripMenuItem.Name   = "importSSH2ToolStripMenuItem";
     this.importSSH2ToolStripMenuItem.Size   = new System.Drawing.Size(149, 22);
     this.importSSH2ToolStripMenuItem.Text   = "Import SSH2";
     this.importSSH2ToolStripMenuItem.Click += new System.EventHandler(this.importSSH2ToolStripMenuItem_Click);
     //
     // importTelnetToolStripMenuItem
     //
     this.importTelnetToolStripMenuItem.Name   = "importTelnetToolStripMenuItem";
     this.importTelnetToolStripMenuItem.Size   = new System.Drawing.Size(149, 22);
     this.importTelnetToolStripMenuItem.Text   = "Import Telnet";
     this.importTelnetToolStripMenuItem.Click += new System.EventHandler(this.importTelnetToolStripMenuItem_Click);
     //
     // importVNCToolStripMenuItem
     //
     this.importVNCToolStripMenuItem.Name   = "importVNCToolStripMenuItem";
     this.importVNCToolStripMenuItem.Size   = new System.Drawing.Size(149, 22);
     this.importVNCToolStripMenuItem.Text   = "Import VNC";
     this.importVNCToolStripMenuItem.Click += new System.EventHandler(this.importVNCToolStripMenuItem_Click);
     //
     // btnImport
     //
     this.btnImport._mice    = mRemoteNG.UI.Controls.Base.NGButton.MouseState.HOVER;
     this.btnImport.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnImport.Location = new System.Drawing.Point(765, 27);
     this.btnImport.Name     = "btnImport";
     this.btnImport.Size     = new System.Drawing.Size(110, 24);
     this.btnImport.TabIndex = 8;
     this.btnImport.Text     = "&Import";
     this.btnImport.UseVisualStyleBackColor = true;
     this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
     //
     // cbProtocol
     //
     this.cbProtocol._mice             = mRemoteNG.UI.Controls.Base.NGComboBox.MouseState.HOVER;
     this.cbProtocol.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.cbProtocol.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbProtocol.FormattingEnabled = true;
     this.cbProtocol.Items.AddRange(new object[] {
         "SSH2",
         "Telnet",
         "HTTP",
         "HTTPS",
         "Rlogin",
         "RDP",
         "VNC"
     });
     this.cbProtocol.Location = new System.Drawing.Point(3, 27);
     this.cbProtocol.Name     = "cbProtocol";
     this.cbProtocol.Size     = new System.Drawing.Size(144, 21);
     this.cbProtocol.TabIndex = 7;
     //
     // lblOnlyImport
     //
     this.lblOnlyImport.AutoSize  = true;
     this.lblOnlyImport.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblOnlyImport.Location  = new System.Drawing.Point(3, 0);
     this.lblOnlyImport.Name      = "lblOnlyImport";
     this.lblOnlyImport.Size      = new System.Drawing.Size(144, 24);
     this.lblOnlyImport.TabIndex  = 1;
     this.lblOnlyImport.Text      = "Protocol to import";
     this.lblOnlyImport.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // clmHost
     //
     this.clmHost.AspectName     = "HostIPorName";
     this.clmHost.FillsFreeSpace = true;
     this.clmHost.Text           = "Hostname/IP";
     this.clmHost.Width          = 130;
     //
     // clmSSH
     //
     this.clmSSH.AspectName = "SshName";
     this.clmSSH.Text       = "SSH";
     this.clmSSH.Width      = 50;
     //
     // clmTelnet
     //
     this.clmTelnet.AspectName = "TelnetName";
     this.clmTelnet.Text       = "Telnet";
     this.clmTelnet.Width      = 50;
     //
     // clmHTTP
     //
     this.clmHTTP.AspectName = "HttpName";
     this.clmHTTP.Text       = "HTTP";
     this.clmHTTP.Width      = 50;
     //
     // clmHTTPS
     //
     this.clmHTTPS.AspectName = "HttpsName";
     this.clmHTTPS.Text       = "HTTPS";
     this.clmHTTPS.Width      = 50;
     //
     // clmRlogin
     //
     this.clmRlogin.AspectName = "RloginName";
     this.clmRlogin.Text       = "Rlogin";
     this.clmRlogin.Width      = 50;
     //
     // clmRDP
     //
     this.clmRDP.AspectName = "RdpName";
     this.clmRDP.Text       = "RDP";
     this.clmRDP.Width      = 50;
     //
     // clmVNC
     //
     this.clmVNC.AspectName = "VncName";
     this.clmVNC.Text       = "VNC";
     this.clmVNC.Width      = 50;
     //
     // clmOpenPorts
     //
     this.clmOpenPorts.AspectName     = "OpenPortsName";
     this.clmOpenPorts.FillsFreeSpace = true;
     this.clmOpenPorts.Text           = "Open Ports";
     this.clmOpenPorts.Width          = 150;
     //
     // clmClosedPorts
     //
     this.clmClosedPorts.AspectName     = "ClosedPortsName";
     this.clmClosedPorts.FillsFreeSpace = true;
     this.clmClosedPorts.Text           = "Closed Ports";
     this.clmClosedPorts.Width          = 150;
     //
     // prgBar
     //
     this.prgBar.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.prgBar.Location = new System.Drawing.Point(3, 138);
     this.prgBar.Name     = "prgBar";
     this.prgBar.Size     = new System.Drawing.Size(878, 24);
     this.prgBar.Step     = 1;
     this.prgBar.TabIndex = 28;
     //
     // numericSelectorTimeout
     //
     this.numericSelectorTimeout.Location = new System.Drawing.Point(133, 99);
     this.numericSelectorTimeout.Maximum  = new decimal(new int[] {
         2147482,
         0,
         0,
         0
     });
     this.numericSelectorTimeout.Name     = "numericSelectorTimeout";
     this.numericSelectorTimeout.Size     = new System.Drawing.Size(67, 22);
     this.numericSelectorTimeout.TabIndex = 5;
     this.numericSelectorTimeout.Value    = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     //
     // lblTimeout
     //
     this.lblTimeout.AutoSize  = true;
     this.lblTimeout.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblTimeout.Location  = new System.Drawing.Point(3, 96);
     this.lblTimeout.Name      = "lblTimeout";
     this.lblTimeout.Size      = new System.Drawing.Size(124, 33);
     this.lblTimeout.TabIndex  = 16;
     this.lblTimeout.Text      = "Timeout [seconds]";
     this.lblTimeout.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // portEnd
     //
     this.portEnd.Enabled  = false;
     this.portEnd.Location = new System.Drawing.Point(133, 75);
     this.portEnd.Maximum  = new decimal(new int[] {
         65535,
         0,
         0,
         0
     });
     this.portEnd.Name     = "portEnd";
     this.portEnd.Size     = new System.Drawing.Size(67, 22);
     this.portEnd.TabIndex = 4;
     this.portScanToolTip.SetToolTip(this.portEnd, global::mRemoteNG.Language.strPortScanSinglePort);
     this.portEnd.Value = new decimal(new int[] {
         65535,
         0,
         0,
         0
     });
     this.portEnd.Enter += new System.EventHandler(this.portEnd_Enter);
     //
     // portStart
     //
     this.portStart.Enabled  = false;
     this.portStart.Location = new System.Drawing.Point(133, 51);
     this.portStart.Maximum  = new decimal(new int[] {
         65535,
         0,
         0,
         0
     });
     this.portStart.Name     = "portStart";
     this.portStart.Size     = new System.Drawing.Size(67, 22);
     this.portStart.TabIndex = 3;
     this.portScanToolTip.SetToolTip(this.portStart, global::mRemoteNG.Language.strPortScanSinglePort);
     this.portStart.Enter += new System.EventHandler(this.portStart_Enter);
     //
     // pnlIp
     //
     this.pnlIp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlIp.ColumnCount = 3;
     this.pnlIp.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 130F));
     this.pnlIp.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 130F));
     this.pnlIp.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.pnlIp.Controls.Add(this.lblStartIP, 0, 0);
     this.pnlIp.Controls.Add(this.ipEnd, 1, 1);
     this.pnlIp.Controls.Add(this.ipStart, 1, 0);
     this.pnlIp.Controls.Add(this.lblEndIP, 0, 1);
     this.pnlIp.Controls.Add(this.portStart, 1, 2);
     this.pnlIp.Controls.Add(this.portEnd, 1, 3);
     this.pnlIp.Controls.Add(this.lblTimeout, 0, 4);
     this.pnlIp.Controls.Add(this.numericSelectorTimeout, 1, 4);
     this.pnlIp.Controls.Add(this.btnScan, 2, 4);
     this.pnlIp.Controls.Add(this.ngCheckFirstPort, 0, 2);
     this.pnlIp.Controls.Add(this.ngCheckLastPort, 0, 3);
     this.pnlIp.Location = new System.Drawing.Point(3, 3);
     this.pnlIp.Name     = "pnlIp";
     this.pnlIp.RowCount = 5;
     this.pnlIp.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
     this.pnlIp.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
     this.pnlIp.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
     this.pnlIp.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
     this.pnlIp.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
     this.pnlIp.Size     = new System.Drawing.Size(878, 129);
     this.pnlIp.TabIndex = 103;
     //
     // btnScan
     //
     this.btnScan._mice                   = mRemoteNG.UI.Controls.Base.NGButton.MouseState.HOVER;
     this.btnScan.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnScan.Image                   = global::mRemoteNG.Resources.Search;
     this.btnScan.ImageAlign              = System.Drawing.ContentAlignment.MiddleRight;
     this.btnScan.Location                = new System.Drawing.Point(765, 99);
     this.btnScan.Name                    = "btnScan";
     this.btnScan.Size                    = new System.Drawing.Size(110, 24);
     this.btnScan.TabIndex                = 6;
     this.btnScan.Text                    = "&Scan";
     this.btnScan.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnScan.UseVisualStyleBackColor = true;
     this.btnScan.Click                  += new System.EventHandler(this.btnScan_Click);
     //
     // ngCheckFirstPort
     //
     this.ngCheckFirstPort._mice    = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
     this.ngCheckFirstPort.AutoSize = true;
     this.ngCheckFirstPort.Location = new System.Drawing.Point(3, 51);
     this.ngCheckFirstPort.Name     = "ngCheckFirstPort";
     this.ngCheckFirstPort.Size     = new System.Drawing.Size(72, 17);
     this.ngCheckFirstPort.TabIndex = 17;
     this.ngCheckFirstPort.Text     = "First Port";
     this.portScanToolTip.SetToolTip(this.ngCheckFirstPort, global::mRemoteNG.Language.strPortScanSinglePort);
     this.ngCheckFirstPort.UseVisualStyleBackColor = true;
     this.ngCheckFirstPort.CheckedChanged         += new System.EventHandler(this.NgCheckFirstPort_CheckedChanged);
     //
     // ngCheckLastPort
     //
     this.ngCheckLastPort._mice    = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
     this.ngCheckLastPort.AutoSize = true;
     this.ngCheckLastPort.Location = new System.Drawing.Point(3, 75);
     this.ngCheckLastPort.Name     = "ngCheckLastPort";
     this.ngCheckLastPort.Size     = new System.Drawing.Size(70, 17);
     this.ngCheckLastPort.TabIndex = 18;
     this.ngCheckLastPort.Text     = "Last Port";
     this.portScanToolTip.SetToolTip(this.ngCheckLastPort, global::mRemoteNG.Language.strPortScanSinglePort);
     this.ngCheckLastPort.UseVisualStyleBackColor = true;
     this.ngCheckLastPort.CheckedChanged         += new System.EventHandler(this.NgCheckLastPort_CheckedChanged);
     //
     // pnlImport
     //
     this.pnlImport.ColumnCount = 2;
     this.pnlImport.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
     this.pnlImport.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.pnlImport.Controls.Add(this.lblOnlyImport, 0, 0);
     this.pnlImport.Controls.Add(this.cbProtocol, 0, 1);
     this.pnlImport.Controls.Add(this.btnImport, 1, 1);
     this.pnlImport.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlImport.Location = new System.Drawing.Point(3, 404);
     this.pnlImport.Name     = "pnlImport";
     this.pnlImport.RowCount = 2;
     this.pnlImport.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
     this.pnlImport.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
     this.pnlImport.Size     = new System.Drawing.Size(878, 54);
     this.pnlImport.TabIndex = 104;
     //
     // pnlMain
     //
     this.pnlMain.ColumnCount = 1;
     this.pnlMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.pnlMain.Controls.Add(this.pnlIp, 0, 0);
     this.pnlMain.Controls.Add(this.prgBar, 0, 1);
     this.pnlMain.Controls.Add(this.pnlImport, 0, 3);
     this.pnlMain.Controls.Add(this.olvHosts, 0, 2);
     this.pnlMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlMain.Location = new System.Drawing.Point(0, 0);
     this.pnlMain.Name     = "pnlMain";
     this.pnlMain.RowCount = 4;
     this.pnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 135F));
     this.pnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.pnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.pnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     this.pnlMain.Size     = new System.Drawing.Size(884, 461);
     this.pnlMain.TabIndex = 105;
     //
     // PortScanWindow
     //
     this.AcceptButton        = this.btnImport;
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(884, 461);
     this.Controls.Add(this.pnlMain);
     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    = "PortScanWindow";
     this.TabText = "Port Scan";
     this.Text    = "Port Scan";
     this.Load   += new System.EventHandler(this.PortScan_Load);
     ((System.ComponentModel.ISupportInitialize)(this.olvHosts)).EndInit();
     this.resultsMenuStrip.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.numericSelectorTimeout)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.portEnd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.portStart)).EndInit();
     this.pnlIp.ResumeLayout(false);
     this.pnlIp.PerformLayout();
     this.pnlImport.ResumeLayout(false);
     this.pnlImport.PerformLayout();
     this.pnlMain.ResumeLayout(false);
     this.ResumeLayout(false);
 }