home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / som / somi / c / irdump / irdump.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-24  |  2.0 KB  |  68 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. /* %Z% %I% %W% %G% %U% [%H% %T%] */
  14.  
  15. /*
  16.  * WIRDUMP.H -- Header file for wirdump.c
  17.  */
  18.  
  19. #define IDM_EXIT                   101
  20. #define IDM_HELP                   102
  21.  
  22. #define HELP01                     101
  23. #define HELP02                     102
  24. #define HELP03                     103
  25. #define HELP04                     104
  26. #define HELP05                     105
  27. #define HELP06                     106
  28. #define HELP07                     107
  29. #define HELP08                     108
  30. #define HELP09                     109
  31. #define HELP10                     110
  32. #define HELP11                     111
  33. #define HELP12                     112
  34. #define HELPCOUNT                  HELP12-HELP01+1
  35.  
  36. /* More messages for NLS support */
  37. /* This is the first one */
  38. #define STARTNLSID        1001
  39. #define IRFileErrorId        1001
  40. #define ModuleSelectId        1002
  41. #define InterfaceInheritId    1003
  42. #define AttrOperationId        1004
  43. #define OperationTypecodeId    1005
  44. #define ParametersId        1006
  45. #define ExceptionId        1007
  46. #define ParameterOperationId    1008
  47. #define TypeDefinedId        1009
  48. #define ExceptionDefinedId    1010
  49. #define AttributeDefinedId    1011
  50. #define ConstantDefinedId    1012
  51. #define UnknownDescriptorId    1013
  52. #define SOMModifiersId        1014
  53. #define IRAccessId        1015
  54. #define StaticId        1016
  55. #define SelectedEntryId        1017
  56. #define RepositoryIdListId    1018
  57. #define SelectedEntryDescriptionId 1019
  58. #define NothingId        1020
  59. #define OperationsIntroducedId 1021
  60. #define NoParameterId        1022
  61. #define UnknownDescriptionId    1023
  62. #define CantFindSelectionId    1024
  63. #define IRMessageId        1025
  64. #define AttrIntroducedId    1026
  65. #define ModeId            1027
  66. /* This should always be the last one */
  67. #define ENDNLSID        1027
  68.