home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 January
/
Chip_1997-01_cd.bin
/
ms95
/
disk22
/
dir08
/
f013120.re_
/
f013120.re
Wrap
Text File
|
1996-04-02
|
2KB
|
52 lines
/*----------------------------------------------------------------------+
| |
| Copyright (1995) 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/adrwdemo/english/adrwdtxt.h_v $
| $Workfile: adrwdtxt.h $
| $Revision: 1.4 $
| $Date: 05 Oct 1995 18:47:24 $
| |
+----------------------------------------------------------------------*/
/*----------------------------------------------------------------------+
| |
| Dialog box text defines |
| |
+----------------------------------------------------------------------*/
#if !defined (__adrwdtxtH__)
#define __adrwdtxtH__
#define TITLE_Palette "AccuDraw Demo"
#define TOGGLE_OptimizeAccudraw "Optimize AccuDraw"
#define TOGGLE_ShowAxes "Show Axes"
#define TOGGLE_UseCPlane "Use Construction Plane"
#define OPTBUTTON_View "View"
#define OPTION_Current "Current"
/* Balloon and flyover help macros */
#define TXT_Balloon_DemoLine "Demo Line"
#define TXT_Flyover_DemoLine "Place a demo line"
#define TXT_Balloon_DemoCircle "Demo Circle"
#define TXT_Flyover_DemoCircle "Place a demo circle"
#define TXT_Balloon_DemoRectangle "Demo Rectangle"
#define TXT_Flyover_DemoRectangle "Place a demo rectangle"
#define TXT_Balloon_DemoRectangle2 "Demo Rectangle2"
#define TXT_Flyover_DemoRectangle2 "Place a another demo rectangle"
#define TXT_Balloon_DemoChange "Demo Change"
#define TXT_Flyover_DemoChange "Demo change command"
#endif /* !defined (__adrwdtxtH__) */