home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Chip_1997-01_cd.bin / ms95 / disk22 / dir08 / f013240.re_ / f013240.re
Text File  |  1996-04-02  |  3KB  |  67 lines

  1. /*----------------------------------------------------------------------+
  2. |                                    |
  3. |  Copyright (1994-95) Bentley Systems, Inc., All rights reserved.    |
  4. |                                    |
  5. |  "MicroStation" is a registered trademark and "MDL" and "MicroCSL"    |
  6. |  are trademarks of Bentley Systems, Inc.                    |
  7. |                                    |
  8. |  Limited permission is hereby granted to reproduce and modify this    |
  9. |  copyrighted material provided that the resulting code is used only     |
  10. |  in conjunction with Bentley Systems products under the terms of the    |
  11. |  license agreement provided therein, and that this notice is retained    |
  12. |  in its entirety in any such reproduction or modification.        |
  13. |                                    |
  14. +----------------------------------------------------------------------*/
  15. /*----------------------------------------------------------------------+
  16. |                                    |
  17. |   $Logfile:   J:/mdl/examples/aliasmgr/english/aliastxt.h_v  $
  18. |   $Workfile:   aliastxt.h  $
  19. |   $Revision:   1.0  $
  20. |       $Date:   26 Jun 1995 08:11:18  $
  21. |                                    |
  22. +----------------------------------------------------------------------*/
  23. /*----------------------------------------------------------------------+
  24. |                                    |
  25. |   aliastxt.h -- TXT definitions                            |
  26. |                                    |
  27. +----------------------------------------------------------------------*/
  28.  
  29. #if !defined  (__aliastxtH__)
  30. #define     __aliastxtH__
  31.  
  32. #define TXT_AliasManager             "Alias Manager"
  33.  
  34. #define TXT_Command                  "Command:"
  35. #define TXT_AliasedInput             "Aliased Input:"
  36.  
  37. #define TXT_File                     "~File"
  38. #define TXT_New                     "~New..."
  39. #define TXT_Open                     "~Open..."
  40. #define TXT_Info                     "~Info..."
  41. #define TXT_List                     "~List..."
  42. #define TXT_Save                     "~Save"
  43. #define TXT_SaveAs                   "Save ~As..."
  44. #define TXT_Exit                     "E~xit"
  45.  
  46. #define TXT_Edit                     "~Edit"
  47. #define TXT_Delete                   "~Delete..."
  48. #define TXT_Modify                   "~Modify..."
  49. #define TXT_Insert                   "~Insert..."
  50.  
  51. #define TXT_Options                  "~Options"
  52. #define TXT_AutoQueue                    "Auto ~Queue"
  53. #define TXT_RecordAI                    "~Extracting Icon/Menu Key-ins"
  54.  
  55. #define TXT_Help                     "~Help"
  56. #define TXT_HelpAboutAliasMgr                "~About Alias Manager"
  57.  
  58. #define TXT_KeyIn                    "~Key-In"
  59.  
  60. #define TXT_AliasMgrInfo             "Alias Manager Information"
  61.  
  62. #define TXT_FileName                 "File Name:"
  63. #define TXT_NumCmds                  "# commands:"
  64.  
  65. #define ALIASMGRHLP                "USTNHELP HELP CONTENTS ALIASMGR"
  66.  
  67. #endif /* if !defined  (__aliastxtH__) */