TickingClock component for Borland Delphi
Copyright (C) 1996, by Jan Goyvaerts.
All rights reserved.
Version 1.1.0 * 21 Nov 1996

TTickingClock is a component descending from TGraphicControl that displays
an analog clock. You can use this clock as a dumb time display, but also as
a chronometer or as a device that displays system time.
The 32-bit version uses a separate thread to update the clock every second
and thus has a high precision. The 16-bit version of Delphi does not support
threads, so a TTimer component is used instead.

You may freely use this component in your public domain, freeware and
shareware applications without charge.
If you want to use this component in a commercial application, you must
contact the author first. Expensive software should not be built with free
components.

You may freely distribute the TikClock unit, as long as all files are
included in their unmodified form. Please do this by simply copying the zip
file.

If you have any questions, comments or anything else, don't hesitate to
contact the author at johnfg@tornado.be
Please feel free to visit my homepage at http://www.tornado.be/~johnfg/ and
download my other components and software.

TIKCLK16 contains the 16-bit versions of the .dcu and .dcr files.
TIKCLK32 contains the 32-bit versions of the .dcu and .dcr files.

Happy programming!
John.