Projects

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

javaSpy

Browsing frmProcessProps.Designer.vb (34.71 KB)

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmProcessProps
    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(frmProcessProps))
        Me.tabMain = New System.Windows.Forms.TabControl
        Me.pageGeneral = New System.Windows.Forms.TabPage
        Me.lblHandles2 = New System.Windows.Forms.Label
        Me.lblHandles1 = New System.Windows.Forms.Label
        Me.linkProcessId = New System.Windows.Forms.LinkLabel
        Me.lblPriorityBase2 = New System.Windows.Forms.Label
        Me.lblPriorityBase1 = New System.Windows.Forms.Label
        Me.cboPriority = New System.Windows.Forms.ComboBox
        Me.lblPriority = New System.Windows.Forms.Label
        Me.lblCPUTime2 = New System.Windows.Forms.Label
        Me.lblCPUTime1 = New System.Windows.Forms.Label
        Me.lblElapsedTime2 = New System.Windows.Forms.Label
        Me.lblElapsedTime1 = New System.Windows.Forms.Label
        Me.lblPrivilegedTime2 = New System.Windows.Forms.Label
        Me.lblPrivilegedTime1 = New System.Windows.Forms.Label
        Me.lblUserTime2 = New System.Windows.Forms.Label
        Me.lblUserTime1 = New System.Windows.Forms.Label
        Me.lblStartTime2 = New System.Windows.Forms.Label
        Me.lblStartTime1 = New System.Windows.Forms.Label
        Me.lblModules2 = New System.Windows.Forms.Label
        Me.lblModules1 = New System.Windows.Forms.Label
        Me.lblThreads2 = New System.Windows.Forms.Label
        Me.lblThreads1 = New System.Windows.Forms.Label
        Me.lblProcessId = New System.Windows.Forms.Label
        Me.txtAssembly = New System.Windows.Forms.TextBox
        Me.lblAssembly = New System.Windows.Forms.Label
        Me.pageMemory = New System.Windows.Forms.TabPage
        Me.lblPrivateSize2 = New System.Windows.Forms.Label
        Me.lblPrivateSize1 = New System.Windows.Forms.Label
        Me.lblNonpagedPoolSize2 = New System.Windows.Forms.Label
        Me.lblNonpagedPoolSize1 = New System.Windows.Forms.Label
        Me.lblPagedPoolSize2 = New System.Windows.Forms.Label
        Me.lblPagedPoolSize1 = New System.Windows.Forms.Label
        Me.lblPeakWorkingSet2 = New System.Windows.Forms.Label
        Me.lblPeakWorkingSet1 = New System.Windows.Forms.Label
        Me.lblWorkingSet2 = New System.Windows.Forms.Label
        Me.lblWorkingSet1 = New System.Windows.Forms.Label
        Me.lblPeakVirtualSize2 = New System.Windows.Forms.Label
        Me.lblPeakVirtualSize1 = New System.Windows.Forms.Label
        Me.lblVirtualSize2 = New System.Windows.Forms.Label
        Me.lblVirtualSize1 = New System.Windows.Forms.Label
        Me.pageModules = New System.Windows.Forms.TabPage
        Me.lvModules = New System.Windows.Forms.ListView
        Me.colName = New System.Windows.Forms.ColumnHeader
        Me.colSize = New System.Windows.Forms.ColumnHeader
        Me.colAddress = New System.Windows.Forms.ColumnHeader
        Me.pageFileInfo = New System.Windows.Forms.TabPage
        Me.txtFileInfo = New System.Windows.Forms.TextBox
        Me.pageCommands = New System.Windows.Forms.TabPage
        Me.btnTerminate = New System.Windows.Forms.Button
        Me.btnUnload = New System.Windows.Forms.Button
        Me.tooltipHelp = New System.Windows.Forms.ToolTip(Me.components)
        Me.btnOk = New System.Windows.Forms.Button
        Me.btnCancel = New System.Windows.Forms.Button
        Me.btnApply = New System.Windows.Forms.Button
        Me.tabMain.SuspendLayout()
        Me.pageGeneral.SuspendLayout()
        Me.pageMemory.SuspendLayout()
        Me.pageModules.SuspendLayout()
        Me.pageFileInfo.SuspendLayout()
        Me.pageCommands.SuspendLayout()
        Me.SuspendLayout()
        '
        'tabMain
        '
        Me.tabMain.Controls.Add(Me.pageGeneral)
        Me.tabMain.Controls.Add(Me.pageMemory)
        Me.tabMain.Controls.Add(Me.pageModules)
        Me.tabMain.Controls.Add(Me.pageFileInfo)
        Me.tabMain.Controls.Add(Me.pageCommands)
        Me.tabMain.Location = New System.Drawing.Point(9, 10)
        Me.tabMain.Name = "tabMain"
        Me.tabMain.SelectedIndex = 0
        Me.tabMain.Size = New System.Drawing.Size(292, 297)
        Me.tabMain.TabIndex = 0
        '
        'pageGeneral
        '
        Me.pageGeneral.Controls.Add(Me.lblHandles2)
        Me.pageGeneral.Controls.Add(Me.lblHandles1)
        Me.pageGeneral.Controls.Add(Me.linkProcessId)
        Me.pageGeneral.Controls.Add(Me.lblPriorityBase2)
        Me.pageGeneral.Controls.Add(Me.lblPriorityBase1)
        Me.pageGeneral.Controls.Add(Me.cboPriority)
        Me.pageGeneral.Controls.Add(Me.lblPriority)
        Me.pageGeneral.Controls.Add(Me.lblCPUTime2)
        Me.pageGeneral.Controls.Add(Me.lblCPUTime1)
        Me.pageGeneral.Controls.Add(Me.lblElapsedTime2)
        Me.pageGeneral.Controls.Add(Me.lblElapsedTime1)
        Me.pageGeneral.Controls.Add(Me.lblPrivilegedTime2)
        Me.pageGeneral.Controls.Add(Me.lblPrivilegedTime1)
        Me.pageGeneral.Controls.Add(Me.lblUserTime2)
        Me.pageGeneral.Controls.Add(Me.lblUserTime1)
        Me.pageGeneral.Controls.Add(Me.lblStartTime2)
        Me.pageGeneral.Controls.Add(Me.lblStartTime1)
        Me.pageGeneral.Controls.Add(Me.lblModules2)
        Me.pageGeneral.Controls.Add(Me.lblModules1)
        Me.pageGeneral.Controls.Add(Me.lblThreads2)
        Me.pageGeneral.Controls.Add(Me.lblThreads1)
        Me.pageGeneral.Controls.Add(Me.lblProcessId)
        Me.pageGeneral.Controls.Add(Me.txtAssembly)
        Me.pageGeneral.Controls.Add(Me.lblAssembly)
        Me.pageGeneral.Location = New System.Drawing.Point(4, 22)
        Me.pageGeneral.Name = "pageGeneral"
        Me.pageGeneral.Padding = New System.Windows.Forms.Padding(3)
        Me.pageGeneral.Size = New System.Drawing.Size(284, 271)
        Me.pageGeneral.TabIndex = 0
        Me.pageGeneral.Text = "General"
        Me.pageGeneral.UseVisualStyleBackColor = True
        '
        'lblHandles2
        '
        Me.lblHandles2.Location = New System.Drawing.Point(89, 155)
        Me.lblHandles2.Name = "lblHandles2"
        Me.lblHandles2.Size = New System.Drawing.Size(180, 17)
        Me.lblHandles2.TabIndex = 24
        Me.lblHandles2.Text = "0"
        '
        'lblHandles1
        '
        Me.lblHandles1.AutoSize = True
        Me.lblHandles1.Cursor = System.Windows.Forms.Cursors.Help
        Me.lblHandles1.Location = New System.Drawing.Point(15, 155)
        Me.lblHandles1.Name = "lblHandles1"
        Me.lblHandles1.Size = New System.Drawing.Size(49, 13)
        Me.lblHandles1.TabIndex = 23
        Me.lblHandles1.Text = "Handles:"
        Me.tooltipHelp.SetToolTip(Me.lblHandles1, "The number of handles currently active in this process.")
        '
        'linkProcessId
        '
        Me.linkProcessId.Cursor = System.Windows.Forms.Cursors.Hand
        Me.linkProcessId.Location = New System.Drawing.Point(89, 71)
        Me.linkProcessId.Name = "linkProcessId"
        Me.linkProcessId.Size = New System.Drawing.Size(178, 13)
        Me.linkProcessId.TabIndex = 22
        Me.linkProcessId.TabStop = True
        Me.linkProcessId.Text = "0"
        Me.linkProcessId.VisitedLinkColor = System.Drawing.Color.Blue
        '
        'lblPriorityBase2
        '
        Me.lblPriorityBase2.Location = New System.Drawing.Point(89, 96)
        Me.lblPriorityBase2.Name = "lblPriorityBase2"
        Me.lblPriorityBase2.Size = New System.Drawing.Size(180, 17)
        Me.lblPriorityBase2.TabIndex = 7
        Me.lblPriorityBase2.Text = "0"
        '
        'lblPriorityBase1
        '
        Me.lblPriorityBase1.AutoSize = True
        Me.lblPriorityBase1.Cursor = System.Windows.Forms.Cursors.Help
        Me.lblPriorityBase1.Location = New System.Drawing.Point(15, 96)
        Me.lblPriorityBase1.Name = "lblPriorityBase1"
        Me.lblPriorityBase1.Size = New System.Drawing.Size(71, 13)
        Me.lblPriorityBase1.TabIndex = 6
        Me.lblPriorityBase1.Text = "Priority Base:"
        Me.tooltipHelp.SetToolTip(Me.lblPriorityBase1, "The current base priority of this process. Threads within a process can raise" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "an" & _
                "d lower their own base priority relative to the process�s base priority.")
        '
        'cboPriority
        '
        Me.cboPriority.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.cboPriority.FormattingEnabled = True
        Me.cboPriority.Items.AddRange(New Object() {"Real-Time", "High", "Above Normal", "Normal", "Below Normal", "Idle"})
        Me.cboPriority.Location = New System.Drawing.Point(92, 42)
        Me.cboPriority.Name = "cboPriority"
        Me.cboPriority.Size = New System.Drawing.Size(176, 21)
        Me.cboPriority.TabIndex = 3
        '
        'lblPriority
        '
        Me.lblPriority.AutoSize = True
        Me.lblPriority.Cursor = System.Windows.Forms.Cursors.Help
        Me.lblPriority.Location = New System.Drawing.Point(15, 45)
        Me.lblPriority.Name = "lblPriority"
        Me.lblPriority.Size = New System.Drawing.Size(45, 13)
        Me.lblPriority.TabIndex = 2
        Me.lblPriority.Text = "&Priority:"
        Me.tooltipHelp.SetToolTip(Me.lblPriority, "Set the priority of this process.")
        '
        'lblCPUTime2
        '
        Me.lblCPUTime2.Location = New System.Drawing.Point(89, 200)
        Me.lblCPUTime2.Name = "lblCPUTime2"
        Me.lblCPUTime2.Size = New System.Drawing.Size(180, 17)
        Me.lblCPUTime2.TabIndex = 15
        Me.lblCPUTime2.Text = "0:00:00.000"
        '
        'lblCPUTime1
        '
        Me.lblCPUTime1.AutoSize = True
        Me.lblCPUTime1.Cursor = System.Windows.Forms.Cursors.Help
        Me.lblCPUTime1.Location = New System.Drawing.Point(15, 200)
        Me.lblCPUTime1.Name = "lblCPUTime1"
        Me.lblCPUTime1.Size = New System.Drawing.Size(56, 13)
        Me.lblCPUTime1.TabIndex = 14
        Me.lblCPUTime1.Text = "CPU Time:"
        Me.tooltipHelp.SetToolTip(Me.lblCPUTime1, "Total CPU time spent on this process and its threads." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Equal to User Time plus Pr" & _
                "ivileged Time.")
        '
        'lblElapsedTime2
        '
        Me.lblElapsedTime2.Location = New System.Drawing.Point(89, 251)
        Me.lblElapsedTime2.Name = "lblElapsedTime2"
        Me.lblElapsedTime2.Size = New System.Drawing.Size(180, 17)
        Me.lblElapsedTime2.TabIndex = 21
        Me.lblElapsedTime2.Text = "0:00:00.000"
        '
        'lblElapsedTime1
        '
        Me.lblElapsedTime1.AutoSize = True
        Me.lblElapsedTime1.Cursor = System.Windows.Forms.Cursors.Help
        Me.lblElapsedTime1.Location = New System.Drawing.Point(15, 251)
        Me.lblElapsedTime1.Name = "lblElapsedTime1"
        Me.lblElapsedTime1.Size = New System.Drawing.Size(48, 13)
        Me.lblElapsedTime1.TabIndex = 20
        Me.lblElapsedTime1.Text = "Elapsed:"
        Me.tooltipHelp.SetToolTip(Me.lblElapsedTime1, "The total elapsed time this process has been running.")
        '
        'lblPrivilegedTime2
        '
        Me.lblPrivilegedTime2.Location = New System.Drawing.Point(89, 234)
        Me.lblPrivilegedTime2.Name = "lblPrivilegedTime2"
        Me.lblPrivilegedTime2.Size = New System.Drawing.Size(180, 17)
        Me.lblPrivilegedTime2.TabIndex = 19
        Me.lblPrivilegedTime2.Text = "0:00:00.000"
        '
        'lblPrivilegedTime1
        '
        Me.lblPrivilegedTime1.AutoSize = True
        Me.lblPrivilegedTime1.Cursor = System.Windows.Forms.Cursors.Help
        Me.lblPrivilegedTime1.Location = New System.Drawing.Point(15, 234)
        Me.lblPrivilegedTime1.Name = "lblPrivilegedTime1"
        Me.lblPrivilegedTime1.Size = New System.Drawing.Size(57, 13)
        Me.lblPrivilegedTime1.TabIndex = 18
        Me.lblPrivilegedTime1.Text = "Privileged:"
        Me.tooltipHelp.SetToolTip(Me.lblPrivilegedTime1, resources.GetString("lblPrivilegedTime1.ToolTip"))
        '
        'lblUserTime2
        '
        Me.lblUserTime2.Location = New System.Drawing.Point(89, 217)
        Me.lblUserTime2.Name = "lblUserTime2"
        Me.lblUserTime2.Size = New System.Drawing.Size(180, 17)
        Me.lblUserTime2.TabIndex = 17
        Me.lblUserTime2.Text = "0:00:00.000"
        '
        'lblUserTime1
        '
        Me.lblUserTime1.AutoSize = True
        Me.lblUserTime1.Cursor = System.Windows.Forms.Cursors.Help
        Me.lblUserTime1.Location = New System.Drawing.Point(15, 217)
        Me.lblUserTime1.Name = "lblUserTime1"
        Me.lblUserTime1.Size = New System.Drawing.Size(58, 13)
        Me.lblUserTime1.TabIndex = 16
        Me.lblUserTime1.Text = "User Time:"
        Me.tooltipHelp.SetToolTip(Me.lblUserTime1, resources.GetString("lblUserTime1.ToolTip"))
        '
        'lblStartTime2
        '
        Me.lblStartTime2.Location = New System.Drawing.Point(89, 179)
        Me.lblStartTime2.Name = "lblStartTime2"
        Me.lblStartTime2.Size = New System.Drawing.Size(180, 17)
        Me.lblStartTime2.TabIndex = 13
        '
        'lblStartTime1
        '
        Me.lblStartTime1.AutoSize = True
        Me.lblStartTime1.Cursor = System.Windows.Forms.Cursors.Help
        Me.lblStartTime1.Location = New System.Drawing.Point(15, 179)
        Me.lblStartTime1.Name = "lblStartTime1"
        Me.lblStartTime1.Size = New System.Drawing.Size(60, 13)
        Me.lblStartTime1.TabIndex = 12
        Me.lblStartTime1.Text = "Start Time:"
        Me.tooltipHelp.SetToolTip(Me.lblStartTime1, "The date and time when this process was started.")
        '
        'lblModules2
        '
        Me.lblModules2.Location = New System.Drawing.Point(89, 138)
        Me.lblModules2.Name = "lblModules2"
        Me.lblModules2.Size = New System.Drawing.Size(180, 17)
        Me.lblModules2.TabIndex = 11
        Me.lblModules2.Text = "0"
        '
        'lblModules1
        '
        Me.lblModules1.AutoSize = True
        Me.lblModules1.Cursor = System.Windows.Forms.Cursors.Help
        Me.lblModules1.Location = New System.Drawing.Point(15, 138)
        Me.lblModules1.Name = "lblModules1"
        Me.lblModules1.Size = New System.Drawing.Size(50, 13)
        Me.lblModules1.TabIndex = 10
        Me.lblModules1.Text = "Modules:"
        Me.tooltipHelp.SetToolTip(Me.lblModules1, "The number of modules currently active in this process.")
        '
        'lblThreads2
        '
        Me.lblThreads2.Location = New System.Drawing.Point(89, 121)
        Me.lblThreads2.Name = "lblThreads2"
        Me.lblThreads2.Size = New System.Drawing.Size(180, 17)
        Me.lblThreads2.TabIndex = 9
        Me.lblThreads2.Text = "0"
        '
        'lblThreads1
        '
        Me.lblThreads1.AutoSize = True
        Me.lblThreads1.Cursor = System.Windows.Forms.Cursors.Help
        Me.lblThreads1.Location = New System.Drawing.Point(15, 121)
        Me.lblThreads1.Name = "lblThreads1"
        Me.lblThreads1.Size = New System.Drawing.Size(50, 13)
        Me.lblThreads1.TabIndex = 8
        Me.lblThreads1.Text = "Threads:"
        Me.tooltipHelp.SetToolTip(Me.lblThreads1, "The number of threads currently active in this process.")
        '
        'lblProcessId
        '
        Me.lblProcessId.AutoSize = True
        Me.lblProcessId.Cursor = System.Windows.Forms.Cursors.Help
        Me.lblProcessId.Location = New System.Drawing.Point(15, 72)
        Me.lblProcessId.Name = "lblProcessId"
        Me.lblProcessId.Size = New System.Drawing.Size(61, 13)
        Me.lblProcessId.TabIndex = 4
        Me.lblProcessId.Text = "Process Id:"
        Me.tooltipHelp.SetToolTip(Me.lblProcessId, resources.GetString("lblProcessId.ToolTip"))
        '
        'txtAssembly
        '
        Me.txtAssembly.Location = New System.Drawing.Point(92, 13)
        Me.txtAssembly.Name = "txtAssembly"
        Me.txtAssembly.ReadOnly = True
        Me.txtAssembly.Size = New System.Drawing.Size(177, 21)
        Me.txtAssembly.TabIndex = 1
        '
        'lblAssembly
        '
        Me.lblAssembly.AutoSize = True
        Me.lblAssembly.Location = New System.Drawing.Point(15, 16)
        Me.lblAssembly.Name = "lblAssembly"
        Me.lblAssembly.Size = New System.Drawing.Size(56, 13)
        Me.lblAssembly.TabIndex = 0
        Me.lblAssembly.Text = "A&ssembly:"
        '
        'pageMemory
        '
        Me.pageMemory.Controls.Add(Me.lblPrivateSize2)
        Me.pageMemory.Controls.Add(Me.lblPrivateSize1)
        Me.pageMemory.Controls.Add(Me.lblNonpagedPoolSize2)
        Me.pageMemory.Controls.Add(Me.lblNonpagedPoolSize1)
        Me.pageMemory.Controls.Add(Me.lblPagedPoolSize2)
        Me.pageMemory.Controls.Add(Me.lblPagedPoolSize1)
        Me.pageMemory.Controls.Add(Me.lblPeakWorkingSet2)
        Me.pageMemory.Controls.Add(Me.lblPeakWorkingSet1)
        Me.pageMemory.Controls.Add(Me.lblWorkingSet2)
        Me.pageMemory.Controls.Add(Me.lblWorkingSet1)
        Me.pageMemory.Controls.Add(Me.lblPeakVirtualSize2)
        Me.pageMemory.Controls.Add(Me.lblPeakVirtualSize1)
        Me.pageMemory.Controls.Add(Me.lblVirtualSize2)
        Me.pageMemory.Controls.Add(Me.lblVirtualSize1)
        Me.pageMemory.Location = New System.Drawing.Point(4, 22)
        Me.pageMemory.Name = "pageMemory"
        Me.pageMemory.Padding = New System.Windows.Forms.Padding(3)
        Me.pageMemory.Size = New System.Drawing.Size(284, 271)
        Me.pageMemory.TabIndex = 1
        Me.pageMemory.Text = "Memory"
        Me.pageMemory.UseVisualStyleBackColor = True
        '
        'lblPrivateSize2
        '
        Me.lblPrivateSize2.Location = New System.Drawing.Point(121, 144)
        Me.lblPrivateSize2.Name = "lblPrivateSize2"
        Me.lblPrivateSize2.Size = New System.Drawing.Size(146, 17)
        Me.lblPrivateSize2.TabIndex = 33
        '
        'lblPrivateSize1
        '
        Me.lblPrivateSize1.AutoSize = True
        Me.lblPrivateSize1.Cursor = System.Windows.Forms.Cursors.Help
        Me.lblPrivateSize1.Location = New System.Drawing.Point(13, 144)
        Me.lblPrivateSize1.Name = "lblPrivateSize1"
        Me.lblPrivateSize1.Size = New System.Drawing.Size(67, 13)
        Me.lblPrivateSize1.TabIndex = 32
        Me.lblPrivateSize1.Text = "Private Size:"
        Me.tooltipHelp.SetToolTip(Me.lblPrivateSize1, "The current number of bytes this process has allocated" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "that cannot be shared wit" & _
                "h other processes.")
        '
        'lblNonpagedPoolSize2
        '
        Me.lblNonpagedPoolSize2.Location = New System.Drawing.Point(121, 118)
        Me.lblNonpagedPoolSize2.Name = "lblNonpagedPoolSize2"
        Me.lblNonpagedPoolSize2.Size = New System.Drawing.Size(146, 17)
        Me.lblNonpagedPoolSize2.TabIndex = 31
        '
        'lblNonpagedPoolSize1
        '
        Me.lblNonpagedPoolSize1.AutoSize = True
        Me.lblNonpagedPoolSize1.Cursor = System.Windows.Forms.Cursors.Help
        Me.lblNonpagedPoolSize1.Location = New System.Drawing.Point(13, 118)
        Me.lblNonpagedPoolSize1.Name = "lblNonpagedPoolSize1"
        Me.lblNonpagedPoolSize1.Size = New System.Drawing.Size(105, 13)
        Me.lblNonpagedPoolSize1.TabIndex = 30
        Me.lblNonpagedPoolSize1.Text = "Nonpaged Pool Size:"
        Me.tooltipHelp.SetToolTip(Me.lblNonpagedPoolSize1, resources.GetString("lblNonpagedPoolSize1.ToolTip"))
        '
        'lblPagedPoolSize2
        '
        Me.lblPagedPoolSize2.Location = New System.Drawing.Point(121, 101)
        Me.lblPagedPoolSize2.Name = "lblPagedPoolSize2"
        Me.lblPagedPoolSize2.Size = New System.Drawing.Size(146, 17)
        Me.lblPagedPoolSize2.TabIndex = 29
        '
        'lblPagedPoolSize1
        '
        Me.lblPagedPoolSize1.AutoSize = True
        Me.lblPagedPoolSize1.Cursor = System.Windows.Forms.Cursors.Help
        Me.lblPagedPoolSize1.Location = New System.Drawing.Point(13, 101)
        Me.lblPagedPoolSize1.Name = "lblPagedPoolSize1"
        Me.lblPagedPoolSize1.Size = New System.Drawing.Size(86, 13)
        Me.lblPagedPoolSize1.TabIndex = 28
        Me.lblPagedPoolSize1.Text = "Paged Pool Size:"
        Me.tooltipHelp.SetToolTip(Me.lblPagedPoolSize1, resources.GetString("lblPagedPoolSize1.ToolTip"))
        '
        'lblPeakWorkingSet2
        '
        Me.lblPeakWorkingSet2.Location = New System.Drawing.Point(121, 75)
        Me.lblPeakWorkingSet2.Name = "lblPeakWorkingSet2"
        Me.lblPeakWorkingSet2.Size = New System.Drawing.Size(146, 17)
        Me.lblPeakWorkingSet2.TabIndex = 27
        '
        'lblPeakWorkingSet1
        '
        Me.lblPeakWorkingSet1.AutoSize = True
        Me.lblPeakWorkingSet1.Cursor = System.Windows.Forms.Cursors.Help
        Me.lblPeakWorkingSet1.Location = New System.Drawing.Point(13, 75)
        Me.lblPeakWorkingSet1.Name = "lblPeakWorkingSet1"
        Me.lblPeakWorkingSet1.Size = New System.Drawing.Size(95, 13)
        Me.lblPeakWorkingSet1.TabIndex = 26
        Me.lblPeakWorkingSet1.Text = "Peak Working Set:"
        Me.tooltipHelp.SetToolTip(Me.lblPeakWorkingSet1, "The maximum number of pages in the working set of this process at any point in ti" & _
                "me.")
        '
        'lblWorkingSet2
        '
        Me.lblWorkingSet2.Location = New System.Drawing.Point(121, 58)
        Me.lblWorkingSet2.Name = "lblWorkingSet2"
        Me.lblWorkingSet2.Size = New System.Drawing.Size(146, 17)
        Me.lblWorkingSet2.TabIndex = 25
        '
        'lblWorkingSet1
        '
        Me.lblWorkingSet1.AutoSize = True
        Me.lblWorkingSet1.Cursor = System.Windows.Forms.Cursors.Help
        Me.lblWorkingSet1.Location = New System.Drawing.Point(13, 58)
        Me.lblWorkingSet1.Name = "lblWorkingSet1"
        Me.lblWorkingSet1.Size = New System.Drawing.Size(69, 13)
        Me.lblWorkingSet1.TabIndex = 24
        Me.lblWorkingSet1.Text = "Working Set:"
        Me.tooltipHelp.SetToolTip(Me.lblWorkingSet1, resources.GetString("lblWorkingSet1.ToolTip"))
        '
        'lblPeakVirtualSize2
        '
        Me.lblPeakVirtualSize2.Location = New System.Drawing.Point(121, 32)
        Me.lblPeakVirtualSize2.Name = "lblPeakVirtualSize2"
        Me.lblPeakVirtualSize2.Size = New System.Drawing.Size(146, 17)
        Me.lblPeakVirtualSize2.TabIndex = 23
        '
        'lblPeakVirtualSize1
        '
        Me.lblPeakVirtualSize1.AutoSize = True
        Me.lblPeakVirtualSize1.Cursor = System.Windows.Forms.Cursors.Help
        Me.lblPeakVirtualSize1.Location = New System.Drawing.Point(13, 32)
        Me.lblPeakVirtualSize1.Name = "lblPeakVirtualSize1"
        Me.lblPeakVirtualSize1.Size = New System.Drawing.Size(89, 13)
        Me.lblPeakVirtualSize1.TabIndex = 22
        Me.lblPeakVirtualSize1.Text = "Peak Virtual Size:"
        Me.tooltipHelp.SetToolTip(Me.lblPeakVirtualSize1, "The maximum number of bytes of virtual address space the" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "process has used at any" & _
                " one time. ")
        '
        'lblVirtualSize2
        '
        Me.lblVirtualSize2.Location = New System.Drawing.Point(121, 15)
        Me.lblVirtualSize2.Name = "lblVirtualSize2"
        Me.lblVirtualSize2.Size = New System.Drawing.Size(146, 17)
        Me.lblVirtualSize2.TabIndex = 21
        '
        'lblVirtualSize1
        '
        Me.lblVirtualSize1.AutoSize = True
        Me.lblVirtualSize1.Cursor = System.Windows.Forms.Cursors.Help
        Me.lblVirtualSize1.Location = New System.Drawing.Point(13, 15)
        Me.lblVirtualSize1.Name = "lblVirtualSize1"
        Me.lblVirtualSize1.Size = New System.Drawing.Size(63, 13)
        Me.lblVirtualSize1.TabIndex = 20
        Me.lblVirtualSize1.Text = "Virtual Size:"
        Me.tooltipHelp.SetToolTip(Me.lblVirtualSize1, resources.GetString("lblVirtualSize1.ToolTip"))
        '
        'pageModules
        '
        Me.pageModules.Controls.Add(Me.lvModules)
        Me.pageModules.Location = New System.Drawing.Point(4, 22)
        Me.pageModules.Name = "pageModules"
        Me.pageModules.Padding = New System.Windows.Forms.Padding(3)
        Me.pageModules.Size = New System.Drawing.Size(284, 271)
        Me.pageModules.TabIndex = 2
        Me.pageModules.Text = "Modules"
        Me.pageModules.UseVisualStyleBackColor = True
        '
        'lvModules
        '
        Me.lvModules.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.colName, Me.colSize, Me.colAddress})
        Me.lvModules.FullRowSelect = True
        Me.lvModules.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable
        Me.lvModules.HideSelection = False
        Me.lvModules.Location = New System.Drawing.Point(10, 13)
        Me.lvModules.MultiSelect = False
        Me.lvModules.Name = "lvModules"
        Me.lvModules.ShowItemToolTips = True
        Me.lvModules.Size = New System.Drawing.Size(261, 241)
        Me.lvModules.TabIndex = 0
        Me.lvModules.UseCompatibleStateImageBehavior = False
        Me.lvModules.View = System.Windows.Forms.View.Details
        '
        'colName
        '
        Me.colName.Text = "Name"
        Me.colName.Width = 102
        '
        'colSize
        '
        Me.colSize.Text = "Mem Size"
        Me.colSize.Width = 76
        '
        'colAddress
        '
        Me.colAddress.Text = "Address"
        '
        'pageFileInfo
        '
        Me.pageFileInfo.Controls.Add(Me.txtFileInfo)
        Me.pageFileInfo.Location = New System.Drawing.Point(4, 22)
        Me.pageFileInfo.Name = "pageFileInfo"
        Me.pageFileInfo.Padding = New System.Windows.Forms.Padding(3)
        Me.pageFileInfo.Size = New System.Drawing.Size(284, 271)
        Me.pageFileInfo.TabIndex = 3
        Me.pageFileInfo.Text = "FileInfo"
        Me.pageFileInfo.UseVisualStyleBackColor = True
        '
        'txtFileInfo
        '
        Me.txtFileInfo.Location = New System.Drawing.Point(12, 14)
        Me.txtFileInfo.Multiline = True
        Me.txtFileInfo.Name = "txtFileInfo"
        Me.txtFileInfo.ReadOnly = True
        Me.txtFileInfo.Size = New System.Drawing.Size(259, 241)
        Me.txtFileInfo.TabIndex = 1
        Me.txtFileInfo.WordWrap = False
        '
        'pageCommands
        '
        Me.pageCommands.Controls.Add(Me.btnTerminate)
        Me.pageCommands.Controls.Add(Me.btnUnload)
        Me.pageCommands.Location = New System.Drawing.Point(4, 22)
        Me.pageCommands.Name = "pageCommands"
        Me.pageCommands.Padding = New System.Windows.Forms.Padding(3)
        Me.pageCommands.Size = New System.Drawing.Size(284, 271)
        Me.pageCommands.TabIndex = 4
        Me.pageCommands.Text = "Commands"
        Me.pageCommands.UseVisualStyleBackColor = True
        '
        'btnTerminate
        '
        Me.btnTerminate.Location = New System.Drawing.Point(57, 60)
        Me.btnTerminate.Name = "btnTerminate"
        Me.btnTerminate.Size = New System.Drawing.Size(176, 24)
        Me.btnTerminate.TabIndex = 2
        Me.btnTerminate.Text = "&Terminate Process"
        Me.tooltipHelp.SetToolTip(Me.btnTerminate, "Terminate the process.")
        Me.btnTerminate.UseVisualStyleBackColor = True
        '
        'btnUnload
        '
        Me.btnUnload.Location = New System.Drawing.Point(57, 21)
        Me.btnUnload.Name = "btnUnload"
        Me.btnUnload.Size = New System.Drawing.Size(176, 24)
        Me.btnUnload.TabIndex = 1
        Me.btnUnload.Text = "&Unload Main Window"
        Me.tooltipHelp.SetToolTip(Me.btnUnload, "Close the main window associated with this process.")
        Me.btnUnload.UseVisualStyleBackColor = True
        '
        'tooltipHelp
        '
        Me.tooltipHelp.AutoPopDelay = 20000
        Me.tooltipHelp.InitialDelay = 500
        Me.tooltipHelp.IsBalloon = True
        Me.tooltipHelp.ReshowDelay = 100
        '
        'btnOk
        '
        Me.btnOk.Location = New System.Drawing.Point(55, 321)
        Me.btnOk.Name = "btnOk"
        Me.btnOk.Size = New System.Drawing.Size(78, 23)
        Me.btnOk.TabIndex = 4
        Me.btnOk.Text = "OK"
        Me.btnOk.UseVisualStyleBackColor = True
        '
        'btnCancel
        '
        Me.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
        Me.btnCancel.Location = New System.Drawing.Point(139, 321)
        Me.btnCancel.Name = "btnCancel"
        Me.btnCancel.Size = New System.Drawing.Size(78, 23)
        Me.btnCancel.TabIndex = 5
        Me.btnCancel.Text = "Cancel"
        Me.btnCancel.UseVisualStyleBackColor = True
        '
        'btnApply
        '
        Me.btnApply.Enabled = False
        Me.btnApply.Location = New System.Drawing.Point(223, 321)
        Me.btnApply.Name = "btnApply"
        Me.btnApply.Size = New System.Drawing.Size(78, 23)
        Me.btnApply.TabIndex = 6
        Me.btnApply.Text = "&Apply"
        Me.btnApply.UseVisualStyleBackColor = True
        '
        'frmProcessProps
        '
        Me.AcceptButton = Me.btnOk
        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(310, 353)
        Me.Controls.Add(Me.btnOk)
        Me.Controls.Add(Me.btnCancel)
        Me.Controls.Add(Me.btnApply)
        Me.Controls.Add(Me.tabMain)
        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.FixedDialog
        Me.MaximizeBox = False
        Me.MinimizeBox = False
        Me.Name = "frmProcessProps"
        Me.ShowInTaskbar = False
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
        Me.Text = "javaSpy :: Process :: "
        Me.tabMain.ResumeLayout(False)
        Me.pageGeneral.ResumeLayout(False)
        Me.pageGeneral.PerformLayout()
        Me.pageMemory.ResumeLayout(False)
        Me.pageMemory.PerformLayout()
        Me.pageModules.ResumeLayout(False)
        Me.pageFileInfo.ResumeLayout(False)
        Me.pageFileInfo.PerformLayout()
        Me.pageCommands.ResumeLayout(False)
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents tabMain As System.Windows.Forms.TabControl
    Friend WithEvents pageGeneral As System.Windows.Forms.TabPage
    Friend WithEvents pageMemory As System.Windows.Forms.TabPage
    Friend WithEvents txtAssembly As System.Windows.Forms.TextBox
    Friend WithEvents lblAssembly As System.Windows.Forms.Label
    Friend WithEvents lblModules2 As System.Windows.Forms.Label
    Friend WithEvents lblModules1 As System.Windows.Forms.Label
    Friend WithEvents lblThreads2 As System.Windows.Forms.Label
    Friend WithEvents lblThreads1 As System.Windows.Forms.Label
    Friend WithEvents lblProcessId As System.Windows.Forms.Label
    Friend WithEvents lblElapsedTime2 As System.Windows.Forms.Label
    Friend WithEvents lblElapsedTime1 As System.Windows.Forms.Label
    Friend WithEvents lblPrivilegedTime2 As System.Windows.Forms.Label
    Friend WithEvents lblPrivilegedTime1 As System.Windows.Forms.Label
    Friend WithEvents lblUserTime2 As System.Windows.Forms.Label
    Friend WithEvents lblUserTime1 As System.Windows.Forms.Label
    Friend WithEvents lblStartTime2 As System.Windows.Forms.Label
    Friend WithEvents lblStartTime1 As System.Windows.Forms.Label
    Friend WithEvents tooltipHelp As System.Windows.Forms.ToolTip
    Friend WithEvents lblCPUTime2 As System.Windows.Forms.Label
    Friend WithEvents lblCPUTime1 As System.Windows.Forms.Label
    Friend WithEvents lblVirtualSize2 As System.Windows.Forms.Label
    Friend WithEvents lblVirtualSize1 As System.Windows.Forms.Label
    Friend WithEvents lblNonpagedPoolSize2 As System.Windows.Forms.Label
    Friend WithEvents lblNonpagedPoolSize1 As System.Windows.Forms.Label
    Friend WithEvents lblPagedPoolSize2 As System.Windows.Forms.Label
    Friend WithEvents lblPagedPoolSize1 As System.Windows.Forms.Label
    Friend WithEvents lblPeakWorkingSet2 As System.Windows.Forms.Label
    Friend WithEvents lblPeakWorkingSet1 As System.Windows.Forms.Label
    Friend WithEvents lblWorkingSet2 As System.Windows.Forms.Label
    Friend WithEvents lblWorkingSet1 As System.Windows.Forms.Label
    Friend WithEvents lblPeakVirtualSize2 As System.Windows.Forms.Label
    Friend WithEvents lblPeakVirtualSize1 As System.Windows.Forms.Label
    Friend WithEvents lblPrivateSize2 As System.Windows.Forms.Label
    Friend WithEvents lblPrivateSize1 As System.Windows.Forms.Label
    Friend WithEvents cboPriority As System.Windows.Forms.ComboBox
    Friend WithEvents lblPriority As System.Windows.Forms.Label
    Friend WithEvents lblPriorityBase2 As System.Windows.Forms.Label
    Friend WithEvents lblPriorityBase1 As System.Windows.Forms.Label
    Friend WithEvents pageModules As System.Windows.Forms.TabPage
    Friend WithEvents lvModules As System.Windows.Forms.ListView
    Friend WithEvents colName As System.Windows.Forms.ColumnHeader
    Friend WithEvents colSize As System.Windows.Forms.ColumnHeader
    Friend WithEvents colAddress As System.Windows.Forms.ColumnHeader
    Friend WithEvents pageFileInfo As System.Windows.Forms.TabPage
    Friend WithEvents txtFileInfo As System.Windows.Forms.TextBox
    Friend WithEvents btnOk As System.Windows.Forms.Button
    Friend WithEvents btnCancel As System.Windows.Forms.Button
    Friend WithEvents btnApply As System.Windows.Forms.Button
    Friend WithEvents pageCommands As System.Windows.Forms.TabPage
    Friend WithEvents btnTerminate As System.Windows.Forms.Button
    Friend WithEvents btnUnload As System.Windows.Forms.Button
    Friend WithEvents linkProcessId As System.Windows.Forms.LinkLabel
    Friend WithEvents lblHandles2 As System.Windows.Forms.Label
    Friend WithEvents lblHandles1 As System.Windows.Forms.Label
End Class

Download frmProcessProps.Designer.vb

Back to file list


Back to project page