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

  1. object TraceForm: TTraceForm
  2.   Left = 450
  3.   Top = 418
  4.   Width = 630
  5.   Height = 470
  6.   Color = clBtnFace
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'Courier New'
  11.   Font.Style = []
  12.   OldCreateOrder = True
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 622
  21.     Height = 443
  22.     Align = alClient
  23.     BevelOuter = bvNone
  24.     TabOrder = 0
  25.     object Memo: TRichEdit
  26.       Left = 0
  27.       Top = 0
  28.       Width = 622
  29.       Height = 443
  30.       Align = alClient
  31.       PlainText = True
  32.       ScrollBars = ssVertical
  33.       TabOrder = 0
  34.     end
  35.   end
  36. end
  37.