Projects

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

javaSpy

Browsing frmMain.Designer.vb (22.66 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))
        Dim ListViewItem1 As System.Windows.Forms.ListViewItem = New System.Windows.Forms.ListViewItem("Window Spy", "window_spy.png")
        Dim ListViewItem2 As System.Windows.Forms.ListViewItem = New System.Windows.Forms.ListViewItem("Process Spy", "process_spy.png")
        Dim ListViewItem3 As System.Windows.Forms.ListViewItem = New System.Windows.Forms.ListViewItem("DOM Spy", "dom_spy.png")
        Dim ListViewItem4 As System.Windows.Forms.ListViewItem = New System.Windows.Forms.ListViewItem("IP Spy", "ip_spy.png")
        Dim ListViewItem5 As System.Windows.Forms.ListViewItem = New System.Windows.Forms.ListViewItem("WMI Spy", "wmi_spy.png")
        Dim ListViewItem6 As System.Windows.Forms.ListViewItem = New System.Windows.Forms.ListViewItem("DB Spy", "db_spy.png")
        Dim ListViewItem7 As System.Windows.Forms.ListViewItem = New System.Windows.Forms.ListViewItem("Net Spy", "net_spy.png")
        Dim ListViewItem8 As System.Windows.Forms.ListViewItem = New System.Windows.Forms.ListViewItem("Packet Spy", "packet_spy.png")
        Me.grpInfo = New System.Windows.Forms.GroupBox
        Me.pnlCmd = New System.Windows.Forms.Panel
        Me.tlsCmd = New System.Windows.Forms.ToolStrip
        Me.btnUnload = New System.Windows.Forms.ToolStripButton
        Me.btnClick = New System.Windows.Forms.ToolStripButton
        Me.btnSettings = New System.Windows.Forms.ToolStripButton
        Me.btnMenuSpy = New System.Windows.Forms.ToolStripButton
        Me.btnProperties = New System.Windows.Forms.ToolStripButton
        Me.txtInfo = New System.Windows.Forms.TextBox
        Me.grpConsole = New System.Windows.Forms.GroupBox
        Me.lvMain = New System.Windows.Forms.ListView
        Me.imglstMain = New System.Windows.Forms.ImageList(Me.components)
        Me.timerSpy = New System.Windows.Forms.Timer(Me.components)
        Me.menuClickBtn = New System.Windows.Forms.ContextMenuStrip(Me.components)
        Me.mnuClick0 = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuClick1 = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuClick2 = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuClick3 = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuClick4 = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuClick5 = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuClick6 = New System.Windows.Forms.ToolStripMenuItem
        Me.menuSettings = New System.Windows.Forms.ContextMenuStrip(Me.components)
        Me.mnuShowWindow = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuHideWindow = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuRestoreWindow = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuBreak1 = New System.Windows.Forms.ToolStripSeparator
        Me.mnuEnableWindow = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuDisableWindow = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuBreak2 = New System.Windows.Forms.ToolStripSeparator
        Me.mnuSetWindowState = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuNormal = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuMinimized = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuMaximized = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuSetWindowOnTop = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuTopTrue = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuTopFalse = New System.Windows.Forms.ToolStripMenuItem
        Me.ssMain = New System.Windows.Forms.StatusStrip
        Me.lblStatus = New System.Windows.Forms.ToolStripStatusLabel
        Me.btnCapture = New System.Windows.Forms.ToolStripStatusLabel
        Me.grpInfo.SuspendLayout()
        Me.pnlCmd.SuspendLayout()
        Me.tlsCmd.SuspendLayout()
        Me.grpConsole.SuspendLayout()
        Me.menuClickBtn.SuspendLayout()
        Me.menuSettings.SuspendLayout()
        Me.ssMain.SuspendLayout()
        Me.SuspendLayout()
        '
        'grpInfo
        '
        Me.grpInfo.Controls.Add(Me.pnlCmd)
        Me.grpInfo.Controls.Add(Me.txtInfo)
        Me.grpInfo.Location = New System.Drawing.Point(12, 196)
        Me.grpInfo.Name = "grpInfo"
        Me.grpInfo.Size = New System.Drawing.Size(331, 154)
        Me.grpInfo.TabIndex = 1
        Me.grpInfo.TabStop = False
        Me.grpInfo.Text = "Window Information"
        '
        'pnlCmd
        '
        Me.pnlCmd.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.pnlCmd.Controls.Add(Me.tlsCmd)
        Me.pnlCmd.Location = New System.Drawing.Point(293, 24)
        Me.pnlCmd.Name = "pnlCmd"
        Me.pnlCmd.Size = New System.Drawing.Size(23, 116)
        Me.pnlCmd.TabIndex = 7
        '
        'tlsCmd
        '
        Me.tlsCmd.Dock = System.Windows.Forms.DockStyle.None
        Me.tlsCmd.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
        Me.tlsCmd.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btnUnload, Me.btnClick, Me.btnSettings, Me.btnMenuSpy, Me.btnProperties})
        Me.tlsCmd.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow
        Me.tlsCmd.Location = New System.Drawing.Point(0, 0)
        Me.tlsCmd.Name = "tlsCmd"
        Me.tlsCmd.Size = New System.Drawing.Size(24, 117)
        Me.tlsCmd.TabIndex = 8
        '
        'btnUnload
        '
        Me.btnUnload.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        Me.btnUnload.Enabled = False
        Me.btnUnload.Image = CType(resources.GetObject("btnUnload.Image"), System.Drawing.Image)
        Me.btnUnload.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.btnUnload.Name = "btnUnload"
        Me.btnUnload.Size = New System.Drawing.Size(22, 20)
        Me.btnUnload.ToolTipText = "Close the captured window"
        '
        'btnClick
        '
        Me.btnClick.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        Me.btnClick.Enabled = False
        Me.btnClick.Image = CType(resources.GetObject("btnClick.Image"), System.Drawing.Image)
        Me.btnClick.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.btnClick.Name = "btnClick"
        Me.btnClick.Size = New System.Drawing.Size(22, 20)
        Me.btnClick.ToolTipText = "Click a button"
        '
        'btnSettings
        '
        Me.btnSettings.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        Me.btnSettings.Enabled = False
        Me.btnSettings.Image = CType(resources.GetObject("btnSettings.Image"), System.Drawing.Image)
        Me.btnSettings.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.btnSettings.Name = "btnSettings"
        Me.btnSettings.Size = New System.Drawing.Size(22, 20)
        Me.btnSettings.ToolTipText = "Manipulate window settings"
        '
        'btnMenuSpy
        '
        Me.btnMenuSpy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        Me.btnMenuSpy.Enabled = False
        Me.btnMenuSpy.Image = CType(resources.GetObject("btnMenuSpy.Image"), System.Drawing.Image)
        Me.btnMenuSpy.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.btnMenuSpy.Name = "btnMenuSpy"
        Me.btnMenuSpy.Size = New System.Drawing.Size(22, 20)
        Me.btnMenuSpy.ToolTipText = "Enumerate the menu handles for the captured window"
        '
        'btnProperties
        '
        Me.btnProperties.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        Me.btnProperties.Enabled = False
        Me.btnProperties.Image = CType(resources.GetObject("btnProperties.Image"), System.Drawing.Image)
        Me.btnProperties.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.btnProperties.Name = "btnProperties"
        Me.btnProperties.Size = New System.Drawing.Size(22, 20)
        Me.btnProperties.ToolTipText = "View properties for the captured window"
        '
        'txtInfo
        '
        Me.txtInfo.Location = New System.Drawing.Point(12, 21)
        Me.txtInfo.Multiline = True
        Me.txtInfo.Name = "txtInfo"
        Me.txtInfo.ReadOnly = True
        Me.txtInfo.Size = New System.Drawing.Size(306, 120)
        Me.txtInfo.TabIndex = 1
        '
        'grpConsole
        '
        Me.grpConsole.Controls.Add(Me.lvMain)
        Me.grpConsole.Location = New System.Drawing.Point(12, 12)
        Me.grpConsole.Name = "grpConsole"
        Me.grpConsole.Size = New System.Drawing.Size(331, 169)
        Me.grpConsole.TabIndex = 2
        Me.grpConsole.TabStop = False
        Me.grpConsole.Text = "javaSpy Console"
        '
        'lvMain
        '
        Me.lvMain.Activation = System.Windows.Forms.ItemActivation.OneClick
        Me.lvMain.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None
        ListViewItem1.ToolTipText = "Enumerate all window handles"
        ListViewItem2.ToolTipText = "Enumerate all process, thread, and window handles"
        ListViewItem3.ToolTipText = "Enumerate the DOM for a given webpage"
        ListViewItem4.ToolTipText = "Monitor incoming and outgoing data for various IP protocols"
        ListViewItem5.ToolTipText = "Query WMI data for local and remote computers"
        ListViewItem6.ToolTipText = "Connect to a database and perform queries"
        ListViewItem7.ToolTipText = "Monitor network connections and view statistics"
        ListViewItem8.ToolTipText = "Monitor network interface packets in real-time"
        Me.lvMain.Items.AddRange(New System.Windows.Forms.ListViewItem() {ListViewItem1, ListViewItem2, ListViewItem3, ListViewItem4, ListViewItem5, ListViewItem6, ListViewItem7, ListViewItem8})
        Me.lvMain.LargeImageList = Me.imglstMain
        Me.lvMain.Location = New System.Drawing.Point(12, 20)
        Me.lvMain.MultiSelect = False
        Me.lvMain.Name = "lvMain"
        Me.lvMain.Scrollable = False
        Me.lvMain.ShowGroups = False
        Me.lvMain.ShowItemToolTips = True
        Me.lvMain.Size = New System.Drawing.Size(306, 137)
        Me.lvMain.TabIndex = 4
        Me.lvMain.UseCompatibleStateImageBehavior = False
        '
        'imglstMain
        '
        Me.imglstMain.ImageStream = CType(resources.GetObject("imglstMain.ImageStream"), System.Windows.Forms.ImageListStreamer)
        Me.imglstMain.TransparentColor = System.Drawing.Color.Transparent
        Me.imglstMain.Images.SetKeyName(0, "window_spy.png")
        Me.imglstMain.Images.SetKeyName(1, "process_spy.png")
        Me.imglstMain.Images.SetKeyName(2, "dom_spy.png")
        Me.imglstMain.Images.SetKeyName(3, "ip_spy.png")
        Me.imglstMain.Images.SetKeyName(4, "wmi_spy.png")
        Me.imglstMain.Images.SetKeyName(5, "db_spy.png")
        Me.imglstMain.Images.SetKeyName(6, "net_spy.png")
        Me.imglstMain.Images.SetKeyName(7, "packet_spy.png")
        '
        'timerSpy
        '
        Me.timerSpy.Enabled = True
        '
        'menuClickBtn
        '
        Me.menuClickBtn.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuClick0, Me.mnuClick1, Me.mnuClick2, Me.mnuClick3, Me.mnuClick4, Me.mnuClick5, Me.mnuClick6})
        Me.menuClickBtn.Name = "menuClickBtn"
        Me.menuClickBtn.Size = New System.Drawing.Size(200, 158)
        '
        'mnuClick0
        '
        Me.mnuClick0.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.mnuClick0.Name = "mnuClick0"
        Me.mnuClick0.Size = New System.Drawing.Size(199, 22)
        Me.mnuClick0.Text = "&0  Default Method"
        '
        'mnuClick1
        '
        Me.mnuClick1.Name = "mnuClick1"
        Me.mnuClick1.Size = New System.Drawing.Size(199, 22)
        Me.mnuClick1.Text = "&1  Left Button Down"
        '
        'mnuClick2
        '
        Me.mnuClick2.Name = "mnuClick2"
        Me.mnuClick2.Size = New System.Drawing.Size(199, 22)
        Me.mnuClick2.Text = "&2  Left Button Up"
        '
        'mnuClick3
        '
        Me.mnuClick3.Name = "mnuClick3"
        Me.mnuClick3.Size = New System.Drawing.Size(199, 22)
        Me.mnuClick3.Text = "&3  Left Button Dbl Click"
        '
        'mnuClick4
        '
        Me.mnuClick4.Name = "mnuClick4"
        Me.mnuClick4.Size = New System.Drawing.Size(199, 22)
        Me.mnuClick4.Text = "&4  Right Button Down"
        '
        'mnuClick5
        '
        Me.mnuClick5.Name = "mnuClick5"
        Me.mnuClick5.Size = New System.Drawing.Size(199, 22)
        Me.mnuClick5.Text = "&5  Right Button Up"
        '
        'mnuClick6
        '
        Me.mnuClick6.Name = "mnuClick6"
        Me.mnuClick6.Size = New System.Drawing.Size(199, 22)
        Me.mnuClick6.Text = "&6  Right Button Dbl Click"
        '
        'menuSettings
        '
        Me.menuSettings.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuShowWindow, Me.mnuHideWindow, Me.mnuRestoreWindow, Me.mnuBreak1, Me.mnuEnableWindow, Me.mnuDisableWindow, Me.mnuBreak2, Me.mnuSetWindowState, Me.mnuSetWindowOnTop})
        Me.menuSettings.Name = "menuSettings"
        Me.menuSettings.Size = New System.Drawing.Size(181, 170)
        '
        'mnuShowWindow
        '
        Me.mnuShowWindow.Name = "mnuShowWindow"
        Me.mnuShowWindow.Size = New System.Drawing.Size(180, 22)
        Me.mnuShowWindow.Text = "Show Window"
        '
        'mnuHideWindow
        '
        Me.mnuHideWindow.Name = "mnuHideWindow"
        Me.mnuHideWindow.Size = New System.Drawing.Size(180, 22)
        Me.mnuHideWindow.Text = "Hide Window"
        '
        'mnuRestoreWindow
        '
        Me.mnuRestoreWindow.Name = "mnuRestoreWindow"
        Me.mnuRestoreWindow.Size = New System.Drawing.Size(180, 22)
        Me.mnuRestoreWindow.Text = "Restore Window"
        '
        'mnuBreak1
        '
        Me.mnuBreak1.Name = "mnuBreak1"
        Me.mnuBreak1.Size = New System.Drawing.Size(177, 6)
        '
        'mnuEnableWindow
        '
        Me.mnuEnableWindow.Name = "mnuEnableWindow"
        Me.mnuEnableWindow.Size = New System.Drawing.Size(180, 22)
        Me.mnuEnableWindow.Text = "Enable Window"
        '
        'mnuDisableWindow
        '
        Me.mnuDisableWindow.Name = "mnuDisableWindow"
        Me.mnuDisableWindow.Size = New System.Drawing.Size(180, 22)
        Me.mnuDisableWindow.Text = "Disable Window"
        '
        'mnuBreak2
        '
        Me.mnuBreak2.Name = "mnuBreak2"
        Me.mnuBreak2.Size = New System.Drawing.Size(177, 6)
        '
        'mnuSetWindowState
        '
        Me.mnuSetWindowState.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuNormal, Me.mnuMinimized, Me.mnuMaximized})
        Me.mnuSetWindowState.Name = "mnuSetWindowState"
        Me.mnuSetWindowState.Size = New System.Drawing.Size(180, 22)
        Me.mnuSetWindowState.Text = "Set Window State"
        '
        'mnuNormal
        '
        Me.mnuNormal.Name = "mnuNormal"
        Me.mnuNormal.Size = New System.Drawing.Size(134, 22)
        Me.mnuNormal.Text = "Normal"
        '
        'mnuMinimized
        '
        Me.mnuMinimized.Name = "mnuMinimized"
        Me.mnuMinimized.Size = New System.Drawing.Size(134, 22)
        Me.mnuMinimized.Text = "Minimized"
        '
        'mnuMaximized
        '
        Me.mnuMaximized.Name = "mnuMaximized"
        Me.mnuMaximized.Size = New System.Drawing.Size(134, 22)
        Me.mnuMaximized.Text = "Maximized"
        '
        'mnuSetWindowOnTop
        '
        Me.mnuSetWindowOnTop.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuTopTrue, Me.mnuTopFalse})
        Me.mnuSetWindowOnTop.Name = "mnuSetWindowOnTop"
        Me.mnuSetWindowOnTop.Size = New System.Drawing.Size(180, 22)
        Me.mnuSetWindowOnTop.Text = "Set Window On Top"
        '
        'mnuTopTrue
        '
        Me.mnuTopTrue.Name = "mnuTopTrue"
        Me.mnuTopTrue.Size = New System.Drawing.Size(110, 22)
        Me.mnuTopTrue.Text = "True"
        '
        'mnuTopFalse
        '
        Me.mnuTopFalse.Name = "mnuTopFalse"
        Me.mnuTopFalse.Size = New System.Drawing.Size(110, 22)
        Me.mnuTopFalse.Text = "False"
        '
        'ssMain
        '
        Me.ssMain.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lblStatus, Me.btnCapture})
        Me.ssMain.Location = New System.Drawing.Point(0, 361)
        Me.ssMain.Name = "ssMain"
        Me.ssMain.ShowItemToolTips = True
        Me.ssMain.Size = New System.Drawing.Size(354, 25)
        Me.ssMain.SizingGrip = False
        Me.ssMain.TabIndex = 3
        '
        'lblStatus
        '
        Me.lblStatus.Name = "lblStatus"
        Me.lblStatus.Size = New System.Drawing.Size(319, 20)
        Me.lblStatus.Spring = True
        Me.lblStatus.Text = "Ready"
        Me.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'btnCapture
        '
        Me.btnCapture.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.btnCapture.BorderStyle = System.Windows.Forms.Border3DStyle.Raised
        Me.btnCapture.Image = Global.javaSpy.My.Resources.Resources.window_capture
        Me.btnCapture.Name = "btnCapture"
        Me.btnCapture.Size = New System.Drawing.Size(20, 20)
        Me.btnCapture.ToolTipText = "Capture/release a window"
        '
        'frmMain
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(354, 386)
        Me.Controls.Add(Me.ssMain)
        Me.Controls.Add(Me.grpConsole)
        Me.Controls.Add(Me.grpInfo)
        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 = "frmMain"
        Me.Text = "javaSpy"
        Me.grpInfo.ResumeLayout(False)
        Me.grpInfo.PerformLayout()
        Me.pnlCmd.ResumeLayout(False)
        Me.pnlCmd.PerformLayout()
        Me.tlsCmd.ResumeLayout(False)
        Me.tlsCmd.PerformLayout()
        Me.grpConsole.ResumeLayout(False)
        Me.menuClickBtn.ResumeLayout(False)
        Me.menuSettings.ResumeLayout(False)
        Me.ssMain.ResumeLayout(False)
        Me.ssMain.PerformLayout()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents grpInfo As System.Windows.Forms.GroupBox
    Friend WithEvents txtInfo As System.Windows.Forms.TextBox
    Friend WithEvents grpConsole As System.Windows.Forms.GroupBox
    Friend WithEvents timerSpy As System.Windows.Forms.Timer
    Friend WithEvents menuClickBtn As System.Windows.Forms.ContextMenuStrip
    Friend WithEvents mnuClick0 As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuClick1 As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuClick2 As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuClick3 As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuClick4 As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuClick5 As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuClick6 As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents menuSettings As System.Windows.Forms.ContextMenuStrip
    Friend WithEvents mnuShowWindow As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuHideWindow As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuRestoreWindow As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuBreak1 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents mnuEnableWindow As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuDisableWindow As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuBreak2 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents mnuSetWindowState As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuNormal As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuMinimized As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuMaximized As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuSetWindowOnTop As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuTopTrue As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuTopFalse As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents imglstMain As System.Windows.Forms.ImageList
    Friend WithEvents lvMain As System.Windows.Forms.ListView
    Friend WithEvents ssMain As System.Windows.Forms.StatusStrip
    Friend WithEvents pnlCmd As System.Windows.Forms.Panel
    Friend WithEvents tlsCmd As System.Windows.Forms.ToolStrip
    Friend WithEvents btnUnload As System.Windows.Forms.ToolStripButton
    Friend WithEvents btnClick As System.Windows.Forms.ToolStripButton
    Friend WithEvents btnSettings As System.Windows.Forms.ToolStripButton
    Friend WithEvents btnMenuSpy As System.Windows.Forms.ToolStripButton
    Friend WithEvents btnProperties As System.Windows.Forms.ToolStripButton
    Friend WithEvents lblStatus As System.Windows.Forms.ToolStripStatusLabel
    Friend WithEvents btnCapture As System.Windows.Forms.ToolStripStatusLabel

End Class

Download frmMain.Designer.vb

Back to file list


Back to project page