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

  1. /* acdfres5.h - default window identifiers */
  2. #include <icconst.h>
  3.  
  4. // 2000's for application ID's
  5. #define MI_ADD              2001
  6. #define MI_DELETE           2002
  7.  
  8. #define ID_NAME_FIELD       2003
  9. #define ID_AGE_FIELD        2004
  10. #define ID_LIST_FIELD       2005
  11. #define ID_NAME_STATIC      2006
  12. #define ID_AGE_STATIC       2007
  13. #define ID_LIST_STATIC      2008
  14. #define ID_ADD_PUSH         2009
  15. #define ID_DEL_PUSH         2010
  16. #define ID_RADIO_SEQ        2011
  17. #define ID_RADIO_KEY        2012
  18. #define ID_ACDF5            2013
  19. #define STR_NAME            2014
  20. #define STR_AGE             2015
  21. #define STR_ADD             2016
  22. #define STR_DELETE          2017
  23. #define STR_LIST            2018
  24. #define STR_SEQUENCE        2019
  25. #define STR_KEYED           2020
  26. #define STR_NOTHING         2021
  27.  
  28. // Icon file for the application
  29. #define IC_ACDF5            2100
  30.  
  31.  
  32. /* the rest are in icconst.h */
  33.