home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / ioc / msgbox / msgbox.rc < prev    next >
Encoding:
Text File  |  1996-02-22  |  2.9 KB  |  54 lines

  1. //********************************************************************
  2. // This file was produced using Visual Age C++ IRCC
  3. //
  4. //
  5. //
  6. //  This file was read from msgbox.rcx  (OS/2 .rc file)  and converted to 
  7. //    Windows .rc file.
  8. //********************************************************************
  9. #include "msgbox.h"
  10. WND_MAIN          ICON       msgbox.ico
  11.  
  12. STRINGTABLE
  13.   BEGIN
  14.     WND_MAIN                      ,    "Message Box Sample"
  15.     MSGBOX_TITLE                  ,    "Message Box"
  16.     STR_HELPT                     ,    "Help for Message Box Help Button"
  17.     MSGBOX_OKCANCEL               ,    "okCancelButton, informationIcon"
  18.     MSGBOX_OKWARNING              ,    "okButton, warningIcon"
  19.     MSGBOX_CANCELERROR            ,    "cancelButton, errorIcon"
  20.     MSGBOX_YESNOCANCEL            ,    "yesNoCancelButton, queryIcon"
  21.     MSGBOX_YESNOCANCELHELP        ,    "yesNoCancelButton with helpId, moveable, queryIcon"
  22.     MSGBOX_SYSMODAL               ,    "enterButton, systemModal, errorIcon"
  23.     MSGBOX_CONTINUE               ,    "Loop through the message boxes again?"
  24.     MSGBOX_END                    ,    "To end the program, press alt-F4 or select Close from the system menu."
  25.     STR_HELP_NOT_FOUND            ,    "Help file not found. Help is not available."
  26.     STR_TRACE_LINE                ,    "traceReply *"
  27.     STR_TRACE_REPLY               ,    "response = "
  28.     STR_TRACE_ENTER               ,    "enter"
  29.     STR_TRACE_OK                  ,    "ok"
  30.     STR_TRACE_CANCEL              ,    "cancel"
  31.     STR_TRACE_ABORT               ,    "abort"
  32.     STR_TRACE_RETRY               ,    "retry"
  33.     STR_TRACE_IGNORE              ,    "ignore"
  34.     STR_TRACE_YES                 ,    "yes"
  35.     STR_TRACE_NO                  ,    "no"
  36.     STR_TRACE_UNKNOWN             ,    "unknown"
  37.     STR_TRACE_BAD                 ,    "bad reply"
  38.     STR_SPACE                     ,    " "
  39.     MSGBOX_SAMPLE_1               ,    
  40.                                   ,    "Message Box Sample 1 - okCancelButton and informationIcon"
  41.     MSGBOX_SAMPLE_2               ,    
  42.                                   ,    "Message Box Sample 2 - okButton and warningIcon"
  43.     MSGBOX_SAMPLE_3               ,    
  44.                                   ,    "Message Box Sample 3 - cancelButton and errorIcon"
  45.     MSGBOX_SAMPLE_4               ,    
  46.                                   ,    "Message Box Sample 4 - yesNoCancelButton and queryIcon"
  47.     MSGBOX_SAMPLE_5               ,    
  48.                                   ,    "Message Box Sample 5 - yesNoCancelButton, queryIcon, moveable, helpId"
  49.     MSGBOX_SAMPLE_6               ,    
  50.                                   ,    "Message Box Sample 6 - enterButton, systemModal, and errorIcon"
  51.     MSGBOX_SAMPLE_7               ,    
  52.                                   ,    "Message Box Sample 7 - exception (from generated IAccessError)"
  53.   END
  54.