home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Chip_1997-01_cd.bin / ms95 / disk23 / dir05 / f017100.re_ / f017100.re
Text File  |  1996-04-02  |  2KB  |  52 lines

  1. /*----------------------------------------------------------------------+
  2. |                                    |
  3. |  Copyright (1995) 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. |   scanfmsg.r  - Application's language specific resource definitions.    |
  18. |                                    |
  19. |   $Logfile:   J:/mdl/examples/scanfile/english/scanfmsg.r_v  $
  20. |   $Workfile:   scanfmsg.r  $
  21. |   $Revision:   1.0  $
  22. |          $Date:   23 Jun 1995 19:26:44  $
  23. |                                    |
  24. +----------------------------------------------------------------------*/
  25. /*----------------------------------------------------------------------+
  26. |                                    |
  27. |   Include Files                               |
  28. |                                    |
  29. +----------------------------------------------------------------------*/
  30. #include <rscdefs.h>
  31.  
  32. #include "scanfile.h"
  33.  
  34. /*----------------------------------------------------------------------+
  35. |                                    |
  36. |   Messages                                |
  37. |                                    |
  38. +----------------------------------------------------------------------*/
  39. MessageList  MESSAGELISTID_Messages =
  40.     {
  41. {
  42.  
  43. { MSGID_ErrorLoadingCmdTable,    "Error loading command table" },
  44. { MSGID_ErrorAppendingLinkage,    "Error appending linkage" },
  45. { MSGID_LinkageAppended,    "Linkage successfully appended" },
  46. { MSGID_LinkageFound,           "Linkage found" },
  47. { MSGID_LinkageNotFound,    "Linkage not found" },
  48.  
  49. }
  50.     };
  51.  
  52.