home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / MFC / SAMPLES / SPEAKN / LESSONS.RC_ / LESSONS.RC
Encoding:
Text File  |  1993-02-08  |  1.3 KB  |  49 lines

  1.  
  2. // This is a part of the Microsoft Foundation Classes C++ library.
  3. // Copyright (C) 1992 Microsoft Corporation
  4. // All rights reserved.
  5. //
  6. // This source code is only intended as a supplement to the
  7. // Microsoft Foundation Classes Reference and Microsoft
  8. // QuickHelp and/or WinHelp documentation provided with the library.
  9. // See these sources for detailed information regarding the
  10. // Microsoft Foundation Classes product.
  11.  
  12.  
  13. /////////////////////////////////////////////////////////////////////////////
  14. // Lesson data - included by SPEAKN.RC
  15.  
  16. #ifdef APSTUDIO_INVOKED
  17. #error : Do not edit this file with App Studio - edit SPEAKN.RC instead
  18. #endif
  19.  
  20. SAMPLE1 lesson PRELOAD
  21. BEGIN
  22.     // list of target words
  23.     "DOG\0",
  24.     "PIG\0",
  25.     "FROG\0",
  26.     "TRAIN\0",
  27.     0 ; end of data
  28. END
  29.  
  30. ; DOG
  31. DOG                 bitmap      res\dog.dib
  32. DOG                 sound       res\dog.wav
  33.  
  34. ; PIG
  35. PIG                 bitmap      res\pig.dib
  36. PIG                 sound       res\pig.wav
  37.  
  38. ; FROG
  39. FROG                bitmap      res\frog.dib
  40. FROG                sound       res\frog.wav
  41.  
  42. ; TRAIN
  43. TRAIN               bitmap      res\train.dib
  44. TRAIN               sound       res\train.wav
  45.  
  46.  
  47. /////////////////////////////////////////////////////////////////////////////
  48.  
  49.