home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 January
/
Chip_1997-01_cd.bin
/
ms95
/
disk22
/
dir08
/
f013240.re_
/
f013240.re
Wrap
Text File
|
1996-04-02
|
3KB
|
67 lines
/*----------------------------------------------------------------------+
| |
| Copyright (1994-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/aliasmgr/english/aliastxt.h_v $
| $Workfile: aliastxt.h $
| $Revision: 1.0 $
| $Date: 26 Jun 1995 08:11:18 $
| |
+----------------------------------------------------------------------*/
/*----------------------------------------------------------------------+
| |
| aliastxt.h -- TXT definitions |
| |
+----------------------------------------------------------------------*/
#if !defined (__aliastxtH__)
#define __aliastxtH__
#define TXT_AliasManager "Alias Manager"
#define TXT_Command "Command:"
#define TXT_AliasedInput "Aliased Input:"
#define TXT_File "~File"
#define TXT_New "~New..."
#define TXT_Open "~Open..."
#define TXT_Info "~Info..."
#define TXT_List "~List..."
#define TXT_Save "~Save"
#define TXT_SaveAs "Save ~As..."
#define TXT_Exit "E~xit"
#define TXT_Edit "~Edit"
#define TXT_Delete "~Delete..."
#define TXT_Modify "~Modify..."
#define TXT_Insert "~Insert..."
#define TXT_Options "~Options"
#define TXT_AutoQueue "Auto ~Queue"
#define TXT_RecordAI "~Extracting Icon/Menu Key-ins"
#define TXT_Help "~Help"
#define TXT_HelpAboutAliasMgr "~About Alias Manager"
#define TXT_KeyIn "~Key-In"
#define TXT_AliasMgrInfo "Alias Manager Information"
#define TXT_FileName "File Name:"
#define TXT_NumCmds "# commands:"
#define ALIASMGRHLP "USTNHELP HELP CONTENTS ALIASMGR"
#endif /* if !defined (__aliastxtH__) */