Projects

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

javaSpy

Browsing frmWMISpy.Designer.vb (22.86 KB)

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmWMISpy
    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(frmWMISpy))
        Me.splitMain = New System.Windows.Forms.SplitContainer
        Me.grpRemote = New System.Windows.Forms.GroupBox
        Me.btnRemote = New System.Windows.Forms.Button
        Me.lblPassword = New System.Windows.Forms.Label
        Me.txtPassword = New System.Windows.Forms.TextBox
        Me.lblUsername = New System.Windows.Forms.Label
        Me.txtUsername = New System.Windows.Forms.TextBox
        Me.grpConnection = New System.Windows.Forms.GroupBox
        Me.txtRemote = New System.Windows.Forms.TextBox
        Me.radConnRemote = New System.Windows.Forms.RadioButton
        Me.radConnLocal = New System.Windows.Forms.RadioButton
        Me.splitHorz = New System.Windows.Forms.SplitContainer
        Me.splitVert = New System.Windows.Forms.SplitContainer
        Me.grpNamespaces = New System.Windows.Forms.GroupBox
        Me.tvNamespaces = New System.Windows.Forms.TreeView
        Me.chkTopLevelClasses = New System.Windows.Forms.CheckBox
        Me.grpClasses = New System.Windows.Forms.GroupBox
        Me.lvClasses = New System.Windows.Forms.ListView
        Me.colName = New System.Windows.Forms.ColumnHeader
        Me.colDesc = New System.Windows.Forms.ColumnHeader
        Me.colPath = New System.Windows.Forms.ColumnHeader
        Me.tabMain = New System.Windows.Forms.TabControl
        Me.tabQuery = New System.Windows.Forms.TabPage
        Me.tabNewQuery = New System.Windows.Forms.TabPage
        Me.ssMain = New System.Windows.Forms.StatusStrip
        Me.lblInfo = New System.Windows.Forms.ToolStripStatusLabel
        Me.lblCancel = New System.Windows.Forms.ToolStripStatusLabel
        Me.lblConn = New System.Windows.Forms.ToolStripStatusLabel
        Me.timerLoad = New System.Windows.Forms.Timer(Me.components)
        Me.ttHelp = New System.Windows.Forms.ToolTip(Me.components)
        Me.splitMain.Panel1.SuspendLayout()
        Me.splitMain.Panel2.SuspendLayout()
        Me.splitMain.SuspendLayout()
        Me.grpRemote.SuspendLayout()
        Me.grpConnection.SuspendLayout()
        Me.splitHorz.Panel1.SuspendLayout()
        Me.splitHorz.Panel2.SuspendLayout()
        Me.splitHorz.SuspendLayout()
        Me.splitVert.Panel1.SuspendLayout()
        Me.splitVert.Panel2.SuspendLayout()
        Me.splitVert.SuspendLayout()
        Me.grpNamespaces.SuspendLayout()
        Me.grpClasses.SuspendLayout()
        Me.tabMain.SuspendLayout()
        Me.ssMain.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.Panel1
        Me.splitMain.IsSplitterFixed = True
        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.BackColor = System.Drawing.SystemColors.Control
        Me.splitMain.Panel1.Controls.Add(Me.grpRemote)
        Me.splitMain.Panel1.Controls.Add(Me.grpConnection)
        Me.splitMain.Panel1MinSize = 0
        '
        'splitMain.Panel2
        '
        Me.splitMain.Panel2.BackColor = System.Drawing.SystemColors.Control
        Me.splitMain.Panel2.Controls.Add(Me.splitHorz)
        Me.splitMain.Panel2MinSize = 0
        Me.splitMain.Size = New System.Drawing.Size(692, 440)
        Me.splitMain.SplitterDistance = 86
        Me.splitMain.TabIndex = 0
        Me.splitMain.TabStop = False
        '
        'grpRemote
        '
        Me.grpRemote.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.grpRemote.Controls.Add(Me.btnRemote)
        Me.grpRemote.Controls.Add(Me.lblPassword)
        Me.grpRemote.Controls.Add(Me.txtPassword)
        Me.grpRemote.Controls.Add(Me.lblUsername)
        Me.grpRemote.Controls.Add(Me.txtUsername)
        Me.grpRemote.Enabled = False
        Me.grpRemote.Location = New System.Drawing.Point(396, 3)
        Me.grpRemote.Name = "grpRemote"
        Me.grpRemote.Size = New System.Drawing.Size(284, 76)
        Me.grpRemote.TabIndex = 2
        Me.grpRemote.TabStop = False
        Me.grpRemote.Text = "Remote Connection"
        '
        'btnRemote
        '
        Me.btnRemote.Location = New System.Drawing.Point(192, 43)
        Me.btnRemote.Name = "btnRemote"
        Me.btnRemote.Size = New System.Drawing.Size(79, 22)
        Me.btnRemote.TabIndex = 11
        Me.btnRemote.Text = "&Connect"
        Me.btnRemote.UseVisualStyleBackColor = True
        '
        'lblPassword
        '
        Me.lblPassword.AutoSize = True
        Me.lblPassword.Location = New System.Drawing.Point(11, 47)
        Me.lblPassword.Name = "lblPassword"
        Me.lblPassword.Size = New System.Drawing.Size(57, 13)
        Me.lblPassword.TabIndex = 10
        Me.lblPassword.Text = "&Password:"
        '
        'txtPassword
        '
        Me.txtPassword.Location = New System.Drawing.Point(76, 43)
        Me.txtPassword.MaxLength = 64
        Me.txtPassword.Name = "txtPassword"
        Me.txtPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
        Me.txtPassword.Size = New System.Drawing.Size(110, 21)
        Me.txtPassword.TabIndex = 9
        '
        'lblUsername
        '
        Me.lblUsername.AutoSize = True
        Me.lblUsername.Location = New System.Drawing.Point(11, 24)
        Me.lblUsername.Name = "lblUsername"
        Me.lblUsername.Size = New System.Drawing.Size(59, 13)
        Me.lblUsername.TabIndex = 8
        Me.lblUsername.Text = "&Username:"
        '
        'txtUsername
        '
        Me.txtUsername.Location = New System.Drawing.Point(76, 20)
        Me.txtUsername.MaxLength = 64
        Me.txtUsername.Name = "txtUsername"
        Me.txtUsername.Size = New System.Drawing.Size(110, 21)
        Me.txtUsername.TabIndex = 7
        '
        'grpConnection
        '
        Me.grpConnection.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.grpConnection.Controls.Add(Me.txtRemote)
        Me.grpConnection.Controls.Add(Me.radConnRemote)
        Me.grpConnection.Controls.Add(Me.radConnLocal)
        Me.grpConnection.Location = New System.Drawing.Point(11, 3)
        Me.grpConnection.Name = "grpConnection"
        Me.grpConnection.Size = New System.Drawing.Size(379, 76)
        Me.grpConnection.TabIndex = 1
        Me.grpConnection.TabStop = False
        Me.grpConnection.Text = "WMI Connection"
        '
        'txtRemote
        '
        Me.txtRemote.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.txtRemote.Enabled = False
        Me.txtRemote.Location = New System.Drawing.Point(188, 42)
        Me.txtRemote.MaxLength = 256
        Me.txtRemote.Name = "txtRemote"
        Me.txtRemote.Size = New System.Drawing.Size(176, 21)
        Me.txtRemote.TabIndex = 2
        '
        'radConnRemote
        '
        Me.radConnRemote.AutoSize = True
        Me.radConnRemote.Location = New System.Drawing.Point(15, 43)
        Me.radConnRemote.Name = "radConnRemote"
        Me.radConnRemote.Size = New System.Drawing.Size(167, 17)
        Me.radConnRemote.TabIndex = 1
        Me.radConnRemote.Text = "Connect to &remote computer:"
        Me.radConnRemote.UseVisualStyleBackColor = True
        '
        'radConnLocal
        '
        Me.radConnLocal.AutoSize = True
        Me.radConnLocal.Location = New System.Drawing.Point(15, 20)
        Me.radConnLocal.Name = "radConnLocal"
        Me.radConnLocal.Size = New System.Drawing.Size(163, 17)
        Me.radConnLocal.TabIndex = 0
        Me.radConnLocal.Text = "Connect to the &local machine"
        Me.radConnLocal.UseVisualStyleBackColor = True
        '
        'splitHorz
        '
        Me.splitHorz.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.splitHorz.BackColor = System.Drawing.SystemColors.ControlDark
        Me.splitHorz.Location = New System.Drawing.Point(0, 0)
        Me.splitHorz.Name = "splitHorz"
        Me.splitHorz.Orientation = System.Windows.Forms.Orientation.Horizontal
        '
        'splitHorz.Panel1
        '
        Me.splitHorz.Panel1.BackColor = System.Drawing.SystemColors.Control
        Me.splitHorz.Panel1.Controls.Add(Me.splitVert)
        Me.splitHorz.Panel1MinSize = 100
        '
        'splitHorz.Panel2
        '
        Me.splitHorz.Panel2.BackColor = System.Drawing.SystemColors.Control
        Me.splitHorz.Panel2.Controls.Add(Me.tabMain)
        Me.splitHorz.Panel2MinSize = 150
        Me.splitHorz.Size = New System.Drawing.Size(692, 350)
        Me.splitHorz.SplitterDistance = 146
        Me.splitHorz.TabIndex = 5
        Me.splitHorz.TabStop = False
        '
        'splitVert
        '
        Me.splitVert.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.splitVert.BackColor = System.Drawing.SystemColors.ControlDark
        Me.splitVert.Location = New System.Drawing.Point(0, 0)
        Me.splitVert.Name = "splitVert"
        '
        'splitVert.Panel1
        '
        Me.splitVert.Panel1.BackColor = System.Drawing.SystemColors.Control
        Me.splitVert.Panel1.Controls.Add(Me.grpNamespaces)
        Me.splitVert.Panel1MinSize = 100
        '
        'splitVert.Panel2
        '
        Me.splitVert.Panel2.BackColor = System.Drawing.SystemColors.Control
        Me.splitVert.Panel2.Controls.Add(Me.chkTopLevelClasses)
        Me.splitVert.Panel2.Controls.Add(Me.grpClasses)
        Me.splitVert.Panel2MinSize = 100
        Me.splitVert.Size = New System.Drawing.Size(692, 146)
        Me.splitVert.SplitterDistance = 290
        Me.splitVert.TabIndex = 3
        Me.splitVert.TabStop = False
        '
        'grpNamespaces
        '
        Me.grpNamespaces.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.grpNamespaces.BackColor = System.Drawing.SystemColors.Control
        Me.grpNamespaces.Controls.Add(Me.tvNamespaces)
        Me.grpNamespaces.Enabled = False
        Me.grpNamespaces.Location = New System.Drawing.Point(11, 3)
        Me.grpNamespaces.Name = "grpNamespaces"
        Me.grpNamespaces.Size = New System.Drawing.Size(271, 134)
        Me.grpNamespaces.TabIndex = 2
        Me.grpNamespaces.TabStop = False
        Me.grpNamespaces.Text = "Namespaces"
        '
        'tvNamespaces
        '
        Me.tvNamespaces.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.tvNamespaces.FullRowSelect = True
        Me.tvNamespaces.HideSelection = False
        Me.tvNamespaces.Location = New System.Drawing.Point(6, 20)
        Me.tvNamespaces.Name = "tvNamespaces"
        Me.tvNamespaces.ShowNodeToolTips = True
        Me.tvNamespaces.Size = New System.Drawing.Size(259, 108)
        Me.tvNamespaces.TabIndex = 0
        '
        'chkTopLevelClasses
        '
        Me.chkTopLevelClasses.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
        Me.chkTopLevelClasses.AutoSize = True
        Me.chkTopLevelClasses.Location = New System.Drawing.Point(6, 124)
        Me.chkTopLevelClasses.Name = "chkTopLevelClasses"
        Me.chkTopLevelClasses.Size = New System.Drawing.Size(271, 17)
        Me.chkTopLevelClasses.TabIndex = 5
        Me.chkTopLevelClasses.Text = "&Only enumerate top-level Classes when connecting"
        Me.ttHelp.SetToolTip(Me.chkTopLevelClasses, "Check this to speed-up loading times for remote WMI connections")
        Me.chkTopLevelClasses.UseVisualStyleBackColor = True
        '
        'grpClasses
        '
        Me.grpClasses.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.grpClasses.Controls.Add(Me.lvClasses)
        Me.grpClasses.Enabled = False
        Me.grpClasses.Location = New System.Drawing.Point(6, 3)
        Me.grpClasses.Name = "grpClasses"
        Me.grpClasses.Size = New System.Drawing.Size(381, 117)
        Me.grpClasses.TabIndex = 4
        Me.grpClasses.TabStop = False
        Me.grpClasses.Text = "Classes"
        '
        'lvClasses
        '
        Me.lvClasses.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.lvClasses.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.colName, Me.colDesc, Me.colPath})
        Me.lvClasses.FullRowSelect = True
        Me.lvClasses.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable
        Me.lvClasses.HideSelection = False
        Me.lvClasses.LabelWrap = False
        Me.lvClasses.Location = New System.Drawing.Point(6, 20)
        Me.lvClasses.MultiSelect = False
        Me.lvClasses.Name = "lvClasses"
        Me.lvClasses.ShowItemToolTips = True
        Me.lvClasses.Size = New System.Drawing.Size(369, 91)
        Me.lvClasses.Sorting = System.Windows.Forms.SortOrder.Ascending
        Me.lvClasses.TabIndex = 0
        Me.lvClasses.UseCompatibleStateImageBehavior = False
        Me.lvClasses.View = System.Windows.Forms.View.Details
        '
        'colName
        '
        Me.colName.Text = "Name"
        Me.colName.Width = 169
        '
        'colDesc
        '
        Me.colDesc.Text = "Description"
        Me.colDesc.Width = 120
        '
        'colPath
        '
        Me.colPath.Text = "Path"
        Me.colPath.Width = 62
        '
        'tabMain
        '
        Me.tabMain.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.tabMain.Controls.Add(Me.tabQuery)
        Me.tabMain.Controls.Add(Me.tabNewQuery)
        Me.tabMain.Enabled = False
        Me.tabMain.Location = New System.Drawing.Point(12, 12)
        Me.tabMain.Name = "tabMain"
        Me.tabMain.SelectedIndex = 0
        Me.tabMain.Size = New System.Drawing.Size(669, 179)
        Me.tabMain.TabIndex = 0
        '
        'tabQuery
        '
        Me.tabQuery.Location = New System.Drawing.Point(4, 22)
        Me.tabQuery.Name = "tabQuery"
        Me.tabQuery.Padding = New System.Windows.Forms.Padding(3)
        Me.tabQuery.Size = New System.Drawing.Size(661, 153)
        Me.tabQuery.TabIndex = 0
        Me.tabQuery.Text = "Query #00"
        Me.tabQuery.UseVisualStyleBackColor = True
        '
        'tabNewQuery
        '
        Me.tabNewQuery.Location = New System.Drawing.Point(4, 22)
        Me.tabNewQuery.Name = "tabNewQuery"
        Me.tabNewQuery.Padding = New System.Windows.Forms.Padding(3)
        Me.tabNewQuery.Size = New System.Drawing.Size(661, 153)
        Me.tabNewQuery.TabIndex = 1
        Me.tabNewQuery.Text = "New Query..."
        Me.tabNewQuery.UseVisualStyleBackColor = True
        '
        'ssMain
        '
        Me.ssMain.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lblInfo, Me.lblCancel, Me.lblConn})
        Me.ssMain.Location = New System.Drawing.Point(0, 443)
        Me.ssMain.Name = "ssMain"
        Me.ssMain.ShowItemToolTips = True
        Me.ssMain.Size = New System.Drawing.Size(692, 22)
        Me.ssMain.TabIndex = 6
        '
        'lblInfo
        '
        Me.lblInfo.Name = "lblInfo"
        Me.lblInfo.Size = New System.Drawing.Size(657, 17)
        Me.lblInfo.Spring = True
        Me.lblInfo.Text = "Ready"
        Me.lblInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'lblCancel
        '
        Me.lblCancel.AutoSize = False
        Me.lblCancel.IsLink = True
        Me.lblCancel.Name = "lblCancel"
        Me.lblCancel.Padding = New System.Windows.Forms.Padding(20, 0, 0, 0)
        Me.lblCancel.Size = New System.Drawing.Size(328, 17)
        Me.lblCancel.Spring = True
        Me.lblCancel.Text = "C&ancel"
        Me.lblCancel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        Me.lblCancel.Visible = False
        '
        'lblConn
        '
        Me.lblConn.AutoSize = False
        Me.lblConn.AutoToolTip = True
        Me.lblConn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        Me.lblConn.Image = Global.javaSpy.My.Resources.Resources.ico_silver
        Me.lblConn.Name = "lblConn"
        Me.lblConn.Size = New System.Drawing.Size(20, 17)
        Me.lblConn.ToolTipText = "No connection"
        '
        'timerLoad
        '
        '
        'frmWMISpy
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(692, 465)
        Me.Controls.Add(Me.ssMain)
        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.MinimumSize = New System.Drawing.Size(700, 500)
        Me.Name = "frmWMISpy"
        Me.ShowInTaskbar = False
        Me.Text = "javaSpy :: WMI Spy"
        Me.splitMain.Panel1.ResumeLayout(False)
        Me.splitMain.Panel2.ResumeLayout(False)
        Me.splitMain.ResumeLayout(False)
        Me.grpRemote.ResumeLayout(False)
        Me.grpRemote.PerformLayout()
        Me.grpConnection.ResumeLayout(False)
        Me.grpConnection.PerformLayout()
        Me.splitHorz.Panel1.ResumeLayout(False)
        Me.splitHorz.Panel2.ResumeLayout(False)
        Me.splitHorz.ResumeLayout(False)
        Me.splitVert.Panel1.ResumeLayout(False)
        Me.splitVert.Panel2.ResumeLayout(False)
        Me.splitVert.Panel2.PerformLayout()
        Me.splitVert.ResumeLayout(False)
        Me.grpNamespaces.ResumeLayout(False)
        Me.grpClasses.ResumeLayout(False)
        Me.tabMain.ResumeLayout(False)
        Me.ssMain.ResumeLayout(False)
        Me.ssMain.PerformLayout()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents splitMain As System.Windows.Forms.SplitContainer
    Friend WithEvents grpConnection As System.Windows.Forms.GroupBox
    Friend WithEvents txtRemote As System.Windows.Forms.TextBox
    Friend WithEvents radConnRemote As System.Windows.Forms.RadioButton
    Friend WithEvents radConnLocal As System.Windows.Forms.RadioButton
    Friend WithEvents splitHorz As System.Windows.Forms.SplitContainer
    Friend WithEvents splitVert As System.Windows.Forms.SplitContainer
    Friend WithEvents grpNamespaces As System.Windows.Forms.GroupBox
    Friend WithEvents tvNamespaces As System.Windows.Forms.TreeView
    Friend WithEvents grpClasses As System.Windows.Forms.GroupBox
    Friend WithEvents lvClasses As System.Windows.Forms.ListView
    Friend WithEvents colName As System.Windows.Forms.ColumnHeader
    Friend WithEvents colDesc As System.Windows.Forms.ColumnHeader
    Friend WithEvents tabMain As System.Windows.Forms.TabControl
    Friend WithEvents tabQuery As System.Windows.Forms.TabPage
    Friend WithEvents tabNewQuery As System.Windows.Forms.TabPage
    Friend WithEvents ssMain As System.Windows.Forms.StatusStrip
    Friend WithEvents lblInfo As System.Windows.Forms.ToolStripStatusLabel
    Friend WithEvents grpRemote As System.Windows.Forms.GroupBox
    Friend WithEvents btnRemote As System.Windows.Forms.Button
    Friend WithEvents lblPassword As System.Windows.Forms.Label
    Friend WithEvents txtPassword As System.Windows.Forms.TextBox
    Friend WithEvents lblUsername As System.Windows.Forms.Label
    Friend WithEvents txtUsername As System.Windows.Forms.TextBox
    Friend WithEvents timerLoad As System.Windows.Forms.Timer
    Friend WithEvents lblConn As System.Windows.Forms.ToolStripStatusLabel
    Friend WithEvents lblCancel As System.Windows.Forms.ToolStripStatusLabel
    Friend WithEvents chkTopLevelClasses As System.Windows.Forms.CheckBox
    Friend WithEvents ttHelp As System.Windows.Forms.ToolTip
    Friend WithEvents colPath As System.Windows.Forms.ColumnHeader
End Class

Download frmWMISpy.Designer.vb

Back to file list


Back to project page