home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / D3TRIAL / INSTALL / DATA.Z / TRCVIEW.DFM / TRCVIEW.txt
Text File  |  1997-05-12  |  526b  |  28 lines

  1. object TraceForm: TTraceForm
  2.   Left = 220
  3.   Top = 178
  4.   Width = 757
  5.   Height = 338
  6.   Caption = 'Debug Trace Information'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Style = []
  10.   KeyPreview = True
  11.   PixelsPerInch = 96
  12.   TextHeight = 11
  13.   object TraceData: TListBox
  14.     Left = 0
  15.     Top = 0
  16.     Width = 749
  17.     Height = 311
  18.     Align = alClient
  19.     Font.Color = clBlack
  20.     Font.Height = -11
  21.     Font.Style = []
  22.     ItemHeight = 11
  23.     ParentFont = False
  24.     TabOrder = 0
  25.     OnKeyPress = TraceDataKeyPress
  26.   end
  27. end
  28.