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.
- */
- /* %Z% %I% %W% %G% %U% [%H% %T%] */
-
- /*
- * WIRDUMP.H -- Header file for wirdump.c
- */
-
- #define IDM_EXIT 101
- #define IDM_HELP 102
-
- #define HELP01 101
- #define HELP02 102
- #define HELP03 103
- #define HELP04 104
- #define HELP05 105
- #define HELP06 106
- #define HELP07 107
- #define HELP08 108
- #define HELP09 109
- #define HELP10 110
- #define HELP11 111
- #define HELP12 112
- #define HELPCOUNT HELP12-HELP01+1
-
- /* More messages for NLS support */
- /* This is the first one */
- #define STARTNLSID 1001
- #define IRFileErrorId 1001
- #define ModuleSelectId 1002
- #define InterfaceInheritId 1003
- #define AttrOperationId 1004
- #define OperationTypecodeId 1005
- #define ParametersId 1006
- #define ExceptionId 1007
- #define ParameterOperationId 1008
- #define TypeDefinedId 1009
- #define ExceptionDefinedId 1010
- #define AttributeDefinedId 1011
- #define ConstantDefinedId 1012
- #define UnknownDescriptorId 1013
- #define SOMModifiersId 1014
- #define IRAccessId 1015
- #define StaticId 1016
- #define SelectedEntryId 1017
- #define RepositoryIdListId 1018
- #define SelectedEntryDescriptionId 1019
- #define NothingId 1020
- #define OperationsIntroducedId 1021
- #define NoParameterId 1022
- #define UnknownDescriptionId 1023
- #define CantFindSelectionId 1024
- #define IRMessageId 1025
- #define AttrIntroducedId 1026
- #define ModeId 1027
- /* This should always be the last one */
- #define ENDNLSID 1027
-