home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / system / processmeter / procmeter.exe / processmeter.exe / 0 / RCDATA / TPROCINFOFORM / TPROCINFOFORM.txt
Text File  |  2008-03-26  |  708b  |  35 lines

  1. object ProcInfoForm: TProcInfoForm
  2.   Left = 194
  3.   Top = 221
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Process Info'
  7.   ClientHeight = 395
  8.   ClientWidth = 688
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnKeyPress = FormKeyPress
  20.   DesignSize = (
  21.     688
  22.     395)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Grid1: TStringGrid
  26.     Left = 6
  27.     Top = 8
  28.     Width = 674
  29.     Height = 381
  30.     Anchors = [akLeft, akTop, akRight, akBottom]
  31.     ColCount = 2
  32.     TabOrder = 0
  33.   end
  34. end
  35.