home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / mm / doubplay / doubplay.rc < prev    next >
Text File  |  1999-05-11  |  2KB  |  71 lines

  1.  
  2. /*************************************************************************
  3.  * File Name    : DOUBPLAY.RC
  4.  *
  5.  * Description  : This is the resource file for Double Buffering Playlist
  6.  *                program.
  7.  *
  8.  * Concepts     : See the C source file for this program.
  9.  *
  10.  * MMPM/2 API's : See the C source file for this program.
  11.  *
  12.  * Required
  13.  *    Files     : See the C source file for this program.
  14.  *
  15.  * Copyright (C) IBM 1993
  16.  *************************************************************************/
  17.  
  18. #define  INCL_WIN
  19. #define  INCL_PM
  20. #define  INCL_DOS
  21.  
  22. #include <os2.h>
  23.  
  24. #include "doubplay.h"
  25.  
  26.  
  27. RCINCLUDE doubplay.dlg
  28.  
  29. ICON ID_ICON doubplay.ico
  30.  
  31. /*
  32.  * Bitmap's
  33.  */
  34.  
  35. BITMAP ID_BMP_PLAY0 LOADONCALL MOVEABLE DISCARDABLE PLAY0.BMP
  36. BITMAP ID_BMP_PLAY1 LOADONCALL MOVEABLE DISCARDABLE PLAY1.BMP
  37. BITMAP ID_BMP_PLAY2 LOADONCALL MOVEABLE DISCARDABLE PLAY2.BMP
  38. BITMAP ID_BMP_PLAY3 LOADONCALL MOVEABLE DISCARDABLE PLAY3.BMP
  39. BITMAP ID_BMP_PLAY4 LOADONCALL MOVEABLE DISCARDABLE PLAY4.BMP
  40.  
  41.  
  42. BITMAP ID_BMP_STOP0 LOADONCALL MOVEABLE DISCARDABLE STOP.BMP
  43.  
  44. STRINGTABLE
  45. {
  46.    IDS_MAIN_WINDOW_TITLE,
  47.    "Double Buffering Playlist Sample"
  48.  
  49.    IDS_ERROR_TITLE,
  50.    "Double Buffering Playlist Utility Error"
  51.  
  52.    IDS_WAVE_FILE,
  53.    "DOUBPLAY.WAV"
  54.  
  55.    IDS_CANT_PROCESS_MESSAGE,
  56.    "The selected action could not be processed at the time it was requested."
  57.    "  Please retry the action."
  58.  
  59.    IDS_CANT_CREATE_SEMAPHORE,
  60.    "Failure to create event semaphore."
  61.    "  Please retry the action."
  62.  
  63.    IDS_CANT_OPEN_WAVE,
  64.    "The wave file could not be opened. Make sure the wave file exists in "
  65.    "the current directory.  Please retry the action."
  66.  
  67.    IDS_DEFAULT_SIZE,
  68.    "~Default Size"
  69. }
  70.  
  71.