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

  1. /*----------------------------------------------------------------------+
  2. |                                    |
  3. |  Copyright (1993-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/cnvtspln/english/cnvtmsg.r_v  $
  18. |   $Workfile:   cnvtmsg.r  $
  19. |   $Revision:   6.3  $
  20. |       $Date:   31 Oct 1995 14:12:20  $
  21. |                                    |
  22. +----------------------------------------------------------------------*/
  23. /*----------------------------------------------------------------------+
  24. |                                    |
  25. |   Function -                                |
  26. |                                    |
  27. |    Cnvtspln application message string resources            |
  28. |                                    |
  29. +----------------------------------------------------------------------*/
  30. #include <dlogbox.h>    
  31. #include <dlogids.h>    
  32.  
  33. #include "cnvtspln.h"    
  34.  
  35. /*----------------------------------------------------------------------+
  36. |                                    |
  37. |   Command names                            |
  38. |                                    |
  39. +----------------------------------------------------------------------*/
  40. MessageList STRINGID_Command =
  41. {
  42.     {
  43.     { CMDNAME_ConvertBsplineCurve,         "Convert Bspline Curve" },
  44.     { CMDNAME_ConvertBsplineSurface,         "Convert Bspline Surface" },
  45.     }
  46. };
  47.  
  48.