Projects

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

javaSpy

Browsing frmThreadProps.Designer.vb (23.59 KB)

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmThreadProps
    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(frmThreadProps))
        Me.tabMain = New System.Windows.Forms.TabControl
        Me.pageGeneral = New System.Windows.Forms.TabPage
        Me.linkThreadId = New System.Windows.Forms.LinkLabel
        Me.lblStartAddress2 = New System.Windows.Forms.Label
        Me.lblStartAddress1 = New System.Windows.Forms.Label
        Me.lblBasePriority2 = New System.Windows.Forms.Label
        Me.lblBasePriority1 = New System.Windows.Forms.Label
        Me.lblCurrentPriority2 = New System.Windows.Forms.Label
        Me.lblCurrentPriority1 = 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.lblWaitReason2 = New System.Windows.Forms.Label
        Me.lblWaitReason1 = New System.Windows.Forms.Label
        Me.lblThreadState2 = New System.Windows.Forms.Label
        Me.lblThreadState1 = New System.Windows.Forms.Label
        Me.lblProcessId2 = New System.Windows.Forms.Label
        Me.lblProcessId1 = New System.Windows.Forms.Label
        Me.lblThreadId = New System.Windows.Forms.Label
        Me.btnProcessProps = New System.Windows.Forms.Button
        Me.txtAssembly = New System.Windows.Forms.TextBox
        Me.lblAssembly = New System.Windows.Forms.Label
        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.SuspendLayout()
        '
        'tabMain
        '
        Me.tabMain.Controls.Add(Me.pageGeneral)
        Me.tabMain.Location = New System.Drawing.Point(9, 10)
        Me.tabMain.Name = "tabMain"
        Me.tabMain.SelectedIndex = 0
        Me.tabMain.Size = New System.Drawing.Size(338, 278)
        Me.tabMain.TabIndex = 0
        '
        'pageGeneral
        '
        Me.pageGeneral.Controls.Add(Me.linkThreadId)
        Me.pageGeneral.Controls.Add(Me.lblStartAddress2)
        Me.pageGeneral.Controls.Add(Me.lblStartAddress1)
        Me.pageGeneral.Controls.Add(Me.lblBasePriority2)
        Me.pageGeneral.Controls.Add(Me.lblBasePriority1)
        Me.pageGeneral.Controls.Add(Me.lblCurrentPriority2)
        Me.pageGeneral.Controls.Add(Me.lblCurrentPriority1)
        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.lblWaitReason2)
        Me.pageGeneral.Controls.Add(Me.lblWaitReason1)
        Me.pageGeneral.Controls.Add(Me.lblThreadState2)
        Me.pageGeneral.Controls.Add(Me.lblThreadState1)
        Me.pageGeneral.Controls.Add(Me.lblProcessId2)
        Me.pageGeneral.Controls.Add(Me.lblProcessId1)
        Me.pageGeneral.Controls.Add(Me.lblThreadId)
        Me.pageGeneral.Controls.Add(Me.btnProcessProps)
        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(330, 252)
        Me.pageGeneral.TabIndex = 0
        Me.pageGeneral.Text = "General"
        Me.pageGeneral.UseVisualStyleBackColor = True
        '
        'linkThreadId
        '
        Me.linkThreadId.Cursor = System.Windows.Forms.Cursors.Hand
        Me.linkThreadId.Location = New System.Drawing.Point(98, 72)
        Me.linkThreadId.Name = "linkThreadId"
        Me.linkThreadId.Size = New System.Drawing.Size(65, 13)
        Me.linkThreadId.TabIndex = 40
        Me.linkThreadId.TabStop = True
        Me.linkThreadId.Text = "0"
        Me.linkThreadId.VisitedLinkColor = System.Drawing.Color.Blue
        '
        'lblStartAddress2
        '
        Me.lblStartAddress2.Location = New System.Drawing.Point(257, 115)
        Me.lblStartAddress2.Name = "lblStartAddress2"
        Me.lblStartAddress2.Size = New System.Drawing.Size(65, 17)
        Me.lblStartAddress2.TabIndex = 39
        Me.lblStartAddress2.Text = "0"
        '
        'lblStartAddress1
        '
        Me.lblStartAddress1.AutoSize = True
        Me.lblStartAddress1.Cursor = System.Windows.Forms.Cursors.Help
        Me.lblStartAddress1.Location = New System.Drawing.Point(169, 115)
        Me.lblStartAddress1.Name = "lblStartAddress1"
        Me.lblStartAddress1.Size = New System.Drawing.Size(77, 13)
        Me.lblStartAddress1.TabIndex = 38
        Me.lblStartAddress1.Text = "Start Address:"
        Me.tooltipHelp.SetToolTip(Me.lblStartAddress1, "Starting virtual address for this thread.")
        '
        'lblBasePriority2
        '
        Me.lblBasePriority2.Location = New System.Drawing.Point(257, 89)
        Me.lblBasePriority2.Name = "lblBasePriority2"
        Me.lblBasePriority2.Size = New System.Drawing.Size(65, 17)
        Me.lblBasePriority2.TabIndex = 37
        Me.lblBasePriority2.Text = "0"
        '
        'lblBasePriority1
        '
        Me.lblBasePriority1.AutoSize = True
        Me.lblBasePriority1.Cursor = System.Windows.Forms.Cursors.Help
        Me.lblBasePriority1.Location = New System.Drawing.Point(169, 89)
        Me.lblBasePriority1.Name = "lblBasePriority1"
        Me.lblBasePriority1.Size = New System.Drawing.Size(71, 13)
        Me.lblBasePriority1.TabIndex = 36
        Me.lblBasePriority1.Text = "Base Priority:"
        Me.tooltipHelp.SetToolTip(Me.lblBasePriority1, "The current base priority of this thread.")
        '
        'lblCurrentPriority2
        '
        Me.lblCurrentPriority2.Location = New System.Drawing.Point(257, 72)
        Me.lblCurrentPriority2.Name = "lblCurrentPriority2"
        Me.lblCurrentPriority2.Size = New System.Drawing.Size(65, 17)
        Me.lblCurrentPriority2.TabIndex = 35
        Me.lblCurrentPriority2.Text = "0"
        '
        'lblCurrentPriority1
        '
        Me.lblCurrentPriority1.AutoSize = True
        Me.lblCurrentPriority1.Cursor = System.Windows.Forms.Cursors.Help
        Me.lblCurrentPriority1.Location = New System.Drawing.Point(169, 72)
        Me.lblCurrentPriority1.Name = "lblCurrentPriority1"
        Me.lblCurrentPriority1.Size = New System.Drawing.Size(85, 13)
        Me.lblCurrentPriority1.TabIndex = 34
        Me.lblCurrentPriority1.Text = "Current Priority:"
        Me.tooltipHelp.SetToolTip(Me.lblCurrentPriority1, "The current dynamic priority of this thread. Threads within a process" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "can raise " & _
                "and lower their own base priority relative to the base priority of the process.")
        '
        'cboPriority
        '
        Me.cboPriority.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.cboPriority.FormattingEnabled = True
        Me.cboPriority.Items.AddRange(New Object() {"Time-Critical", "High", "Above Normal", "Normal", "Below Normal", "Low", "Idle"})
        Me.cboPriority.Location = New System.Drawing.Point(101, 42)
        Me.cboPriority.Name = "cboPriority"
        Me.cboPriority.Size = New System.Drawing.Size(185, 21)
        Me.cboPriority.TabIndex = 33
        '
        'lblPriority
        '
        Me.lblPriority.AutoSize = True
        Me.lblPriority.Cursor = System.Windows.Forms.Cursors.Help
        Me.lblPriority.Location = New System.Drawing.Point(10, 45)
        Me.lblPriority.Name = "lblPriority"
        Me.lblPriority.Size = New System.Drawing.Size(45, 13)
        Me.lblPriority.TabIndex = 32
        Me.lblPriority.Text = "&Priority:"
        Me.tooltipHelp.SetToolTip(Me.lblPriority, "Set the priority of this thread.")
        '
        'lblCPUTime2
        '
        Me.lblCPUTime2.Location = New System.Drawing.Point(98, 177)
        Me.lblCPUTime2.Name = "lblCPUTime2"
        Me.lblCPUTime2.Size = New System.Drawing.Size(166, 17)
        Me.lblCPUTime2.TabIndex = 25
        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(10, 177)
        Me.lblCPUTime1.Name = "lblCPUTime1"
        Me.lblCPUTime1.Size = New System.Drawing.Size(56, 13)
        Me.lblCPUTime1.TabIndex = 24
        Me.lblCPUTime1.Text = "CPU Time:"
        Me.tooltipHelp.SetToolTip(Me.lblCPUTime1, "Total CPU time spent on this process and its threads. Equal to User Time + Privil" & _
                "eged Time.")
        '
        'lblElapsedTime2
        '
        Me.lblElapsedTime2.Location = New System.Drawing.Point(98, 228)
        Me.lblElapsedTime2.Name = "lblElapsedTime2"
        Me.lblElapsedTime2.Size = New System.Drawing.Size(166, 17)
        Me.lblElapsedTime2.TabIndex = 31
        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(10, 228)
        Me.lblElapsedTime1.Name = "lblElapsedTime1"
        Me.lblElapsedTime1.Size = New System.Drawing.Size(48, 13)
        Me.lblElapsedTime1.TabIndex = 30
        Me.lblElapsedTime1.Text = "Elapsed:"
        Me.tooltipHelp.SetToolTip(Me.lblElapsedTime1, "The total elapsed time (in seconds) this thread has been running.")
        '
        'lblPrivilegedTime2
        '
        Me.lblPrivilegedTime2.Location = New System.Drawing.Point(98, 211)
        Me.lblPrivilegedTime2.Name = "lblPrivilegedTime2"
        Me.lblPrivilegedTime2.Size = New System.Drawing.Size(166, 17)
        Me.lblPrivilegedTime2.TabIndex = 29
        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(10, 211)
        Me.lblPrivilegedTime1.Name = "lblPrivilegedTime1"
        Me.lblPrivilegedTime1.Size = New System.Drawing.Size(57, 13)
        Me.lblPrivilegedTime1.TabIndex = 28
        Me.lblPrivilegedTime1.Text = "Privileged:"
        Me.tooltipHelp.SetToolTip(Me.lblPrivilegedTime1, resources.GetString("lblPrivilegedTime1.ToolTip"))
        '
        'lblUserTime2
        '
        Me.lblUserTime2.Location = New System.Drawing.Point(98, 194)
        Me.lblUserTime2.Name = "lblUserTime2"
        Me.lblUserTime2.Size = New System.Drawing.Size(166, 17)
        Me.lblUserTime2.TabIndex = 27
        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(10, 194)
        Me.lblUserTime1.Name = "lblUserTime1"
        Me.lblUserTime1.Size = New System.Drawing.Size(58, 13)
        Me.lblUserTime1.TabIndex = 26
        Me.lblUserTime1.Text = "User Time:"
        Me.tooltipHelp.SetToolTip(Me.lblUserTime1, "The total elapsed time that this thread has spent executing code in" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "User Mode. A" & _
                "pplications execute in User Mode, as do subsystems" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "like the window manager and " & _
                "the graphics engine.")
        '
        'lblStartTime2
        '
        Me.lblStartTime2.Location = New System.Drawing.Point(98, 156)
        Me.lblStartTime2.Name = "lblStartTime2"
        Me.lblStartTime2.Size = New System.Drawing.Size(166, 17)
        Me.lblStartTime2.TabIndex = 23
        '
        'lblStartTime1
        '
        Me.lblStartTime1.AutoSize = True
        Me.lblStartTime1.Cursor = System.Windows.Forms.Cursors.Help
        Me.lblStartTime1.Location = New System.Drawing.Point(10, 156)
        Me.lblStartTime1.Name = "lblStartTime1"
        Me.lblStartTime1.Size = New System.Drawing.Size(60, 13)
        Me.lblStartTime1.TabIndex = 22
        Me.lblStartTime1.Text = "Start Time:"
        Me.tooltipHelp.SetToolTip(Me.lblStartTime1, "The date and time when this thread was started.")
        '
        'lblWaitReason2
        '
        Me.lblWaitReason2.Location = New System.Drawing.Point(98, 132)
        Me.lblWaitReason2.Name = "lblWaitReason2"
        Me.lblWaitReason2.Size = New System.Drawing.Size(221, 17)
        Me.lblWaitReason2.TabIndex = 17
        '
        'lblWaitReason1
        '
        Me.lblWaitReason1.AutoSize = True
        Me.lblWaitReason1.Cursor = System.Windows.Forms.Cursors.Help
        Me.lblWaitReason1.Location = New System.Drawing.Point(10, 132)
        Me.lblWaitReason1.Name = "lblWaitReason1"
        Me.lblWaitReason1.Size = New System.Drawing.Size(72, 13)
        Me.lblWaitReason1.TabIndex = 16
        Me.lblWaitReason1.Text = "Wait Reason:"
        Me.tooltipHelp.SetToolTip(Me.lblWaitReason1, "This is applicable only when the thread is in the Wait state." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Event Pairs are us" & _
                "ed to communicate with protected subsystems.")
        '
        'lblThreadState2
        '
        Me.lblThreadState2.Location = New System.Drawing.Point(98, 115)
        Me.lblThreadState2.Name = "lblThreadState2"
        Me.lblThreadState2.Size = New System.Drawing.Size(65, 17)
        Me.lblThreadState2.TabIndex = 15
        Me.lblThreadState2.Text = "0"
        '
        'lblThreadState1
        '
        Me.lblThreadState1.AutoSize = True
        Me.lblThreadState1.Cursor = System.Windows.Forms.Cursors.Help
        Me.lblThreadState1.Location = New System.Drawing.Point(10, 115)
        Me.lblThreadState1.Name = "lblThreadState1"
        Me.lblThreadState1.Size = New System.Drawing.Size(74, 13)
        Me.lblThreadState1.TabIndex = 14
        Me.lblThreadState1.Text = "Thread State:"
        Me.tooltipHelp.SetToolTip(Me.lblThreadState1, resources.GetString("lblThreadState1.ToolTip"))
        '
        'lblProcessId2
        '
        Me.lblProcessId2.Location = New System.Drawing.Point(98, 89)
        Me.lblProcessId2.Name = "lblProcessId2"
        Me.lblProcessId2.Size = New System.Drawing.Size(65, 17)
        Me.lblProcessId2.TabIndex = 13
        Me.lblProcessId2.Text = "0"
        '
        'lblProcessId1
        '
        Me.lblProcessId1.AutoSize = True
        Me.lblProcessId1.Cursor = System.Windows.Forms.Cursors.Help
        Me.lblProcessId1.Location = New System.Drawing.Point(10, 89)
        Me.lblProcessId1.Name = "lblProcessId1"
        Me.lblProcessId1.Size = New System.Drawing.Size(61, 13)
        Me.lblProcessId1.TabIndex = 12
        Me.lblProcessId1.Text = "Process Id:"
        Me.tooltipHelp.SetToolTip(Me.lblProcessId1, resources.GetString("lblProcessId1.ToolTip"))
        '
        'lblThreadId
        '
        Me.lblThreadId.AutoSize = True
        Me.lblThreadId.Cursor = System.Windows.Forms.Cursors.Help
        Me.lblThreadId.Location = New System.Drawing.Point(10, 72)
        Me.lblThreadId.Name = "lblThreadId"
        Me.lblThreadId.Size = New System.Drawing.Size(58, 13)
        Me.lblThreadId.TabIndex = 10
        Me.lblThreadId.Text = "Thread Id:"
        Me.tooltipHelp.SetToolTip(Me.lblThreadId, "The unique ID of this thread. Note that thread ID numbers are reused;" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "they ident" & _
                "ify a thread only for the lifetime of that thread.")
        '
        'btnProcessProps
        '
        Me.btnProcessProps.Image = Global.javaSpy.My.Resources.Resources.process
        Me.btnProcessProps.Location = New System.Drawing.Point(292, 15)
        Me.btnProcessProps.Name = "btnProcessProps"
        Me.btnProcessProps.Size = New System.Drawing.Size(27, 24)
        Me.btnProcessProps.TabIndex = 9
        Me.btnProcessProps.UseVisualStyleBackColor = True
        '
        'txtAssembly
        '
        Me.txtAssembly.Location = New System.Drawing.Point(101, 15)
        Me.txtAssembly.Name = "txtAssembly"
        Me.txtAssembly.ReadOnly = True
        Me.txtAssembly.Size = New System.Drawing.Size(185, 21)
        Me.txtAssembly.TabIndex = 3
        '
        'lblAssembly
        '
        Me.lblAssembly.AutoSize = True
        Me.lblAssembly.Location = New System.Drawing.Point(10, 18)
        Me.lblAssembly.Name = "lblAssembly"
        Me.lblAssembly.Size = New System.Drawing.Size(56, 13)
        Me.lblAssembly.TabIndex = 2
        Me.lblAssembly.Text = "A&ssembly:"
        '
        '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(101, 306)
        Me.btnOk.Name = "btnOk"
        Me.btnOk.Size = New System.Drawing.Size(78, 23)
        Me.btnOk.TabIndex = 7
        Me.btnOk.Text = "OK"
        Me.btnOk.UseVisualStyleBackColor = True
        '
        'btnCancel
        '
        Me.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
        Me.btnCancel.Location = New System.Drawing.Point(185, 306)
        Me.btnCancel.Name = "btnCancel"
        Me.btnCancel.Size = New System.Drawing.Size(78, 23)
        Me.btnCancel.TabIndex = 8
        Me.btnCancel.Text = "Cancel"
        Me.btnCancel.UseVisualStyleBackColor = True
        '
        'btnApply
        '
        Me.btnApply.Enabled = False
        Me.btnApply.Location = New System.Drawing.Point(269, 306)
        Me.btnApply.Name = "btnApply"
        Me.btnApply.Size = New System.Drawing.Size(78, 23)
        Me.btnApply.TabIndex = 9
        Me.btnApply.Text = "&Apply"
        Me.btnApply.UseVisualStyleBackColor = True
        '
        'frmThreadProps
        '
        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(356, 338)
        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 = "frmThreadProps"
        Me.ShowInTaskbar = False
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
        Me.Text = "javaSpy :: Thread :: "
        Me.tabMain.ResumeLayout(False)
        Me.pageGeneral.ResumeLayout(False)
        Me.pageGeneral.PerformLayout()
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents tabMain As System.Windows.Forms.TabControl
    Friend WithEvents pageGeneral As System.Windows.Forms.TabPage
    Friend WithEvents txtAssembly As System.Windows.Forms.TextBox
    Friend WithEvents lblAssembly As System.Windows.Forms.Label
    Friend WithEvents btnProcessProps As System.Windows.Forms.Button
    Friend WithEvents lblWaitReason2 As System.Windows.Forms.Label
    Friend WithEvents lblWaitReason1 As System.Windows.Forms.Label
    Friend WithEvents lblThreadState2 As System.Windows.Forms.Label
    Friend WithEvents lblThreadState1 As System.Windows.Forms.Label
    Friend WithEvents lblProcessId2 As System.Windows.Forms.Label
    Friend WithEvents lblProcessId1 As System.Windows.Forms.Label
    Friend WithEvents lblThreadId As System.Windows.Forms.Label
    Friend WithEvents lblCPUTime2 As System.Windows.Forms.Label
    Friend WithEvents lblCPUTime1 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 cboPriority As System.Windows.Forms.ComboBox
    Friend WithEvents lblPriority As System.Windows.Forms.Label
    Friend WithEvents lblStartAddress2 As System.Windows.Forms.Label
    Friend WithEvents lblStartAddress1 As System.Windows.Forms.Label
    Friend WithEvents lblBasePriority2 As System.Windows.Forms.Label
    Friend WithEvents lblBasePriority1 As System.Windows.Forms.Label
    Friend WithEvents lblCurrentPriority2 As System.Windows.Forms.Label
    Friend WithEvents lblCurrentPriority1 As System.Windows.Forms.Label
    Friend WithEvents tooltipHelp As System.Windows.Forms.ToolTip
    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 linkThreadId As System.Windows.Forms.LinkLabel
End Class

Download frmThreadProps.Designer.vb

Back to file list


Back to project page