home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / powergui / cnr / treedet / partlist.rc < prev    next >
Text File  |  1996-10-29  |  598b  |  24 lines

  1. /************************************************************
  2. / Container - Combined Tree and Details 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 "partlist.h"
  9.  
  10. #ifdef IC_PM
  11. #include <os2.h>
  12. #endif
  13.  
  14. STRINGTABLE
  15.   BEGIN
  16.     EX_PARTLIST_FRAME,   "Parts List"
  17.     EX_COLUMN_TRACEABLE, "Traceable"
  18.     EX_COLUMN_ENABLED,   "Enabled"
  19.     EX_COLUMN_GENTRACE,  "Generate Trace"
  20.     EX_COLUMN_TRIGGER,   "Has Trigger"
  21.   END
  22.  
  23.  
  24.