home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Chip_1997-01_cd.bin / ms95 / disk23 / dir05 / f016560.re_ / f016560.re
Text File  |  1996-04-02  |  2KB  |  51 lines

  1. /*----------------------------------------------------------------------+
  2. |                                    |
  3. |  Copyright (1985-95) Bentley Systems, Inc., All rights reserved.    |
  4. |                                    |
  5. |  "MicroStation" is a registered trademark and "MDL" and "MicroCSL"    |
  6. |  are trademarks of Bentley Systems, Inc.                    |
  7. |                                    |
  8. |  Limited permission is hereby granted to reproduce and modify this    |
  9. |  copyrighted material provided that the resulting code is used only     |
  10. |  in conjunction with Bentley Systems products under the terms of the    |
  11. |  license agreement provided therein, and that this notice is retained    |
  12. |  in its entirety in any such reproduction or modification.        |
  13. |                                    |
  14. +----------------------------------------------------------------------*/
  15. /*----------------------------------------------------------------------+
  16. |                                    |
  17. |   $Workfile:   pimgtxt.h  $
  18. |   $Revision:   6.1  $
  19. |       $Date:   05 Oct 1995 13:22:14  $
  20. |                                    |
  21. +----------------------------------------------------------------------*/
  22. /*----------------------------------------------------------------------+
  23. |                                    |
  24. |   Strings for Place Image                        |
  25. |                                    |
  26. +----------------------------------------------------------------------*/
  27.  
  28. #if !defined (__pimgtxtH__)
  29. #define __pimgtxtH__
  30.  
  31. #define ASPECT_Plaimage            1.0
  32.  
  33. /*----------------------------------------------------------------------+
  34. |                                    |
  35. |   Place Image Dialog Box                        |
  36. |                                    |
  37. +----------------------------------------------------------------------*/
  38. #define TXT_DirectoryLabel        "Directories:"
  39. #define TXT_ImportLabel            "~Import"
  40. #define TXT_ImageLabel            "Image"
  41. #define TXT_FileLabel            "~File:"
  42. #define TXT_CurrentPalette        "~Current Color Palette"
  43. #define TXT_TransparentBackground   "Transparent ~Background"
  44. #define TXT_TypeLabel            "~Type"
  45. #define TXT_NumColorsLabel          "Number Of Colors:"
  46.  
  47. #endif /* if !defined (__pimgtxtH__) */
  48.  
  49.  
  50.  
  51.