home *** CD-ROM | disk | FTP | other *** search
/ On Hand / On_Hand_From_Softbank_1994_Release_2_Disc_2_1994.iso / 00202 / s / disk1 / pal.de_ / pal.bin
Text File  |  1993-04-28  |  926b  |  28 lines

  1. ;----------------------------------------------------------------------------
  2. ;           Copyright (C) 1992-93, Microsoft Corporation
  3. ;
  4. ; You have a royalty-free right to use, modify, reproduce and distribute
  5. ; the Sample Custom Control Files (and/or any modified version) in any way
  6. ; you find useful, provided that you agree that Microsoft has no warranty,
  7. ; obligation or liability for any Custom Control File.
  8. ;----------------------------------------------------------------------------
  9. ; Pal.def - module definition file for PAL.VBX custom control
  10. ;----------------------------------------------------------------------------
  11.  
  12. LIBRARY     PAL
  13. EXETYPE     WINDOWS
  14. DESCRIPTION    'Visual Basic Palette Custom Control'
  15.  
  16. CODE        MOVEABLE
  17. DATA        MOVEABLE SINGLE
  18.  
  19. HEAPSIZE    2048
  20.  
  21. EXPORTS
  22.     WEP    @1    RESIDENTNAME
  23.  
  24. SEGMENTS
  25.     WEP_TEXT FIXED
  26.  
  27. ;----------------------------------------------------------------------------
  28.