home *** CD-ROM | disk | FTP | other *** search
/ Internet Gallery / INTERGAL.bin / intergal / prgs / idv21 / data.z / Iavadraw.exe / 0 / RCDATA / TWATCH / TWATCH.txt
Text File  |  1996-12-20  |  1KB  |  65 lines

  1. object Watch: TWatch
  2.   Left = 149
  3.   Top = 102
  4.   Width = 470
  5.   Height = 349
  6.   Caption = 'Watch'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object WatchTree: TTreeView
  15.     Left = 0
  16.     Top = 121
  17.     Width = 462
  18.     Height = 201
  19.     Indent = 19
  20.     OnExpanding = WatchTreeExpanding
  21.     Align = alClient
  22.     ParentColor = False
  23.     TabOrder = 0
  24.   end
  25.   object Panel1: TPanel
  26.     Left = 0
  27.     Top = 0
  28.     Width = 462
  29.     Height = 121
  30.     Align = alTop
  31.     BevelInner = bvLowered
  32.     TabOrder = 1
  33.     object Label1: TLabel
  34.       Left = 8
  35.       Top = 8
  36.       Width = 44
  37.       Height = 13
  38.       Caption = 'Callback:'
  39.     end
  40.     object Label2: TLabel
  41.       Left = 240
  42.       Top = 8
  43.       Width = 24
  44.       Height = 13
  45.       Caption = 'Print:'
  46.     end
  47.     object CallbackMemo: TMemo
  48.       Left = 8
  49.       Top = 20
  50.       Width = 221
  51.       Height = 89
  52.       ScrollBars = ssBoth
  53.       TabOrder = 0
  54.     end
  55.     object PrintMemo: TMemo
  56.       Left = 240
  57.       Top = 20
  58.       Width = 209
  59.       Height = 89
  60.       ScrollBars = ssBoth
  61.       TabOrder = 1
  62.     end
  63.   end
  64. end
  65.