home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / amiiprog.zip / MCISTRNG.RC < prev    next >
Text File  |  1992-05-26  |  4KB  |  170 lines

  1. /*************************************************************************
  2.  * File Name   : MCISTRNG.RC
  3.  *
  4.  * Description : This is the resource file for the MCISTRNG 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 October 1991
  14.  *************************************************************************/
  15.  
  16. #define  INCL_WIN
  17. #define  INCL_PM
  18. #define  INCL_DOS
  19. #include <os2.h>
  20.  
  21. #include "MCISTRNG.H"
  22.  
  23. RCINCLUDE MCISTRNG.DLG
  24.  
  25. ICON ID_ICON MCISTRNG.ICO
  26.  
  27. /*
  28.  * Help Table Definitions.
  29.  *
  30.  * The help table definition for the dialog windows.
  31.  * - Main
  32.  * - Include
  33.  * - Display
  34.  */
  35.  
  36. HELPTABLE ID_MCI_STRING_MAIN_DIALOG_HELPTABLE
  37. {
  38.     HELPITEM ID_MAIN_DIALOG_BOX,      0,                   0
  39.     HELPITEM ID_MESSAGE_BOX,          SUBTABLE_MESSAGEBOX, ID_MESSAGE_BOX
  40. }
  41.  
  42. HELPTABLE ID_MCI_STRING_DISPLAY_DIALOG_HELPTABLE
  43. {
  44.     HELPITEM ID_DISPLAY_DIALOG_BOX,   0,                   0
  45.     HELPITEM ID_MESSAGE_BOX,          SUBTABLE_MESSAGEBOX, ID_MESSAGE_BOX
  46. }
  47.  
  48. HELPTABLE ID_MCI_STRING_INCLUDE_DIALOG_HELPTABLE
  49. {
  50.     HELPITEM ID_INCLUDE_DIALOG_BOX,   0,                   0
  51.     HELPITEM ID_MESSAGE_BOX,          SUBTABLE_MESSAGEBOX, ID_MESSAGE_BOX
  52. }
  53.  
  54. HELPSUBTABLE SUBTABLE_MESSAGEBOX
  55. {
  56. }
  57.  
  58.  
  59. /*
  60.  * String Table Definition.
  61.  */
  62. STRINGTABLE
  63. {
  64.    IDS_MAIN_WINDOW_TITLE,
  65.    "Media Control Interface String Test"
  66.  
  67.    IDS_MAIN_HELP_WINDOW_TITLE,
  68.    "String Test Help Window"
  69.  
  70.    IDS_INCLUDE_HELP_WINDOW_TITLE,
  71.    "Include Messages Help Window"
  72.  
  73.    IDS_DISPLAY_HELP_WINDOW_TITLE,
  74.    "Display Messages Help Window"
  75.  
  76.    IDS_NORMAL_ERROR_MESSAGE_BOX_TEXT,
  77.    "String Test Error"
  78.  
  79.    IDS_MAIN_HELP_CREATION_FAILED,
  80.    "Help could not be initialized for the Media Control "
  81.    "Interface String Test window.  Help will not be "
  82.    "available."
  83.  
  84.    IDS_INCLUDE_HELP_CREATION_FAILED,
  85.    "Help could not be initialized for the Include window.  Help will not "
  86.    "be available."
  87.  
  88.    IDS_DISPLAY_HELP_CREATION_FAILED,
  89.    "Help could not be initialized for the Display Messages window.  Help "
  90.    "will not be available."
  91.  
  92.    IDS_MAIN_HELP_LIBRARY_FILE,
  93.    "MCISTR1.HLP"
  94.  
  95.    IDS_DISPLAY_HELP_LIBRARY_FILE,
  96.    "MCISTR2.HLP"
  97.  
  98.    IDS_INCLUDE_HELP_LIBRARY_FILE
  99.    "MCISTR3.HLP"
  100.  
  101.    IDS_MCI_STRING_HAS_NO_SIZE,
  102.    "The Send String entry field is blank.  Please type a valid string "
  103.    "command and retry."
  104.  
  105.    IDS_MCI_GETTING_STRING_ERROR_FAILED,
  106.    "The specified string command was not a valid command. "
  107.    "Please type a valid string command and retry."
  108.  
  109.    IDS_ALL_CHECKBOXES_ARE_FALSE,
  110.    "No check boxes are selected.  No notification messages will be displayed "
  111.    "in the Display Messages dialog window."
  112.  
  113.    IDS_MM_MCINOTIFY,
  114.    "MM_MCINOTIFY"
  115.  
  116.    IDS_MM_MCIPASSDEVICE,
  117.    "MM_MCIPASSDEVICE"
  118.  
  119.    IDS_MM_MCIPOSITIONCHANGE,
  120.    "MM_MCIPOSITIONCHANGE"
  121.  
  122.    IDS_MM_MCIEVENT,
  123.    "MM_MCIEVENT"
  124.  
  125.    IDS_MM_MCICUEPOINT,
  126.    "MM_MCICUEPOINT"
  127.  
  128.    IDS_MM_MCIPLAYLISTMESSAGE,
  129.    "MM_MCIPLAYLISTMESSAGE"
  130.  
  131.    IDS_MCI_NOTIFY_SUCCESSFUL,
  132.    "   MCI_NOTIFY_SUCCESSFUL"
  133.  
  134.    IDS_MCI_NOTIFY_SUPERSEDED,
  135.    "   MCI_NOTIFY_SUPERSEDED"
  136.  
  137.    IDS_MCI_NOTIFY_ABORTED,
  138.    "   MCI_NOTIFY_ABORTED"
  139.  
  140.    IDS_MCI_NOTIFY_ERROR,
  141.    "   MCI_NOTIFY_ERROR = "
  142.  
  143.    IDS_DEVICE_ID
  144.    "   Device ID = "
  145.  
  146.    IDS_USER_PARM
  147.    "   User parameter = "
  148.  
  149.    IDS_GAINING_USE
  150.    "   Gaining use of device"
  151.  
  152.    IDS_LOSING_USE
  153.    "   Losing use of device"
  154.  
  155.    IDS_TIME
  156.    "   Time = "
  157.  
  158.    IDS_CMD_MSG
  159.    "   Command message was "
  160.  
  161.    IDS_DEFAULTSIZE
  162.    "~Default Size"
  163.  
  164.    IDS_RETURN_STRING
  165.    "Return string = "
  166.  
  167.    IDS_UNKNOWN
  168.    " UNKNOWN"
  169. }
  170.