Projects

Find all our projects in development below.
All source code is GNU General Public License (GPL)

javaSpy

Browsing frmNetStats.Designer.vb (16.54 KB)

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmNetStats
    Inherits System.Windows.Forms.Form

    'Form overrides dispose to clean up the component list.
    <System.Diagnostics.DebuggerNonUserCode()> _
    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.
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.components = New System.ComponentModel.Container
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmNetStats))
        Me.tabNetStats = New System.Windows.Forms.TabControl
        Me.tabIP = New System.Windows.Forms.TabPage
        Me.lvIP = New System.Windows.Forms.ListView
        Me.colIP_Property = New System.Windows.Forms.ColumnHeader
        Me.colIP_Value = New System.Windows.Forms.ColumnHeader
        Me.mnuIP = New System.Windows.Forms.ContextMenuStrip(Me.components)
        Me.mnuCopy_IP = New System.Windows.Forms.ToolStripMenuItem
        Me.tabTCP = New System.Windows.Forms.TabPage
        Me.lvTCP = New System.Windows.Forms.ListView
        Me.colTCP_Property = New System.Windows.Forms.ColumnHeader
        Me.colTCP_Value = New System.Windows.Forms.ColumnHeader
        Me.mnuTCP = New System.Windows.Forms.ContextMenuStrip(Me.components)
        Me.mnuCopy_TCP = New System.Windows.Forms.ToolStripMenuItem
        Me.tabUDP = New System.Windows.Forms.TabPage
        Me.lvUDP = New System.Windows.Forms.ListView
        Me.colUDP_Property = New System.Windows.Forms.ColumnHeader
        Me.colUDP_Value = New System.Windows.Forms.ColumnHeader
        Me.mnuUDP = New System.Windows.Forms.ContextMenuStrip(Me.components)
        Me.mnuCopy_UDP = New System.Windows.Forms.ToolStripMenuItem
        Me.tabICMP = New System.Windows.Forms.TabPage
        Me.lvICMP = New System.Windows.Forms.ListView
        Me.colICMP_Property = New System.Windows.Forms.ColumnHeader
        Me.colICMP_ValueIn = New System.Windows.Forms.ColumnHeader
        Me.colICMP_ValueOut = New System.Windows.Forms.ColumnHeader
        Me.mnuICMP = New System.Windows.Forms.ContextMenuStrip(Me.components)
        Me.mnuCopy_ICMP = New System.Windows.Forms.ToolStripMenuItem
        Me.timerIP = New System.Windows.Forms.Timer(Me.components)
        Me.btnClose = New System.Windows.Forms.Button
        Me.timerTCP = New System.Windows.Forms.Timer(Me.components)
        Me.timerUDP = New System.Windows.Forms.Timer(Me.components)
        Me.timerICMP = New System.Windows.Forms.Timer(Me.components)
        Me.tabNetStats.SuspendLayout()
        Me.tabIP.SuspendLayout()
        Me.mnuIP.SuspendLayout()
        Me.tabTCP.SuspendLayout()
        Me.mnuTCP.SuspendLayout()
        Me.tabUDP.SuspendLayout()
        Me.mnuUDP.SuspendLayout()
        Me.tabICMP.SuspendLayout()
        Me.mnuICMP.SuspendLayout()
        Me.SuspendLayout()
        '
        'tabNetStats
        '
        Me.tabNetStats.Controls.Add(Me.tabIP)
        Me.tabNetStats.Controls.Add(Me.tabTCP)
        Me.tabNetStats.Controls.Add(Me.tabUDP)
        Me.tabNetStats.Controls.Add(Me.tabICMP)
        Me.tabNetStats.Location = New System.Drawing.Point(12, 12)
        Me.tabNetStats.Name = "tabNetStats"
        Me.tabNetStats.SelectedIndex = 0
        Me.tabNetStats.Size = New System.Drawing.Size(332, 392)
        Me.tabNetStats.TabIndex = 0
        '
        'tabIP
        '
        Me.tabIP.Controls.Add(Me.lvIP)
        Me.tabIP.Location = New System.Drawing.Point(4, 22)
        Me.tabIP.Name = "tabIP"
        Me.tabIP.Size = New System.Drawing.Size(324, 366)
        Me.tabIP.TabIndex = 2
        Me.tabIP.Text = "IP"
        Me.tabIP.UseVisualStyleBackColor = True
        '
        'lvIP
        '
        Me.lvIP.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
                    Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.lvIP.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.colIP_Property, Me.colIP_Value})
        Me.lvIP.ContextMenuStrip = Me.mnuIP
        Me.lvIP.FullRowSelect = True
        Me.lvIP.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable
        Me.lvIP.Location = New System.Drawing.Point(0, 1)
        Me.lvIP.Name = "lvIP"
        Me.lvIP.Size = New System.Drawing.Size(322, 363)
        Me.lvIP.TabIndex = 0
        Me.lvIP.UseCompatibleStateImageBehavior = False
        Me.lvIP.View = System.Windows.Forms.View.Details
        '
        'colIP_Property
        '
        Me.colIP_Property.Text = "Property"
        Me.colIP_Property.Width = 220
        '
        'colIP_Value
        '
        Me.colIP_Value.Text = "Value"
        Me.colIP_Value.Width = 80
        '
        'mnuIP
        '
        Me.mnuIP.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuCopy_IP})
        Me.mnuIP.Name = "mnuPopup"
        Me.mnuIP.Size = New System.Drawing.Size(150, 26)
        '
        'mnuCopy_IP
        '
        Me.mnuCopy_IP.Name = "mnuCopy_IP"
        Me.mnuCopy_IP.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.C), System.Windows.Forms.Keys)
        Me.mnuCopy_IP.Size = New System.Drawing.Size(149, 22)
        Me.mnuCopy_IP.Text = "&Copy"
        '
        'tabTCP
        '
        Me.tabTCP.Controls.Add(Me.lvTCP)
        Me.tabTCP.Location = New System.Drawing.Point(4, 22)
        Me.tabTCP.Name = "tabTCP"
        Me.tabTCP.Padding = New System.Windows.Forms.Padding(3)
        Me.tabTCP.Size = New System.Drawing.Size(324, 366)
        Me.tabTCP.TabIndex = 0
        Me.tabTCP.Text = "TCP"
        Me.tabTCP.UseVisualStyleBackColor = True
        '
        'lvTCP
        '
        Me.lvTCP.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
                    Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.lvTCP.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.colTCP_Property, Me.colTCP_Value})
        Me.lvTCP.ContextMenuStrip = Me.mnuTCP
        Me.lvTCP.FullRowSelect = True
        Me.lvTCP.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable
        Me.lvTCP.Location = New System.Drawing.Point(0, 1)
        Me.lvTCP.Name = "lvTCP"
        Me.lvTCP.Size = New System.Drawing.Size(322, 388)
        Me.lvTCP.TabIndex = 1
        Me.lvTCP.UseCompatibleStateImageBehavior = False
        Me.lvTCP.View = System.Windows.Forms.View.Details
        '
        'colTCP_Property
        '
        Me.colTCP_Property.Text = "Property"
        Me.colTCP_Property.Width = 222
        '
        'colTCP_Value
        '
        Me.colTCP_Value.Text = "Value"
        Me.colTCP_Value.Width = 96
        '
        'mnuTCP
        '
        Me.mnuTCP.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuCopy_TCP})
        Me.mnuTCP.Name = "mnuPopup"
        Me.mnuTCP.Size = New System.Drawing.Size(150, 26)
        '
        'mnuCopy_TCP
        '
        Me.mnuCopy_TCP.Name = "mnuCopy_TCP"
        Me.mnuCopy_TCP.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.C), System.Windows.Forms.Keys)
        Me.mnuCopy_TCP.Size = New System.Drawing.Size(149, 22)
        Me.mnuCopy_TCP.Text = "&Copy"
        '
        'tabUDP
        '
        Me.tabUDP.Controls.Add(Me.lvUDP)
        Me.tabUDP.Location = New System.Drawing.Point(4, 22)
        Me.tabUDP.Name = "tabUDP"
        Me.tabUDP.Padding = New System.Windows.Forms.Padding(3)
        Me.tabUDP.Size = New System.Drawing.Size(324, 366)
        Me.tabUDP.TabIndex = 1
        Me.tabUDP.Text = "UDP"
        Me.tabUDP.UseVisualStyleBackColor = True
        '
        'lvUDP
        '
        Me.lvUDP.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
                    Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.lvUDP.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.colUDP_Property, Me.colUDP_Value})
        Me.lvUDP.ContextMenuStrip = Me.mnuUDP
        Me.lvUDP.FullRowSelect = True
        Me.lvUDP.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable
        Me.lvUDP.Location = New System.Drawing.Point(0, 1)
        Me.lvUDP.Name = "lvUDP"
        Me.lvUDP.Size = New System.Drawing.Size(322, 388)
        Me.lvUDP.TabIndex = 1
        Me.lvUDP.UseCompatibleStateImageBehavior = False
        Me.lvUDP.View = System.Windows.Forms.View.Details
        '
        'colUDP_Property
        '
        Me.colUDP_Property.Text = "Property"
        Me.colUDP_Property.Width = 222
        '
        'colUDP_Value
        '
        Me.colUDP_Value.Text = "Value"
        Me.colUDP_Value.Width = 96
        '
        'mnuUDP
        '
        Me.mnuUDP.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuCopy_UDP})
        Me.mnuUDP.Name = "mnuPopup"
        Me.mnuUDP.Size = New System.Drawing.Size(150, 26)
        '
        'mnuCopy_UDP
        '
        Me.mnuCopy_UDP.Name = "mnuCopy_UDP"
        Me.mnuCopy_UDP.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.C), System.Windows.Forms.Keys)
        Me.mnuCopy_UDP.Size = New System.Drawing.Size(149, 22)
        Me.mnuCopy_UDP.Text = "&Copy"
        '
        'tabICMP
        '
        Me.tabICMP.Controls.Add(Me.lvICMP)
        Me.tabICMP.Location = New System.Drawing.Point(4, 22)
        Me.tabICMP.Name = "tabICMP"
        Me.tabICMP.Size = New System.Drawing.Size(324, 366)
        Me.tabICMP.TabIndex = 3
        Me.tabICMP.Text = "ICMP"
        Me.tabICMP.UseVisualStyleBackColor = True
        '
        'lvICMP
        '
        Me.lvICMP.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
                    Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.lvICMP.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.colICMP_Property, Me.colICMP_ValueIn, Me.colICMP_ValueOut})
        Me.lvICMP.ContextMenuStrip = Me.mnuICMP
        Me.lvICMP.FullRowSelect = True
        Me.lvICMP.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable
        Me.lvICMP.Location = New System.Drawing.Point(0, 1)
        Me.lvICMP.Name = "lvICMP"
        Me.lvICMP.Size = New System.Drawing.Size(322, 388)
        Me.lvICMP.TabIndex = 1
        Me.lvICMP.UseCompatibleStateImageBehavior = False
        Me.lvICMP.View = System.Windows.Forms.View.Details
        '
        'colICMP_Property
        '
        Me.colICMP_Property.Text = "Property"
        Me.colICMP_Property.Width = 174
        '
        'colICMP_ValueIn
        '
        Me.colICMP_ValueIn.Text = "In Value"
        Me.colICMP_ValueIn.Width = 72
        '
        'colICMP_ValueOut
        '
        Me.colICMP_ValueOut.Text = "Out Value"
        Me.colICMP_ValueOut.Width = 72
        '
        'mnuICMP
        '
        Me.mnuICMP.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuCopy_ICMP})
        Me.mnuICMP.Name = "mnuPopup"
        Me.mnuICMP.Size = New System.Drawing.Size(150, 26)
        '
        'mnuCopy_ICMP
        '
        Me.mnuCopy_ICMP.Name = "mnuCopy_ICMP"
        Me.mnuCopy_ICMP.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.C), System.Windows.Forms.Keys)
        Me.mnuCopy_ICMP.Size = New System.Drawing.Size(149, 22)
        Me.mnuCopy_ICMP.Text = "&Copy"
        '
        'timerIP
        '
        Me.timerIP.Enabled = True
        Me.timerIP.Interval = 1000
        '
        'btnClose
        '
        Me.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel
        Me.btnClose.Location = New System.Drawing.Point(266, 420)
        Me.btnClose.Name = "btnClose"
        Me.btnClose.Size = New System.Drawing.Size(78, 23)
        Me.btnClose.TabIndex = 4
        Me.btnClose.Text = "Close"
        Me.btnClose.UseVisualStyleBackColor = True
        '
        'timerTCP
        '
        Me.timerTCP.Enabled = True
        Me.timerTCP.Interval = 1000
        '
        'timerUDP
        '
        Me.timerUDP.Enabled = True
        Me.timerUDP.Interval = 1000
        '
        'timerICMP
        '
        Me.timerICMP.Enabled = True
        Me.timerICMP.Interval = 1000
        '
        'frmNetStats
        '
        Me.AcceptButton = Me.btnClose
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.CancelButton = Me.btnClose
        Me.ClientSize = New System.Drawing.Size(355, 454)
        Me.Controls.Add(Me.tabNetStats)
        Me.Controls.Add(Me.btnClose)
        Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
        Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
        Me.MaximizeBox = False
        Me.Name = "frmNetStats"
        Me.ShowInTaskbar = False
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
        Me.Text = " Network Statistics"
        Me.tabNetStats.ResumeLayout(False)
        Me.tabIP.ResumeLayout(False)
        Me.mnuIP.ResumeLayout(False)
        Me.tabTCP.ResumeLayout(False)
        Me.mnuTCP.ResumeLayout(False)
        Me.tabUDP.ResumeLayout(False)
        Me.mnuUDP.ResumeLayout(False)
        Me.tabICMP.ResumeLayout(False)
        Me.mnuICMP.ResumeLayout(False)
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents tabNetStats As System.Windows.Forms.TabControl
    Friend WithEvents tabTCP As System.Windows.Forms.TabPage
    Friend WithEvents tabUDP As System.Windows.Forms.TabPage
    Friend WithEvents tabIP As System.Windows.Forms.TabPage
    Friend WithEvents tabICMP As System.Windows.Forms.TabPage
    Friend WithEvents lvIP As System.Windows.Forms.ListView
    Friend WithEvents colIP_Property As System.Windows.Forms.ColumnHeader
    Friend WithEvents colIP_Value As System.Windows.Forms.ColumnHeader
    Friend WithEvents timerIP As System.Windows.Forms.Timer
    Friend WithEvents btnClose As System.Windows.Forms.Button
    Friend WithEvents lvTCP As System.Windows.Forms.ListView
    Friend WithEvents colTCP_Property As System.Windows.Forms.ColumnHeader
    Friend WithEvents colTCP_Value As System.Windows.Forms.ColumnHeader
    Friend WithEvents lvUDP As System.Windows.Forms.ListView
    Friend WithEvents colUDP_Property As System.Windows.Forms.ColumnHeader
    Friend WithEvents colUDP_Value As System.Windows.Forms.ColumnHeader
    Friend WithEvents lvICMP As System.Windows.Forms.ListView
    Friend WithEvents colICMP_Property As System.Windows.Forms.ColumnHeader
    Friend WithEvents colICMP_ValueIn As System.Windows.Forms.ColumnHeader
    Friend WithEvents timerTCP As System.Windows.Forms.Timer
    Friend WithEvents timerUDP As System.Windows.Forms.Timer
    Friend WithEvents timerICMP As System.Windows.Forms.Timer
    Friend WithEvents colICMP_ValueOut As System.Windows.Forms.ColumnHeader
    Friend WithEvents mnuIP As System.Windows.Forms.ContextMenuStrip
    Friend WithEvents mnuCopy_IP As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuTCP As System.Windows.Forms.ContextMenuStrip
    Friend WithEvents mnuCopy_TCP As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuUDP As System.Windows.Forms.ContextMenuStrip
    Friend WithEvents mnuCopy_UDP As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuICMP As System.Windows.Forms.ContextMenuStrip
    Friend WithEvents mnuCopy_ICMP As System.Windows.Forms.ToolStripMenuItem
End Class

Download frmNetStats.Designer.vb

Back to file list


Back to project page