home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / som / somi / c / irdump / irdump.rc < prev    next >
Encoding:
Text File  |  1996-01-24  |  3.7 KB  |  96 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. /* %Z% %I% %W% %G% %U% [%H% %T%] */
  31.  
  32. /*
  33.  * WIRDUMP.RC -- Resource file for wirdump.c
  34.  */
  35.  
  36. #include <windows.h>
  37. #include <irdump.h>
  38.  
  39. /* IRdump ICON som.ico
  40. */
  41.  
  42. IRdump MENU
  43.     {
  44.     POPUP "&File"
  45.         {
  46.         MENUITEM "E&xit",          IDM_EXIT
  47.         }
  48.     POPUP "&Help"
  49.         {
  50.         MENUITEM "&Help...",       IDM_HELP
  51.         }
  52.     }
  53.  
  54. STRINGTABLE PRELOAD MOVEABLE
  55.   BEGIN
  56.     HELP01 "This program allows you to browse the contents\n"
  57.     HELP02 "of a SOM Interface Repository.\n\n"
  58.     HELP03 "Double-click on a Repository ID in the list box\n"
  59.     HELP04 "on the left to view the details of its contents.\n\n"
  60.     HELP05 "The field in the upper-left-hand corner contains\n"
  61.     HELP06 "the currently selected entry.  The large window \n"
  62.     HELP07 "on the right contains the details of the entry.\n\n"
  63.     HELP08 "When the currently selected entry is not '::',\n"
  64.     HELP09 "the topmost item in the list box is the 'parent'\n"
  65.     HELP10 "ID of the ones currently in the list box.  Select\n"
  66.     HELP11 "this ID to go back up to the previous level of\n"
  67.     HELP12 "entries.\n"
  68.  
  69. IRFileErrorId "IR file <%s> open failed: %s\n"
  70. IRAccessId "Unable to access IR"
  71. StaticId "static"
  72. SelectedEntryId  "Selected Entry"
  73. RepositoryIdListId "RepositoryId List"
  74. SelectedEntryDescriptionId "Selected Entry Description"
  75. ModuleSelectId  "Module <%s> contains %ld object%s.\n\nSelect an entry from the List Box to view that object.\n"
  76. InterfaceInheritId "Interface <%s> inherits from "
  77. NothingId    "nothing"
  78. AttrOperationId "%s introduces %ld attribute%s and %ld operation%s.\n\n"
  79. OperationsIntroducedId    "Operations introduced:\n  "
  80. OperationTypecodeId  "Operation <%s> has\n\nResult TypeCode:\n  "
  81. ParametersId "\n\nParameter%s:\n"
  82. NoParameterId "\n\nIt takes no parameters."
  83. ExceptionId  "\nException%s:\n"
  84. ParameterOperationId  "<%s> is a parameter of operation %s.\n\nMode: %s\n\nTypeCode: "
  85. TypeDefinedId "<%s> is a type defined in %s.\n\nTypeCode: "
  86. ExceptionDefinedId "<%s> is an exception defined in %s.\n\nTypeCode: "
  87. AttributeDefinedId "<%s> is an attribute defined in %s.\n\nMode: %s\n\nTypeCode: "
  88. ConstantDefinedId "<%s> is a constant defined in %s.\n\nValue: %s\n\nTypeCode: "
  89. UnknownDescriptionId    "Unknown Description type"
  90. SOMModifiersId "SOM Modifiers:\n"
  91. CantFindSelectionId "Couldn't find selection"
  92. IRMessageId    "The Interface Respository (::).\n\nSelect an entry from the List Box to view that object.\n"
  93. AttrIntroducedId    "Attributes introduced:\n  "
  94. ModeId            "\nMode: "
  95.   END
  96.