home *** CD-ROM | disk | FTP | other *** search
/ Windows Shareware GOLD / NuclearComputingVol3No1.cdr / _bbs3 / f1530.zip / CLRTEST.DEF < prev    next >
Text File  |  1991-08-25  |  543b  |  21 lines

  1. ;--------------------
  2. ; Module definition file for CLRTEST.EXE -
  3. ;       a test of the color selector custom control
  4. ;
  5. ; (C) Scott Gourley/Clickon Software, 1991.
  6. ;--------------------
  7.  
  8. NAME            CLRTEST
  9.  
  10. DESCRIPTION     'Color selector control test (c) Clickon Software, 1991'
  11. EXETYPE         WINDOWS
  12. STUB            'WINSTUB.EXE'
  13. CODE            PRELOAD MOVEABLE DISCARDABLE
  14. DATA            PRELOAD MOVEABLE MULTIPLE
  15. HEAPSIZE        1024
  16. STACKSIZE       8192
  17. EXPORTS
  18.     WndProc
  19.     ClrTestDlgProc
  20.     AboutDlgProc
  21.