home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / Chip_2000-01_cd.bin / oddech / hry / click / click.exe / 0 / RCDATA / TFRMCOUNTDOWN / TFRMCOUNTDOWN.txt
Encoding:
Text File  |  1999-03-07  |  564 b   |  28 lines

  1. object frmCountDown: TfrmCountDown
  2.   Left = 151
  3.   Top = 117
  4.   HorzScrollBar.Visible = False
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Count down'
  7.   ClientHeight = 33
  8.   ClientWidth = 110
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   ShowHint = True
  16.   OnClick = Suspend
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object TimerCD: TTimer
  22.     Enabled = False
  23.     OnTimer = TimerCDTimer
  24.     Left = 56
  25.     Top = 4
  26.   end
  27. end
  28.