home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Chip_1997-01_cd.bin / ms95 / disk22 / dir08 / f013890.re_ / f013890.re
Text File  |  1996-04-02  |  3KB  |  69 lines

  1. /*----------------------------------------------------------------------+
  2. |                                    |
  3. |  Copyright (1993-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:   cnvttxt.h  $
  18. |   $Revision:   6.2  $
  19. |       $Date:   06 Oct 1995 07:00:48  $
  20. |                                    |
  21. +----------------------------------------------------------------------*/
  22. /*----------------------------------------------------------------------+
  23. |                                    |
  24. |   Function -                                |
  25. |                                    |
  26. |    Static text defines for the basic application dialog resources    |
  27. |                                    |
  28. +----------------------------------------------------------------------*/
  29. #if !defined (__cnvttxtH__)
  30. #define    __cnvttxtH__
  31.  
  32. #define    TXT_cnvt                "Convert Bspline"
  33.  
  34. #define    TXT_Type                "Convert ~To:"
  35.  
  36. #define    TXT_NumPoints               "~Number of Points:"
  37. #define TXT_Tolerance                "~Tolerance:"
  38. #define TXT_String                "~Line String"
  39. #define TXT_Lines                "L~ine Segments"
  40. #define TXT_Stream                "~Stream Curve"
  41. #define TXT_Arcs                "~Arcs"
  42. #define TXT_Points                "~Points"
  43.  
  44. #define    TXT_Method                "~Method:"
  45.  
  46. #define TXT_Num                    "~Number of Points"
  47. #define TXT_Tol                    "~Chord Height Tolerance"
  48. #define TXT_ArcLength                "Evenly Spaced ~Arc Length"
  49. #define TXT_ChordLength                "Evenly Spaced C~hord Length"
  50.  
  51. #define TXT_NumURules               "Number of ~U Rules:"
  52. #define TXT_NumVRules               "Number of ~V Rules:"
  53.  
  54. #define TXT_makeCopy                "Make ~Copy"
  55. #define TXT_extractBound            "~Extract Trim Boundary"
  56.  
  57. #define TXT_Placement                "~Placement"
  58. #define TXT_Construct                "~Construct"
  59. #define TXT_polygon                "~Display Control Polygon"
  60.  
  61. /* Balloon and flyover help text */
  62. #define TXT_Flyover_ConvertBsplineCurve        "Convert Bspline curve"
  63. #define TXT_Balloon_ConvertBsplineCurve            "Convert Bspline Curve"
  64. #define TXT_Flyover_ConvertBsplineSurface        "Convert Bspline surface"
  65. #define TXT_Balloon_ConvertBsplineSurface        "Convert Bspline Surface"
  66. #define TXT_Flyover_ClosedCurve                "Closed curve"
  67. #define TXT_Balloon_ClosedCurve                "Closed Curve"
  68.  
  69. #endif /* if !defined (__cnvttxtH__) */