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

  1. /* acdfres4.h - default window identifiers */
  2. #include <icconst.h>
  3.  
  4. /* Application (user) 2000 */
  5. #define MI_COMMAND          2000
  6. #define MI_GROW             2001
  7. #define MI_SHRINK           2002
  8. #define MI_NEXT             2003
  9. #define MI_PREV             2004
  10. #define MI_DISPLAY          2005
  11. #define MI_CASCADE          2006
  12. #define MI_VTILE            2007
  13. #define MI_HTILE            2008
  14. #define MI_LAUNCH           2009
  15. #define MI_UNSELECT         2010
  16.  
  17. #define TB_SHRINK           2011
  18. #define TB_GROW             2012
  19. #define TB_NEXT             2013
  20. #define TB_PREV             2014
  21. #define TB_LAUNCH           2015
  22. #define STR_METAFILE        2016
  23. #define STR_INVALID_CURSOR  2017
  24. #define STR_VIEW            2018
  25.  
  26. #define IC_ACDF4            2100
  27. /* the rest are in icconst.h */
  28.