Projects

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

javaSpy

Browsing frmPacketSpy.Designer.vb (14.33 KB)

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmPacketSpy
    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(frmPacketSpy))
        Me.tlsCmd = New System.Windows.Forms.ToolStrip
        Me.btnMonitor = New System.Windows.Forms.ToolStripDropDownButton
        Me.btnStop = New System.Windows.Forms.ToolStripButton
        Me.btnClear = New System.Windows.Forms.ToolStripButton
        Me.tlsSep1 = New System.Windows.Forms.ToolStripSeparator
        Me.lblProtocol = New System.Windows.Forms.ToolStripLabel
        Me.cboProtocol = New System.Windows.Forms.ToolStripComboBox
        Me.lblPort = New System.Windows.Forms.ToolStripLabel
        Me.txtPort = New System.Windows.Forms.ToolStripTextBox
        Me.lblIP = New System.Windows.Forms.ToolStripLabel
        Me.txtIP = New System.Windows.Forms.ToolStripTextBox
        Me.ssPacketSpy = New System.Windows.Forms.StatusStrip
        Me.lblStatus = New System.Windows.Forms.ToolStripStatusLabel
        Me.lblFind = New System.Windows.Forms.ToolStripStatusLabel
        Me.lvPacketSpy = New System.Windows.Forms.ListView
        Me.colTime = New System.Windows.Forms.ColumnHeader
        Me.colProtocol = New System.Windows.Forms.ColumnHeader
        Me.colSource = New System.Windows.Forms.ColumnHeader
        Me.colDestination = New System.Windows.Forms.ColumnHeader
        Me.colLength = New System.Windows.Forms.ColumnHeader
        Me.mnuPopup = New System.Windows.Forms.ContextMenuStrip(Me.components)
        Me.mnuCopy = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuViewPacket = New System.Windows.Forms.ToolStripMenuItem
        Me.btnCancel = New System.Windows.Forms.Button
        Me.lblFindUnicode = New System.Windows.Forms.ToolStripStatusLabel
        Me.tlsCmd.SuspendLayout()
        Me.ssPacketSpy.SuspendLayout()
        Me.mnuPopup.SuspendLayout()
        Me.SuspendLayout()
        '
        'tlsCmd
        '
        Me.tlsCmd.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btnMonitor, Me.btnStop, Me.btnClear, Me.tlsSep1, Me.lblProtocol, Me.cboProtocol, Me.lblPort, Me.txtPort, Me.lblIP, Me.txtIP})
        Me.tlsCmd.Location = New System.Drawing.Point(0, 0)
        Me.tlsCmd.Name = "tlsCmd"
        Me.tlsCmd.Size = New System.Drawing.Size(592, 25)
        Me.tlsCmd.TabIndex = 0
        '
        'btnMonitor
        '
        Me.btnMonitor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        Me.btnMonitor.Image = Global.javaSpy.My.Resources.Resources.expose
        Me.btnMonitor.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.btnMonitor.Name = "btnMonitor"
        Me.btnMonitor.Size = New System.Drawing.Size(29, 22)
        Me.btnMonitor.Text = "Start"
        Me.btnMonitor.ToolTipText = "Start monitoring"
        '
        'btnStop
        '
        Me.btnStop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        Me.btnStop.Enabled = False
        Me.btnStop.Image = CType(resources.GetObject("btnStop.Image"), System.Drawing.Image)
        Me.btnStop.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.btnStop.Name = "btnStop"
        Me.btnStop.Size = New System.Drawing.Size(23, 22)
        Me.btnStop.Text = "Stop"
        Me.btnStop.ToolTipText = "Stop monitoring (Esc)"
        '
        'btnClear
        '
        Me.btnClear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        Me.btnClear.Image = CType(resources.GetObject("btnClear.Image"), System.Drawing.Image)
        Me.btnClear.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.btnClear.Name = "btnClear"
        Me.btnClear.Size = New System.Drawing.Size(23, 22)
        Me.btnClear.Text = "Clear"
        Me.btnClear.ToolTipText = "Clear packet list"
        '
        'tlsSep1
        '
        Me.tlsSep1.Name = "tlsSep1"
        Me.tlsSep1.Size = New System.Drawing.Size(6, 25)
        '
        'lblProtocol
        '
        Me.lblProtocol.Name = "lblProtocol"
        Me.lblProtocol.Size = New System.Drawing.Size(77, 22)
        Me.lblProtocol.Text = "Protocol Filter:"
        '
        'cboProtocol
        '
        Me.cboProtocol.Items.AddRange(New Object() {"", "Tcp", "Udp", "Icmp"})
        Me.cboProtocol.MaxLength = 10
        Me.cboProtocol.Name = "cboProtocol"
        Me.cboProtocol.Size = New System.Drawing.Size(75, 25)
        '
        'lblPort
        '
        Me.lblPort.Name = "lblPort"
        Me.lblPort.Size = New System.Drawing.Size(58, 22)
        Me.lblPort.Text = "Port Filter:"
        '
        'txtPort
        '
        Me.txtPort.MaxLength = 10
        Me.txtPort.Name = "txtPort"
        Me.txtPort.Size = New System.Drawing.Size(60, 25)
        '
        'lblIP
        '
        Me.lblIP.Name = "lblIP"
        Me.lblIP.Size = New System.Drawing.Size(48, 22)
        Me.lblIP.Text = "IP Filter:"
        '
        'txtIP
        '
        Me.txtIP.MaxLength = 64
        Me.txtIP.Name = "txtIP"
        Me.txtIP.Size = New System.Drawing.Size(100, 25)
        '
        'ssPacketSpy
        '
        Me.ssPacketSpy.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lblStatus, Me.lblFind, Me.lblFindUnicode})
        Me.ssPacketSpy.Location = New System.Drawing.Point(0, 332)
        Me.ssPacketSpy.Name = "ssPacketSpy"
        Me.ssPacketSpy.ShowItemToolTips = True
        Me.ssPacketSpy.Size = New System.Drawing.Size(592, 25)
        Me.ssPacketSpy.TabIndex = 1
        '
        'lblStatus
        '
        Me.lblStatus.Name = "lblStatus"
        Me.lblStatus.Size = New System.Drawing.Size(506, 20)
        Me.lblStatus.Spring = True
        Me.lblStatus.Text = "Ready"
        Me.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'lblFind
        '
        Me.lblFind.BorderSides = CType((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) _
                    Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) _
                    Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom), System.Windows.Forms.ToolStripStatusLabelBorderSides)
        Me.lblFind.BorderStyle = System.Windows.Forms.Border3DStyle.RaisedOuter
        Me.lblFind.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        Me.lblFind.Image = Global.javaSpy.My.Resources.Resources.find
        Me.lblFind.Name = "lblFind"
        Me.lblFind.Size = New System.Drawing.Size(20, 20)
        Me.lblFind.ToolTipText = "Find"
        '
        'lvPacketSpy
        '
        Me.lvPacketSpy.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.lvPacketSpy.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.colTime, Me.colProtocol, Me.colSource, Me.colDestination, Me.colLength})
        Me.lvPacketSpy.ContextMenuStrip = Me.mnuPopup
        Me.lvPacketSpy.FullRowSelect = True
        Me.lvPacketSpy.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable
        Me.lvPacketSpy.Location = New System.Drawing.Point(0, 26)
        Me.lvPacketSpy.MultiSelect = False
        Me.lvPacketSpy.Name = "lvPacketSpy"
        Me.lvPacketSpy.Size = New System.Drawing.Size(592, 309)
        Me.lvPacketSpy.TabIndex = 2
        Me.lvPacketSpy.UseCompatibleStateImageBehavior = False
        Me.lvPacketSpy.View = System.Windows.Forms.View.Details
        '
        'colTime
        '
        Me.colTime.Text = "Time"
        Me.colTime.Width = 132
        '
        'colProtocol
        '
        Me.colProtocol.Text = "Protocol"
        Me.colProtocol.Width = 74
        '
        'colSource
        '
        Me.colSource.Text = "Source"
        Me.colSource.Width = 150
        '
        'colDestination
        '
        Me.colDestination.Text = "Destination"
        Me.colDestination.Width = 150
        '
        'colLength
        '
        Me.colLength.Text = "Length"
        Me.colLength.Width = 64
        '
        'mnuPopup
        '
        Me.mnuPopup.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuCopy, Me.mnuViewPacket})
        Me.mnuPopup.Name = "mnuPopup"
        Me.mnuPopup.Size = New System.Drawing.Size(183, 48)
        '
        'mnuCopy
        '
        Me.mnuCopy.Name = "mnuCopy"
        Me.mnuCopy.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.C), System.Windows.Forms.Keys)
        Me.mnuCopy.Size = New System.Drawing.Size(182, 22)
        Me.mnuCopy.Text = "&Copy"
        '
        'mnuViewPacket
        '
        Me.mnuViewPacket.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.mnuViewPacket.Name = "mnuViewPacket"
        Me.mnuViewPacket.ShortcutKeys = System.Windows.Forms.Keys.F1
        Me.mnuViewPacket.Size = New System.Drawing.Size(182, 22)
        Me.mnuViewPacket.Text = "&View Packet..."
        '
        'btnCancel
        '
        Me.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
        Me.btnCancel.Location = New System.Drawing.Point(0, 26)
        Me.btnCancel.Name = "btnCancel"
        Me.btnCancel.Size = New System.Drawing.Size(75, 23)
        Me.btnCancel.TabIndex = 3
        Me.btnCancel.TabStop = False
        Me.btnCancel.Text = "Cancel"
        Me.btnCancel.UseVisualStyleBackColor = True
        '
        'lblFindUnicode
        '
        Me.lblFindUnicode.BorderSides = CType((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) _
                    Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) _
                    Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom), System.Windows.Forms.ToolStripStatusLabelBorderSides)
        Me.lblFindUnicode.BorderStyle = System.Windows.Forms.Border3DStyle.RaisedOuter
        Me.lblFindUnicode.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        Me.lblFindUnicode.Image = CType(resources.GetObject("lblFindUnicode.Image"), System.Drawing.Image)
        Me.lblFindUnicode.Margin = New System.Windows.Forms.Padding(1, 3, 0, 2)
        Me.lblFindUnicode.Name = "lblFindUnicode"
        Me.lblFindUnicode.Size = New System.Drawing.Size(20, 20)
        Me.lblFindUnicode.ToolTipText = "Find (Unicode)"
        '
        'frmPacketSpy
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.CancelButton = Me.btnCancel
        Me.ClientSize = New System.Drawing.Size(592, 357)
        Me.Controls.Add(Me.lvPacketSpy)
        Me.Controls.Add(Me.ssPacketSpy)
        Me.Controls.Add(Me.tlsCmd)
        Me.Controls.Add(Me.btnCancel)
        Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
        Me.MinimumSize = New System.Drawing.Size(600, 392)
        Me.Name = "frmPacketSpy"
        Me.ShowInTaskbar = False
        Me.Text = "javaSpy :: Packet Spy"
        Me.tlsCmd.ResumeLayout(False)
        Me.tlsCmd.PerformLayout()
        Me.ssPacketSpy.ResumeLayout(False)
        Me.ssPacketSpy.PerformLayout()
        Me.mnuPopup.ResumeLayout(False)
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents tlsCmd As System.Windows.Forms.ToolStrip
    Friend WithEvents btnMonitor As System.Windows.Forms.ToolStripDropDownButton
    Friend WithEvents btnStop As System.Windows.Forms.ToolStripButton
    Friend WithEvents btnClear As System.Windows.Forms.ToolStripButton
    Friend WithEvents tlsSep1 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents lblProtocol As System.Windows.Forms.ToolStripLabel
    Friend WithEvents cboProtocol As System.Windows.Forms.ToolStripComboBox
    Friend WithEvents lblPort As System.Windows.Forms.ToolStripLabel
    Friend WithEvents txtPort As System.Windows.Forms.ToolStripTextBox
    Friend WithEvents lblIP As System.Windows.Forms.ToolStripLabel
    Friend WithEvents txtIP As System.Windows.Forms.ToolStripTextBox
    Friend WithEvents ssPacketSpy As System.Windows.Forms.StatusStrip
    Friend WithEvents lblStatus As System.Windows.Forms.ToolStripStatusLabel
    Friend WithEvents lvPacketSpy As System.Windows.Forms.ListView
    Friend WithEvents colTime As System.Windows.Forms.ColumnHeader
    Friend WithEvents colProtocol As System.Windows.Forms.ColumnHeader
    Friend WithEvents colSource As System.Windows.Forms.ColumnHeader
    Friend WithEvents colDestination As System.Windows.Forms.ColumnHeader
    Friend WithEvents colLength As System.Windows.Forms.ColumnHeader
    Friend WithEvents mnuPopup As System.Windows.Forms.ContextMenuStrip
    Friend WithEvents mnuCopy As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuViewPacket As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents lblFind As System.Windows.Forms.ToolStripStatusLabel
    Friend WithEvents btnCancel As System.Windows.Forms.Button
    Friend WithEvents lblFindUnicode As System.Windows.Forms.ToolStripStatusLabel
End Class

Download frmPacketSpy.Designer.vb

Back to file list


Back to project page