home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Chip_1997-01_cd.bin / ms95 / disk22 / dir08 / f012600.re_ / f012600.re
Text File  |  1996-04-02  |  4KB  |  101 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:   geomtol.ids  $
  18. |   $Revision:   1.2  $
  19. |          $Date:   25 Apr 1995 12:02:30  $
  20. |                                    |
  21. +----------------------------------------------------------------------*/
  22. /*----------------------------------------------------------------------+
  23. |                                    |
  24. |   Dialog Box IDs                            |
  25. |                                    |
  26. +----------------------------------------------------------------------*/
  27. #define DIALOGID_GeometricTolerance    1
  28.  
  29. /*----------------------------------------------------------------------+
  30. |                                    |
  31. |   Text Item IDs                            |
  32. |                                    |
  33. +----------------------------------------------------------------------*/
  34. #define TEXTID_CurrentString        1
  35.  
  36. /*----------------------------------------------------------------------+
  37. |                                    |
  38. |    Menubar IDs                            |
  39. |                                    |
  40. *+----------------------------------------------------------------------*/
  41. #define MENUBARID_GeometricTolerance    1
  42.  
  43. /*----------------------------------------------------------------------+
  44. |                                    |
  45. |    Optionbutton IDs                            |
  46. |                                    |
  47. *+----------------------------------------------------------------------*/
  48. #define OPTIONBUTTONID_CommandType    1
  49.  
  50. /*----------------------------------------------------------------------+
  51. |                                    |
  52. |    Pulldown Menu IDs                            |
  53. |                                    |
  54. +----------------------------------------------------------------------*/
  55. #define PULLDOWNMENUID_GeomTolFonts    1
  56. #define PULLDOWNMENUID_OtherFonts    2
  57.  
  58. /*----------------------------------------------------------------------+
  59. |                                    |
  60. |    Generic IDs                            |
  61. |                                    |
  62. +----------------------------------------------------------------------*/
  63. #define GENERICID_LeftBracket        1
  64. #define GENERICID_RightBracket        2
  65. #define GENERICID_PipeSymbol        3
  66. #define GENERICID_PlusSign        4
  67. #define GENERICID_LetterA        5
  68. #define GENERICID_LetterB        6
  69. #define GENERICID_LetterC        7
  70. #define GENERICID_LetterD        8
  71. #define GENERICID_LetterE        9
  72. #define GENERICID_LetterF        10
  73. #define GENERICID_LetterG        11
  74. #define GENERICID_LetterH        12
  75. #define GENERICID_LetterI        13
  76. #define GENERICID_LetterJ        14
  77. #define GENERICID_LetterK        15
  78. #define GENERICID_LetterL        16
  79. #define GENERICID_LetterM        17
  80. #define GENERICID_LetterN        18
  81. #define GENERICID_LetterO        19
  82. #define GENERICID_LetterP        20
  83. #define GENERICID_LetterQ           21
  84. #define GENERICID_LetterR        22
  85. #define GENERICID_LetterS        23
  86. #define GENERICID_LetterT           24
  87. #define GENERICID_LetterU        25
  88. #define GENERICID_LetterV        26
  89. #define GENERICID_LetterW           27
  90. #define GENERICID_LetterX        28
  91. #define GENERICID_LetterY        29
  92. #define GENERICID_LetterZ        30
  93.  
  94. /*----------------------------------------------------------------------+
  95. |                                    |
  96. |   Icon Command  IDs                            |
  97. |                                    |
  98. +----------------------------------------------------------------------*/
  99. #define    ICONCMDID_GeometricTolerance    1
  100.  
  101.