home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Chip_1997-01_cd.bin / ms95 / disk23 / dir02 / f014010.re_ / f014010.re
Text File  |  1996-04-02  |  2KB  |  49 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. |    $Logfile:   J:/mdl/examples/dimline/dimline.h_v  $
  18. |   $Workfile:   dimline.h  $
  19. |   $Revision:   5.1  $
  20. |       $Date:   16 Jun 1995 16:34:22  $
  21. |                                    |
  22. +----------------------------------------------------------------------*/
  23. /*----------------------------------------------------------------------+
  24. |                                    |
  25. |   Function -                                |
  26. |                                    |
  27. |    Dimension Example Application defines and structures        |
  28. |                                    |
  29. +----------------------------------------------------------------------*/
  30. #if !defined (__dimlineH__)
  31. #define    __dimlineH__
  32.  
  33. #define    STRINGID_DimLine        0
  34.  
  35. #define    MSGID_Null            0
  36. #define    MSGID_PlaceDimensionLine    1
  37. #define    MSGID_EnterFirstPoint        2
  38. #define    MSGID_EnterEndPoint        3
  39. #define    MSGID_PlaceDimensionCircle  4
  40. #define    MSGID_EnterCircleCenter        5
  41. #define    MSGID_EnterEdgePoint        6
  42. #define    MSGID_PlaceDimensionArc        7
  43. #define    MSGID_EnterFirstEndPoint    8
  44. #define    MSGID_EnterPointOnArc        9
  45. #define    MSGID_EnterSecondEndPoint   10
  46. #define    MSGID_UnableToLoadCmdTable  11
  47.  
  48. #endif
  49.