home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / ioc / cnr / acnr.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-22  |  3.3 KB  |  89 lines

  1. #ifndef ACNR_H
  2. #define ACNR_H
  3. /******************************************************************************
  4. * .FILE: acnr.h                                                               *
  5. *                                                                             *
  6. * .DESCRIPTION: Container sample - Symbolic Defintions                        *
  7. *                                                                             *
  8. * .COPYRIGHT:                                                                 *
  9. *    Licensed Material - Program-Property of IBM                              *
  10. *    (C) Copyright IBM Corp. 1992, 1996 - All Rights Reserved                 *
  11. *                                                                             *
  12. * .DISCLAIMER:                                                                *
  13. *   The following [enclosed] code is sample code created by IBM               *
  14. *   Corporation.  This sample code is not part of any standard IBM product    *
  15. *   and is provided to you solely for the purpose of assisting you in the     *
  16. *   development of your applications.  The code is provided 'AS IS',          *
  17. *   without warranty of any kind.  IBM shall not be liable for any damages    *
  18. *   arising out of your use of the sample code, even if they have been        *
  19. *   advised of the possibility of such damages.                               *
  20. *                                                                             *
  21. ******************************************************************************/
  22. #define WND_MAIN         1000
  23. #define WND_DEPT         1001
  24. #define STR_CNRTITLE     1002
  25.  
  26. #define WND_CNREX        1010
  27. #define CNR_RESID        1011
  28.  
  29. #define IBMLOGO          1110
  30. #define CLOGO            1111
  31. #define WLOGO            1114
  32. #define OSLOGO           1115
  33.  
  34. #define ID_POPMENU       1200
  35. #define MI_EDRECORD      1210
  36. #define MI_EDNAME        1220
  37. #define MI_EDCODE        1230
  38. #define MI_EDADDRESS     1240
  39.  
  40. #define MI_FILE          1520
  41. #define MI_HELP          1504
  42. #define MI_EDIT          1511
  43. #define MI_OPTION        1512
  44.  
  45. #define ID_VIEWS         3000
  46. #define ID_VTEXT         3001
  47. #define ID_VFTEXT        3002
  48. #define ID_VNAME         3003
  49. #define ID_VFNAME        3004
  50. #define ID_VDETAILS      3005
  51. #define ID_VTICON        3006
  52. #define ID_VTTEXT        3007
  53. #define ID_VTNAME        3008
  54. #define ID_VICON         3009
  55. #define ID_VARRANGE      3010
  56. #define ID_FILTERS       3011
  57. #define ID_FILTER1       3012
  58. #define ID_FILTER2       3013
  59. #define ID_MARKALL       3015
  60. #define ID_UNMARKALL     3016
  61. #define ID_SORTS         3017
  62. #define ID_SORT1         3018
  63. #define ID_SORT2         3019
  64. #define STR_ITEM_21      9003
  65. #define STR_ITEM_22      9004
  66. #define STR_ITEM_23      9005
  67. #define STR_ITEM_11      9006
  68. #define STR_ITEM_12      9007
  69. #define STR_ITEM_13      9008
  70. #define STR_ITEM_31      9009
  71. #define STR_ITEM_32      9010
  72. #define STR_ITEM_33      9011
  73. #define STR_ITEM_41      9012
  74. #define STR_ITEM_42      9013
  75. #define STR_ITEM_43      9014
  76. #define STR_ITEM_51      9015
  77. #define STR_ITEM_52      9016
  78. #define STR_ITEM_53      9017
  79. #define STR_ITEM_61      9018
  80. #define STR_ITEM_62      9019
  81. #define STR_ITEM_63      9020
  82.  
  83. #define STR_DEPT         9021
  84. #define STR_ICON         9022
  85. #define STR_ADDR         9023
  86. #define STR_CODE         9024
  87.  
  88. #endif
  89.