home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Chip_1997-01_cd.bin / ms95 / disk22 / dir09 / f015310.re_ / f015310.re
Text File  |  1996-04-02  |  3KB  |  61 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. |   $Logfile:   J:/mdl/examples/lineinfo/english/linetxt.h_v  $
  18. |   $Workfile:   linetxt.h  $
  19. |   $Revision:   1.2  $
  20. |       $Date:   30 Jun 1995 08:32:28  $
  21. |                                    |
  22. +----------------------------------------------------------------------*/
  23. #if !defined (__linetxtH__)
  24. #define __linetxtH__
  25.  
  26. #define TXTA_ShowElementDialogTitle        "Element Information"
  27.  
  28. #define TXTA_Range                        "Range"
  29. #define TXTA_Misc                       "Misc"
  30. #define TXTA_Symbology                    "Symbology"
  31. #define TXTA_Properties                    "Properties"
  32. #define TXTA_Level                        "Level:"
  33. #define TXTA_Color                        "Color:"
  34. #define TXTA_Weight                        "Weight:"
  35. #define TXTA_Class            "Class:"
  36. #define TXTA_Style            "Style:"
  37. #define TXTA_Apply                       "Apply"
  38. #define TXTA_GGroup                        "GGroup"
  39. #define TXTA_ElementData                "Element Data"
  40. #define TXTA_Done                        "Done"
  41.  
  42. #define TXTA_Solid                        "Solid"
  43. #define TXTA_Hole                       "Hole"
  44. #define TXTA_Planar                        "Planar"
  45. #define TXTA_NonPlanar                    "NonPlanar"
  46. #define TXTA_ViewDep                      "View Dependent"
  47. #define TXTA_ViewIndep                    "View Independent"
  48. #define TXTA_NoAttrib                   "No Attributes"
  49. #define TXTA_Attrib            "Attributes"
  50. #define TXTA_NotMod                        "Not Modified"
  51. #define TXTA_Mod                       "Modified"
  52. #define TXTA_New                       "New"
  53. #define TXTA_NotNew            "Not New"
  54. #define TXTA_Locked                       "Locked"
  55. #define TXTA_NotLocked                    "Not Locked"
  56.  
  57. #define TXTA_Graphic                    "Graphic"
  58. #define TXTA_Point                        "Point"
  59.  
  60. #endif /* #if !defined (__linetxtH__) */
  61.