Skip to content

Commit

Permalink
add dio template
Browse files Browse the repository at this point in the history
  • Loading branch information
gallayl committed Jun 3, 2024
1 parent 7b2edec commit ff1c290
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions common/src/models/media/arch.dio
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<mxfile host="65bd71144e">
<diagram id="BJ3E8tSsQ_AqJaKTDWiC" name="Page-1">
<mxGraphModel dx="832" dy="563" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="5" value="" style="shape=flexArrow;endArrow=classic;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="200" y="110" as="sourcePoint"/>
<mxPoint x="300" y="110" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="10" value="isMediaFile?" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" vertex="1" connectable="0" parent="5">
<mxGeometry x="-0.304" y="1" relative="1" as="geometry">
<mxPoint x="15" y="-29" as="offset"/>
</mxGeometry>
</mxCell>
<mxCell id="6" value="FileEntry" style="swimlane;fontStyle=0;childLayout=stackLayout;horizontal=1;startSize=30;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="40" y="40" width="160" height="120" as="geometry"/>
</mxCell>
<mxCell id="7" value="Drive + Path info" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" vertex="1" parent="6">
<mxGeometry y="30" width="160" height="30" as="geometry"/>
</mxCell>
<mxCell id="8" value="Extension" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" vertex="1" parent="6">
<mxGeometry y="60" width="160" height="30" as="geometry"/>
</mxCell>
<mxCell id="9" value="Can be opened" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" vertex="1" parent="6">
<mxGeometry y="90" width="160" height="30" as="geometry"/>
</mxCell>
<mxCell id="11" value="MediaFile" style="swimlane;fontStyle=0;childLayout=stackLayout;horizontal=1;startSize=30;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="300" y="40" width="140" height="120" as="geometry"/>
</mxCell>
<mxCell id="12" value="Item 1" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" vertex="1" parent="11">
<mxGeometry y="30" width="140" height="30" as="geometry"/>
</mxCell>
<mxCell id="13" value="Item 2" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" vertex="1" parent="11">
<mxGeometry y="60" width="140" height="30" as="geometry"/>
</mxCell>
<mxCell id="14" value="Item 3" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" vertex="1" parent="11">
<mxGeometry y="90" width="140" height="30" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>

0 comments on commit ff1c290

Please sign in to comment.