home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / bc45 / docview.pak / DVLOADER.RC < prev    next >
Text File  |  1997-07-23  |  391b  |  15 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1993 by Borland International
  3. //   Resources for doc/view loader document
  4. //----------------------------------------------------------------------------
  5. #define IDS_DVLOADED  25880
  6.  
  7. #ifdef RC_INVOKED 
  8.  
  9. STRINGTABLE 
  10. {
  11.  IDS_DVLOADED, "Document/view loaded"
  12. }
  13.  
  14. #endif
  15.