home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / powergui / buttons / pushbut / pushbut.h < prev   
Text File  |  1996-10-29  |  614b  |  21 lines

  1. /************************************************************
  2. / Button Controls  - Push Button Example
  3. /
  4. / Copyright (C) 1994, Law, Leong, Love, Olson, Tsuji.
  5. / Copyright (c) 1997 John Wiley & Sons, Inc. 
  6. / All Rights Reserved.
  7. ************************************************************/
  8. #define ID_TEXT1      1000
  9. #define ID_TEXT2      1001
  10. #define ID_ENTRY1     1002
  11. #define ID_ENTRY2     1003
  12. #define ID_OK         1004
  13. #define ID_CANCEL     1005
  14. #define ID_HELP       1006
  15. #define ID_STATUS     1007
  16. #define ID_BUTTONS    1008
  17. #define ID_BITMAPBUTTON 1009
  18. #define ID_ICONBUTTON   1010
  19.  
  20.  
  21.