home *** CD-ROM | disk | FTP | other *** search
/ PC World 1997 November / PCWorld_1997-11_cd.bin / software / programy / komix / DATA.Z / proplocs.proplocs < prev    next >
Text File  |  1997-04-24  |  7KB  |  146 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. # Copyright (c) 1996 by Cayenne Software, Inc.
  4. #
  5. # This software is furnished under a license and may be used only in
  6. # accordance with the terms of such license and with the inclusion of
  7. # the above copyright notice. This software or any other copies thereof
  8. # may not be provided or otherwise made available to any other person.
  9. # No title to and ownership of the software is hereby transferred.
  10. #
  11. # The information in this software is subject to change without notice
  12. # and should not be construed as a commitment by Westmount Technology B.V.
  13. #
  14. #---------------------------------------------------------------------------
  15. #
  16. #    File        : proplocs.proplocs
  17. #    Description    : Customization file specifying at which locations
  18. #              the properties defined in the propdefs file can
  19. #              be edited using a property dialog.
  20. #
  21. #---------------------------------------------------------------------------
  22. #
  23. # Copyright 1996 Cayenne Software, Inc.
  24. #
  25. #---------------------------------------------------------------------------
  26. #
  27. # The locations have the following format:
  28. #
  29. # name | cntKind | cntType | phase | fileType | compType | labType | condition
  30. #
  31. #---------------------------------------------------------------------------
  32.  
  33. # Locations of standard property definitions outside an editor.
  34. freeTextPage   | ControlledClass
  35. freeTextPage   | ConfigList
  36. freeTextPage   | ConfigPhaseLinkList
  37. freeTextPage   | ConfigVersion
  38. freeTextPage   | ConfigVersionList
  39. freeTextPage   | Corporate
  40. freeTextPage   | CorporateGroupVersion
  41. freeTextPage   | CustomFileList
  42. freeTextPage   | CustomFileVersion
  43. freeTextPage   | CustomFileVersionList
  44. freeTextPage   | ExternalFileVersion
  45. freeTextPage   | ExternalLink
  46. freeTextPage   | ExternalLinkList
  47. freeTextPage   | FileList
  48. freeTextPage   | FilePropertyReference
  49. freeTextPage   | FileVersionList
  50. freeTextPage   | Graph
  51. freeTextPage   | GroupList
  52. freeTextPage   | GroupVersion
  53. freeTextPage   | GroupVersionList
  54. freeTextPage   | ItemPropertyReference
  55. freeTextPage   | LevelCustomFileLinkList
  56. freeTextPage   | Matrix
  57. freeTextPage   | PhaseList
  58. freeTextPage   | PhaseSystemLinkList
  59. freeTextPage   | PhaseVersion
  60. freeTextPage   | PhaseVersionList
  61. freeTextPage   | Project
  62. freeTextPage   | ProjectList
  63. freeTextPage   | Role
  64. freeTextPage   | SavedGroupVersion
  65. freeTextPage   | SystemCorporateLinkList
  66. freeTextPage   | SystemFileLinkList
  67. freeTextPage   | SystemFileReference
  68. freeTextPage   | SystemFileReferenceList
  69. freeTextPage   | SystemGroupLinkList
  70. freeTextPage   | SystemList
  71. freeTextPage   | SystemVersion
  72. freeTextPage   | SystemVersionList
  73. freeTextPage   | User
  74. freeTextPage   | UserRoleLink
  75. freeTextPage   | LocalSection
  76. section        | LocalSection
  77. document       | SystemVersion | DocumentVersion
  78. refProperties  | ItemPropertyReference 
  79. refProperties  | FilePropertyReference
  80. fileSystemPath | Corporate
  81. fileSystemPath | Project
  82. fileSystemPath | ConfigVersion 
  83. fileSystemPath | PhaseVersion 
  84. fileSystemPath | SystemVersion
  85. fileSystemPath | ExternalFileVersion
  86.  
  87. # Locations of standard item property definitions.
  88. freeTextPage   | Item
  89. actionsPage    | Item | cl | Analysis     | ucd | use_case
  90. actionsPage    | Item | cl | SystemDesign | ucd | use_case
  91. actionsPage    | Item | cl | ObjectDesign | ucd | use_case
  92. conditionsPage | Item | cl | Analysis     | ucd | use_case
  93. conditionsPage | Item | cl | SystemDesign | ucd | use_case
  94. conditionsPage | Item | cl | ObjectDesign | ucd | use_case
  95. classification | Item | cl | Analysis     | ucd | use_case
  96. classification | Item | cl | SystemDesign | ucd | use_case
  97. classification | Item | cl | ObjectDesign | ucd | use_case
  98. actor_type     | Item | cl | Analysis     | ucd | ucd_actor
  99. actor_type     | Item | cl | SystemDesign | ucd | ucd_actor
  100. actor_type     | Item | cl | ObjectDesign | ucd | ucd_actor
  101. data_type      | Item | de | Analysis     | dfd | data_store
  102. data_type      | Item | de | SystemDesign | dfd | data_store
  103. data_type      | Item | de | ObjectDesign | dfd | data_store
  104. data_type      | Item | de | Analysis     | dfd | data_flow
  105. data_type      | Item | de | SystemDesign | dfd | data_flow
  106. data_type      | Item | de | ObjectDesign | dfd | data_flow
  107. data_type      | Item | de | Analysis     | dfd | update_flow
  108. data_type      | Item | de | SystemDesign | dfd | update_flow
  109. data_type      | Item | de | ObjectDesign | dfd | update_flow
  110. data_type      | Item | de | Analysis     | cad | qualif_assoc | qualifier
  111. data_type      | Item | de | SystemDesign | cad | qualif_assoc | qualifier
  112. data_type      | Item | de | ObjectDesign | cad | qualif_assoc | qualifier
  113. data_type      | Item | de | Analysis     | cad | qualif_aggr  | qualifier
  114. data_type      | Item | de | SystemDesign | cad | qualif_aggr  | qualifier
  115. data_type      | Item | de | ObjectDesign | cad | qualif_aggr  | qualifier
  116.  
  117. # Locations of standard component property definitions.
  118. initiator      | Component | ucd_actor       | Analysis     | ucd
  119. initiator      | Component | ucd_actor       | SystemDesign | ucd
  120. initiator      | Component | ucd_actor       | ObjectDesign | ucd
  121.  
  122.  
  123. # Locations of extra component property definitions for OMT Delphi target.
  124. method_access      | Component | method        | ObjectDesign     | cad
  125. method_modifier    | Component | method        | ObjectDesign     | cad
  126. is_event           | Component | method        | ObjectDesign     | cad
  127. #modifierCombo  | Component | parameter     | ObjectDesign     | cad
  128. #modifierCombo  | Component | method        | ObjectDesign     | cad
  129. pass_by            | Component    | parameter        | ObjectDesign    | cad
  130.  
  131. # Locations of extra item property definitions for OMT Delphi target.
  132. attrib_access  | Item | de | ObjectDesign | cad | attribute
  133. assoc_access   | Item | de | ObjectDesign | cad | association  | role_start
  134. assoc_access   | Item | de | ObjectDesign | cad | association  | role_end
  135. assoc_access   | Item | de | ObjectDesign | cad | qualif_assoc | role_start
  136. assoc_access   | Item | de | ObjectDesign | cad | qualif_assoc | role_end
  137. assoc_access   | Item | de | ObjectDesign | cad | aggregation  | role_start
  138. assoc_access   | Item | de | ObjectDesign | cad | aggregation  | role_end
  139. assoc_access   | Item | de | ObjectDesign | cad | qualif_aggr  | role_start
  140. assoc_access   | Item | de | ObjectDesign | cad | qualif_aggr  | role_end
  141. #is_declaration | Item | cl | ObjectDesign | cad | cad_class
  142. is_startup     | Item | cl | ObjectDesign | cad | cad_class
  143. #is_vcl         | Item | cl | ObjectDesign | cad | cad_class
  144. libunitCombo   | Item | cl | ObjectDesign | cad | cad_class
  145.  
  146.