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

  1. //********************************************************************
  2. // This file was produced using Visual Age C++ IRCC
  3. //
  4. //
  5. //
  6. //  This file was read from aclient.rcx  (OS/2 .rc file)  and converted to 
  7. //    Windows .rc file.
  8. //********************************************************************
  9. #include "aclient.h"
  10. WND_CLIENT        ICON       aclient.ico
  11.  
  12. STRINGTABLE
  13.   BEGIN
  14.     WND_CLIENT                    ,    "DDE Client Sample"
  15.     STR_HOTYES                    ,    "Hot Links Active"
  16.     STR_HOTNO                     ,    "Hot Links Not Active"
  17.     MI_CONV_OPTIONS               ,    "Conversation Menu"
  18.     MI_START_CONV                 ,    "Start Conversation"
  19.     MI_END_CONV                   ,    "End Conversation"
  20.     MI_DATA_OPTIONS               ,    "Data Menu"
  21.     MI_REQUEST_DATA               ,    "Request New Work Item (RequestData)"
  22.     MI_POKE_DATA                  ,    "Work Item Completed (PokeData)"
  23.     MI_HOTLINK_OPTIONS            ,    "Hot Link Menu"
  24.     MI_BEGIN_HOTLINK              ,    "Begin Hot Links for Status Line"
  25.     MI_END_HOTLINK                ,    "End Hot Links for Status Line"
  26.     MI_BEGIN_SENT                 ,    "<<begin: sent to Server "
  27.     MI_APP                        ,    "DDE Sample App"
  28.     MI_TOPIC                      ,    "Work Topic"
  29.     MI_END_HOT_SENT               ,    "<<endHotLinks sent to Server "
  30.     MI_END_SENT                   ,    "<<end sent to Server "
  31.     MI_REQDATA_SENT               ,    "<<requestData: NextTodo sent to Server "
  32.     MI_NEXTTODO                   ,    "NextToDo"
  33.     MI_BEGIN_HOTLINK_HOTTODO_SENT ,    "<<beginHotLink: HotTodo sent to Server "
  34.     MI_HOTTODO                    ,    "HotTodo"
  35.     MI_BEGIN_HOTLINK_HOTWORK_SENT ,    "<<beginHotLink: HotWork sent to Server "
  36.     MI_HOTWORK                    ,    "HotWork"
  37.     MI_BEGIN_HOTLINK_HOTDONE_SENT ,    "<<beginHotLink: HotDone sent to Server "
  38.     MI_HOTDONE                    ,    "HotDone"
  39.     MI_POKEDATA_SENT              ,    "<<pokeData: DonePoke sent to Server "
  40.     MI_DONEPOKE                   ,    "DonePoke"
  41.     MI_TODO_COUNT                 ,    "Todo count: "
  42.     MI_WORK_COUNT                 ,    "Work count: "
  43.     MI_DONE_COUNT                 ,    "Done count: "
  44.     MI_DATA_HOTLINK               ,    ">>data hotlink("
  45.     MI_RECEIVED                   ,    " received from Server "
  46.     MI_DATA                       ,    ">>data("
  47.     MI_TOPIC_END                  ,    ">>conversationEnded: for topic: "
  48.     MI_IN_APP                     ,    " in application: "
  49.     MI_BY_SERVER                  ,    " by Server "
  50.     MI_BY_CLIENT                  ,    " by Client "
  51.     MI_BY_ERROR                   ,    " by error "
  52.     MI_ACK_RECEIVED               ,    ">>acknowledged: received from Server "
  53.   END
  54.  
  55. WND_CLIENT  MENUEX  
  56.   BEGIN
  57.     POPUP     "Conversation"             ,  MI_CONV_OPTIONS
  58.       BEGIN
  59.         MENUITEM  "Start"                    ,  MI_START_CONV
  60.         MENUITEM  "End"                      ,  MI_END_CONV
  61.       END
  62.     POPUP     "Data"                     ,  MI_DATA_OPTIONS
  63.       BEGIN
  64.         MENUITEM  "Request Next Todo"        ,  MI_REQUEST_DATA
  65.         MENUITEM  "Work Item Done"           ,  MI_POKE_DATA
  66.       END
  67.     POPUP     "HotLink"                  ,  MI_HOTLINK_OPTIONS
  68.       BEGIN
  69.         MENUITEM  "Begin"                    ,  MI_BEGIN_HOTLINK
  70.         MENUITEM  "End"                      ,  MI_END_HOTLINK
  71.       END
  72.   END
  73.