home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Chip_1997-01_cd.bin / ms95 / disk22 / dir08 / f013120.re_ / f013120.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. |    $Logfile:   J:/mdl/examples/adrwdemo/english/adrwdtxt.h_v  $
  18. |   $Workfile:   adrwdtxt.h  $
  19. |   $Revision:   1.4  $
  20. |       $Date:   05 Oct 1995 18:47:24  $
  21. |                                    |
  22. +----------------------------------------------------------------------*/
  23. /*----------------------------------------------------------------------+
  24. |                                    |
  25. |    Dialog box text defines                     |
  26. |                                    |
  27. +----------------------------------------------------------------------*/
  28. #if !defined (__adrwdtxtH__)
  29. #define __adrwdtxtH__
  30.  
  31. #define TITLE_Palette            "AccuDraw Demo"
  32.  
  33. #define TOGGLE_OptimizeAccudraw        "Optimize AccuDraw"
  34. #define TOGGLE_ShowAxes                "Show Axes"
  35. #define TOGGLE_UseCPlane            "Use Construction Plane"
  36. #define OPTBUTTON_View            "View"
  37. #define OPTION_Current            "Current"
  38.  
  39. /* Balloon and flyover help macros */
  40. #define TXT_Balloon_DemoLine            "Demo Line"
  41. #define TXT_Flyover_DemoLine            "Place a demo line"
  42. #define TXT_Balloon_DemoCircle            "Demo Circle"
  43. #define TXT_Flyover_DemoCircle            "Place a demo circle"
  44. #define TXT_Balloon_DemoRectangle    "Demo Rectangle"
  45. #define TXT_Flyover_DemoRectangle    "Place a demo rectangle"
  46. #define TXT_Balloon_DemoRectangle2    "Demo Rectangle2"
  47. #define TXT_Flyover_DemoRectangle2    "Place a another demo rectangle"
  48. #define TXT_Balloon_DemoChange            "Demo Change"
  49. #define TXT_Flyover_DemoChange            "Demo change command"
  50.  
  51. #endif /* !defined (__adrwdtxtH__) */
  52.