home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / zkuste / delphi / kompon / d56 / MSYSINFO.ZIP / Demos / GUI / ProcessProps.dfm < prev    next >
Text File  |  2002-01-04  |  17KB  |  616 lines

  1. object propProcess: TpropProcess
  2.   Left = 0
  3.   Top = 0
  4.   Width = 391
  5.   Height = 428
  6.   Font.Charset = DEFAULT_CHARSET
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'Tahoma'
  10.   Font.Style = []
  11.   ParentFont = False
  12.   TabOrder = 0
  13.   object pc: TPageControl
  14.     Left = 0
  15.     Top = 0
  16.     Width = 391
  17.     Height = 428
  18.     Cursor = crHandPoint
  19.     ActivePage = tsGeneral
  20.     Align = alClient
  21.     HotTrack = True
  22.     TabOrder = 0
  23.     object tsGeneral: TTabSheet
  24.       Caption = ' General '
  25.       object Panel1: TPanel
  26.         Left = 0
  27.         Top = 0
  28.         Width = 383
  29.         Height = 400
  30.         Align = alClient
  31.         BevelOuter = bvNone
  32.         BorderWidth = 5
  33.         TabOrder = 0
  34.         object Image1: TImage
  35.           Left = 20
  36.           Top = 20
  37.           Width = 32
  38.           Height = 32
  39.           AutoSize = True
  40.           Center = True
  41.           Picture.Data = {
  42.             055449636F6E0000010001002020040000000000E80200001600000028000000
  43.             2000000040000000010004000000000000020000000000000000000000000000
  44.             0000000000000000000080000080000000808000800000008000800080800000
  45.             80808000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000
  46.             FFFFFF0000000000000000000000000000000000000000000000000000000000
  47.             0000000000000000000000000000000000000000000000000000000000007077
  48.             0000000000000000000000000000707707000000000000000000000000077BB8
  49.             B770000007777777777777777777B8BB8B7700000000000000000000000B8B00
  50.             B8B000000FFFFFFFFFFFFFFF0778B0FF0BB770000FFFFF7777F7777F077BB0FF
  51.             0B8770000FFFFFFFFFFFFFFFF00B8B00B8B000000F000F7777F7777F7777B8BB
  52.             8B7700000FFFFFFFFFFFFFFFFF077B8BB77000000FF0FFFFFFFFFFFFFF007077
  53.             070000000F000F777777777777777077000000000FF0FFFFFFFFFFFFFFFFF000
  54.             087000000FFFFF777777777777777777F07000000FF0FFFFFFFFFFFFFFFFFFFF
  55.             F07000000F000F777777777777777777F07000000FF0FFFFFFFFFFFFFFFFFFFF
  56.             F07000000FFFFF7777F7777F77777777F07000000FFFFFFFFFFFFFFFFFFFFFFF
  57.             F07000000FFFFF7777F7777F77777777F07000000FFFFFFFFFFFFFFFFFFFFFFF
  58.             F07000000F000F7777F7777F77777777F07000000FFFFFFFFFFFFFFFFFFFFFFF
  59.             F07000000FF0FFFFFFFFFFFFFFFFFFFFF07000000F000F777777777777777777
  60.             F07000000FF0FFFFFFFFFFFFFFFFFFFFF07000000FFFFFFFFFFFFFFFFFFFFFFF
  61.             F070000000000000000000000000000000700000000000000000000000000000
  62.             00000000FFFFFFFFFFFFFFFFFFFFF87FFFFFF01FFFFFC007FFFFC00780000003
  63.             000000030000000100000001000000030000000300000007000000070000001F
  64.             0000001F0000001F0000001F0000001F0000001F0000001F0000001F0000001F
  65.             0000001F0000001F0000001F0000001F0000001F0000001F0000001F0000001F
  66.             0000003F}
  67.         end
  68.         object Bevel1: TBevel
  69.           Left = 9
  70.           Top = 259
  71.           Width = 364
  72.           Height = 3
  73.           Anchors = [akLeft, akTop, akRight]
  74.           Shape = bsTopLine
  75.         end
  76.         object Bevel2: TBevel
  77.           Left = 9
  78.           Top = 178
  79.           Width = 364
  80.           Height = 3
  81.           Anchors = [akLeft, akTop, akRight]
  82.           Shape = bsTopLine
  83.         end
  84.         object Bevel3: TBevel
  85.           Left = 10
  86.           Top = 67
  87.           Width = 364
  88.           Height = 3
  89.           Anchors = [akLeft, akTop, akRight]
  90.           Shape = bsTopLine
  91.         end
  92.         object lPID: TLabel
  93.           Left = 54
  94.           Top = 87
  95.           Width = 21
  96.           Height = 13
  97.           Alignment = taRightJustify
  98.           Caption = 'PID:'
  99.           FocusControl = stPID
  100.         end
  101.         object Label2: TLabel
  102.           Left = 29
  103.           Top = 117
  104.           Width = 46
  105.           Height = 13
  106.           Alignment = taRightJustify
  107.           Caption = 'Filename:'
  108.           FocusControl = eFile
  109.         end
  110.         object lHandles: TLabel
  111.           Left = 32
  112.           Top = 235
  113.           Width = 42
  114.           Height = 13
  115.           Alignment = taRightJustify
  116.           Caption = 'Handles:'
  117.           FocusControl = stHandles
  118.         end
  119.         object lThreads: TLabel
  120.           Left = 31
  121.           Top = 215
  122.           Width = 43
  123.           Height = 13
  124.           Alignment = taRightJustify
  125.           Caption = 'Threads:'
  126.           FocusControl = stThreads
  127.         end
  128.         object lModules: TLabel
  129.           Left = 31
  130.           Top = 194
  131.           Width = 43
  132.           Height = 13
  133.           Alignment = taRightJustify
  134.           Caption = 'Modules:'
  135.           FocusControl = stModules
  136.         end
  137.         object lPriority: TLabel
  138.           Left = 36
  139.           Top = 274
  140.           Width = 38
  141.           Height = 13
  142.           Alignment = taRightJustify
  143.           Caption = 'Priority:'
  144.           FocusControl = stPriority
  145.         end
  146.         object lPPID: TLabel
  147.           Left = 18
  148.           Top = 294
  149.           Width = 56
  150.           Height = 13
  151.           Alignment = taRightJustify
  152.           Caption = 'Parent PID:'
  153.           FocusControl = stPPID
  154.         end
  155.         object lHeapID: TLabel
  156.           Left = 31
  157.           Top = 314
  158.           Width = 43
  159.           Height = 13
  160.           Alignment = taRightJustify
  161.           Caption = ' HeapID:'
  162.           FocusControl = stHeapID
  163.         end
  164.         object stHandles: TStaticText
  165.           Left = 79
  166.           Top = 235
  167.           Width = 67
  168.           Height = 17
  169.           Caption = 'Not Available'
  170.           TabOrder = 8
  171.         end
  172.         object stName: TEdit
  173.           Left = 70
  174.           Top = 28
  175.           Width = 215
  176.           Height = 17
  177.           Anchors = [akLeft, akTop, akRight]
  178.           BorderStyle = bsNone
  179.           Font.Charset = EASTEUROPE_CHARSET
  180.           Font.Color = clWindowText
  181.           Font.Height = -11
  182.           Font.Name = 'Tahoma'
  183.           Font.Style = [fsBold]
  184.           ParentColor = True
  185.           ParentFont = False
  186.           ReadOnly = True
  187.           TabOrder = 2
  188.         end
  189.         object stPID: TStaticText
  190.           Left = 80
  191.           Top = 87
  192.           Width = 67
  193.           Height = 17
  194.           Caption = 'Not Available'
  195.           TabOrder = 3
  196.         end
  197.         object stThreads: TStaticText
  198.           Left = 79
  199.           Top = 215
  200.           Width = 67
  201.           Height = 17
  202.           Caption = 'Not Available'
  203.           TabOrder = 4
  204.         end
  205.         object stModules: TStaticText
  206.           Left = 79
  207.           Top = 194
  208.           Width = 67
  209.           Height = 17
  210.           Caption = 'Not Available'
  211.           TabOrder = 5
  212.         end
  213.         object stPriority: TStaticText
  214.           Left = 79
  215.           Top = 274
  216.           Width = 67
  217.           Height = 17
  218.           Caption = 'Not Available'
  219.           TabOrder = 6
  220.         end
  221.         object stPPID: TStaticText
  222.           Left = 79
  223.           Top = 294
  224.           Width = 67
  225.           Height = 17
  226.           Caption = 'Not Available'
  227.           TabOrder = 7
  228.         end
  229.         object eFile: TEdit
  230.           Left = 80
  231.           Top = 113
  232.           Width = 289
  233.           Height = 21
  234.           Anchors = [akLeft, akTop, akRight]
  235.           Color = clBtnFace
  236.           ParentShowHint = False
  237.           ReadOnly = True
  238.           ShowHint = True
  239.           TabOrder = 0
  240.           Text = 'Not Available'
  241.         end
  242.         object bProcProps: TButton
  243.           Left = 292
  244.           Top = 138
  245.           Width = 78
  246.           Height = 24
  247.           Cursor = crHandPoint
  248.           Anchors = [akTop, akRight]
  249.           Caption = '&Properties...'
  250.           TabOrder = 1
  251.           OnClick = cmProcProps
  252.         end
  253.         object stHeapID: TStaticText
  254.           Left = 79
  255.           Top = 314
  256.           Width = 67
  257.           Height = 17
  258.           Caption = 'Not Available'
  259.           TabOrder = 9
  260.         end
  261.         object bKill: TButton
  262.           Left = 292
  263.           Top = 24
  264.           Width = 78
  265.           Height = 24
  266.           Cursor = crHandPoint
  267.           Anchors = [akTop, akRight]
  268.           Caption = '&Terminate...'
  269.           TabOrder = 10
  270.           OnClick = cmKill
  271.         end
  272.       end
  273.     end
  274.     object tsPerformance: TTabSheet
  275.       Caption = ' Performance '
  276.       ImageIndex = 1
  277.       object Panel2: TPanel
  278.         Left = 0
  279.         Top = 0
  280.         Width = 383
  281.         Height = 400
  282.         Align = alClient
  283.         BevelInner = bvLowered
  284.         BevelOuter = bvNone
  285.         BorderWidth = 5
  286.         Caption = ' '
  287.         TabOrder = 0
  288.         object lvPerf: TListView
  289.           Left = 6
  290.           Top = 6
  291.           Width = 371
  292.           Height = 388
  293.           Align = alClient
  294.           BorderStyle = bsNone
  295.           Columns = <
  296.             item
  297.               Caption = 'Item'
  298.               Width = 150
  299.             end
  300.             item
  301.               Alignment = taRightJustify
  302.               Caption = 'Current Value'
  303.               Width = 100
  304.             end>
  305.           ColumnClick = False
  306.           HotTrackStyles = [htHandPoint, htUnderlineHot]
  307.           ReadOnly = True
  308.           RowSelect = True
  309.           TabOrder = 0
  310.           ViewStyle = vsReport
  311.         end
  312.       end
  313.     end
  314.     object tsMemory: TTabSheet
  315.       Caption = ' Memory '
  316.       ImageIndex = 2
  317.       object Panel3: TPanel
  318.         Left = 0
  319.         Top = 0
  320.         Width = 383
  321.         Height = 400
  322.         Align = alClient
  323.         BevelInner = bvLowered
  324.         BevelOuter = bvNone
  325.         BorderWidth = 5
  326.         Caption = ' '
  327.         TabOrder = 0
  328.         object Splitter1: TSplitter
  329.           Left = 6
  330.           Top = 224
  331.           Width = 371
  332.           Height = 3
  333.           Cursor = crVSplit
  334.           Align = alBottom
  335.         end
  336.         object lvMem: TListView
  337.           Left = 6
  338.           Top = 6
  339.           Width = 371
  340.           Height = 218
  341.           Align = alClient
  342.           BorderStyle = bsNone
  343.           Columns = <
  344.             item
  345.               Caption = 'Item'
  346.               Width = 125
  347.             end
  348.             item
  349.               Alignment = taRightJustify
  350.               Caption = 'Current Value'
  351.               Width = 100
  352.             end
  353.             item
  354.               Alignment = taRightJustify
  355.               Caption = 'Peak'
  356.               Width = 100
  357.             end>
  358.           ColumnClick = False
  359.           HotTrackStyles = [htHandPoint, htUnderlineHot]
  360.           ReadOnly = True
  361.           RowSelect = True
  362.           TabOrder = 0
  363.           ViewStyle = vsReport
  364.         end
  365.         object lvHeap: TListView
  366.           Left = 6
  367.           Top = 227
  368.           Width = 371
  369.           Height = 167
  370.           Align = alBottom
  371.           BorderStyle = bsNone
  372.           Columns = <
  373.             item
  374.               Caption = 'HeapID'
  375.               Width = 100
  376.             end
  377.             item
  378.               Caption = 'Status'
  379.               Width = 100
  380.             end>
  381.           ColumnClick = False
  382.           FlatScrollBars = True
  383.           HideSelection = False
  384.           HotTrackStyles = [htHandPoint, htUnderlineHot]
  385.           ReadOnly = True
  386.           TabOrder = 1
  387.           ViewStyle = vsReport
  388.         end
  389.       end
  390.     end
  391.     object tsModules: TTabSheet
  392.       Caption = ' Modules '
  393.       ImageIndex = 3
  394.       object Panel4: TPanel
  395.         Left = 0
  396.         Top = 0
  397.         Width = 383
  398.         Height = 365
  399.         Align = alClient
  400.         BevelInner = bvLowered
  401.         BevelOuter = bvNone
  402.         BorderWidth = 5
  403.         Caption = ' '
  404.         TabOrder = 0
  405.         object lvMods: TListView
  406.           Left = 6
  407.           Top = 6
  408.           Width = 371
  409.           Height = 353
  410.           Align = alClient
  411.           BorderStyle = bsNone
  412.           Columns = <
  413.             item
  414.               Caption = 'Name'
  415.               Width = 100
  416.             end
  417.             item
  418.               Caption = 'ID'
  419.               Width = 75
  420.             end
  421.             item
  422.               Alignment = taRightJustify
  423.               Caption = 'Entry Point'
  424.               Width = 80
  425.             end
  426.             item
  427.               Alignment = taRightJustify
  428.               Caption = 'Load Address'
  429.               Width = 80
  430.             end
  431.             item
  432.               Alignment = taRightJustify
  433.               Caption = 'Image Size [B]'
  434.               Width = 90
  435.             end
  436.             item
  437.               Alignment = taRightJustify
  438.               Caption = 'Base Size [B]'
  439.               Width = 75
  440.             end
  441.             item
  442.               Alignment = taRightJustify
  443.               Caption = 'Handle'
  444.             end
  445.             item
  446.               Alignment = taRightJustify
  447.               Caption = 'Global Usage'
  448.               Width = 75
  449.             end
  450.             item
  451.               Alignment = taRightJustify
  452.               Caption = 'Process Usage'
  453.               Width = 90
  454.             end
  455.             item
  456.               Caption = 'Filename'
  457.               Width = 200
  458.             end>
  459.           ColumnClick = False
  460.           HideSelection = False
  461.           HotTrackStyles = [htHandPoint, htUnderlineHot]
  462.           ReadOnly = True
  463.           RowSelect = True
  464.           TabOrder = 0
  465.           ViewStyle = vsReport
  466.           OnDblClick = cmModProps
  467.         end
  468.       end
  469.       object Panel6: TPanel
  470.         Left = 0
  471.         Top = 365
  472.         Width = 383
  473.         Height = 35
  474.         Align = alBottom
  475.         BevelOuter = bvNone
  476.         Caption = ' '
  477.         TabOrder = 1
  478.         object Panel7: TPanel
  479.           Left = 220
  480.           Top = 0
  481.           Width = 172
  482.           Height = 35
  483.           Align = alRight
  484.           BevelOuter = bvNone
  485.           Caption = ' '
  486.           TabOrder = 0
  487.           object bModProps: TButton
  488.             Left = 90
  489.             Top = 5
  490.             Width = 78
  491.             Height = 24
  492.             Cursor = crHandPoint
  493.             Caption = '&Properties...'
  494.             TabOrder = 0
  495.             OnClick = cmModProps
  496.           end
  497.         end
  498.         object ModsPanel: TPanel
  499.           Left = 0
  500.           Top = 0
  501.           Width = 120
  502.           Height = 35
  503.           Align = alLeft
  504.           BevelInner = bvLowered
  505.           BevelOuter = bvNone
  506.           BorderWidth = 8
  507.           TabOrder = 1
  508.         end
  509.       end
  510.     end
  511.     object tsThread: TTabSheet
  512.       Caption = ' Thread '
  513.       ImageIndex = 4
  514.       object Panel5: TPanel
  515.         Left = 0
  516.         Top = 0
  517.         Width = 383
  518.         Height = 365
  519.         Align = alClient
  520.         BevelInner = bvLowered
  521.         BevelOuter = bvNone
  522.         BorderWidth = 5
  523.         Caption = ' '
  524.         TabOrder = 0
  525.         object lvThds: TListView
  526.           Left = 6
  527.           Top = 6
  528.           Width = 371
  529.           Height = 353
  530.           Align = alClient
  531.           BorderStyle = bsNone
  532.           Columns = <
  533.             item
  534.               Caption = 'ID'
  535.               Width = 40
  536.             end
  537.             item
  538.               Alignment = taRightJustify
  539.               Caption = 'Status'
  540.               Width = 70
  541.             end
  542.             item
  543.               Alignment = taRightJustify
  544.               Caption = 'Priority Base'
  545.               Width = 75
  546.             end
  547.             item
  548.               Alignment = taRightJustify
  549.               Caption = 'Priority Delta'
  550.               Width = 75
  551.             end
  552.             item
  553.               Caption = 'Wait Reason'
  554.               Width = 100
  555.             end
  556.             item
  557.               Alignment = taRightJustify
  558.               Caption = 'Start Address'
  559.               Width = 90
  560.             end
  561.             item
  562.               Alignment = taRightJustify
  563.               Caption = 'Context Switches'
  564.               Width = 100
  565.             end
  566.             item
  567.               Caption = 'CPU Time'
  568.               Width = 70
  569.             end
  570.             item
  571.               Alignment = taRightJustify
  572.               Caption = 'Usage'
  573.             end>
  574.           ColumnClick = False
  575.           HotTrackStyles = [htHandPoint, htUnderlineHot]
  576.           ReadOnly = True
  577.           RowSelect = True
  578.           TabOrder = 0
  579.           ViewStyle = vsReport
  580.         end
  581.       end
  582.       object Panel8: TPanel
  583.         Left = 0
  584.         Top = 365
  585.         Width = 383
  586.         Height = 35
  587.         Align = alBottom
  588.         BevelOuter = bvNone
  589.         Caption = ' '
  590.         TabOrder = 1
  591.         object Panel9: TPanel
  592.           Left = 299
  593.           Top = 0
  594.           Width = 84
  595.           Height = 35
  596.           Align = alRight
  597.           BevelOuter = bvNone
  598.           Caption = ' '
  599.           TabOrder = 0
  600.         end
  601.         object ThdsPanel: TPanel
  602.           Left = 0
  603.           Top = 0
  604.           Width = 120
  605.           Height = 35
  606.           Align = alLeft
  607.           BevelInner = bvLowered
  608.           BevelOuter = bvNone
  609.           BorderWidth = 8
  610.           TabOrder = 1
  611.         end
  612.       end
  613.     end
  614.   end
  615. end
  616.