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

  1. //*****************************************************************************
  2. //
  3. // TITLE:          Simple WPS Class
  4. //
  5. // FILE:           sim.rc
  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. //-----------------------------------------------------------------------------
  21. // PM definition
  22. //-----------------------------------------------------------------------------
  23. #define INCL_WINWORKPLACE
  24. #include <os2.h>
  25.  
  26. //-----------------------------------------------------------------------------
  27. // RC definitions (interface to C)
  28. //-----------------------------------------------------------------------------
  29. #include "simi.h"
  30.  
  31. //-----------------------------------------------------------------------------
  32. // SOM/WPS definitions
  33. //-----------------------------------------------------------------------------
  34. #include "sim.ih"
  35.  
  36. //-----------------------------------------------------------------------------
  37. // Dialogs
  38. //-----------------------------------------------------------------------------
  39. rcinclude sim.dlg
  40.  
  41. //*****************************************************************************
  42. // Icon definitions
  43. //
  44. // ATTENTION:
  45. // You must change the drive letter, if the ses directory is located on an
  46. // other drive than f:
  47. //*****************************************************************************
  48.  
  49. //-Simple----------------------------------------------------------------------
  50. ICON IC_DEFAULT1 simfrog.ico
  51. ICON IC_DEFAULT2 simface.ico
  52. ICON IC_DEFAULT3 simchee.ico
  53.  
  54.  
  55. //*****************************************************************************
  56. // Menu definitions
  57. //*****************************************************************************
  58.  
  59. //-Pop-Up----------------------------------------------------------------------
  60. MENU MN_SIMPLE LOADONCALL MOVEABLE DISCARDABLE
  61. BEGIN
  62.    SUBMENU "~Default Icon",   MN_DEFAULTICON
  63.    BEGIN
  64.       MENUITEM "Icon ~1",     MN_ICON1
  65.       MENUITEM "Icon ~2",     MN_ICON2
  66.       MENUITEM "Icon ~3",     MN_ICON3
  67.    END
  68. END
  69.  
  70.  
  71. //-Views-----------------------------------------------------------------------
  72. MENU MN_OPEN LOADONCALL MOVEABLE DISCARDABLE
  73. BEGIN
  74.    MENUITEM "~Info View", MN_INFOVIEW, , MIA_CHECKED
  75. END
  76.