home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 January
/
Chip_1997-01_cd.bin
/
ms95
/
disk23
/
dir02
/
f013970.re_
/
f013970.re
Wrap
Text File
|
1996-04-02
|
2KB
|
50 lines
/*----------------------------------------------------------------------+
| |
| Copyright (1993-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/database/english/gistext.h_v $
| $Workfile: gistext.h $
| $Revision: 1.2 $
| $Date: 16 Jun 1995 15:49:20 $
| |
+----------------------------------------------------------------------*/
/*----------------------------------------------------------------------+
| |
| Function - |
| |
| GIS Example application static dialog box text |
| |
+----------------------------------------------------------------------*/
#if !defined (__gistextH__)
#define __gistextH__
/*----------------------------------------------------------------------+
| |
| Dialog box aspect ratio |
| |
+----------------------------------------------------------------------*/
#define ASPECT_LOCATEPARCEL 1.0 /* locate parcel dialog box */
/*----------------------------------------------------------------------+
| |
| Dialog box aspect ratio |
| |
+----------------------------------------------------------------------*/
#define TXT_ParcelLocation "Parcel Location"
#define TXT_ParcelNumber "Parcel Number:"
#define TXT_LocateParcel "Locate Parcel"
#endif /* if !defined (__gistextH__) */