home *** CD-ROM | disk | FTP | other *** search
- '***********************************************************************
- ' Clock.rlz
- '
- ' Custom Control Sample Program
- '
- ' Copyright ⌐ 1991-1992 Computer Associates International, Inc.
- ' All rights reserved.
- '
- '***********************************************************************
-
- RUN "CCLib1"
-
- fontClock = FontQUnique
- FontNew(fontClock; "helv", 28, _Bold)
- FormNew(10)
- FormSetColor(_Yellow; _Background)
- FormSetColor(_Yellow; _Field)
- FormSetColor(_Blue; _Text)
- FormSetObject(20, _DigitalClock, "", fontClock, _Center, _Center)
- FormControl(_Show)
-