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

  1. ;----------------------------------------------------------------------------
  2. ;           Copyright (C) 1991-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. ; Circ2.def - module definition file for CIRC2.VBX custom control
  10. ;----------------------------------------------------------------------------
  11.  
  12. LIBRARY     CIRC2
  13. EXETYPE         WINDOWS
  14. DESCRIPTION    'Visual Basic Circ2 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.