home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / me100.zip / sample.zip / notebook.Rc < prev    next >
Text File  |  1996-05-27  |  3KB  |  56 lines

  1. #include "notebook.h"
  2.  
  3. ICON        WND_MAIN notebook.ico
  4.  
  5. STRINGTABLE
  6. BEGIN
  7.     WND_MAIN,                           "General Settings"
  8.     TAB_1,                              "Com Port"
  9.     TAB_1_STAT,                         "Select Com Port and test Modem"
  10.     TAB_2,                              "Modem"
  11.     TAB_2_STAT,                         "Set Modem parameters"
  12.     TAB_3,                              "Program"
  13.     TAB_3_STAT,                         "Set various program parameters"
  14.     TAB_4,                              "Mailbox"
  15.     TAB_4_STAT,                         "Mailbox Settings and control"
  16.     MSG_PREMODEMTEST,                   "We're about to test your modem, press OK to continue or CANCEL to abort."
  17.     MSG_SENTTOMODEM,                    ">> "
  18.     MSG_GOTFROMMODEM,                   "<< "
  19.     MSG_MODEMTESTSTART,                 "---START TEST----------"
  20.     MSG_MODEMTESTEND,                   "----END TEST-----------"
  21.     MSG_MODEMTESTINIT,                  "Initializing Modem"
  22.     MSG_MODEMTESTQDEV,                  "Query device classes"
  23.     MSG_MODEMTESTQMOD,                  "Query Modem Model"
  24.     MSG_MODEMTESTQMAN,                  "Query Modem Manufacturer"
  25.     MSG_MODEMTESTQREV,                  "Query Modem EEPROM Revision"
  26.     MSG_MODEMTESTSDEV,                  "Setting Voice Class"
  27.     MSG_MODEMTESTQCOMP,                 "Query Compression Type"
  28.     MSG_MODEMTESTQDEV2,                 "Query Connected Devices"
  29.     MSG_ERR_COMOPEN,                    "Unable to open selected COM port"
  30.     MSG_ERR_GOTERROR,                   "Received an error from the modem"
  31.     MSG_ERR_GOTNOTHING,                 "The modem is not responding (it it turned on? Is there a modem?)"
  32.     MSG_TESTPASSED,                     "Congratulations, your modem is excellent!"
  33.     MSG_ERR_TESTABORT,                  "Test aborted"
  34.     MSG_ERR_FILEOPEN,                   "Error opening file"
  35.     MSG_WAITINGFORCALL,                 "Waiting for a call..."
  36.     MSG_MODEMANSWERSTART,               "---START ANSWER--------"
  37.     MSG_MODEMANSWEREND,                 "----END ANSWER---------"
  38.     MSG_MODEMSETDEV,                    "Set Modem Device to Voice"
  39.     MSG_MODEMSETSPEED,                  "Set Modem Speed"
  40.     MSG_MODEMSETSILENCEDET,             "Set Silence Detection"
  41.     MSG_MODEMSETSILENCEDEL,             "Set Silence Deletion"
  42.     MSG_MODEMSETSILENCEVAL,             "Set Silence Detection/Deletion Value"
  43.     MSG_MODEMSETQUALITY,                "Set Sampling Resolution"
  44.     MSG_MODEMSETLINE,                   "Set the Modem Input to Line"
  45.     MSG_MODEMANSWER,                    "Answer the phone (hello, who's there?)"
  46.     MSG_ERR_NOGREETING,                 "Greeting File is Missing"
  47.     MSG_MODEMPLAYGREETING,              "Playing Greeting"
  48.     MSG_MODEMGREETINGEND,               "Greeting done"
  49.     MSG_MODEMBEEP,                      "Beep"
  50.     MSG_MODEMRECMSG,                    "Recording Message"
  51.     MSG_MODEMSTOPRECMSG,                "Done Recording Message"
  52. END
  53.  
  54. rcinclude dialog.dlg
  55.  
  56.