Compare commits

...

2 Commits

2 changed files with 71 additions and 12 deletions

View File

@ -1,5 +1,6 @@
- entityDefinitions:
- IDE_Method_Common_Parms: '{9e4b1ad8-1988-483d-abb4-b8e4ab77a02c}'
- IDE_Method_Common_Details: '{ab1adb18-aede-4eed-b83c-c03657e28a1d}'
- library: '&IDL_MochaBaseSystem;'
instances:
@ -58,15 +59,37 @@
order: a
displayOptions:
- instance: '&IDI_DisplayOption_DoNotShow;'
# - globalIdentifier: '{47c78a41-ae70-4c60-9385-33a4f268d3ab}'
- globalIdentifier: '{47c78a41-ae70-4c60-9385-33a4f268d3ab}'
# defaultDataType: '&IDR_Method_with_Static_and_Parms__uses_parm__Work_Data;'
# label: 'Optional parms'
# order: b
# - globalIdentifier: '{ab3627d3-ab43-4ae9-a175-535e83be0537}'
label: 'Optional parms'
order: b
- globalIdentifier: '{ab3627d3-ab43-4ae9-a175-535e83be0537}'
# defaultDataType: '&IDR_Method_with_Static_and_Parms__uses_required_parm__Work_Data;'
# label: 'Required parms (null allowed)'
# order: c
# - globalIdentifier: '{1b5e31b1-047d-443b-a381-c7d49370198a}'
label: 'Required parms (null allowed)'
order: c
- globalIdentifier: '{1b5e31b1-047d-443b-a381-c7d49370198a}'
# defaultDataType: '&IDR_Method_with_Static_and_Parms__uses_required_nullable_parm__Work_Data;'
# label: 'Required parms (not null)'
# order: d
label: 'Required parms (not null)'
order: d
- element: '&IDE_Method_Common_Details;'
label: 'Details'
elementContents:
- globalIdentifier: '{8b7a1152-d940-4338-b8e0-cbd83fc4e149}'
defaultDataType: '&IDC_Method;'
label: 'Method'
order: a
displayOptions:
- instance: '&IDI_DisplayOption_DoNotShow;'
- globalIdentifier: '{08fef609-c751-4162-9ac2-10325c072a7d}'
# defaultDataType: '&IDA_Comment;'
label: 'Comment'
order: b
- globalIdentifier: '{6d61f728-eaea-4d33-b2cf-ffcdfb1c4886}'
# defaultDataType: '&IDR_Method__has__Tag;' # ???
label: 'Tags'
order: c
- globalIdentifier: '{d7e6357e-6f27-4b74-a82b-ce61bb2033d4}'
# defaultDataType: '&IDR_Documentable__has__Documentation;' # ???
label: 'Documentation'
order: d

View File

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="utf-8" ?>
<mocha>
<entityDefinitions>
<add key="IDA_ThemeName" value="{8cfc012c-52fd-4a66-8b2f-1b9b5e4af474}" />
<add key="IDC_RotarySwitchLayout" value="{ea52446a-6332-49f7-baa9-4c78bea4faab}" />
<add key="IDC_RotarySwitchLayoutOption" value="{cdd9a157-3896-471a-91e2-c69c9e1ea9a9}" />
<add key="IDR_Rotary_Switch_Layout__has__Rotary_Switch_Layout_Option" value="{ae716c95-1e26-48f4-9013-001d1a1854aa}" />
<add key="IDR_Rotary_Switch_Layout_Option__for__Rotary_Switch_Layout" value="{fed5fe08-db78-4c29-860a-a5be1a15caa0}" />
</entityDefinitions>
<libraries>
<library>
<instances>
<textAttribute id="%IDA_ThemeName;" name="Theme Name" />
<class id="%IDC_RotarySwitchLayout;" name="Rotary Switch Layout" customTagName="rotarySwitchLayout">
<superclasses>
<instanceReference instanceId="%IDC_Layout;" />
</superclasses>
<attributes>
<instanceReference instanceId="%IDA_ThemeName;" customTagName="theme" />
</attributes>
</class>
<relationship
id="%IDR_Rotary_Switch_Layout_Option__for__Rotary_Switch_Layout;"
sourceClassId="%IDC_RotarySwitchLayout;"
type="has"
destinatinClassId="%IDC_RotarySwitchLayoutOption;"
siblingRelationshipId="%IDR_Rotary_Switch_Layout_Option__for__Rotary_Switch_Layout;"
siblingRelationshipType="for"
singular="false" />
</instances>
</library>
</libraries>
</mocha>