_ Partial Class TcpConnectionForm Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(TcpConnectionForm)) ListView1 = New System.Windows.Forms.ListView() ColumnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) ColumnHeader2 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) ColumnHeader3 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) ColumnHeader4 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) ImageList1 = New System.Windows.Forms.ImageList(components) Timer1 = New System.Windows.Forms.Timer(components) StatusStrip1 = New System.Windows.Forms.StatusStrip() ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel() ToolStripStatusLabel2 = New System.Windows.Forms.ToolStripStatusLabel() Guna2ContextMenuStrip1 = New Guna.UI2.WinForms.Guna2ContextMenuStrip() ToolStripMenuItem4 = New System.Windows.Forms.ToolStripMenuItem() ToolStripMenuItem6 = New System.Windows.Forms.ToolStripMenuItem() StatusStrip1.SuspendLayout() Guna2ContextMenuStrip1.SuspendLayout() SuspendLayout() ' 'ListView1 ' ListView1.BackColor = System.Drawing.Color.White ListView1.BorderStyle = System.Windows.Forms.BorderStyle.None ListView1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {ColumnHeader1, ColumnHeader2, ColumnHeader3, ColumnHeader4}) ListView1.ContextMenuStrip = Guna2ContextMenuStrip1 ListView1.Dock = System.Windows.Forms.DockStyle.Fill ListView1.Font = New System.Drawing.Font("Tahoma", 8.0!) ListView1.ForeColor = System.Drawing.Color.Black ListView1.FullRowSelect = True ListView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable ListView1.HideSelection = False ListView1.Location = New System.Drawing.Point(0, 0) ListView1.Name = "ListView1" ListView1.Size = New System.Drawing.Size(469, 285) ListView1.SmallImageList = ImageList1 ListView1.Sorting = System.Windows.Forms.SortOrder.Ascending ListView1.TabIndex = 1 ListView1.UseCompatibleStateImageBehavior = False ListView1.View = System.Windows.Forms.View.Details ' 'ColumnHeader1 ' ColumnHeader1.Text = "[ PID ]" ColumnHeader1.Width = 74 ' 'ColumnHeader2 ' ColumnHeader2.Text = "[ LocalAddress ]" ColumnHeader2.Width = 160 ' 'ColumnHeader3 ' ColumnHeader3.Text = "[ RemoteAddress ]" ColumnHeader3.Width = 154 ' 'ColumnHeader4 ' ColumnHeader4.Text = "[ State ]" ColumnHeader4.Width = 123 ' 'ImageList1 ' ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer) ImageList1.TransparentColor = System.Drawing.Color.Transparent ImageList1.Images.SetKeyName(0, "icons8-ethernet-on-20.png") ' 'Timer1 ' Timer1.Enabled = True Timer1.Interval = 1000 ' 'StatusStrip1 ' StatusStrip1.BackColor = System.Drawing.Color.White StatusStrip1.ImageScalingSize = New System.Drawing.Size(24, 24) StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {ToolStripStatusLabel1, ToolStripStatusLabel2}) StatusStrip1.Location = New System.Drawing.Point(0, 285) StatusStrip1.Name = "StatusStrip1" StatusStrip1.Padding = New System.Windows.Forms.Padding(1, 0, 9, 0) StatusStrip1.Size = New System.Drawing.Size(469, 22) StatusStrip1.TabIndex = 4 StatusStrip1.Text = "StatusStrip1" ' 'ToolStripStatusLabel1 ' ToolStripStatusLabel1.ForeColor = System.Drawing.Color.Black ToolStripStatusLabel1.Name = "ToolStripStatusLabel1" ToolStripStatusLabel1.Size = New System.Drawing.Size(68, 17) ToolStripStatusLabel1.Text = "Selected [0]" ' 'ToolStripStatusLabel2 ' ToolStripStatusLabel2.ForeColor = System.Drawing.Color.Black ToolStripStatusLabel2.Name = "ToolStripStatusLabel2" ToolStripStatusLabel2.Size = New System.Drawing.Size(13, 17) ToolStripStatusLabel2.Text = ".." ' 'Guna2ContextMenuStrip1 ' Guna2ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {ToolStripMenuItem4, ToolStripMenuItem6}) Guna2ContextMenuStrip1.Name = "Guna2ContextMenuStrip2" Guna2ContextMenuStrip1.RenderStyle.ArrowColor = System.Drawing.Color.FromArgb(CType(CType(151, Byte), Integer), CType(CType(143, Byte), Integer), CType(CType(255, Byte), Integer)) Guna2ContextMenuStrip1.RenderStyle.BorderColor = System.Drawing.Color.Gainsboro Guna2ContextMenuStrip1.RenderStyle.ColorTable = Nothing Guna2ContextMenuStrip1.RenderStyle.RoundedEdges = True Guna2ContextMenuStrip1.RenderStyle.SelectionArrowColor = System.Drawing.Color.White Guna2ContextMenuStrip1.RenderStyle.SelectionBackColor = System.Drawing.Color.FromArgb(CType(CType(113, Byte), Integer), CType(CType(74, Byte), Integer), CType(CType(250, Byte), Integer)) Guna2ContextMenuStrip1.RenderStyle.SelectionForeColor = System.Drawing.Color.White Guna2ContextMenuStrip1.RenderStyle.SeparatorColor = System.Drawing.Color.Gainsboro Guna2ContextMenuStrip1.RenderStyle.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit Guna2ContextMenuStrip1.Size = New System.Drawing.Size(128, 48) ' 'ToolStripMenuItem4 ' ToolStripMenuItem4.BackColor = System.Drawing.Color.White ToolStripMenuItem4.Image = CType(resources.GetObject("ToolStripMenuItem4.Image"), System.Drawing.Image) ToolStripMenuItem4.Name = "ToolStripMenuItem4" ToolStripMenuItem4.Size = New System.Drawing.Size(127, 22) ToolStripMenuItem4.Text = "[ Refresh ]" ' 'ToolStripMenuItem6 ' ToolStripMenuItem6.BackColor = System.Drawing.Color.White ToolStripMenuItem6.Image = CType(resources.GetObject("ToolStripMenuItem6.Image"), System.Drawing.Image) ToolStripMenuItem6.Name = "ToolStripMenuItem6" ToolStripMenuItem6.Size = New System.Drawing.Size(127, 22) ToolStripMenuItem6.Text = "[ Close ]" ' 'TcpConnectionForm ' AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font BackColor = System.Drawing.Color.White ClientSize = New System.Drawing.Size(469, 307) Controls.Add(ListView1) Controls.Add(StatusStrip1) Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Name = "TcpConnectionForm" Text = "TCP Connections" StatusStrip1.ResumeLayout(False) StatusStrip1.PerformLayout() Guna2ContextMenuStrip1.ResumeLayout(False) ResumeLayout(False) PerformLayout() End Sub Friend WithEvents ListView1 As ListView Friend WithEvents ColumnHeader1 As ColumnHeader Friend WithEvents ColumnHeader2 As ColumnHeader Friend WithEvents ColumnHeader3 As ColumnHeader Friend WithEvents ColumnHeader4 As ColumnHeader Friend WithEvents Timer1 As Timer Friend WithEvents StatusStrip1 As StatusStrip Friend WithEvents ToolStripStatusLabel1 As ToolStripStatusLabel Friend WithEvents ToolStripStatusLabel2 As ToolStripStatusLabel Friend WithEvents ImageList1 As ImageList Friend WithEvents Guna2ContextMenuStrip1 As Guna.UI2.WinForms.Guna2ContextMenuStrip Friend WithEvents ToolStripMenuItem4 As ToolStripMenuItem Friend WithEvents ToolStripMenuItem6 As ToolStripMenuItem End Class