home *** CD-ROM | disk | FTP | other *** search
- /*
- * COMPONENT_NAME: somx
- *
- * ORIGINS: 27
- *
- *
- * 10H9767, 10H9769 (C) COPYRIGHT International Business Machines Corp. 1992,1994
- * All Rights Reserved
- * Licensed Materials - Property of IBM
- * US Government Users Restricted Rights - Use, duplication or
- * disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
-
- * DISCLAIMER OF WARRANTIES.
- * The following [enclosed] code is sample code created by IBM
- * Corporation. This sample code is not part of any standard or IBM
- * product and is provided to you solely for the purpose of assisting
- * you in the development of your applications. The code is provided
- * "AS IS". IBM MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT
- * NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE, REGARDING THE FUNCTION OR PERFORMANCE OF
- * THIS CODE. IBM shall not be liable for any damages arising out of
- * your use of the sample code, even if they have been advised of the
- * possibility of such damages.
- *
- * DISTRIBUTION.
- * This sample code can be freely distributed, copied, altered, and
- * incorporated into other software, provided that it bears the above
- * Copyright notice and DISCLAIMER intact.
- */
- /* %Z% %I% %W% %G% %U% [%H% %T%] */
-
- /*
- * WIRDUMP.RC -- Resource file for wirdump.c
- */
-
- #include <windows.h>
- #include <irdump.h>
-
- /* IRdump ICON som.ico
- */
-
- IRdump MENU
- {
- POPUP "&File"
- {
- MENUITEM "E&xit", IDM_EXIT
- }
- POPUP "&Help"
- {
- MENUITEM "&Help...", IDM_HELP
- }
- }
-
- STRINGTABLE PRELOAD MOVEABLE
- BEGIN
- HELP01 "This program allows you to browse the contents\n"
- HELP02 "of a SOM Interface Repository.\n\n"
- HELP03 "Double-click on a Repository ID in the list box\n"
- HELP04 "on the left to view the details of its contents.\n\n"
- HELP05 "The field in the upper-left-hand corner contains\n"
- HELP06 "the currently selected entry. The large window \n"
- HELP07 "on the right contains the details of the entry.\n\n"
- HELP08 "When the currently selected entry is not '::',\n"
- HELP09 "the topmost item in the list box is the 'parent'\n"
- HELP10 "ID of the ones currently in the list box. Select\n"
- HELP11 "this ID to go back up to the previous level of\n"
- HELP12 "entries.\n"
-
- IRFileErrorId "IR file <%s> open failed: %s\n"
- IRAccessId "Unable to access IR"
- StaticId "static"
- SelectedEntryId "Selected Entry"
- RepositoryIdListId "RepositoryId List"
- SelectedEntryDescriptionId "Selected Entry Description"
- ModuleSelectId "Module <%s> contains %ld object%s.\n\nSelect an entry from the List Box to view that object.\n"
- InterfaceInheritId "Interface <%s> inherits from "
- NothingId "nothing"
- AttrOperationId "%s introduces %ld attribute%s and %ld operation%s.\n\n"
- OperationsIntroducedId "Operations introduced:\n "
- OperationTypecodeId "Operation <%s> has\n\nResult TypeCode:\n "
- ParametersId "\n\nParameter%s:\n"
- NoParameterId "\n\nIt takes no parameters."
- ExceptionId "\nException%s:\n"
- ParameterOperationId "<%s> is a parameter of operation %s.\n\nMode: %s\n\nTypeCode: "
- TypeDefinedId "<%s> is a type defined in %s.\n\nTypeCode: "
- ExceptionDefinedId "<%s> is an exception defined in %s.\n\nTypeCode: "
- AttributeDefinedId "<%s> is an attribute defined in %s.\n\nMode: %s\n\nTypeCode: "
- ConstantDefinedId "<%s> is a constant defined in %s.\n\nValue: %s\n\nTypeCode: "
- UnknownDescriptionId "Unknown Description type"
- SOMModifiersId "SOM Modifiers:\n"
- CantFindSelectionId "Couldn't find selection"
- IRMessageId "The Interface Respository (::).\n\nSelect an entry from the List Box to view that object.\n"
- AttrIntroducedId "Attributes introduced:\n "
- ModeId "\nMode: "
- END
-