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

  1. /******************************************************************************
  2. * .FILE:         aserver.rc                                                   *
  3. *                                                                             *
  4. * .DESCRIPTION:  Dynamic Data Exchange Server Program: Resources              *
  5. *                                                                             *
  6. * .COPYRIGHT:                                                                 *
  7. *    Licensed Material - Program-Property of IBM                              *
  8. *    (C) Copyright IBM Corp. 1992, 1996 - All Rights Reserved                 *
  9. *                                                                             *
  10. * .DISCLAIMER:                                                                *
  11. *   The following [enclosed] code is sample code created by IBM               *
  12. *   Corporation.  This sample code is not part of any standard IBM product    *
  13. *   and is provided to you solely for the purpose of assisting you in the     *
  14. *   development of your applications.  The code is provided 'AS IS',          *
  15. *   without warranty of any kind.  IBM shall not be liable for any damages    *
  16. *   arising out of your use of the sample code, even if they have been        *
  17. *   advised of the possibility of such damages.                               *
  18. *                                                                             *
  19. * .NOTE: WE RECOMMEND USING A FIXED SPACE FONT TO LOOK AT THE SOURCE          *
  20. *                                                                             *
  21. ******************************************************************************/
  22. #include "aserver.h"
  23.  
  24. ICON WND_SERVER aserver.ico
  25.  
  26. STRINGTABLE
  27.   BEGIN
  28.     WND_SERVER,   "DDE Server Sample"
  29.     STR_HOTYES,   "Hot Links Active"
  30.     STR_HOTNO,    "Hot Links Not Active"
  31.     MI_APP,       "DDE Sample App"
  32.     MI_TOPIC,     "Work Topic"
  33.     MI_HOTLINKUPDATE_HOTWORK, "<<hotLinkUpdate: HotWork sent to client "
  34.     MI_HOTWORK,   "HotWork"
  35.     MI_HOTLINKUPDATE_HOTDONE, "<<hotLinkUpdate: HotDone sent to client "
  36.     MI_HOTDONE,   "HotDone"
  37.     MI_HOTLINKUPDATE_HOTTODO, "<<hotLinkUpdate: HotTodo sent to client "
  38.     MI_HOTTODO,   "HotTodo"
  39.     MI_NEXTTODO,  "NextToDo"
  40.     MI_BUY_GIFTS, "Buy Birthday Gifts"
  41.     MI_PAY_PHONE, "Pay Phone Bill"
  42.     MI_PAY_TAXES, "Pay Taxes"
  43.     MI_PAPERS,    "Take out the papers"
  44.     MI_TRASH,     "Take out the trash"
  45.     MI_WASH_CAR,  "Wash the car"
  46.     MI_WASH_DISH, "Wash the dishes"
  47.     MI_TODO_COUNT, "Todo count: "
  48.     MI_WORK_COUNT, "Work count: "
  49.     MI_DONE_COUNT, "Done count: "
  50.     MI_REQDATA,   ">>requestHotLineData: "
  51.     MI_RETURNING, " Returning: "
  52.     MI_REQDATA2,  "**>>requestHotLineData: "
  53.     MI_UNABLE_PROVIDE, "Unable to provide item: "
  54.     MI_BEGIN_HOTLINK, ">>beginHotLink: "
  55.     MI_FROM,      " From: "
  56.     MI_BEGINDATA2, "**>>beginHotLink: "
  57.     MI_UNABLE_HANDLE, "Unable to handle item: "
  58.     MI_END_HOTLINK, ">>hotLinkEnded: "
  59.     MI_DONEPOKE,  "DonePoke"
  60.     MI_POKEDATA,  ">>pokeData: "
  61.     MI_REQDATA3,  ">>requestData: "
  62.     MI_REQDATA4,  "**>>requestData: "
  63.     MI_DATA,      " Data: "
  64.     MI_POKEDATA2, "**>>pokeData: "
  65.     MI_TO,        " To: "
  66.     MI_ACCEPT,    ">>acceptConversation with: "
  67.     MI_END_CONV,  ">>conversationEnded with: "
  68.     MI_BY_SERVER, " by the Server "
  69.     MI_BY_CLIENT, " by the Client "
  70.     MI_BY_ERROR,  " due to an error "
  71.     MI_END_CONV2, "**>>conversationEnded with: "
  72.   END
  73.