diff options
Diffstat (limited to 'kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/headloop.sml')
-rw-r--r-- | kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/headloop.sml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/headloop.sml b/kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/headloop.sml new file mode 100644 index 00000000..b2ce9aad --- /dev/null +++ b/kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/headloop.sml @@ -0,0 +1,28 @@ +<?xml version="1.0"?> + +<KivioShapeStencil creator="vi"> + + <KivioSMLStencilSpawnerInfo> + <Author data="Joerg de la Haye"/> + <Title data="headloop"/> + <Id data="headloop"/> + <Description data="headloop"/> + <Version data="0.1"/> + <Web data=""/> + <Email data="[email protected]"/> + <Copyright data="Copyright (C) 2004 Joerg de la Haye. Distributed under the GPL."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + + <Dimensions w="260.0" h="80.0"/> + + <KivioShape type="Rectangle" name="headloop" x="0.0" y="0.0" w="260.0" h="80.0"/> + <KivioShape type="LineArray" name="Separator"> + <Line x1="20.0" y1="20.0" x2="260.0" y2="20.0"/> + <Line x1="20.0" y1="20.0" x2="20.0" y2="80.0"/> + </KivioShape> + + <KivioShape type="TextBox" name="Text1" x="5.0" y="2.0" w="250.0" h="16.0"/> + <KivioShape type="TextBox" name="Text2" x="25.0" y="22.0" w="230.0" h="56.0"/> + +</KivioShapeStencil> |