home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wpsgpf.zip / SIMI.H < prev    next >
Text File  |  1995-02-22  |  2KB  |  46 lines

  1. //*****************************************************************************
  2. //
  3. // TITLE:          Simple WPS Class
  4. //
  5. // FILE:           simi.h
  6. //
  7. // CLASS:          WPSimple
  8. //
  9. // AUTHOR:         04.95  Hans J. Eisenhuth
  10. //
  11. // MAJOR CHANGES:  00.00
  12. //
  13. // DESCRIPTION:    see sim.c
  14. //
  15. // (C) Copyright SE International, Inc. 1995. All rights reserved.
  16. // (C) Copyright SES GmbH Berlin 1995.        All rights reserved.
  17. //
  18. //***************************************************************************** */
  19.  
  20. #include "simd.h"
  21.  
  22. //-----------------------------------------------------------------------------
  23. // Icon IDs
  24. //-----------------------------------------------------------------------------
  25.  
  26. //-Simple----------------------------------------------------------------------
  27. #define IC_DEFAULT1 100
  28. #define IC_DEFAULT2 200
  29. #define IC_DEFAULT3 300
  30.  
  31.  
  32. //-----------------------------------------------------------------------------
  33. // Menu IDs
  34. //-----------------------------------------------------------------------------
  35.  
  36. //-Pop-Up----------------------------------------------------------------------
  37. #define MN_SIMPLE          150
  38. #define MN_DEFAULTICON     WPMENUID_USER+1
  39. #define MN_ICON1           WPMENUID_USER+11
  40. #define MN_ICON2           WPMENUID_USER+12
  41. #define MN_ICON3           WPMENUID_USER+13
  42.  
  43. //-Views-----------------------------------------------------------------------
  44. #define MN_OPEN            550
  45. #define MN_INFOVIEW        WPMENUID_USER+5
  46.