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

  1. /*----------------------------------------------------------------------+
  2. |                                    |
  3. | Copyright (C) 1985-93   Bentley Systems, Inc., All rights reserved.    |
  4. |                                    |
  5. | "MicroStation", "MDL", and "MicroCSL" are trademarks of Bentley    |
  6. |  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 in    |
  10. | 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. |   $Workfile:   ddd.ids  $
  18. |   $Revision:   1.0  $
  19. |          $Date:   27 Apr 1995 16:45:02  $
  20. |                                    |
  21. +----------------------------------------------------------------------*/
  22. /*----------------------------------------------------------------------+
  23. |                                    |
  24. |   Icon Command Palette IDs                        |
  25. |                                    |
  26. +----------------------------------------------------------------------*/
  27. #define ICONCMDPALETTEID_CONSTRAINT    2
  28. #define ICONCMDPALETTEID_ATTACH        3
  29. #define ICONCMDPALETTEID_DRAW        4
  30. #define ICONCMDPALETTEID_MODEL        5
  31.  
  32. /*----------------------------------------------------------------------+
  33. |                                    |
  34. |   Icon Command IDs                            |
  35. |                                    |
  36. +----------------------------------------------------------------------*/
  37. #define ic0                0
  38. #define ICONCMDID_ConsLocation        1   +ic0
  39. #define ICONCMDID_ConsPointOn        2   +ic0
  40. #define ICONCMDID_ConsTangent        3   +ic0
  41. #define ICONCMDID_ConsDimension        4   +ic0
  42. #define    ICONCMDID_ConsLock        5   +ic0
  43. #define    ICONCMDID_ConsUnlock        6   +ic0
  44. #define    ICONCMDID_ConsParallel        7   +ic0
  45. #define    ICONCMDID_ConsPerpendicular    8   +ic0
  46. #define ICONCMDID_ConsIntersection    9   +ic0
  47. #define ICONCMDID_ConsAngle         10  +ic0
  48. #define ICONCMDID_ConsAssignVar        11  +ic0
  49. #define ICONCMDID_ConsVar        12  +ic0   /* free Var */
  50. #define ICONCMDID_ConsEquation        13  +ic0    
  51. #define ICONCMDID_ConsConcentric    14  +ic0
  52. #define ICONCMDID_ConsCheck        15  +ic0    
  53. #define ICONCMDID_ConsMatch        16  +ic0
  54.  
  55. #define ic1                100
  56. #define ICONCMDID_ModDump        1   +ic1
  57. #define ICONCMDID_ModUpdate        2   +ic1
  58. #define ICONCMDID_ModModify        3   +ic1
  59. #define ICONCMDID_ModIsolate        4   +ic1
  60. #define ICONCMDID_ModInfo        5   +ic1
  61. #define ICONCMDID_ModEditDimension     6   +ic1
  62.  
  63. #define ic3                300
  64. #define    ICONCMDID_AttLString        1   +ic3
  65. #define    ICONCMDID_AttArc        2   +ic3
  66. #define ICONCMDID_AttCircle        6   +ic3
  67. #define ICONCMDID_AttTransform        7   +ic3
  68. #define ICONCMDID_AttLocation        8   +ic3
  69. #define ICONCMDID_AttPen        9   +ic3
  70.