Projects

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

SOAP Spy

Browsing frmMain.Designer.vb (16.06 KB)

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmMain
    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(frmMain))
        Me.splitMain = New System.Windows.Forms.SplitContainer
        Me.lvPacketSpy = New System.Windows.Forms.ListView
        Me.colTime = 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.mnuPopupSendRequest = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuSeparator3 = New System.Windows.Forms.ToolStripSeparator
        Me.mnuPopupCopyItem = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuPopupCopyPacket = New System.Windows.Forms.ToolStripMenuItem
        Me.txtPacket = New System.Windows.Forms.TextBox
        Me.ssPacketSpy = New System.Windows.Forms.StatusStrip
        Me.lblStatus = New System.Windows.Forms.ToolStripStatusLabel
        Me.lblFind = New System.Windows.Forms.ToolStripStatusLabel
        Me.mnuMain = New System.Windows.Forms.MenuStrip
        Me.mnuFile = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuCopyPacket = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuSavePacket = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuSeparator2 = New System.Windows.Forms.ToolStripSeparator
        Me.mnuExit = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuMonitor = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuStopMonitoring = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuClearPackets = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuSeparator1 = New System.Windows.Forms.ToolStripSeparator
        Me.mnuTools = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuSendRequest = New System.Windows.Forms.ToolStripMenuItem
        Me.fileSavePacket = New System.Windows.Forms.SaveFileDialog
        Me.splitMain.Panel1.SuspendLayout()
        Me.splitMain.Panel2.SuspendLayout()
        Me.splitMain.SuspendLayout()
        Me.mnuPopup.SuspendLayout()
        Me.ssPacketSpy.SuspendLayout()
        Me.mnuMain.SuspendLayout()
        Me.SuspendLayout()
        '
        'splitMain
        '
        Me.splitMain.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.splitMain.BackColor = System.Drawing.SystemColors.ControlDark
        Me.splitMain.FixedPanel = System.Windows.Forms.FixedPanel.Panel2
        Me.splitMain.Location = New System.Drawing.Point(0, 0)
        Me.splitMain.Name = "splitMain"
        Me.splitMain.Orientation = System.Windows.Forms.Orientation.Horizontal
        '
        'splitMain.Panel1
        '
        Me.splitMain.Panel1.Controls.Add(Me.lvPacketSpy)
        Me.splitMain.Panel1MinSize = 100
        '
        'splitMain.Panel2
        '
        Me.splitMain.Panel2.Controls.Add(Me.txtPacket)
        Me.splitMain.Panel2MinSize = 100
        Me.splitMain.Size = New System.Drawing.Size(518, 380)
        Me.splitMain.SplitterDistance = 229
        Me.splitMain.TabIndex = 0
        Me.splitMain.TabStop = False
        '
        '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.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, 24)
        Me.lvPacketSpy.MultiSelect = False
        Me.lvPacketSpy.Name = "lvPacketSpy"
        Me.lvPacketSpy.Size = New System.Drawing.Size(518, 204)
        Me.lvPacketSpy.TabIndex = 3
        Me.lvPacketSpy.UseCompatibleStateImageBehavior = False
        Me.lvPacketSpy.View = System.Windows.Forms.View.Details
        '
        'colTime
        '
        Me.colTime.Text = "Time"
        Me.colTime.Width = 132
        '
        '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.mnuPopupSendRequest, Me.mnuSeparator3, Me.mnuPopupCopyItem, Me.mnuPopupCopyPacket})
        Me.mnuPopup.Name = "mnuPopup"
        Me.mnuPopup.Size = New System.Drawing.Size(206, 76)
        '
        'mnuPopupSendRequest
        '
        Me.mnuPopupSendRequest.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.mnuPopupSendRequest.Name = "mnuPopupSendRequest"
        Me.mnuPopupSendRequest.Size = New System.Drawing.Size(205, 22)
        Me.mnuPopupSendRequest.Text = "&Send SOAP Request..."
        '
        'mnuSeparator3
        '
        Me.mnuSeparator3.Name = "mnuSeparator3"
        Me.mnuSeparator3.Size = New System.Drawing.Size(202, 6)
        '
        'mnuPopupCopyItem
        '
        Me.mnuPopupCopyItem.Name = "mnuPopupCopyItem"
        Me.mnuPopupCopyItem.Size = New System.Drawing.Size(205, 22)
        Me.mnuPopupCopyItem.Text = "Copy &Item"
        '
        'mnuPopupCopyPacket
        '
        Me.mnuPopupCopyPacket.Name = "mnuPopupCopyPacket"
        Me.mnuPopupCopyPacket.Size = New System.Drawing.Size(205, 22)
        Me.mnuPopupCopyPacket.Text = "Copy &Packet"
        '
        'txtPacket
        '
        Me.txtPacket.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.txtPacket.Location = New System.Drawing.Point(0, 0)
        Me.txtPacket.Multiline = True
        Me.txtPacket.Name = "txtPacket"
        Me.txtPacket.ReadOnly = True
        Me.txtPacket.ScrollBars = System.Windows.Forms.ScrollBars.Both
        Me.txtPacket.Size = New System.Drawing.Size(519, 147)
        Me.txtPacket.TabIndex = 0
        '
        'ssPacketSpy
        '
        Me.ssPacketSpy.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lblStatus, Me.lblFind})
        Me.ssPacketSpy.Location = New System.Drawing.Point(0, 380)
        Me.ssPacketSpy.Name = "ssPacketSpy"
        Me.ssPacketSpy.ShowItemToolTips = True
        Me.ssPacketSpy.Size = New System.Drawing.Size(518, 25)
        Me.ssPacketSpy.TabIndex = 2
        '
        'lblStatus
        '
        Me.lblStatus.Name = "lblStatus"
        Me.lblStatus.Size = New System.Drawing.Size(479, 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 = CType(resources.GetObject("lblFind.Image"), System.Drawing.Image)
        Me.lblFind.Margin = New System.Windows.Forms.Padding(0, 3, 4, 2)
        Me.lblFind.Name = "lblFind"
        Me.lblFind.Size = New System.Drawing.Size(20, 20)
        Me.lblFind.ToolTipText = "Find"
        '
        'mnuMain
        '
        Me.mnuMain.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuFile, Me.mnuMonitor, Me.mnuTools})
        Me.mnuMain.Location = New System.Drawing.Point(0, 0)
        Me.mnuMain.Name = "mnuMain"
        Me.mnuMain.Size = New System.Drawing.Size(518, 24)
        Me.mnuMain.TabIndex = 2
        Me.mnuMain.Text = "MenuStrip1"
        '
        'mnuFile
        '
        Me.mnuFile.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuCopyPacket, Me.mnuSavePacket, Me.mnuSeparator2, Me.mnuExit})
        Me.mnuFile.Name = "mnuFile"
        Me.mnuFile.Size = New System.Drawing.Size(35, 20)
        Me.mnuFile.Text = "&File"
        '
        'mnuCopyPacket
        '
        Me.mnuCopyPacket.Name = "mnuCopyPacket"
        Me.mnuCopyPacket.Size = New System.Drawing.Size(156, 22)
        Me.mnuCopyPacket.Text = "&Copy Packet"
        '
        'mnuSavePacket
        '
        Me.mnuSavePacket.Name = "mnuSavePacket"
        Me.mnuSavePacket.Size = New System.Drawing.Size(156, 22)
        Me.mnuSavePacket.Text = "&Save Packet..."
        '
        'mnuSeparator2
        '
        Me.mnuSeparator2.Name = "mnuSeparator2"
        Me.mnuSeparator2.Size = New System.Drawing.Size(153, 6)
        '
        'mnuExit
        '
        Me.mnuExit.Name = "mnuExit"
        Me.mnuExit.Size = New System.Drawing.Size(156, 22)
        Me.mnuExit.Text = "E&xit"
        '
        'mnuMonitor
        '
        Me.mnuMonitor.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuStopMonitoring, Me.mnuClearPackets, Me.mnuSeparator1})
        Me.mnuMonitor.Name = "mnuMonitor"
        Me.mnuMonitor.Size = New System.Drawing.Size(55, 20)
        Me.mnuMonitor.Text = "&Monitor"
        '
        'mnuStopMonitoring
        '
        Me.mnuStopMonitoring.Enabled = False
        Me.mnuStopMonitoring.Image = CType(resources.GetObject("mnuStopMonitoring.Image"), System.Drawing.Image)
        Me.mnuStopMonitoring.Name = "mnuStopMonitoring"
        Me.mnuStopMonitoring.Size = New System.Drawing.Size(160, 22)
        Me.mnuStopMonitoring.Tag = ""
        Me.mnuStopMonitoring.Text = "&Stop Monitoring"
        '
        'mnuClearPackets
        '
        Me.mnuClearPackets.Image = CType(resources.GetObject("mnuClearPackets.Image"), System.Drawing.Image)
        Me.mnuClearPackets.Name = "mnuClearPackets"
        Me.mnuClearPackets.Size = New System.Drawing.Size(160, 22)
        Me.mnuClearPackets.Tag = ""
        Me.mnuClearPackets.Text = "&Clear Packets"
        '
        'mnuSeparator1
        '
        Me.mnuSeparator1.Name = "mnuSeparator1"
        Me.mnuSeparator1.Size = New System.Drawing.Size(157, 6)
        '
        'mnuTools
        '
        Me.mnuTools.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuSendRequest})
        Me.mnuTools.Name = "mnuTools"
        Me.mnuTools.Size = New System.Drawing.Size(44, 20)
        Me.mnuTools.Text = "&Tools"
        '
        'mnuSendRequest
        '
        Me.mnuSendRequest.Name = "mnuSendRequest"
        Me.mnuSendRequest.ShortcutKeys = System.Windows.Forms.Keys.F10
        Me.mnuSendRequest.Size = New System.Drawing.Size(219, 22)
        Me.mnuSendRequest.Text = "&Send SOAP Request..."
        '
        'fileSavePacket
        '
        Me.fileSavePacket.Filter = "Text Files (*.txt)|*.txt|All Files (*.*)|*.*"
        Me.fileSavePacket.Title = "Save Packet"
        '
        'frmMain
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(518, 405)
        Me.Controls.Add(Me.ssPacketSpy)
        Me.Controls.Add(Me.mnuMain)
        Me.Controls.Add(Me.splitMain)
        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.MainMenuStrip = Me.mnuMain
        Me.MinimumSize = New System.Drawing.Size(526, 440)
        Me.Name = "frmMain"
        Me.Text = "SOAP Spy"
        Me.splitMain.Panel1.ResumeLayout(False)
        Me.splitMain.Panel2.ResumeLayout(False)
        Me.splitMain.Panel2.PerformLayout()
        Me.splitMain.ResumeLayout(False)
        Me.mnuPopup.ResumeLayout(False)
        Me.ssPacketSpy.ResumeLayout(False)
        Me.ssPacketSpy.PerformLayout()
        Me.mnuMain.ResumeLayout(False)
        Me.mnuMain.PerformLayout()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents splitMain As System.Windows.Forms.SplitContainer
    Friend WithEvents lvPacketSpy As System.Windows.Forms.ListView
    Friend WithEvents colTime 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 ssPacketSpy As System.Windows.Forms.StatusStrip
    Friend WithEvents lblStatus As System.Windows.Forms.ToolStripStatusLabel
    Friend WithEvents mnuMain As System.Windows.Forms.MenuStrip
    Friend WithEvents mnuFile As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents txtPacket As System.Windows.Forms.TextBox
    Friend WithEvents mnuExit As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuMonitor As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuStopMonitoring As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuClearPackets As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuSeparator1 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents lblFind As System.Windows.Forms.ToolStripStatusLabel
    Friend WithEvents mnuPopup As System.Windows.Forms.ContextMenuStrip
    Friend WithEvents mnuPopupCopyPacket As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuTools As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuCopyPacket As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuSeparator2 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents mnuSendRequest As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuSavePacket As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents fileSavePacket As System.Windows.Forms.SaveFileDialog
    Friend WithEvents mnuPopupSendRequest As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuSeparator3 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents mnuPopupCopyItem As System.Windows.Forms.ToolStripMenuItem

End Class

Download frmMain.Designer.vb

Back to file list


Back to project page