home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / powergui / cnr / treenamv / treenamv.rc < prev   
Text File  |  1996-10-29  |  466b  |  22 lines

  1. /************************************************************
  2. / Container Control - Tree Name View
  3. /
  4. / Copyright (C) 1994, Law, Leong, Love, Olson, Tsuji.
  5. / Copyright (c) 1997 John Wiley & Sons, Inc. 
  6. / All Rights Reserved.
  7. ************************************************************/
  8. #include "treenamv.h"
  9.  
  10. #ifdef IC_PM
  11. #define  INCL_PM
  12. #include <os2.h>
  13.  
  14. ICON ICON_FOLDER  .\os2\folder.ico
  15.  
  16. #else
  17.  
  18. ICON_FOLDER ICON  .\win\folder.ico
  19.  
  20.  
  21. #endif
  22.