object ProcInfoForm: TProcInfoForm Left = 194 Top = 221 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Process Info' ClientHeight = 395 ClientWidth = 688 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False OnCreate = FormCreate OnDestroy = FormDestroy OnKeyPress = FormKeyPress DesignSize = ( 688 395) PixelsPerInch = 96 TextHeight = 13 object Grid1: TStringGrid Left = 6 Top = 8 Width = 674 Height = 381 Anchors = [akLeft, akTop, akRight, akBottom] ColCount = 2 TabOrder = 0 end end