home *** CD-ROM | disk | FTP | other *** search
- '***********************************************************************
- ' Lines.rlz
- '
- ' Custom Control Sample Program
- '
- ' Copyright ⌐ 1991-1992 Computer Associates International, Inc.
- ' All rights reserved.
- '
- '***********************************************************************
-
- RUN "CCLib1"
-
- FormNew(10; "Lines", _Size + _Title + _Close)
- FormSetObject(20, _Lines, "", 5 pct, 5 pct, 90 pct, 70 pct)
- FormSetObject(30, _Lines, "", 5 pct, 80 pct, 15 pct, 15 pct)
- FormSetObject(40, _Lines, "", 80 pct, 80 pct, 15 pct, 15 pct)
- FormControl(_Show)
-
- FormNew(20; "Form Filling Lines", _Size + _Title + _Close)
- FormControl(_Size; 40 pct, 40 pct)
- FormSetObject(50, _Lines, "", _Center, _Center, 100 pct, 100 pct; _FillForm)
- FormControl(_Show)
-