home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / som / somd / cpp / animal / testsvr.rc < prev    next >
Encoding:
Text File  |  1996-01-24  |  2.7 KB  |  83 lines

  1. /*
  2.  *   COMPONENT_NAME: somx
  3.  *
  4.  *   ORIGINS: 27
  5.  *
  6.  *
  7.  *   10H9767, 10H9769  (C) COPYRIGHT International Business Machines Corp. 1992,1994
  8.  *   All Rights Reserved
  9.  *   Licensed Materials - Property of IBM
  10.  *   US Government Users Restricted Rights - Use, duplication or
  11.  *   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  12.  **************************************************************************
  13.  * DISCLAIMER OF WARRANTIES.
  14.  * The following [enclosed] code is sample code created by IBM
  15.  * Corporation. This sample code is not part of any standard or IBM
  16.  * product and is provided to you solely for the purpose of assisting
  17.  * you in the development of your applications.  The code is provided
  18.  * "AS IS". IBM MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT
  19.  * NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  20.  * FOR A PARTICULAR PURPOSE, REGARDING THE FUNCTION OR PERFORMANCE OF
  21.  * THIS CODE.  IBM shall not be liable for any damages arising out of
  22.  * your use of the sample code, even if they have been advised of the
  23.  * possibility of such damages.
  24.  *
  25.  * DISTRIBUTION.
  26.  * This sample code can be freely distributed, copied, altered, and
  27.  * incorporated into other software, provided that it bears the above
  28.  * Copyright notice and DISCLAIMER intact.
  29.  *************************************************************************
  30.  */
  31.  
  32. /* %Z% %I% %W% %G% %U% [%H% %T%] */
  33.  
  34. /*
  35.  *  TESTSVR.RC -- Resource file for testsvr.cpp
  36.  */
  37.  
  38. #include <windows.h>
  39. #include "testsvr.h"
  40. #include "animal.h"
  41.  
  42. Testsvr ICON som.ico
  43.  
  44. STRINGTABLE
  45. BEGIN
  46. FindImpldefFailId     "find_impldef failed, exception = %s"
  47. FindImpldefaliasFailId  "find_impldef_by_alias failed, exception = %s"
  48. InvalidArgumentId      "Invalid arguments"
  49. InvalidNumArgsId    "Invalid number of arguments"
  50. ImplReadyFailId        "impl_is_ready failed, exception = %s\n"
  51. NoThreadId        "could_not_start_thread\n"
  52. LoopFailId         "execute_request_loop failed, exception = %s"
  53. IamId "\nI am a %s.\n"
  54. PoohId    "Pooh"
  55. SnoopyId "Snoopy"
  56. LassieId "Lassie"
  57. TitleId     "Distributed Animal Sample"
  58. PressButtonId    "PRESS A BUTTON TO SEE ABOUT AN ANIMAL"
  59. WinniePoohId    "Winnie the Pooh"
  60. StorybookBearId "Storybook Bear"
  61. HoneyId        "honey"
  62. AustinId    "Austin"
  63. TexasId        "TX"
  64. CartoonBeagleId "Cartoon Beagle"
  65. CookiesId "cookies" 
  66. DublinId    "Dublin"
  67. OhioId        "OH"
  68. DancingId     "dancing"
  69. TVCollieId "TV Collie"
  70. SteakId         "steak"
  71. HollywoodId     "Hollywood"
  72. CaliforniaId     "CA"
  73. SavingLivesId     "saving lives"
  74. MynameId    "My name is %s.\n"
  75. ILikeToEatId     "I like to eat %s.\n"
  76. ILiveInId     "I live in %s, %s.\n"
  77. IWeighStrId     "I weigh %s pounds.\n"
  78. IWeighFloatId    "I weigh %.2f pounds.\n"
  79. MyTrickId     "My good old trick is %s.\n"
  80. UnknownNoiseId    "unknown noise"
  81. UnknownTrickId    "unknown trick"
  82. END
  83.