home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / Examples / Table / Other / TblStrs.fr < prev   
Encoding:
Text File  |  1995-11-08  |  565 b   |  27 lines  |  [TEXT/MPS ]

  1. //    File:        TblStrs.fr
  2. //
  3. //    Contains:    String resources for ODFTable
  4. //
  5. //    Written by:    Henri Lamiraux
  6. //
  7. //    Copyright:    © 1993-1995 by Apple Computer, Inc., all rights reserved.
  8.  
  9. #ifndef FWRESFIL_K
  10. #include "FWResFil.k"
  11. #endif
  12.  
  13. #ifndef TBLDEF_H
  14. #include "TblDef.h"
  15. #endif
  16.  
  17. //----------------------------------------------------------------------------
  18. //    Strings for Menu
  19. //----------------------------------------------------------------------------
  20. resource FW_kMULTISTRING (kMenuStrings)
  21. {
  22.     kTableStr, "Table";
  23.     kHideGridStr, "Run";
  24.     kShowGridStr, "Edit";
  25. }
  26.  
  27.