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 / Draw / Other / DrawStrs.fr < prev    next >
Encoding:
Text File  |  1995-11-08  |  1.9 KB  |  67 lines  |  [TEXT/MPS ]

  1. //    File:        DrawStrs.fr
  2. //
  3. //    Contains:    String resources for ODFDraw
  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 DRAWDEF_H
  14. #include "DrawDef.h"
  15. #endif
  16.  
  17. //----------------------------------------------------------------------------
  18. //    Strings for Menu
  19. //----------------------------------------------------------------------------
  20. resource FW_kMULTISTRING (kMenuStrings)
  21. {
  22.     kArrangeStr, "Arrange";
  23.     kMoveForwardStr, "Move Forward";
  24.     kMoveToFrontStr, "Move To Front";
  25.     kMoveBackwardStr, "Move Backward";
  26.     kMoveToBackStr, "Move To Back";
  27.     kAlignToGridStr, "Align To Grid";
  28.     kAlignObjectsStr, "Align Objects...";
  29.     kRotateStr, "Rotate...";
  30.     kFlipHorizontalStr, "Flip Horizontal";
  31.     kFlipVerticalStr, "Flip Vertical";
  32.     kGroupStr, "Group";
  33.     kUngroupStr, "Ungroup";
  34.     kLockStr, "Lock";
  35.     kUnlockStr, "Unlock";
  36.     kSizeStr, "Size";
  37.     k1PixelStr, "1 Pixel";
  38.     k2PixelsStr, "2 Pixels";
  39.     k3PixelsStr, "3 Pixels";
  40.     k4PixelsStr, "4 Pixels";
  41.     k5PixelsStr, "5 Pixels";
  42.     kOptionsStr, "Options";
  43.     kHideRulersStr, "Hide Rulers";
  44.     kShowRulersStr, "Show Rulers";
  45.     kHideGraphicsGridStr, "Hide Graphics Grid";
  46.     kShowGraphicsGridStr, "Show Graphics Grid";
  47.       kTurnAutoGridOnStr, "Turn AutoGrid On";
  48.     kTurnAutoGridOffStr, "Turn AutoGrid Off";
  49.     kUnitsStr, "Units";
  50.     kInchStr, "Inch";
  51.     kCmStr, "Cm";
  52.     kPixelStr, "Pixel";
  53.     kPicaStr, "Pica";
  54.     kDegreesStr, "Degrees";
  55.     kRadiansStr, "Radians";
  56.     kScaleSelectionStr, "Scale Selection...";
  57.     kRoundCornersStr, "Round Corners...";
  58.     kWindowsStr, "Windows";
  59.     kShowPaletteStr, "Show Palette";
  60.     kHidePaletteStr, "Hide Palette";
  61.     kShowPatternsStr, "Show Patterns";
  62.     kHidePatternsStr, "Hide Patterns";
  63.     kShowToolsStr, "Show Tools";
  64.     kHideToolsStr, "Hide Tools";
  65. }
  66.  
  67.