home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 January
/
Chip_1997-01_cd.bin
/
ms95
/
disk22
/
dir09
/
f015310.re_
/
f015310.re
Wrap
Text File
|
1996-04-02
|
3KB
|
61 lines
/*----------------------------------------------------------------------+
| |
| Copyright (1985-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. |
| |
+----------------------------------------------------------------------*/
/*----------------------------------------------------------------------+
| |
| $Logfile: J:/mdl/examples/lineinfo/english/linetxt.h_v $
| $Workfile: linetxt.h $
| $Revision: 1.2 $
| $Date: 30 Jun 1995 08:32:28 $
| |
+----------------------------------------------------------------------*/
#if !defined (__linetxtH__)
#define __linetxtH__
#define TXTA_ShowElementDialogTitle "Element Information"
#define TXTA_Range "Range"
#define TXTA_Misc "Misc"
#define TXTA_Symbology "Symbology"
#define TXTA_Properties "Properties"
#define TXTA_Level "Level:"
#define TXTA_Color "Color:"
#define TXTA_Weight "Weight:"
#define TXTA_Class "Class:"
#define TXTA_Style "Style:"
#define TXTA_Apply "Apply"
#define TXTA_GGroup "GGroup"
#define TXTA_ElementData "Element Data"
#define TXTA_Done "Done"
#define TXTA_Solid "Solid"
#define TXTA_Hole "Hole"
#define TXTA_Planar "Planar"
#define TXTA_NonPlanar "NonPlanar"
#define TXTA_ViewDep "View Dependent"
#define TXTA_ViewIndep "View Independent"
#define TXTA_NoAttrib "No Attributes"
#define TXTA_Attrib "Attributes"
#define TXTA_NotMod "Not Modified"
#define TXTA_Mod "Modified"
#define TXTA_New "New"
#define TXTA_NotNew "Not New"
#define TXTA_Locked "Locked"
#define TXTA_NotLocked "Not Locked"
#define TXTA_Graphic "Graphic"
#define TXTA_Point "Point"
#endif /* #if !defined (__linetxtH__) */