home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 January
/
Chip_1997-01_cd.bin
/
ms95
/
disk22
/
dir08
/
f013890.re_
/
f013890.re
Wrap
Text File
|
1996-04-02
|
3KB
|
69 lines
/*----------------------------------------------------------------------+
| |
| Copyright (1993-95) Bentley Systems, Inc., All rights reserved. |
| |
| "MicroStation" is a registered trademark and "MDL" and "MicroCSL" |
| are trademarks of Bentley Systems, Inc. |
| |
| Limited permission is hereby granted to reproduce and modify this |
| copyrighted material provided that the resulting code is used only |
| in conjunction with Bentley Systems products under the terms of the |
| license agreement provided therein, and that this notice is retained |
| in its entirety in any such reproduction or modification. |
| |
+----------------------------------------------------------------------*/
/*----------------------------------------------------------------------+
| |
| $Workfile: cnvttxt.h $
| $Revision: 6.2 $
| $Date: 06 Oct 1995 07:00:48 $
| |
+----------------------------------------------------------------------*/
/*----------------------------------------------------------------------+
| |
| Function - |
| |
| Static text defines for the basic application dialog resources |
| |
+----------------------------------------------------------------------*/
#if !defined (__cnvttxtH__)
#define __cnvttxtH__
#define TXT_cnvt "Convert Bspline"
#define TXT_Type "Convert ~To:"
#define TXT_NumPoints "~Number of Points:"
#define TXT_Tolerance "~Tolerance:"
#define TXT_String "~Line String"
#define TXT_Lines "L~ine Segments"
#define TXT_Stream "~Stream Curve"
#define TXT_Arcs "~Arcs"
#define TXT_Points "~Points"
#define TXT_Method "~Method:"
#define TXT_Num "~Number of Points"
#define TXT_Tol "~Chord Height Tolerance"
#define TXT_ArcLength "Evenly Spaced ~Arc Length"
#define TXT_ChordLength "Evenly Spaced C~hord Length"
#define TXT_NumURules "Number of ~U Rules:"
#define TXT_NumVRules "Number of ~V Rules:"
#define TXT_makeCopy "Make ~Copy"
#define TXT_extractBound "~Extract Trim Boundary"
#define TXT_Placement "~Placement"
#define TXT_Construct "~Construct"
#define TXT_polygon "~Display Control Polygon"
/* Balloon and flyover help text */
#define TXT_Flyover_ConvertBsplineCurve "Convert Bspline curve"
#define TXT_Balloon_ConvertBsplineCurve "Convert Bspline Curve"
#define TXT_Flyover_ConvertBsplineSurface "Convert Bspline surface"
#define TXT_Balloon_ConvertBsplineSurface "Convert Bspline Surface"
#define TXT_Flyover_ClosedCurve "Closed curve"
#define TXT_Balloon_ClosedCurve "Closed Curve"
#endif /* if !defined (__cnvttxtH__) */