home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kompon / d56 / MSYSINFO.ZIP / Demos / GUI / PL.dfm < prev    next >
Text File  |  2001-06-25  |  3KB  |  128 lines

  1. object frmPerfLib: TfrmPerfLib
  2.   Left = 282
  3.   Top = 335
  4.   Width = 528
  5.   Height = 406
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Performance Counters'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Splitter1: TSplitter
  19.     Left = 255
  20.     Top = 0
  21.     Width = 3
  22.     Height = 360
  23.     Cursor = crHSplit
  24.   end
  25.   object Panel1: TPanel
  26.     Left = 258
  27.     Top = 0
  28.     Width = 262
  29.     Height = 360
  30.     Align = alClient
  31.     BevelInner = bvLowered
  32.     BevelOuter = bvNone
  33.     BorderWidth = 5
  34.     Caption = ' '
  35.     TabOrder = 0
  36.     object Box: TListBox
  37.       Left = 6
  38.       Top = 24
  39.       Width = 250
  40.       Height = 330
  41.       Align = alClient
  42.       BorderStyle = bsNone
  43.       ItemHeight = 13
  44.       TabOrder = 0
  45.     end
  46.     object Panel6: TPanel
  47.       Left = 6
  48.       Top = 6
  49.       Width = 250
  50.       Height = 18
  51.       Align = alTop
  52.       Alignment = taLeftJustify
  53.       BevelOuter = bvNone
  54.       BorderWidth = 5
  55.       Caption = 'Instances and Values'
  56.       Color = clGray
  57.       Font.Charset = DEFAULT_CHARSET
  58.       Font.Color = clWhite
  59.       Font.Height = -11
  60.       Font.Name = 'Tahoma'
  61.       Font.Style = []
  62.       ParentFont = False
  63.       TabOrder = 1
  64.     end
  65.   end
  66.   object Panel2: TPanel
  67.     Left = 0
  68.     Top = 0
  69.     Width = 255
  70.     Height = 360
  71.     Align = alLeft
  72.     BevelInner = bvLowered
  73.     BevelOuter = bvNone
  74.     BorderWidth = 5
  75.     Caption = ' '
  76.     TabOrder = 1
  77.     object Tree: TTreeView
  78.       Left = 6
  79.       Top = 24
  80.       Width = 243
  81.       Height = 330
  82.       Align = alClient
  83.       BorderStyle = bsNone
  84.       Indent = 19
  85.       ReadOnly = True
  86.       TabOrder = 0
  87.       OnChange = TreeChange
  88.       OnDblClick = TreeDblClick
  89.     end
  90.     object Panel4: TPanel
  91.       Left = 6
  92.       Top = 6
  93.       Width = 243
  94.       Height = 18
  95.       Align = alTop
  96.       Alignment = taLeftJustify
  97.       BevelOuter = bvNone
  98.       BorderWidth = 5
  99.       Caption = 'Counters'
  100.       Color = clGray
  101.       Font.Charset = DEFAULT_CHARSET
  102.       Font.Color = clWhite
  103.       Font.Height = -11
  104.       Font.Name = 'Tahoma'
  105.       Font.Style = []
  106.       ParentFont = False
  107.       TabOrder = 1
  108.     end
  109.   end
  110.   object sb: TStatusBar
  111.     Left = 0
  112.     Top = 360
  113.     Width = 520
  114.     Height = 19
  115.     Panels = <
  116.       item
  117.         Text = 'Performance Statistics for Win9x'
  118.         Width = 50
  119.       end>
  120.     SimplePanel = False
  121.   end
  122.   object Timer: TTimer
  123.     OnTimer = TimerTimer
  124.     Left = 116
  125.     Top = 110
  126.   end
  127. end
  128.