home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / wps / wsfile / wsfolder.rc < prev   
Text File  |  1999-05-11  |  1KB  |  37 lines

  1. /******************************************************************************
  2. *
  3. *  File Name   : WSFOLDER.RC
  4. *
  5. *  Description : Define Work Place Shell Sample resources
  6. *
  7. *  Copyright (C) 1995 IBM Corporation
  8. *
  9. *      DISCLAIMER OF WARRANTIES.  The following [enclosed] code is
  10. *      sample code created by IBM Corporation. This sample code is not
  11. *      part of any standard or IBM product and is provided to you solely
  12. *      for  the purpose of assisting you in the development of your
  13. *      applications.  The code is provided "AS IS", without
  14. *      warranty of any kind.  IBM shall not be liable for any damages
  15. *      arising out of your use of the sample code, even if they have been
  16. *      advised of the possibility of such damages.                                                    *
  17. *
  18. ******************************************************************************/
  19.  
  20. #include "wsfolder.ih"
  21.  
  22. POINTER ID_ICON LOADONCALL MOVEABLE DISCARDABLE wsfolder.ico
  23.  
  24. POINTER ID_OPENICON LOADONCALL MOVEABLE DISCARDABLE wsfold2.ico
  25.  
  26. STRINGTABLE
  27. BEGIN
  28.    ID_TITLE "WSFOLDER"
  29. END
  30.  
  31. MENU ID_CLOSEVIEWSMENU LOADONCALL MOVEABLE DISCARDABLE
  32. BEGIN
  33.    MENUITEM "~Close all but first View", IDM_CLOSEVIEWS
  34. END
  35.  
  36.  
  37.