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

  1. /*************************************************************************
  2.  * File Name    : DUET1.RC
  3.  *
  4.  * Description  : This is the resource file for the Duet Player 1 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 "DUET1.H"
  23.  
  24. RCINCLUDE DUET1.DLG
  25.  
  26. ICON ID_ICON DUET1.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.  * String Table Definition.
  60.  */
  61. STRINGTABLE
  62. {
  63.   IDS_PROGRAM_TITLE,
  64.   "Duet Player I"
  65.  
  66.   IDS_HELP_CREATION_FAILED,
  67.   "Creation of Help failed.  Help will not be available."
  68.  
  69.   IDS_CANT_PROCESS_MESSAGE,
  70.   "The selected action could not be processed at the time it was requested."
  71.   "  Please retry the action."
  72.  
  73.   IDS_UNKNOWN,
  74.   "Unknown MCI Error"
  75.  
  76.   IDS_MCI_NOTIFY_ERROR,
  77.   "MCI Notify Error"
  78.  
  79.   IDS_DUET_PLAYER_ERROR,
  80.   "Duet Player Error"
  81.  
  82.   IDS_CANNOT_FIND_AUDIO_FILE,
  83.   "The audio file cannot be found."
  84.  
  85.   IDS_NO_DUET_SELECTED,
  86.   "No duet is selected"
  87.  
  88.   IDS_CANNOT_MAKE_GROUP,
  89.   "Cannot make group"
  90.  
  91.   IDS_HELP_WINDOW_TITLE,
  92.   "Duet Player Help"
  93.  
  94.   IDS_HELP_LIBRARY_NAME,
  95.   "duet1.hlp"
  96.  
  97.   IDS_HELP_WAVEFILE,
  98.   "duethelp.wav"
  99.  
  100.  
  101.   /* Following are the strings for the duet titles and filenames */
  102.  
  103.   IDS_DUET_1_TITLE,
  104.   "PS/2 IT (TM) Jam"
  105.  
  106.   IDS_DUET_1_PART1_FILE,
  107.   "ps2it1.wav"
  108.  
  109.   IDS_DUET_1_PART2_FILE,
  110.   "ps2it2.wav"
  111.  
  112.   IDS_DUET_2_TITLE,
  113.   "Light Rock"
  114.  
  115.   IDS_DUET_2_PART1_FILE,
  116.   "bod1.wav"
  117.  
  118.   IDS_DUET_2_PART2_FILE,
  119.   "bod2.wav"
  120.  
  121.   IDS_DUET_3_TITLE,
  122.   "Ode to Joy"
  123.  
  124.   IDS_DUET_3_PART1_FILE,
  125.   "ode1.wav"
  126.  
  127.   IDS_DUET_3_PART2_FILE,
  128.   "ode2.wav"
  129.  
  130.   IDS_DEFAULTSIZE
  131.   "~Default Size"
  132. }
  133.  
  134.