From d87184a9890b02ad1e4ea0cabe7a442eec85f8d1 Mon Sep 17 00:00:00 2001 From: Harmen Wessels <97173058+harmen-xb@users.noreply.github.com> Date: Thu, 6 Jun 2024 10:23:26 +0200 Subject: [PATCH] Added stereotype property in General tab in Model metaclass. (#24) --- .../MDDE_LDM/Profile/Model/Forms/Forms.xml | 1 + .../MDDE_LDM/Profile/Model/Forms/General.xml | 24 +++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 decomposed/extensions/MDDE_LDM/Profile/Model/Forms/General.xml diff --git a/decomposed/extensions/MDDE_LDM/Profile/Model/Forms/Forms.xml b/decomposed/extensions/MDDE_LDM/Profile/Model/Forms/Forms.xml index 0d71a61..338a74e 100644 --- a/decomposed/extensions/MDDE_LDM/Profile/Model/Forms/Forms.xml +++ b/decomposed/extensions/MDDE_LDM/Profile/Model/Forms/Forms.xml @@ -7,5 +7,6 @@ 1 + \ No newline at end of file diff --git a/decomposed/extensions/MDDE_LDM/Profile/Model/Forms/General.xml b/decomposed/extensions/MDDE_LDM/Profile/Model/Forms/General.xml new file mode 100644 index 0000000..cbe596e --- /dev/null +++ b/decomposed/extensions/MDDE_LDM/Profile/Model/Forms/General.xml @@ -0,0 +1,24 @@ + +9DD2EE19-51E5-42B7-A2C0-6355A5C59C90 +General +GENERAL +<Form > + <StandardNameAndCode Attribute="NameAndCode" SizeInChars="1" HorizontalResize="true" /> + <StandardAttribute Attribute="Comment" Caption="Comment:" SizeInChars="1" LineNumber="3" HorizontalResize="true" VerticalResize="true" LeftText="false" /> + <StandardAttribute Attribute="Filename" Caption="File name:" SizeInChars="1" LineNumber="3" HorizontalResize="true" VerticalResize="true" LeftText="false" /> + <StandardAttribute Attribute="Author" Caption="Author:" SizeInChars="1" LineNumber="3" HorizontalResize="true" VerticalResize="true" LeftText="false" /> + <HorizontalLayout Name="HorizontalLayout" > + <StandardAttribute Attribute="Version" Caption="Version:" SizeInChars="1" LineNumber="3" HorizontalResize="true" VerticalResize="true" LeftText="false" /> + <StandardAttribute Attribute="ExtractionFullVersion" Caption="Repository:" SizeInChars="1" LineNumber="3" HorizontalResize="true" VerticalResize="true" LeftText="false" /> + </HorizontalLayout> + <StandardAttribute Attribute="DefaultDiagram" Caption="Default Diagram:" SizeInChars="1" LineNumber="3" HorizontalResize="true" VerticalResize="true" LeftText="false" /> + <StandardAttribute Attribute="KeywordList" SizeInChars="1" LineNumber="3" HorizontalResize="true" VerticalResize="true" LeftText="false" /> + <StandardAttribute Attribute="Stereotype" Caption="Stereotype" SizeInChars="1" HorizontalResize="Yes" /> +</Form> + +1717621987 +HarmenWessels +This form is the standard General tab for a Model. where the Stereotype property is added. +1 +GENERAL + \ No newline at end of file