home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / Chip_2000-08_cd1.bin / sharewar / alteam / tsetup.exe / %WEBENTRYDIR% / Alexmsg.exe / 0 / RCDATA / TTRACEFORM / TTRACEFORM.txt
Encoding:
Text File  |  2000-06-20  |  713 b   |  39 lines

  1. object TraceForm: TTraceForm
  2.   Left = 888
  3.   Top = 567
  4.   Width = 630
  5.   Height = 329
  6.   Font.Color = clBlack
  7.   Font.Height = -13
  8.   Font.Name = 'Courier New'
  9.   Font.Style = []
  10.   PixelsPerInch = 120
  11.   Scaled = False
  12.   OnCreate = FormCreate
  13.   TextHeight = 16
  14.   object Panel1: TPanel
  15.     Left = 0
  16.     Top = 0
  17.     Width = 622
  18.     Height = 302
  19.     Align = alClient
  20.     BevelInner = bvLowered
  21.     BevelOuter = bvLowered
  22.     TabOrder = 0
  23.     object Memo: TMemo
  24.       Left = 2
  25.       Top = 2
  26.       Width = 618
  27.       Height = 298
  28.       Align = alClient
  29.       BorderStyle = bsNone
  30.       Lines.Strings = (
  31.         '')
  32.       ReadOnly = True
  33.       ScrollBars = ssVertical
  34.       TabOrder = 0
  35.       WantTabs = True
  36.     end
  37.   end
  38. end
  39.