home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / PEEPER.PAK / PEEPER.RH < prev   
Text File  |  1995-08-29  |  1KB  |  41 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1991, 1993 by Borland International
  3. //----------------------------------------------------------------------------
  4.  
  5. #define ICON_1    1
  6. #define IDI_PEEPER    100
  7. //
  8. // Action bitmaps - control bar.
  9. //
  10. #define IDB_PEEPING             600
  11. #define IDB_CHANGE_CAPTION      601
  12. #define IDB_CLEAR_WINDOWLIST    602
  13. #define IDB_EXIT                603
  14. #define IDB_MESSAGES            604
  15. #define IDB_HELP                605
  16.  
  17. //
  18. // dialogs.
  19. //
  20. #define IDD_MESSAGES            700
  21.  
  22. //
  23. // message dialog check boxes
  24. //
  25. #define IDC_MAXIMIZE            800
  26. #define IDC_MINIMIZE            801
  27. #define IDC_PAINT               802
  28. #define IDC_CLOSE               803
  29. #define IDC_RESTORE             804
  30. #define IDC_PASTE               805
  31.  
  32. //
  33. // Button command ids.
  34. //
  35. #define CM_PEEPING              700
  36. #define CM_CHANGE_CAPTION       701
  37. #define CM_CLEAR_WINDOWLIST     702
  38. #define CM_SEND_MESSAGE         703
  39. #define CM_HELP                 704
  40.  
  41.