home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / ctenari / Salas / 00.hdf / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  2002-04-26  |  969b  |  52 lines

  1. object Form1: TForm1
  2.   Left = 209
  3.   Top = 241
  4.   BorderStyle = bsNone
  5.   Caption = 'HAD PLUS'
  6.   ClientHeight = 323
  7.   ClientWidth = 492
  8.   Color = 5314315
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnActivate = FormActivate
  16.   OnClick = FormClick
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   OnMouseMove = FormMouseMove
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 232
  24.     Top = 96
  25.     Width = 6
  26.     Height = 13
  27.     Caption = '2'
  28.     Visible = False
  29.   end
  30.   object Timer1: TTimer
  31.     Enabled = False
  32.     Interval = 100
  33.     OnTimer = Timer1Timer
  34.     Left = 48
  35.     Top = 72
  36.   end
  37.   object Timer2: TTimer
  38.     Enabled = False
  39.     Interval = 500
  40.     OnTimer = Timer2Timer
  41.     Left = 96
  42.     Top = 64
  43.   end
  44.   object Timer3: TTimer
  45.     Enabled = False
  46.     Interval = 1
  47.     OnTimer = Timer3Timer
  48.     Left = 448
  49.     Top = 16
  50.   end
  51. end
  52.