home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cset21v6.zip / MMPM2TK / TK / DUET2 / DUET2.RC < prev    next >
Text File  |  1993-03-02  |  3KB  |  123 lines

  1. /*************************************************************************
  2.  * File Name    : DUET2.RC
  3.  *
  4.  * Description  : This is the resource file for the Duet Player 2 program.
  5.  *
  6.  * Concepts     : See the C source file for this program.
  7.  *
  8.  * MMPM/2 API's : See the C source file for this program.
  9.  *
  10.  * Required
  11.  *    Files     : See the C source file for this program.
  12.  *
  13.  * Copyright (C) IBM 1991, 1992, 1993
  14.  *************************************************************************/
  15.  
  16. #define  INCL_WIN
  17. #define  INCL_PM
  18. #define  INCL_DOS
  19.  
  20. #include <os2.h>
  21.  
  22. #include "duet2.h"
  23.  
  24. RCINCLUDE duet2.dlg
  25.  
  26. ICON ID_ICON duet2.ico
  27.  
  28. /*
  29.  * Bitmap's
  30.  */
  31.  
  32. BITMAP ID_BMP_PLAY0 LOADONCALL MOVEABLE DISCARDABLE PLAY0.BMP
  33. BITMAP ID_BMP_PLAY1 LOADONCALL MOVEABLE DISCARDABLE PLAY1.BMP
  34. BITMAP ID_BMP_PLAY2 LOADONCALL MOVEABLE DISCARDABLE PLAY2.BMP
  35. BITMAP ID_BMP_PLAY3 LOADONCALL MOVEABLE DISCARDABLE PLAY3.BMP
  36. BITMAP ID_BMP_PLAY4 LOADONCALL MOVEABLE DISCARDABLE PLAY4.BMP
  37.  
  38. BITMAP ID_BMP_PAUSE LOADONCALL MOVEABLE DISCARDABLE PAUSE.BMP
  39.  
  40. BITMAP ID_BMP_STOP LOADONCALL MOVEABLE DISCARDABLE STOP.BMP
  41.  
  42. /*
  43.  * Help Table Definition.
  44.  *
  45.  * The help table definition for the dialog window.
  46.  */
  47.  
  48. HELPTABLE ID_DUET_HELPTABLE
  49. {
  50.    HELPITEM ID_DLG_MAIN,   0,                      0
  51.    HELPITEM ID_MESSAGEBOX, ID_SUBTABLE_MESSAGEBOX, ID_MESSAGEBOX
  52. }
  53.  
  54. HELPSUBTABLE ID_SUBTABLE_MESSAGEBOX
  55. {
  56. }
  57.  
  58.  
  59. /*
  60.  * String Table Definition.
  61.  */
  62. STRINGTABLE
  63. {
  64.   IDS_PROGRAM_TITLE,
  65.   "Duet Player II"
  66.  
  67.   IDS_HELP_CREATION_FAILED,
  68.    "Help could not be initialized for Duet Player II.  Help will not be "
  69.    "available."
  70.  
  71.   IDS_CANT_PROCESS_MESSAGE,
  72.   "The selected action could not be processed at the time it was requested."
  73.   "  Please retry the action."
  74.  
  75.   IDS_UNKNOWN,
  76.   "An error occurred while processing the duet."
  77.  
  78.   IDS_DUET_PLAYER_ERROR,
  79.   "Duet Player Error"
  80.  
  81.   IDS_CANNOT_FIND_AUDIO_FILE,
  82.   "The audio file cannot be found."
  83.  
  84.   IDS_NO_DUET_SELECTED,
  85.   "No duet is selected"
  86.  
  87.   IDS_CANNOT_MAKE_GROUP,
  88.   "An error occurred while processing the duet."
  89.  
  90.   IDS_NO_CD_PLAYER,
  91.   "The duet cannot be played.  Make sure that there is a CD player attached "
  92.   "to the system and configured properly, then retry."
  93.  
  94.   IDS_NO_DISC_IN_CD,
  95.   "The duet cannot be played.  Make sure that there is a CD in the device, "
  96.   "then retry."
  97.  
  98.   IDS_DISC_IS_NOT_READABLE,
  99.   "The duet cannot be played.  The CD in the device is not readable."
  100.  
  101.   IDS_HELP_WINDOW_TITLE,
  102.   "Duet Player Help"
  103.  
  104.   IDS_HELP_LIBRARY_NAME,
  105.   "duet2.hlp"
  106.  
  107.   IDS_HELP_WAVEFILE,
  108.   "duethelp.wav"
  109.  
  110.  
  111.   /* Following are the strings for the duet titles and filenames */
  112.  
  113.   IDS_DUET_1_TITLE,
  114.   "Sample Duet"
  115.  
  116.   IDS_DUET_1_PART2_FILE,
  117.   "duet2.wav"
  118.  
  119.   IDS_DEFAULTSIZE
  120.   "~Default Size"
  121. }
  122.  
  123.