home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / ioc / acdf2 / acdfres2.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-22  |  770 b   |  27 lines

  1. /* acdfres2.h - default window identifiers */
  2. #include <icconst.h>
  3.  
  4. /* 2000's reserved for Application Id */
  5. #define ID_BUTTON           2000
  6. #define ID_STATIC1          2002
  7. #define ID_ENTRY1           2003
  8. #define ID_STATIC2          2004
  9. #define ID_ENTRY2           2005
  10. #define ID_OBJECT           2006
  11. #define MI_TEST             2007
  12. #define MI_CHANGE           2008
  13. #define STR_HELLO_1         2009
  14. #define STR_HELLO_2         2010
  15. #define STR_UPDATE          2011
  16. #define STR_STRING1         2012
  17. #define STR_STRING2         2013
  18. #define STR_POINTER         2014
  19. #define STR_STRING1_EMPTY   2015
  20. #define STR_STRING2_EMPTY   2016
  21. #define STR_POINTER_EMPTY   2017
  22.  
  23.  
  24. //Icon
  25. #define IC_ACDF2            2100
  26. /* the rest are in icconst.h */
  27.