home *** CD-ROM | disk | FTP | other *** search
- object frmCountDown: TfrmCountDown
- Left = 151
- Top = 117
- HorzScrollBar.Visible = False
- BorderStyle = bsToolWindow
- Caption = 'Count down'
- ClientHeight = 33
- ClientWidth = 110
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ShowHint = True
- OnClick = Suspend
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object TimerCD: TTimer
- Enabled = False
- OnTimer = TimerCDTimer
- Left = 56
- Top = 4
- end
- end
-