home *** CD-ROM | disk | FTP | other *** search
- ;--------------------
- ; Module definition file for CLRTEST.EXE -
- ; a test of the color selector custom control
- ;
- ; (C) Scott Gourley/Clickon Software, 1991.
- ;--------------------
-
- NAME CLRTEST
-
- DESCRIPTION 'Color selector control test (c) Clickon Software, 1991'
- EXETYPE WINDOWS
- STUB 'WINSTUB.EXE'
- CODE PRELOAD MOVEABLE DISCARDABLE
- DATA PRELOAD MOVEABLE MULTIPLE
- HEAPSIZE 1024
- STACKSIZE 8192
- EXPORTS
- WndProc
- ClrTestDlgProc
- AboutDlgProc
-