home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / powergui / latour / shopping / shopping.h < prev    next >
Text File  |  1996-10-29  |  1KB  |  39 lines

  1. /************************************************************
  2. / Tour of the UICL - Shopping List Example Program
  3. /
  4. / Copyright (C) 1994, Law, Leong, Love, Olson, Tsuji.
  5. / Copyright (c) 1997 John Wiley & Sons, Inc. 
  6. / All Rights Reserved.
  7. ************************************************************/
  8. #include <icconst.h>
  9. #define ID_THEBOOKICON         100
  10. #define ID_THEBOOKBITMAP       200
  11.  
  12. // Primary window identifiers.
  13. #define ID_SHOPPINGLIST        1000
  14. #define ID_LISTCLIENT          IC_FRAME_CLIENT_ID
  15. #define ID_BUYLIST             1001
  16. #define ID_DONTBUYLIST         1002
  17. #define ID_TOOLBAR             1003
  18. #define ID_FLYTEXT             1004
  19.  
  20. // PurchaseItem view window identifiers.
  21. #define ID_PURCHASEITEMVIEW    2000
  22. #define ID_PURCHASEITEMBOOK    IC_FRAME_CLIENT_ID
  23. #define ID_PURCHASEITEMPAGE1   2001
  24. #define ID_NAMEPROMPT          2002
  25. #define ID_NAME                2003
  26. #define ID_QUANTITYPROMPT      2004
  27. #define ID_QUANTITY            2005
  28. #define ID_MANUFACTURERPROMPT  2006
  29. #define ID_MANUFACTURER        2007
  30. #define ID_PRICEPROMPT         2008
  31. #define ID_PRICE               2009
  32. #define ID_NOTESPROMPT         2010
  33. #define ID_NOTES               2011
  34. #define ID_BITMAPBUTTON        2012
  35. #define ID_PURCHASEITEMPAGE2   2013
  36. #define ID_POWERBITMAP         2500
  37.  
  38.  
  39.