home *** CD-ROM | disk | FTP | other *** search
/ PC World 1997 November / PCWorld_1997-11_cd.bin / software / programy / komix / DATA.Z / propdefs.propdefs < prev    next >
Text File  |  1997-04-11  |  5KB  |  102 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        : propdefs.propdefs
  17. #    Description    : Customization file containing the definitions of
  18. #              the properties of objects that can explicitly be
  19. #              edited using a property dialog.
  20. #
  21. #---------------------------------------------------------------------------
  22. #
  23. # Copyright 1996 Cayenne Software, Inc.
  24. #
  25. #---------------------------------------------------------------------------
  26. #
  27. # The definitions have the following format:
  28. #
  29. # name | longName | interfaceClass | interfaceOptions | members
  30. #
  31. # The members field is optional and denotes the definition of a group.
  32. #
  33. #---------------------------------------------------------------------------
  34.  
  35. # Standard item property definitions.
  36. classification | Classification | OptionMenu    | -entrySet {primary secondary}
  37. actor_type     | Actor Type     | OptionMenu    | -entrySet {user system}
  38. freeText       | Free Text      | MultiLineText | -rowCount 10 -columnCount 30
  39. precond        | Precondition   | MultiLineText | -rowCount  5 -columnCount 30
  40. postcond       | Postcondition  | MultiLineText | -rowCount  5 -columnCount 30
  41. basicAct       | Basic Course of Action         | MultiLineText | \
  42.                           -rowCount  5 -columnCount 30
  43. alternateAct   | Alternative Course of Action   | MultiLineText | \
  44.                           -rowCount  5 -columnCount 30
  45. actionsPage    | Act         | PropIfPage    | | basicAct alternateAct
  46. conditionsPage | Cond        | PropIfPage    | | precond postcond
  47. freeTextPage   | Text        | PropIfPage    | | freeText
  48. fileSystemPath | File System Path Part   | SingleLineText | -columnCount 30
  49. data_type      | Data Type               | STextItrPropIf | -columnCount 30
  50. abbrev         | Abbreviation            | SingleLineText | -columnCount 30
  51. type           | Document Type           | SingleLineText | -columnCount 30
  52. title          | Document Title          | SingleLineText | -columnCount 30
  53. subject        | Document Subject        | SingleLineText | -columnCount 30
  54. ref            | Document Reference      | SingleLineText | -columnCount 30
  55. keywords       | Document Keywords       | SingleLineText | -columnCount 30
  56. date           | Document Date           | SingleLineText | -columnCount 30
  57. authors        | Document Authors        | SingleLineText | -columnCount 30
  58. status         | Document Status         | SingleLineText | -columnCount 30
  59. structFile     | Document Structure File | SingleLineText | -columnCount 30
  60. structureGen   | Structure Generator     | SingleLineText | -columnCount 30
  61. contentsGen    | Contents Generator      | SingleLineText | -columnCount 30
  62. document       | Document    | PropIf2Col    | | type title subject ref \
  63.                 keywords date authors status structFile
  64. section        | section     | PropIfGroup   | | structureGen contentsGen
  65. refProperties  | Referred Properties     | SingleLineText | -columnCount 30
  66.  
  67. # Standard component property definitions.
  68. initiator    | Initiator | CheckButton | -state 0
  69.  
  70.  
  71.  
  72. # Extra component property definitions used for OMT Delphi target.
  73. method_access | Method Access   | OptionMenu | \
  74.         -entrySet {Published Public Protected Private}
  75. method_modifier  | Method modifier    | OptionMenu     | \
  76.         -entrySet {None Virtual Dynamic "Virtual Abstract" "Dynamic Abstract" Override}
  77. is_event       | Event | CheckButton | -state 0
  78. is_declaration | Is Class Declaration | CheckButton | -state 0
  79. is_startup     | Main Form | CheckButton | -state 0
  80. is_vcl            | VCL class | CheckButton | -state 0
  81.  
  82. # Extra item property definitions used for OMT Delphi target
  83. attrib_access | Attribute Access   | RWAccessRow | \
  84.         -entrySet {Published Public Protected Private None}
  85. assoc_access  | Association Access | RWAccessRow | \
  86.         -entrySet {Published Public Protected Private None}
  87. pass_by        | Parameter Passing    | OptionMenu    | \
  88.         -entrySet {"Value" "Constant" "Variable"}
  89. libunit        | Library unit | DropDwnComboBox | \
  90.         -rowCount 8 -entrySet {None Classes Controls ExtCtrls Forms StdCtrls System SysUtils}
  91. userlib        | User defined unit | SingleLineText | -columnCount 30
  92. libunitCombo  | Library unit |    PropIfCombo    | -extraValue Other | \
  93.                             libunit userlib
  94. #modifier       | Type Modifier       | DropDwnComboBox | \
  95. #        -rowCount 6 -entrySet {Default Reference "Reference to Const" \
  96. #                    Pointer "Pointer to Const" Value}
  97. #other_modifier | Other Type Modifier | SingleLineText  | -columnCount 30
  98. #modifierCombo  | Type Modifier       | PropIfCombo     | -extraValue Other | \
  99. #                            modifier other_modifier
  100.  
  101.  
  102.