updated planner, added statusbericht, fixed spelling in lastenheft

This commit is contained in:
Hendrik Schutter 2019-05-16 14:41:23 +02:00
parent adfafe1fc6
commit 60e9f7f4ad
9 changed files with 386 additions and 338 deletions

View File

@ -5,6 +5,6 @@ import org.hso.texturesyncclient.view.mainView.MainView
import org.hso.texturesyncclient.view.startupView.StartupView import org.hso.texturesyncclient.view.startupView.StartupView
import tornadofx.App import tornadofx.App
class Main: App(MainView::class){ class Main: App(StartupView::class){
} }

View File

@ -1,70 +1,100 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<office:document xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2" office:mimetype="application/vnd.oasis.opendocument.text"> <office:document xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2" office:mimetype="application/vnd.oasis.opendocument.text">
<office:meta><meta:creation-date>2019-03-22T18:11:56.768840842</meta:creation-date><dc:date>2019-05-10T15:18:50.805569314</dc:date><meta:editing-duration>PT3H39M39S</meta:editing-duration><meta:editing-cycles>102</meta:editing-cycles><meta:generator>LibreOffice/6.2.3.2$Linux_X86_64 LibreOffice_project/20$Build-2</meta:generator><dc:title>UI Elemente</dc:title><meta:document-statistic meta:table-count="2" meta:image-count="5" meta:object-count="0" meta:page-count="8" meta:paragraph-count="52" meta:word-count="383" meta:character-count="2657" meta:non-whitespace-character-count="2324"/><meta:user-defined meta:name="Version">1.2.1</meta:user-defined></office:meta> <office:meta><meta:creation-date>2019-03-22T18:11:56.768840842</meta:creation-date><dc:date>2019-05-16T14:23:20.574574983</dc:date><meta:editing-duration>PT3H40M5S</meta:editing-duration><meta:editing-cycles>103</meta:editing-cycles><meta:generator>LibreOffice/6.2.3.2$Linux_X86_64 LibreOffice_project/20$Build-2</meta:generator><dc:title>UI Elemente</dc:title><meta:document-statistic meta:table-count="2" meta:image-count="5" meta:object-count="0" meta:page-count="8" meta:paragraph-count="52" meta:word-count="383" meta:character-count="2658" meta:non-whitespace-character-count="2325"/><meta:user-defined meta:name="Version">1.2.1</meta:user-defined></office:meta>
<office:settings> <office:settings>
<config:config-item-set config:name="ooo:view-settings"> <config:config-item-set config:name="ooo:view-settings">
<config:config-item config:name="ViewAreaTop" config:type="long">208915</config:config-item> <config:config-item config:name="ViewAreaTop" config:type="long">212372</config:config-item>
<config:config-item config:name="ViewAreaLeft" config:type="long">0</config:config-item> <config:config-item config:name="ViewAreaLeft" config:type="long">0</config:config-item>
<config:config-item config:name="ViewAreaWidth" config:type="long">50034</config:config-item> <config:config-item config:name="ViewAreaWidth" config:type="long">40924</config:config-item>
<config:config-item config:name="ViewAreaHeight" config:type="long">21618</config:config-item> <config:config-item config:name="ViewAreaHeight" config:type="long">18898</config:config-item>
<config:config-item config:name="ShowRedlineChanges" config:type="boolean">true</config:config-item> <config:config-item config:name="ShowRedlineChanges" config:type="boolean">true</config:config-item>
<config:config-item config:name="InBrowseMode" config:type="boolean">false</config:config-item> <config:config-item config:name="InBrowseMode" config:type="boolean">false</config:config-item>
<config:config-item-map-indexed config:name="Views"> <config:config-item-map-indexed config:name="Views">
<config:config-item-map-entry> <config:config-item-map-entry>
<config:config-item config:name="ViewId" config:type="string">view2</config:config-item> <config:config-item config:name="ViewId" config:type="string">view2</config:config-item>
<config:config-item config:name="ViewLeft" config:type="long">24582</config:config-item> <config:config-item config:name="ViewLeft" config:type="long">11959</config:config-item>
<config:config-item config:name="ViewTop" config:type="long">219146</config:config-item> <config:config-item config:name="ViewTop" config:type="long">219731</config:config-item>
<config:config-item config:name="VisibleLeft" config:type="long">0</config:config-item> <config:config-item config:name="VisibleLeft" config:type="long">0</config:config-item>
<config:config-item config:name="VisibleTop" config:type="long">208915</config:config-item> <config:config-item config:name="VisibleTop" config:type="long">212372</config:config-item>
<config:config-item config:name="VisibleRight" config:type="long">50033</config:config-item> <config:config-item config:name="VisibleRight" config:type="long">40922</config:config-item>
<config:config-item config:name="VisibleBottom" config:type="long">230531</config:config-item> <config:config-item config:name="VisibleBottom" config:type="long">231269</config:config-item>
<config:config-item config:name="ZoomType" config:type="short">0</config:config-item> <config:config-item config:name="ZoomType" config:type="short">0</config:config-item>
<config:config-item config:name="ViewLayoutColumns" config:type="short">1</config:config-item> <config:config-item config:name="ViewLayoutColumns" config:type="short">1</config:config-item>
<config:config-item config:name="ViewLayoutBookMode" config:type="boolean">false</config:config-item> <config:config-item config:name="ViewLayoutBookMode" config:type="boolean">false</config:config-item>
<config:config-item config:name="ZoomFactor" config:type="short">100</config:config-item> <config:config-item config:name="ZoomFactor" config:type="short">120</config:config-item>
<config:config-item config:name="IsSelectedFrame" config:type="boolean">false</config:config-item> <config:config-item config:name="IsSelectedFrame" config:type="boolean">false</config:config-item>
<config:config-item config:name="AnchoredTextOverflowLegacy" config:type="boolean">false</config:config-item> <config:config-item config:name="AnchoredTextOverflowLegacy" config:type="boolean">false</config:config-item>
</config:config-item-map-entry> </config:config-item-map-entry>
</config:config-item-map-indexed> </config:config-item-map-indexed>
</config:config-item-set> </config:config-item-set>
<config:config-item-set config:name="ooo:configuration-settings"> <config:config-item-set config:name="ooo:configuration-settings">
<config:config-item config:name="PrintPaperFromSetup" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintFaxName" config:type="string"/>
<config:config-item config:name="PrintSingleJobs" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintProspectRTL" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintProspect" config:type="boolean">false</config:config-item> <config:config-item config:name="PrintProspect" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintReversed" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintTextPlaceholder" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintTables" config:type="boolean">true</config:config-item>
<config:config-item config:name="PrintPageBackground" config:type="boolean">true</config:config-item>
<config:config-item config:name="PrintLeftPages" config:type="boolean">true</config:config-item> <config:config-item config:name="PrintLeftPages" config:type="boolean">true</config:config-item>
<config:config-item config:name="PrintAnnotationMode" config:type="short">0</config:config-item> <config:config-item config:name="PrintPageBackground" config:type="boolean">true</config:config-item>
<config:config-item config:name="PrintControls" config:type="boolean">true</config:config-item> <config:config-item config:name="PrintControls" config:type="boolean">true</config:config-item>
<config:config-item config:name="PrintHiddenText" config:type="boolean">false</config:config-item> <config:config-item config:name="PrintAnnotationMode" config:type="short">0</config:config-item>
<config:config-item config:name="PrintDrawings" config:type="boolean">true</config:config-item> <config:config-item config:name="PrintGraphics" config:type="boolean">true</config:config-item>
<config:config-item config:name="IgnoreFirstLineIndentInNumbering" config:type="boolean">false</config:config-item> <config:config-item config:name="PrintRightPages" config:type="boolean">true</config:config-item>
<config:config-item config:name="PrinterSetup" config:type="base64Binary"/> <config:config-item config:name="PrintFaxName" config:type="string"/>
<config:config-item config:name="PrintPaperFromSetup" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintTextPlaceholder" config:type="boolean">false</config:config-item>
<config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">false</config:config-item>
<config:config-item config:name="ApplyParagraphMarkFormatToNumbering" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintReversed" config:type="boolean">false</config:config-item>
<config:config-item config:name="TabOverMargin" config:type="boolean">false</config:config-item>
<config:config-item config:name="EmbedAsianScriptFonts" config:type="boolean">true</config:config-item>
<config:config-item config:name="EmbedLatinScriptFonts" config:type="boolean">true</config:config-item>
<config:config-item config:name="DisableOffPagePositioning" config:type="boolean">true</config:config-item>
<config:config-item config:name="EmbedOnlyUsedFonts" config:type="boolean">false</config:config-item>
<config:config-item config:name="EmbedFonts" config:type="boolean">true</config:config-item>
<config:config-item config:name="SurroundTextWrapSmall" config:type="boolean">false</config:config-item>
<config:config-item config:name="BackgroundParaOverDrawings" config:type="boolean">false</config:config-item>
<config:config-item config:name="ClippedPictures" config:type="boolean">false</config:config-item>
<config:config-item config:name="FloattableNomargins" config:type="boolean">false</config:config-item>
<config:config-item config:name="UnbreakableNumberings" config:type="boolean">false</config:config-item>
<config:config-item config:name="EmbedSystemFonts" config:type="boolean">false</config:config-item>
<config:config-item config:name="TabOverflow" config:type="boolean">true</config:config-item>
<config:config-item config:name="PrintTables" config:type="boolean">true</config:config-item>
<config:config-item config:name="PrintSingleJobs" config:type="boolean">false</config:config-item>
<config:config-item config:name="SmallCapsPercentage66" config:type="boolean">false</config:config-item>
<config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item> <config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
<config:config-item config:name="UseOldPrinterMetrics" config:type="boolean">false</config:config-item>
<config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
<config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
<config:config-item config:name="TreatSingleColumnBreakAsPageBreak" config:type="boolean">false</config:config-item>
<config:config-item config:name="IsLabelDocument" config:type="boolean">false</config:config-item>
<config:config-item config:name="RsidRoot" config:type="int">192011</config:config-item> <config:config-item config:name="RsidRoot" config:type="int">192011</config:config-item>
<config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item> <config:config-item config:name="IsLabelDocument" config:type="boolean">false</config:config-item>
<config:config-item config:name="TableRowKeep" config:type="boolean">false</config:config-item> <config:config-item config:name="PrinterName" config:type="string"/>
<config:config-item config:name="TabsRelativeToIndent" config:type="boolean">true</config:config-item>
<config:config-item config:name="UpdateFromTemplate" config:type="boolean">true</config:config-item>
<config:config-item config:name="SaveVersionOnClose" config:type="boolean">false</config:config-item>
<config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
<config:config-item config:name="ChartAutoUpdate" config:type="boolean">true</config:config-item>
<config:config-item config:name="AddParaTableSpacingAtStart" config:type="boolean">true</config:config-item>
<config:config-item config:name="AllowPrintJobCancel" config:type="boolean">true</config:config-item>
<config:config-item config:name="AddParaTableSpacing" config:type="boolean">true</config:config-item>
<config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
<config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
<config:config-item config:name="OutlineLevelYieldsNumbering" config:type="boolean">false</config:config-item> <config:config-item config:name="OutlineLevelYieldsNumbering" config:type="boolean">false</config:config-item>
<config:config-item config:name="UpdateFromTemplate" config:type="boolean">true</config:config-item>
<config:config-item config:name="PrintBlackFonts" config:type="boolean">false</config:config-item>
<config:config-item config:name="TableRowKeep" config:type="boolean">false</config:config-item>
<config:config-item config:name="IgnoreTabsAndBlanksForLineCalculation" config:type="boolean">false</config:config-item>
<config:config-item config:name="EmbedComplexScriptFonts" config:type="boolean">true</config:config-item>
<config:config-item config:name="UseOldPrinterMetrics" config:type="boolean">false</config:config-item>
<config:config-item config:name="InvertBorderSpacing" config:type="boolean">false</config:config-item>
<config:config-item config:name="SaveGlobalDocumentLinks" config:type="boolean">false</config:config-item>
<config:config-item config:name="TabsRelativeToIndent" config:type="boolean">true</config:config-item>
<config:config-item config:name="Rsid" config:type="int">4666890</config:config-item>
<config:config-item config:name="EmbeddedDatabaseName" config:type="string"/>
<config:config-item config:name="SaveThumbnail" config:type="boolean">true</config:config-item>
<config:config-item config:name="PrintProspectRTL" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintEmptyPages" config:type="boolean">false</config:config-item>
<config:config-item config:name="ApplyUserData" config:type="boolean">true</config:config-item>
<config:config-item config:name="PrintHiddenText" config:type="boolean">false</config:config-item>
<config:config-item config:name="AddParaTableSpacingAtStart" config:type="boolean">true</config:config-item>
<config:config-item config:name="FieldAutoUpdate" config:type="boolean">true</config:config-item>
<config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
<config:config-item config:name="AddParaTableSpacing" config:type="boolean">true</config:config-item>
<config:config-item config:name="MsWordCompTrailingBlanks" config:type="boolean">false</config:config-item>
<config:config-item config:name="IgnoreFirstLineIndentInNumbering" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrinterPaperFromSetup" config:type="boolean">false</config:config-item>
<config:config-item config:name="CharacterCompressionType" config:type="short">0</config:config-item>
<config:config-item config:name="SaveVersionOnClose" config:type="boolean">false</config:config-item>
<config:config-item config:name="ChartAutoUpdate" config:type="boolean">true</config:config-item>
<config:config-item config:name="PrinterIndependentLayout" config:type="string">high-resolution</config:config-item>
<config:config-item config:name="IsKernAsianPunctuation" config:type="boolean">false</config:config-item>
<config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
<config:config-item config:name="TreatSingleColumnBreakAsPageBreak" config:type="boolean">false</config:config-item>
<config:config-item config:name="MathBaselineAlignment" config:type="boolean">true</config:config-item>
<config:config-item config:name="AddFrameOffsets" config:type="boolean">false</config:config-item>
<config:config-item-map-indexed config:name="ForbiddenCharacters"> <config:config-item-map-indexed config:name="ForbiddenCharacters">
<config:config-item-map-entry> <config:config-item-map-entry>
<config:config-item config:name="Language" config:type="string">de</config:config-item> <config:config-item config:name="Language" config:type="string">de</config:config-item>
@ -74,62 +104,32 @@
<config:config-item config:name="EndLine" config:type="string"/> <config:config-item config:name="EndLine" config:type="string"/>
</config:config-item-map-entry> </config:config-item-map-entry>
</config:config-item-map-indexed> </config:config-item-map-indexed>
<config:config-item config:name="AddVerticalFrameOffsets" config:type="boolean">false</config:config-item>
<config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">false</config:config-item>
<config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
<config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
<config:config-item config:name="CurrentDatabaseDataSource" config:type="string"/>
<config:config-item config:name="AllowPrintJobCancel" config:type="boolean">true</config:config-item>
<config:config-item config:name="ProtectForm" config:type="boolean">false</config:config-item>
<config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintDrawings" config:type="boolean">true</config:config-item>
<config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
<config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
<config:config-item config:name="TabAtLeftIndentForParagraphsInList" config:type="boolean">false</config:config-item>
<config:config-item config:name="RedlineProtectionKey" config:type="base64Binary"/>
<config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">true</config:config-item>
<config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item>
<config:config-item config:name="StylesNoDefault" config:type="boolean">false</config:config-item>
<config:config-item config:name="LinkUpdateMode" config:type="short">1</config:config-item>
<config:config-item config:name="AlignTabStopPosition" config:type="boolean">true</config:config-item> <config:config-item config:name="AlignTabStopPosition" config:type="boolean">true</config:config-item>
<config:config-item config:name="DoNotJustifyLinesWithManualBreak" config:type="boolean">false</config:config-item> <config:config-item config:name="DoNotJustifyLinesWithManualBreak" config:type="boolean">false</config:config-item>
<config:config-item config:name="EmbedOnlyUsedFonts" config:type="boolean">false</config:config-item>
<config:config-item config:name="LinkUpdateMode" config:type="short">1</config:config-item>
<config:config-item config:name="CurrentDatabaseCommandType" config:type="int">0</config:config-item>
<config:config-item config:name="CurrentDatabaseCommand" config:type="string"/>
<config:config-item config:name="CharacterCompressionType" config:type="short">0</config:config-item>
<config:config-item config:name="SmallCapsPercentage66" config:type="boolean">false</config:config-item>
<config:config-item config:name="ApplyUserData" config:type="boolean">true</config:config-item>
<config:config-item config:name="StylesNoDefault" config:type="boolean">false</config:config-item>
<config:config-item config:name="EmbeddedDatabaseName" config:type="string"/>
<config:config-item config:name="FloattableNomargins" config:type="boolean">false</config:config-item>
<config:config-item config:name="BackgroundParaOverDrawings" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrinterName" config:type="string"/>
<config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
<config:config-item config:name="TabOverMargin" config:type="boolean">false</config:config-item>
<config:config-item config:name="SaveGlobalDocumentLinks" config:type="boolean">false</config:config-item>
<config:config-item config:name="CurrentDatabaseDataSource" config:type="string"/>
<config:config-item config:name="IsKernAsianPunctuation" config:type="boolean">false</config:config-item>
<config:config-item config:name="SaveThumbnail" config:type="boolean">true</config:config-item>
<config:config-item config:name="PrinterPaperFromSetup" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrinterIndependentLayout" config:type="string">high-resolution</config:config-item>
<config:config-item config:name="TabOverflow" config:type="boolean">true</config:config-item>
<config:config-item config:name="PrintGraphics" config:type="boolean">true</config:config-item>
<config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">true</config:config-item>
<config:config-item config:name="DoNotResetParaAttrsForNumFont" config:type="boolean">false</config:config-item> <config:config-item config:name="DoNotResetParaAttrsForNumFont" config:type="boolean">false</config:config-item>
<config:config-item config:name="FieldAutoUpdate" config:type="boolean">true</config:config-item> <config:config-item config:name="CurrentDatabaseCommandType" config:type="int">0</config:config-item>
<config:config-item config:name="IgnoreTabsAndBlanksForLineCalculation" config:type="boolean">false</config:config-item>
<config:config-item config:name="RedlineProtectionKey" config:type="base64Binary"/>
<config:config-item config:name="EmbedComplexScriptFonts" config:type="boolean">true</config:config-item>
<config:config-item config:name="LoadReadonly" config:type="boolean">false</config:config-item> <config:config-item config:name="LoadReadonly" config:type="boolean">false</config:config-item>
<config:config-item config:name="DoNotCaptureDrawObjsOnPage" config:type="boolean">false</config:config-item> <config:config-item config:name="DoNotCaptureDrawObjsOnPage" config:type="boolean">false</config:config-item>
<config:config-item config:name="CurrentDatabaseCommand" config:type="string"/>
<config:config-item config:name="PrinterSetup" config:type="base64Binary"/>
<config:config-item config:name="ClipAsCharacterAnchoredWriterFlyFrames" config:type="boolean">false</config:config-item> <config:config-item config:name="ClipAsCharacterAnchoredWriterFlyFrames" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintBlackFonts" config:type="boolean">false</config:config-item>
<config:config-item config:name="DisableOffPagePositioning" config:type="boolean">true</config:config-item>
<config:config-item config:name="SurroundTextWrapSmall" config:type="boolean">false</config:config-item>
<config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
<config:config-item config:name="EmbedAsianScriptFonts" config:type="boolean">true</config:config-item>
<config:config-item config:name="TabAtLeftIndentForParagraphsInList" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintRightPages" config:type="boolean">true</config:config-item>
<config:config-item config:name="Rsid" config:type="int">4614522</config:config-item>
<config:config-item config:name="MathBaselineAlignment" config:type="boolean">true</config:config-item>
<config:config-item config:name="MsWordCompTrailingBlanks" config:type="boolean">false</config:config-item>
<config:config-item config:name="InvertBorderSpacing" config:type="boolean">false</config:config-item>
<config:config-item config:name="EmbedFonts" config:type="boolean">true</config:config-item>
<config:config-item config:name="UnbreakableNumberings" config:type="boolean">false</config:config-item>
<config:config-item config:name="AddFrameOffsets" config:type="boolean">false</config:config-item>
<config:config-item config:name="ClippedPictures" config:type="boolean">false</config:config-item>
<config:config-item config:name="EmbedLatinScriptFonts" config:type="boolean">true</config:config-item>
<config:config-item config:name="EmbedSystemFonts" config:type="boolean">false</config:config-item>
<config:config-item config:name="ApplyParagraphMarkFormatToNumbering" config:type="boolean">false</config:config-item>
<config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">false</config:config-item>
<config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">false</config:config-item>
<config:config-item config:name="ProtectForm" config:type="boolean">false</config:config-item>
<config:config-item config:name="AddVerticalFrameOffsets" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintEmptyPages" config:type="boolean">false</config:config-item>
</config:config-item-set> </config:config-item-set>
</office:settings> </office:settings>
<office:scripts> <office:scripts>
@ -151349,201 +151349,198 @@
<style:style style:name="P19" style:family="paragraph" style:parent-style-name="Text_20_body"> <style:style style:name="P19" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:text-properties officeooo:rsid="00426493" officeooo:paragraph-rsid="00426493"/> <style:text-properties officeooo:rsid="00426493" officeooo:paragraph-rsid="00426493"/>
</style:style> </style:style>
<style:style style:name="P20" style:family="paragraph" style:parent-style-name="Table_20_Contents"> <style:style style:name="P20" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:text-properties officeooo:rsid="0002ee0b" officeooo:paragraph-rsid="0002ee0b"/> <style:text-properties officeooo:rsid="0046697a" officeooo:paragraph-rsid="0046697a"/>
</style:style> </style:style>
<style:style style:name="P21" style:family="paragraph" style:parent-style-name="Table_20_Contents"> <style:style style:name="P21" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:paragraph-properties fo:text-align="end" style:justify-single-word="false"/>
<style:text-properties officeooo:rsid="0002ee0b" officeooo:paragraph-rsid="0002ee0b"/> <style:text-properties officeooo:rsid="0002ee0b" officeooo:paragraph-rsid="0002ee0b"/>
</style:style> </style:style>
<style:style style:name="P22" style:family="paragraph" style:parent-style-name="Table_20_Contents"> <style:style style:name="P22" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:text-properties officeooo:rsid="00362d6b" officeooo:paragraph-rsid="002dfe1b"/> <style:paragraph-properties fo:text-align="end" style:justify-single-word="false"/>
<style:text-properties officeooo:rsid="0002ee0b" officeooo:paragraph-rsid="0002ee0b"/>
</style:style> </style:style>
<style:style style:name="P23" style:family="paragraph" style:parent-style-name="Table_20_Contents"> <style:style style:name="P23" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:text-properties officeooo:paragraph-rsid="002dfe1b"/> <style:text-properties officeooo:rsid="00362d6b" officeooo:paragraph-rsid="002dfe1b"/>
</style:style> </style:style>
<style:style style:name="P24" style:family="paragraph" style:parent-style-name="Table_20_Contents"> <style:style style:name="P24" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:text-properties officeooo:paragraph-rsid="002dfe1b"/>
</style:style>
<style:style style:name="P25" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:paragraph-properties fo:text-align="end" style:justify-single-word="false"/> <style:paragraph-properties fo:text-align="end" style:justify-single-word="false"/>
<style:text-properties officeooo:rsid="0032709a" officeooo:paragraph-rsid="0032709a"/> <style:text-properties officeooo:rsid="0032709a" officeooo:paragraph-rsid="0032709a"/>
</style:style> </style:style>
<style:style style:name="P25" style:family="paragraph" style:parent-style-name="Table_20_Contents"> <style:style style:name="P26" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:text-properties officeooo:rsid="0032709a" officeooo:paragraph-rsid="0032709a"/> <style:text-properties officeooo:rsid="0032709a" officeooo:paragraph-rsid="0032709a"/>
</style:style> </style:style>
<style:style style:name="P26" style:family="paragraph" style:parent-style-name="Table_20_Contents"> <style:style style:name="P27" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:text-properties officeooo:rsid="0032a807" officeooo:paragraph-rsid="0032a807"/> <style:text-properties officeooo:rsid="0032a807" officeooo:paragraph-rsid="0032a807"/>
</style:style> </style:style>
<style:style style:name="P27" style:family="paragraph" style:parent-style-name="Table_20_Contents"> <style:style style:name="P28" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:text-properties style:font-name="Fira Mono1" fo:font-size="12pt" officeooo:paragraph-rsid="0036e1f0" style:font-size-asian="12pt" style:font-size-complex="12pt"/> <style:text-properties style:font-name="Fira Mono1" fo:font-size="12pt" officeooo:paragraph-rsid="0036e1f0" style:font-size-asian="12pt" style:font-size-complex="12pt"/>
</style:style> </style:style>
<style:style style:name="P28" style:family="paragraph" style:parent-style-name="Table_20_Contents"> <style:style style:name="P29" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:text-properties style:font-name="Fira Mono1" fo:font-size="12pt" officeooo:rsid="00329f53" officeooo:paragraph-rsid="0036e1f0" style:font-size-asian="12pt" style:font-size-complex="12pt"/> <style:text-properties style:font-name="Fira Mono1" fo:font-size="12pt" officeooo:rsid="00329f53" officeooo:paragraph-rsid="0036e1f0" style:font-size-asian="12pt" style:font-size-complex="12pt"/>
</style:style> </style:style>
<style:style style:name="P29" style:family="paragraph" style:parent-style-name="Table_20_Contents"> <style:style style:name="P30" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:text-properties style:font-name="Fira Mono1" fo:font-size="12pt" officeooo:rsid="0033d90c" officeooo:paragraph-rsid="0036e1f0" style:font-size-asian="12pt" style:font-size-complex="12pt"/> <style:text-properties style:font-name="Fira Mono1" fo:font-size="12pt" officeooo:rsid="0033d90c" officeooo:paragraph-rsid="0036e1f0" style:font-size-asian="12pt" style:font-size-complex="12pt"/>
</style:style> </style:style>
<style:style style:name="P30" style:family="paragraph" style:parent-style-name="Table_20_Contents"> <style:style style:name="P31" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:text-properties style:font-name="Fira Mono1" officeooo:paragraph-rsid="0036e1f0"/> <style:text-properties style:font-name="Fira Mono1" officeooo:paragraph-rsid="0036e1f0"/>
</style:style> </style:style>
<style:style style:name="P31" style:family="paragraph" style:parent-style-name="Table_20_Contents"> <style:style style:name="P32" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:text-properties officeooo:rsid="0038b1c6" officeooo:paragraph-rsid="0038b1c6"/> <style:text-properties officeooo:rsid="0038b1c6" officeooo:paragraph-rsid="0038b1c6"/>
</style:style> </style:style>
<style:style style:name="P32" style:family="paragraph" style:parent-style-name="Table_20_Contents"> <style:style style:name="P33" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:text-properties officeooo:rsid="0038fb8a" officeooo:paragraph-rsid="0038fb8a"/> <style:text-properties officeooo:rsid="0038fb8a" officeooo:paragraph-rsid="0038fb8a"/>
</style:style> </style:style>
<style:style style:name="P33" style:family="paragraph" style:parent-style-name="Table_20_Contents"> <style:style style:name="P34" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:text-properties officeooo:rsid="003d714e" officeooo:paragraph-rsid="003d714e"/> <style:text-properties officeooo:rsid="003d714e" officeooo:paragraph-rsid="003d714e"/>
</style:style> </style:style>
<style:style style:name="P34" style:family="paragraph" style:parent-style-name="Table_20_Contents"> <style:style style:name="P35" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:text-properties officeooo:rsid="003eefc4" officeooo:paragraph-rsid="003eefc4"/> <style:text-properties officeooo:rsid="003eefc4" officeooo:paragraph-rsid="003eefc4"/>
</style:style> </style:style>
<style:style style:name="P35" style:family="paragraph" style:parent-style-name="Table_20_Contents"> <style:style style:name="P36" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:text-properties officeooo:rsid="004221e5" officeooo:paragraph-rsid="004221e5"/> <style:text-properties officeooo:rsid="004221e5" officeooo:paragraph-rsid="004221e5"/>
</style:style> </style:style>
<style:style style:name="P36" style:family="paragraph" style:parent-style-name="Table_20_Contents"> <style:style style:name="P37" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:text-properties officeooo:rsid="00427700" officeooo:paragraph-rsid="00427700"/> <style:text-properties officeooo:rsid="00427700" officeooo:paragraph-rsid="00427700"/>
</style:style> </style:style>
<style:style style:name="P37" style:family="paragraph" style:parent-style-name="Contents_20_Heading"> <style:style style:name="P38" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:paragraph-properties fo:break-before="page"/> <style:text-properties officeooo:rsid="0046697a" officeooo:paragraph-rsid="0046697a"/>
</style:style> </style:style>
<style:style style:name="P38" style:family="paragraph" style:parent-style-name="Heading_20_1"> <style:style style:name="P39" style:family="paragraph" style:parent-style-name="Contents_20_Heading">
<style:paragraph-properties fo:break-before="page"/> <style:paragraph-properties fo:break-before="page"/>
</style:style> </style:style>
<style:style style:name="P39" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:paragraph-properties fo:break-before="page"/>
<style:text-properties officeooo:paragraph-rsid="00085afb"/>
</style:style>
<style:style style:name="P40" style:family="paragraph" style:parent-style-name="Heading_20_1"> <style:style style:name="P40" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:paragraph-properties fo:break-before="page"/> <style:paragraph-properties fo:break-before="page"/>
<style:text-properties officeooo:rsid="0036e1f0" officeooo:paragraph-rsid="0036e1f0"/>
</style:style> </style:style>
<style:style style:name="P41" style:family="paragraph" style:parent-style-name="Heading_20_1"> <style:style style:name="P41" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:paragraph-properties fo:break-before="page"/>
<style:text-properties officeooo:paragraph-rsid="00085afb"/>
</style:style>
<style:style style:name="P42" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:paragraph-properties fo:break-before="page"/>
<style:text-properties officeooo:rsid="0036e1f0" officeooo:paragraph-rsid="0036e1f0"/>
</style:style>
<style:style style:name="P43" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:paragraph-properties fo:break-before="page"/> <style:paragraph-properties fo:break-before="page"/>
<style:text-properties officeooo:rsid="0038b1c6" officeooo:paragraph-rsid="0036e1f0"/> <style:text-properties officeooo:rsid="0038b1c6" officeooo:paragraph-rsid="0036e1f0"/>
</style:style> </style:style>
<style:style style:name="P42" style:family="paragraph" style:parent-style-name="Contents_20_1"> <style:style style:name="P44" style:family="paragraph" style:parent-style-name="Contents_20_1">
<style:paragraph-properties> <style:paragraph-properties>
<style:tab-stops> <style:tab-stops>
<style:tab-stop style:position="17.006cm" style:type="right" style:leader-style="dotted" style:leader-text="."/> <style:tab-stop style:position="17.006cm" style:type="right" style:leader-style="dotted" style:leader-text="."/>
</style:tab-stops> </style:tab-stops>
</style:paragraph-properties> </style:paragraph-properties>
</style:style> </style:style>
<style:style style:name="P43" style:family="paragraph" style:parent-style-name="Contents_20_2"> <style:style style:name="P45" style:family="paragraph" style:parent-style-name="Contents_20_2">
<style:paragraph-properties> <style:paragraph-properties>
<style:tab-stops> <style:tab-stops>
<style:tab-stop style:position="16.506cm" style:type="right" style:leader-style="dotted" style:leader-text="."/> <style:tab-stop style:position="16.506cm" style:type="right" style:leader-style="dotted" style:leader-text="."/>
</style:tab-stops> </style:tab-stops>
</style:paragraph-properties> </style:paragraph-properties>
</style:style> </style:style>
<style:style style:name="P44" style:family="paragraph" style:parent-style-name="Title"> <style:style style:name="P46" style:family="paragraph" style:parent-style-name="Title">
<style:text-properties officeooo:paragraph-rsid="0004b30c"/> <style:text-properties officeooo:paragraph-rsid="0004b30c"/>
</style:style> </style:style>
<style:style style:name="P45" style:family="paragraph" style:parent-style-name="Table_20_Heading"> <style:style style:name="P47" style:family="paragraph" style:parent-style-name="Table_20_Heading">
<loext:graphic-properties draw:fill="solid" draw:fill-color="#ffde03" draw:opacity="100%"/> <loext:graphic-properties draw:fill="solid" draw:fill-color="#ffde03" draw:opacity="100%"/>
<style:paragraph-properties fo:background-color="#ffde03"/> <style:paragraph-properties fo:background-color="#ffde03"/>
<style:text-properties officeooo:paragraph-rsid="002dfe1b"/> <style:text-properties officeooo:paragraph-rsid="002dfe1b"/>
</style:style> </style:style>
<style:style style:name="P46" style:family="paragraph" style:parent-style-name="Title" style:master-page-name=""> <style:style style:name="P48" style:family="paragraph" style:parent-style-name="Title" style:master-page-name="">
<style:paragraph-properties style:page-number="auto"/> <style:paragraph-properties style:page-number="auto"/>
<style:text-properties officeooo:paragraph-rsid="0004b30c"/> <style:text-properties officeooo:paragraph-rsid="0004b30c"/>
</style:style> </style:style>
<style:style style:name="P47" style:family="paragraph" style:parent-style-name="Heading_20_1"> <style:style style:name="P49" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:text-properties officeooo:paragraph-rsid="00085afb"/> <style:text-properties officeooo:paragraph-rsid="00085afb"/>
</style:style> </style:style>
<style:style style:name="P48" style:family="paragraph" style:parent-style-name="Heading_20_1"> <style:style style:name="P50" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:text-properties officeooo:rsid="0032a807" officeooo:paragraph-rsid="0032a807"/> <style:text-properties officeooo:rsid="0032a807" officeooo:paragraph-rsid="0032a807"/>
</style:style> </style:style>
<style:style style:name="P49" style:family="paragraph" style:parent-style-name="Heading_20_1"> <style:style style:name="P51" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:text-properties officeooo:rsid="0034ee36" officeooo:paragraph-rsid="0034ee36"/> <style:text-properties officeooo:rsid="0034ee36" officeooo:paragraph-rsid="0034ee36"/>
</style:style> </style:style>
<style:style style:name="P50" style:family="paragraph" style:parent-style-name="Heading_20_1"> <style:style style:name="P52" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:text-properties officeooo:rsid="0036e1f0" officeooo:paragraph-rsid="0036e1f0"/> <style:text-properties officeooo:rsid="0036e1f0" officeooo:paragraph-rsid="0036e1f0"/>
</style:style> </style:style>
<style:style style:name="P51" style:family="paragraph" style:parent-style-name="Heading_20_1"> <style:style style:name="P53" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:paragraph-properties fo:line-height="100%"> <style:paragraph-properties fo:line-height="100%">
<style:tab-stops/> <style:tab-stops/>
</style:paragraph-properties> </style:paragraph-properties>
<style:text-properties officeooo:rsid="0036e1f0" officeooo:paragraph-rsid="0036e1f0"/> <style:text-properties officeooo:rsid="0036e1f0" officeooo:paragraph-rsid="0036e1f0"/>
</style:style> </style:style>
<style:style style:name="P52" style:family="paragraph" style:parent-style-name="Heading_20_2"> <style:style style:name="P54" style:family="paragraph" style:parent-style-name="Heading_20_2">
<style:text-properties officeooo:rsid="002b4dc2" officeooo:paragraph-rsid="002b4dc2"/> <style:text-properties officeooo:rsid="002b4dc2" officeooo:paragraph-rsid="002b4dc2"/>
</style:style> </style:style>
<style:style style:name="P53" style:family="paragraph" style:parent-style-name="Heading_20_2"> <style:style style:name="P55" style:family="paragraph" style:parent-style-name="Heading_20_2">
<style:text-properties officeooo:rsid="00329f53" officeooo:paragraph-rsid="0036e1f0"/> <style:text-properties officeooo:rsid="00329f53" officeooo:paragraph-rsid="0036e1f0"/>
</style:style> </style:style>
<style:style style:name="P54" style:family="paragraph" style:parent-style-name="Heading_20_2"> <style:style style:name="P56" style:family="paragraph" style:parent-style-name="Heading_20_2">
<style:text-properties officeooo:paragraph-rsid="0041ca2e"/> <style:text-properties officeooo:paragraph-rsid="0041ca2e"/>
</style:style> </style:style>
<style:style style:name="P55" style:family="paragraph" style:parent-style-name="Heading_20_3"> <style:style style:name="P57" style:family="paragraph" style:parent-style-name="Heading_20_3">
<style:text-properties officeooo:rsid="002aa4d8" officeooo:paragraph-rsid="002aa4d8"/> <style:text-properties officeooo:rsid="002aa4d8" officeooo:paragraph-rsid="002aa4d8"/>
</style:style> </style:style>
<style:style style:name="P56" style:family="paragraph" style:parent-style-name="Heading_20_3"> <style:style style:name="P58" style:family="paragraph" style:parent-style-name="Heading_20_3">
<style:text-properties officeooo:paragraph-rsid="0036e1f0"/> <style:text-properties officeooo:paragraph-rsid="0036e1f0"/>
</style:style> </style:style>
<style:style style:name="P57" style:family="paragraph" style:parent-style-name="Heading_20_3"> <style:style style:name="P59" style:family="paragraph" style:parent-style-name="Heading_20_3">
<style:text-properties officeooo:rsid="0036e1f0" officeooo:paragraph-rsid="0036e1f0"/> <style:text-properties officeooo:rsid="0036e1f0" officeooo:paragraph-rsid="0036e1f0"/>
</style:style> </style:style>
<style:style style:name="P58" style:family="paragraph" style:parent-style-name="Heading_20_4"> <style:style style:name="P60" style:family="paragraph" style:parent-style-name="Heading_20_4">
<style:text-properties style:font-name="Fira Mono1" fo:font-size="12pt" officeooo:paragraph-rsid="0036e1f0" style:font-size-asian="12pt" style:font-size-complex="12pt"/> <style:text-properties style:font-name="Fira Mono1" fo:font-size="12pt" officeooo:paragraph-rsid="0036e1f0" style:font-size-asian="12pt" style:font-size-complex="12pt"/>
</style:style> </style:style>
<style:style style:name="P59" style:family="paragraph" style:parent-style-name="Heading_20_4"> <style:style style:name="P61" style:family="paragraph" style:parent-style-name="Heading_20_4">
<style:text-properties officeooo:paragraph-rsid="0036e1f0"/> <style:text-properties officeooo:paragraph-rsid="0036e1f0"/>
</style:style> </style:style>
<style:style style:name="P60" style:family="paragraph" style:parent-style-name="Standard"> <style:style style:name="P62" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties officeooo:rsid="0036e1f0"/> <style:text-properties officeooo:rsid="0036e1f0"/>
</style:style> </style:style>
<style:style style:name="P61" style:family="paragraph" style:parent-style-name="Standard"> <style:style style:name="P63" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/> <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
</style:style> </style:style>
<style:style style:name="P62" style:family="paragraph" style:parent-style-name="Standard"> <style:style style:name="P64" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/> <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
<style:text-properties fo:font-size="12pt"/> <style:text-properties fo:font-size="12pt"/>
</style:style> </style:style>
<style:style style:name="P63" style:family="paragraph" style:parent-style-name="Quelltext"> <style:style style:name="P65" style:family="paragraph" style:parent-style-name="Quelltext">
<style:text-properties officeooo:rsid="003eefc4" officeooo:paragraph-rsid="003eefc4"/> <style:text-properties officeooo:rsid="003eefc4" officeooo:paragraph-rsid="003eefc4"/>
</style:style> </style:style>
<style:style style:name="P64" style:family="paragraph" style:parent-style-name="Quelltext"> <style:style style:name="P66" style:family="paragraph" style:parent-style-name="Quelltext">
<style:text-properties officeooo:rsid="0041ca2e" officeooo:paragraph-rsid="0041ca2e"/> <style:text-properties officeooo:rsid="0041ca2e" officeooo:paragraph-rsid="0041ca2e"/>
</style:style> </style:style>
<style:style style:name="P65" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name=""> <style:style style:name="P67" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="">
<style:paragraph-properties> <style:paragraph-properties>
<style:tab-stops> <style:tab-stops>
<style:tab-stop style:position="14.203cm"/> <style:tab-stop style:position="14.203cm"/>
</style:tab-stops> </style:tab-stops>
</style:paragraph-properties> </style:paragraph-properties>
</style:style> </style:style>
<style:style style:name="P66" style:family="paragraph" style:parent-style-name="Text_20_body"> <style:style style:name="P68" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:text-properties officeooo:rsid="00426493" officeooo:paragraph-rsid="00426493"/>
</style:style>
<style:style style:name="P67" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:text-properties officeooo:rsid="0046697a" officeooo:paragraph-rsid="0046697a"/>
</style:style>
<style:style style:name="P68" style:family="paragraph" style:parent-style-name="Table_20_Contents">
<style:text-properties officeooo:rsid="0046697a" officeooo:paragraph-rsid="0046697a"/>
</style:style>
<style:style style:name="P69" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:text-properties officeooo:paragraph-rsid="00085afb"/> <style:text-properties officeooo:paragraph-rsid="00085afb"/>
</style:style> </style:style>
<style:style style:name="P70" style:family="paragraph" style:parent-style-name="Heading_20_1"> <style:style style:name="P69" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:text-properties officeooo:rsid="0032a807" officeooo:paragraph-rsid="0032a807"/> <style:text-properties officeooo:rsid="0032a807" officeooo:paragraph-rsid="0032a807"/>
</style:style> </style:style>
<style:style style:name="P70" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:paragraph-properties fo:break-before="page"/>
</style:style>
<style:style style:name="P71" style:family="paragraph" style:parent-style-name="Heading_20_1"> <style:style style:name="P71" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:paragraph-properties fo:break-before="page"/> <style:paragraph-properties fo:break-before="page"/>
</style:style>
<style:style style:name="P72" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:paragraph-properties fo:break-before="page"/>
<style:text-properties officeooo:paragraph-rsid="00085afb"/> <style:text-properties officeooo:paragraph-rsid="00085afb"/>
</style:style> </style:style>
<style:style style:name="P73" style:family="paragraph" style:parent-style-name="Title" style:master-page-name="First_20_Page"> <style:style style:name="P72" style:family="paragraph" style:parent-style-name="Title" style:master-page-name="First_20_Page">
<style:paragraph-properties style:page-number="auto"/> <style:paragraph-properties style:page-number="auto"/>
<style:text-properties officeooo:paragraph-rsid="0004b30c"/> <style:text-properties officeooo:paragraph-rsid="0004b30c"/>
</style:style> </style:style>
<style:style style:name="P74" style:family="paragraph" style:parent-style-name="Heading_20_2"> <style:style style:name="P73" style:family="paragraph" style:parent-style-name="Heading_20_2">
<style:text-properties officeooo:paragraph-rsid="0041ca2e"/> <style:text-properties officeooo:paragraph-rsid="0041ca2e"/>
</style:style> </style:style>
<style:style style:name="P75" style:family="paragraph"> <style:style style:name="P74" style:family="paragraph">
<style:paragraph-properties fo:text-align="center"/> <style:paragraph-properties fo:text-align="center"/>
</style:style> </style:style>
<style:style style:name="P76" style:family="paragraph"> <style:style style:name="P75" style:family="paragraph">
<style:paragraph-properties fo:text-align="center"/> <style:paragraph-properties fo:text-align="center"/>
<style:text-properties fo:font-size="12pt"/> <style:text-properties fo:font-size="12pt"/>
</style:style> </style:style>
@ -151625,6 +151622,9 @@
<style:style style:name="T26" style:family="text"> <style:style style:name="T26" style:family="text">
<style:text-properties officeooo:rsid="004404ab"/> <style:text-properties officeooo:rsid="004404ab"/>
</style:style> </style:style>
<style:style style:name="T27" style:family="text">
<style:text-properties officeooo:rsid="0047360a"/>
</style:style>
<style:style style:name="fr1" style:family="graphic" style:parent-style-name="Graphics"> <style:style style:name="fr1" style:family="graphic" style:parent-style-name="Graphics">
<style:graphic-properties style:vertical-pos="from-top" style:vertical-rel="paragraph" style:horizontal-pos="from-left" style:horizontal-rel="paragraph" style:mirror="none" fo:clip="rect(0cm, 0cm, 0cm, 0cm)" draw:luminance="0%" draw:contrast="0%" draw:red="0%" draw:green="0%" draw:blue="0%" draw:gamma="100%" draw:color-inversion="false" draw:image-opacity="100%" draw:color-mode="standard"/> <style:graphic-properties style:vertical-pos="from-top" style:vertical-rel="paragraph" style:horizontal-pos="from-left" style:horizontal-rel="paragraph" style:mirror="none" fo:clip="rect(0cm, 0cm, 0cm, 0cm)" draw:luminance="0%" draw:contrast="0%" draw:red="0%" draw:green="0%" draw:blue="0%" draw:gamma="100%" draw:color-inversion="false" draw:image-opacity="100%" draw:color-mode="standard"/>
</style:style> </style:style>
@ -151732,8 +151732,8 @@
<text:sequence-decl text:display-outline-level="0" text:name="Drawing"/> <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
<text:sequence-decl text:display-outline-level="0" text:name="Figure"/> <text:sequence-decl text:display-outline-level="0" text:name="Figure"/>
</text:sequence-decls> </text:sequence-decls>
<text:p text:style-name="P73"/> <text:p text:style-name="P72"/>
<text:p text:style-name="P44"/> <text:p text:style-name="P46"/>
<text:p text:style-name="Title"><text:title>UI Elemente</text:title></text:p> <text:p text:style-name="Title"><text:title>UI Elemente</text:title></text:p>
<text:p text:style-name="Subtitle">TextureSync</text:p> <text:p text:style-name="Subtitle">TextureSync</text:p>
<text:p text:style-name="Text_20_body"/> <text:p text:style-name="Text_20_body"/>
@ -151754,41 +151754,41 @@
<table:table-column table:style-name="Tabelle1.B"/> <table:table-column table:style-name="Tabelle1.B"/>
<table:table-row table:style-name="Tabelle1.1"> <table:table-row table:style-name="Tabelle1.1">
<table:table-cell table:style-name="Tabelle1.A1" office:value-type="string"> <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
<text:p text:style-name="P21">Version</text:p> <text:p text:style-name="P22">Version</text:p>
</table:table-cell> </table:table-cell>
<table:table-cell table:style-name="Tabelle1.B1" office:value-type="string"> <table:table-cell table:style-name="Tabelle1.B1" office:value-type="string">
<text:p text:style-name="P20"><text:user-defined style:data-style-name="N0" text:name="Version">1.2.1</text:user-defined></text:p> <text:p text:style-name="P21"><text:user-defined style:data-style-name="N0" text:name="Version">1.2.1</text:user-defined></text:p>
</table:table-cell> </table:table-cell>
</table:table-row> </table:table-row>
<table:table-row table:style-name="Tabelle1.1"> <table:table-row table:style-name="Tabelle1.1">
<table:table-cell table:style-name="Tabelle1.A2" office:value-type="string"> <table:table-cell table:style-name="Tabelle1.A2" office:value-type="string">
<text:p text:style-name="P21">Datum</text:p> <text:p text:style-name="P22">Datum</text:p>
</table:table-cell> </table:table-cell>
<table:table-cell table:style-name="Tabelle1.B3" office:value-type="string"> <table:table-cell table:style-name="Tabelle1.B3" office:value-type="string">
<text:p text:style-name="P33">25.04.19</text:p> <text:p text:style-name="P34">25.04.19</text:p>
</table:table-cell> </table:table-cell>
</table:table-row> </table:table-row>
<table:table-row table:style-name="Tabelle1.1"> <table:table-row table:style-name="Tabelle1.1">
<table:table-cell table:style-name="Tabelle1.A2" office:value-type="string"> <table:table-cell table:style-name="Tabelle1.A2" office:value-type="string">
<text:p text:style-name="P24">Autor</text:p> <text:p text:style-name="P25">Autor</text:p>
</table:table-cell> </table:table-cell>
<table:table-cell table:style-name="Tabelle1.B3" office:value-type="string"> <table:table-cell table:style-name="Tabelle1.B3" office:value-type="string">
<text:p text:style-name="P34">Jannik Seiler</text:p> <text:p text:style-name="P35">Jannik Seiler</text:p>
</table:table-cell> </table:table-cell>
</table:table-row> </table:table-row>
<table:table-row table:style-name="Tabelle1.1"> <table:table-row table:style-name="Tabelle1.1">
<table:table-cell table:style-name="Tabelle1.A2" office:value-type="string"> <table:table-cell table:style-name="Tabelle1.A2" office:value-type="string">
<text:p text:style-name="P21">Projektmitglieder</text:p> <text:p text:style-name="P22">Projektmitglieder</text:p>
</table:table-cell> </table:table-cell>
<table:table-cell table:style-name="Tabelle1.B4" office:value-type="string"> <table:table-cell table:style-name="Tabelle1.B4" office:value-type="string">
<text:p text:style-name="P20">Hendrik Schutter,</text:p> <text:p text:style-name="P21">Hendrik Schutter,</text:p>
<text:p text:style-name="P20">Lukas Fürderer,</text:p> <text:p text:style-name="P21">Lukas Fürderer,</text:p>
<text:p text:style-name="P20">Robin Willmann,</text:p> <text:p text:style-name="P21">Robin Willmann,</text:p>
<text:p text:style-name="P20">Jannik Seiler</text:p> <text:p text:style-name="P21">Jannik Seiler</text:p>
</table:table-cell> </table:table-cell>
</table:table-row> </table:table-row>
</table:table> </table:table>
<text:h text:style-name="P65" text:outline-level="1"/> <text:h text:style-name="P67" text:outline-level="1"/>
<text:table-of-content text:style-name="Sect1" text:protected="true" text:name="Inhaltsverzeichnis1"> <text:table-of-content text:style-name="Sect1" text:protected="true" text:name="Inhaltsverzeichnis1">
<text:table-of-content-source text:outline-level="2"> <text:table-of-content-source text:outline-level="2">
<text:index-title-template text:style-name="Contents_20_Heading">Inhaltsverzeichnis</text:index-title-template> <text:index-title-template text:style-name="Contents_20_Heading">Inhaltsverzeichnis</text:index-title-template>
@ -151875,24 +151875,24 @@
</text:table-of-content-source> </text:table-of-content-source>
<text:index-body> <text:index-body>
<text:index-title text:style-name="Sect1" text:name="Inhaltsverzeichnis1_Head"> <text:index-title text:style-name="Sect1" text:name="Inhaltsverzeichnis1_Head">
<text:p text:style-name="P37">Inhaltsverzeichnis</text:p> <text:p text:style-name="P39">Inhaltsverzeichnis</text:p>
</text:index-title> </text:index-title>
<text:p text:style-name="P42"><text:a xlink:type="simple" xlink:href="#__RefHeading___Toc122_1745181160" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">1 Einleitung<text:tab/>3</text:a></text:p> <text:p text:style-name="P44"><text:a xlink:type="simple" xlink:href="#__RefHeading___Toc122_1745181160" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">1 Einleitung<text:tab/>3</text:a></text:p>
<text:p text:style-name="P42"><text:a xlink:type="simple" xlink:href="#__RefHeading___Toc145_4018349791" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2 Genereller Aufbau<text:tab/>3</text:a></text:p> <text:p text:style-name="P44"><text:a xlink:type="simple" xlink:href="#__RefHeading___Toc145_4018349791" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2 Genereller Aufbau<text:tab/>3</text:a></text:p>
<text:p text:style-name="P43"><text:a xlink:type="simple" xlink:href="#__RefHeading___Toc440_4157948899" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.1 Erster Start<text:tab/>4</text:a></text:p> <text:p text:style-name="P45"><text:a xlink:type="simple" xlink:href="#__RefHeading___Toc440_4157948899" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.1 Erster Start<text:tab/>4</text:a></text:p>
<text:p text:style-name="P43"><text:a xlink:type="simple" xlink:href="#__RefHeading___Toc442_4157948899" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.2 Hauptfenster<text:tab/>5</text:a></text:p> <text:p text:style-name="P45"><text:a xlink:type="simple" xlink:href="#__RefHeading___Toc442_4157948899" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.2 Hauptfenster<text:tab/>5</text:a></text:p>
<text:p text:style-name="P43"><text:a xlink:type="simple" xlink:href="#__RefHeading___Toc444_4157948899" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.3 Dialog<text:tab/>6</text:a></text:p> <text:p text:style-name="P45"><text:a xlink:type="simple" xlink:href="#__RefHeading___Toc444_4157948899" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.3 Dialog<text:tab/>6</text:a></text:p>
<text:p text:style-name="P43"><text:a xlink:type="simple" xlink:href="#__RefHeading___Toc446_4157948899" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.4 Textur importieren<text:tab/>7</text:a></text:p> <text:p text:style-name="P45"><text:a xlink:type="simple" xlink:href="#__RefHeading___Toc446_4157948899" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">2.4 Textur importieren<text:tab/>7</text:a></text:p>
<text:p text:style-name="P42"><text:a xlink:type="simple" xlink:href="#__RefHeading___Toc752_3921231312" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">3 Changelog<text:tab/>8</text:a></text:p> <text:p text:style-name="P44"><text:a xlink:type="simple" xlink:href="#__RefHeading___Toc752_3921231312" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">3 Changelog<text:tab/>8</text:a></text:p>
</text:index-body> </text:index-body>
</text:table-of-content> </text:table-of-content>
<text:h text:style-name="P47" text:outline-level="1" text:is-list-header="true"/> <text:h text:style-name="P49" text:outline-level="1" text:is-list-header="true"/>
<text:h text:style-name="P39" text:outline-level="1"><text:bookmark-start text:name="__RefHeading___Toc122_1745181160"/>Einleitung<text:bookmark-end text:name="__RefHeading___Toc122_1745181160"/></text:h> <text:h text:style-name="P41" text:outline-level="1"><text:bookmark-start text:name="__RefHeading___Toc122_1745181160"/>Einleitung<text:bookmark-end text:name="__RefHeading___Toc122_1745181160"/></text:h>
<text:p text:style-name="P19">Das Ziel des Feindesign der UI-Elemente ist <text:span text:style-name="T26">es </text:span>festzulegen, welche Eingabe und Ausgabelemente geeignet sind. </text:p> <text:p text:style-name="P19">Das Ziel des Feindesign der UI-Elemente ist <text:span text:style-name="T26">es </text:span>festzulegen, welche Eingabe und Ausgabelemente geeignet sind. </text:p>
<text:p text:style-name="P19">Die Architektur der UI wie auch die Navigation im Client werden dadurch definiert.</text:p> <text:p text:style-name="P19">Die Architektur der UI wie auch die Navigation im Client werden dadurch definiert.</text:p>
<text:h text:style-name="P48" text:outline-level="1"><text:bookmark-start text:name="__RefHeading___Toc145_4018349791"/>Genereller Aufbau<text:bookmark-end text:name="__RefHeading___Toc145_4018349791"/></text:h> <text:h text:style-name="P50" text:outline-level="1"><text:bookmark-start text:name="__RefHeading___Toc145_4018349791"/>Genereller Aufbau<text:bookmark-end text:name="__RefHeading___Toc145_4018349791"/></text:h>
<text:p text:style-name="P64">Die verschiedenen Views werden wiederum auf einer „RootView“ <text:s/>angebracht. <text:span text:style-name="T24">Das Diagramm zeigt die Darstellung der MainView und deren Elemente.</text:span></text:p> <text:p text:style-name="P66">Die verschiedenen Views werden wiederum auf einer „RootView“ <text:s/>angebracht. <text:span text:style-name="T24">Das Diagramm zeigt die Darstellung der MainView und deren Elemente.</text:span></text:p>
<text:p text:style-name="P63"><draw:frame draw:style-name="fr1" draw:name="Bild5" text:anchor-type="paragraph" svg:x="5.159cm" svg:y="0.18cm" svg:width="6.632cm" svg:height="10.472cm" draw:z-index="18"><draw:image loext:mime-type="image/png"> <text:p text:style-name="P65"><draw:frame draw:style-name="fr1" draw:name="Bild5" text:anchor-type="paragraph" svg:x="5.159cm" svg:y="0.18cm" svg:width="6.632cm" svg:height="10.472cm" draw:z-index="18"><draw:image loext:mime-type="image/png">
<office:binary-data>iVBORw0KGgoAAAANSUhEUgAAAcgAAALQCAYAAAAUzOCBAAAABHNCSVQICAgIfAhkiAAABQZ6 <office:binary-data>iVBORw0KGgoAAAANSUhEUgAAAcgAAALQCAYAAAAUzOCBAAAABHNCSVQICAgIfAhkiAAABQZ6
VFh0bXhHcmFwaE1vZGVsAABNVcmSg0oO/BpHzBzawb4cAQNm37Hh8gIoMPuOwXz9K0/3YS5Q VFh0bXhHcmFwaE1vZGVsAABNVcmSg0oO/BpHzBzawb4cAQNm37Hh8gIoMPuOwXz9K0/3YS5Q
SKkkpVKpLrjQHUXV5hcM6QZQFVUOLvjtgmEYgrI/CPmDYD5KX3AOY+EDQa4og8TQDfHlsKy/ SKkkpVKpLrjQHUXV5hcM6QZQFVUOLvjtgmEYgrI/CPmDYD5KX3AOY+EDQa4og8TQDfHlsKy/
@ -152651,17 +152651,17 @@
</office:binary-data> </office:binary-data>
</draw:image> </draw:image>
</draw:frame></text:p> </draw:frame></text:p>
<text:p text:style-name="P63"/> <text:p text:style-name="P65"/>
<text:p text:style-name="P63"/> <text:p text:style-name="P65"/>
<text:p text:style-name="P63"/> <text:p text:style-name="P65"/>
<text:p text:style-name="P63"/> <text:p text:style-name="P65"/>
<text:p text:style-name="P63"/> <text:p text:style-name="P65"/>
<text:p text:style-name="P63"/> <text:p text:style-name="P65"/>
<text:p text:style-name="P63"/> <text:p text:style-name="P65"/>
<text:p text:style-name="P63"/> <text:p text:style-name="P65"/>
<text:p text:style-name="P63"/> <text:p text:style-name="P65"/>
<text:p text:style-name="P63"/> <text:p text:style-name="P65"/>
<text:p text:style-name="P63"/> <text:p text:style-name="P65"/>
<text:h text:style-name="Heading_20_2" text:outline-level="2"><text:bookmark-start text:name="__RefHeading___Toc440_4157948899"/><text:soft-page-break/>Erster Start<text:bookmark-end text:name="__RefHeading___Toc440_4157948899"/></text:h> <text:h text:style-name="Heading_20_2" text:outline-level="2"><text:bookmark-start text:name="__RefHeading___Toc440_4157948899"/><text:soft-page-break/>Erster Start<text:bookmark-end text:name="__RefHeading___Toc440_4157948899"/></text:h>
<text:p text:style-name="P16"><draw:frame draw:style-name="fr2" draw:name="Bild1" text:anchor-type="paragraph" svg:width="17.006cm" svg:height="9.045cm" draw:z-index="0"><draw:image loext:mime-type="image/png"> <text:p text:style-name="P16"><draw:frame draw:style-name="fr2" draw:name="Bild1" text:anchor-type="paragraph" svg:width="17.006cm" svg:height="9.045cm" draw:z-index="0"><draw:image loext:mime-type="image/png">
<office:binary-data>iVBORw0KGgoAAAANSUhEUgAAAvAAAAGQCAYAAADIulS9AAAgAElEQVR4nOzdd3gVddrG8ScF <office:binary-data>iVBORw0KGgoAAAANSUhEUgAAAvAAAAGQCAYAAADIulS9AAAgAElEQVR4nOzdd3gVddrG8ScF
@ -152985,11 +152985,11 @@
nE6nj6lpmqiqSpL0hnLOg/+vS3q9nHPsdruf3/D9fo8v3cTSQOozONUAAAAASUVORK5CYII= nE6nj6lpmqiqSpL0hnLOg/+vS3q9nHPsdruf3/D9fo8v3cTSQOozONUAAAAASUVORK5CYII=
</office:binary-data> </office:binary-data>
</draw:image> </draw:image>
</draw:frame><draw:custom-shape text:anchor-type="paragraph" draw:z-index="1" draw:name="Form1" draw:style-name="gr1" draw:text-style-name="P75" svg:width="5.22cm" svg:height="2.07cm" svg:x="0.409cm" svg:y="1.104cm"> </draw:frame><draw:custom-shape text:anchor-type="paragraph" draw:z-index="1" draw:name="Form1" draw:style-name="gr1" draw:text-style-name="P74" svg:width="5.22cm" svg:height="2.07cm" svg:x="0.409cm" svg:y="1.104cm">
<text:p text:style-name="P75">JFXTextfield, IPv4 Adresse</text:p> <text:p text:style-name="P74">JFXTextfield, IPv4 Adresse</text:p>
<text:p text:style-name="P75">kann eingegeben werden,</text:p> <text:p text:style-name="P74">kann eingegeben werden,</text:p>
<text:p text:style-name="P75">mit Enter wird zum</text:p> <text:p text:style-name="P74">mit Enter wird zum</text:p>
<text:p text:style-name="P75">Server verbunden</text:p> <text:p text:style-name="P74">Server verbunden</text:p>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800 ?f40 ?f41" draw:text-areas="0 0 21600 21600" draw:type="rectangular-callout" draw:modifiers="23584.8648648649 46806.132879046" draw:enhanced-path="M 0 0 L 0 3590 ?f2 ?f3 0 8970 0 12630 ?f4 ?f5 0 18010 0 21600 3590 21600 ?f6 ?f7 8970 21600 12630 21600 ?f8 ?f9 18010 21600 21600 21600 21600 18010 ?f10 ?f11 21600 12630 21600 8970 ?f12 ?f13 21600 3590 21600 0 18010 0 ?f14 ?f15 12630 0 8970 0 ?f16 ?f17 3590 0 0 0 Z N"> <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800 ?f40 ?f41" draw:text-areas="0 0 21600 21600" draw:type="rectangular-callout" draw:modifiers="23584.8648648649 46806.132879046" draw:enhanced-path="M 0 0 L 0 3590 ?f2 ?f3 0 8970 0 12630 ?f4 ?f5 0 18010 0 21600 3590 21600 ?f6 ?f7 8970 21600 12630 21600 ?f8 ?f9 18010 21600 21600 21600 21600 18010 ?f10 ?f11 21600 12630 21600 8970 ?f12 ?f13 21600 3590 21600 0 18010 0 ?f14 ?f15 12630 0 8970 0 ?f16 ?f17 3590 0 0 0 Z N">
<draw:equation draw:name="f0" draw:formula="$0 -10800"/> <draw:equation draw:name="f0" draw:formula="$0 -10800"/>
<draw:equation draw:name="f1" draw:formula="$1 -10800"/> <draw:equation draw:name="f1" draw:formula="$1 -10800"/>
@ -153035,9 +153035,9 @@
<draw:equation draw:name="f41" draw:formula="$1 "/> <draw:equation draw:name="f41" draw:formula="$1 "/>
<draw:handle draw:handle-position="$0 $1"/> <draw:handle draw:handle-position="$0 $1"/>
</draw:enhanced-geometry> </draw:enhanced-geometry>
</draw:custom-shape><draw:custom-shape text:anchor-type="paragraph" draw:z-index="2" draw:name="Form3" draw:style-name="gr2" draw:text-style-name="P75" svg:width="4.933cm" svg:height="1.853cm" svg:x="11.737cm" svg:y="0.718cm"> </draw:custom-shape><draw:custom-shape text:anchor-type="paragraph" draw:z-index="2" draw:name="Form3" draw:style-name="gr2" draw:text-style-name="P74" svg:width="4.933cm" svg:height="1.853cm" svg:x="11.737cm" svg:y="0.718cm">
<text:p text:style-name="P75">JFXSpinner, dreht sich</text:p> <text:p text:style-name="P74">JFXSpinner, dreht sich</text:p>
<text:p text:style-name="P75">während des Verbindens</text:p> <text:p text:style-name="P74">während des Verbindens</text:p>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800 ?f40 ?f41" draw:text-areas="0 0 21600 21600" draw:type="rectangular-callout" draw:modifiers="-10950.589917769 33211.7982873454" draw:enhanced-path="M 0 0 L 0 3590 ?f2 ?f3 0 8970 0 12630 ?f4 ?f5 0 18010 0 21600 3590 21600 ?f6 ?f7 8970 21600 12630 21600 ?f8 ?f9 18010 21600 21600 21600 21600 18010 ?f10 ?f11 21600 12630 21600 8970 ?f12 ?f13 21600 3590 21600 0 18010 0 ?f14 ?f15 12630 0 8970 0 ?f16 ?f17 3590 0 0 0 Z N"> <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800 ?f40 ?f41" draw:text-areas="0 0 21600 21600" draw:type="rectangular-callout" draw:modifiers="-10950.589917769 33211.7982873454" draw:enhanced-path="M 0 0 L 0 3590 ?f2 ?f3 0 8970 0 12630 ?f4 ?f5 0 18010 0 21600 3590 21600 ?f6 ?f7 8970 21600 12630 21600 ?f8 ?f9 18010 21600 21600 21600 21600 18010 ?f10 ?f11 21600 12630 21600 8970 ?f12 ?f13 21600 3590 21600 0 18010 0 ?f14 ?f15 12630 0 8970 0 ?f16 ?f17 3590 0 0 0 Z N">
<draw:equation draw:name="f0" draw:formula="$0 -10800"/> <draw:equation draw:name="f0" draw:formula="$0 -10800"/>
<draw:equation draw:name="f1" draw:formula="$1 -10800"/> <draw:equation draw:name="f1" draw:formula="$1 -10800"/>
@ -153083,9 +153083,9 @@
<draw:equation draw:name="f41" draw:formula="$1 "/> <draw:equation draw:name="f41" draw:formula="$1 "/>
<draw:handle draw:handle-position="$0 $1"/> <draw:handle draw:handle-position="$0 $1"/>
</draw:enhanced-geometry> </draw:enhanced-geometry>
</draw:custom-shape><draw:custom-shape text:anchor-type="paragraph" draw:z-index="3" draw:name="Form4" draw:style-name="gr3" draw:text-style-name="P76" svg:width="5.294cm" svg:height="1.631cm" svg:x="11.497cm" svg:y="6.505cm"> </draw:custom-shape><draw:custom-shape text:anchor-type="paragraph" draw:z-index="3" draw:name="Form4" draw:style-name="gr3" draw:text-style-name="P75" svg:width="5.294cm" svg:height="1.631cm" svg:x="11.497cm" svg:y="6.505cm">
<text:p text:style-name="P75"><text:span text:style-name="T23">JFXButton, verbindet mit der</text:span></text:p> <text:p text:style-name="P74"><text:span text:style-name="T23">JFXButton, verbindet mit der</text:span></text:p>
<text:p text:style-name="P75"><text:span text:style-name="T23">angegebenen IPv4 Adresse</text:span></text:p> <text:p text:style-name="P74"><text:span text:style-name="T23">angegebenen IPv4 Adresse</text:span></text:p>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800 ?f40 ?f41" draw:text-areas="0 0 21600 21600" draw:type="rectangular-callout" draw:modifiers="-6360.55962691539 490.378378378378" draw:enhanced-path="M 0 0 L 0 3590 ?f2 ?f3 0 8970 0 12630 ?f4 ?f5 0 18010 0 21600 3590 21600 ?f6 ?f7 8970 21600 12630 21600 ?f8 ?f9 18010 21600 21600 21600 21600 18010 ?f10 ?f11 21600 12630 21600 8970 ?f12 ?f13 21600 3590 21600 0 18010 0 ?f14 ?f15 12630 0 8970 0 ?f16 ?f17 3590 0 0 0 Z N"> <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800 ?f40 ?f41" draw:text-areas="0 0 21600 21600" draw:type="rectangular-callout" draw:modifiers="-6360.55962691539 490.378378378378" draw:enhanced-path="M 0 0 L 0 3590 ?f2 ?f3 0 8970 0 12630 ?f4 ?f5 0 18010 0 21600 3590 21600 ?f6 ?f7 8970 21600 12630 21600 ?f8 ?f9 18010 21600 21600 21600 21600 18010 ?f10 ?f11 21600 12630 21600 8970 ?f12 ?f13 21600 3590 21600 0 18010 0 ?f14 ?f15 12630 0 8970 0 ?f16 ?f17 3590 0 0 0 Z N">
<draw:equation draw:name="f0" draw:formula="$0 -10800"/> <draw:equation draw:name="f0" draw:formula="$0 -10800"/>
<draw:equation draw:name="f1" draw:formula="$1 -10800"/> <draw:equation draw:name="f1" draw:formula="$1 -10800"/>
@ -154464,11 +154464,11 @@
QmCC QmCC
</office:binary-data> </office:binary-data>
</draw:image> </draw:image>
</draw:frame><draw:custom-shape text:anchor-type="paragraph" draw:z-index="5" draw:name="Form2" draw:style-name="gr4" draw:text-style-name="P75" svg:width="5.342cm" svg:height="2.153cm" svg:x="0.48cm" svg:y="1.639cm"> </draw:frame><draw:custom-shape text:anchor-type="paragraph" draw:z-index="5" draw:name="Form2" draw:style-name="gr4" draw:text-style-name="P74" svg:width="5.342cm" svg:height="2.153cm" svg:x="0.48cm" svg:y="1.639cm">
<text:p text:style-name="P75">JFXTextfield, hier lassen sich</text:p> <text:p text:style-name="P74">JFXTextfield, hier lassen sich</text:p>
<text:p text:style-name="P75">Die Texturen nach Name, </text:p> <text:p text:style-name="P74">Die Texturen nach Name, </text:p>
<text:p text:style-name="P75">Tags, Auflösung und </text:p> <text:p text:style-name="P74">Tags, Auflösung und </text:p>
<text:p text:style-name="P75">Einfügedatum durchsuchen</text:p> <text:p text:style-name="P74">Einfügedatum durchsuchen</text:p>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800 ?f40 ?f41" draw:text-areas="0 0 21600 21600" draw:type="rectangular-callout" draw:modifiers="8272.03697589964 -7111.54791154791" draw:enhanced-path="M 0 0 L 0 3590 ?f2 ?f3 0 8970 0 12630 ?f4 ?f5 0 18010 0 21600 3590 21600 ?f6 ?f7 8970 21600 12630 21600 ?f8 ?f9 18010 21600 21600 21600 21600 18010 ?f10 ?f11 21600 12630 21600 8970 ?f12 ?f13 21600 3590 21600 0 18010 0 ?f14 ?f15 12630 0 8970 0 ?f16 ?f17 3590 0 0 0 Z N"> <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800 ?f40 ?f41" draw:text-areas="0 0 21600 21600" draw:type="rectangular-callout" draw:modifiers="8272.03697589964 -7111.54791154791" draw:enhanced-path="M 0 0 L 0 3590 ?f2 ?f3 0 8970 0 12630 ?f4 ?f5 0 18010 0 21600 3590 21600 ?f6 ?f7 8970 21600 12630 21600 ?f8 ?f9 18010 21600 21600 21600 21600 18010 ?f10 ?f11 21600 12630 21600 8970 ?f12 ?f13 21600 3590 21600 0 18010 0 ?f14 ?f15 12630 0 8970 0 ?f16 ?f17 3590 0 0 0 Z N">
<draw:equation draw:name="f0" draw:formula="$0 -10800"/> <draw:equation draw:name="f0" draw:formula="$0 -10800"/>
<draw:equation draw:name="f1" draw:formula="$1 -10800"/> <draw:equation draw:name="f1" draw:formula="$1 -10800"/>
@ -154514,10 +154514,10 @@
<draw:equation draw:name="f41" draw:formula="$1 "/> <draw:equation draw:name="f41" draw:formula="$1 "/>
<draw:handle draw:handle-position="$0 $1"/> <draw:handle draw:handle-position="$0 $1"/>
</draw:enhanced-geometry> </draw:enhanced-geometry>
</draw:custom-shape><draw:custom-shape text:anchor-type="paragraph" draw:z-index="6" draw:name="Form5" draw:style-name="gr5" draw:text-style-name="P75" svg:width="5.846cm" svg:height="1.816cm" svg:x="6.565cm" svg:y="1.616cm"> </draw:custom-shape><draw:custom-shape text:anchor-type="paragraph" draw:z-index="6" draw:name="Form5" draw:style-name="gr5" draw:text-style-name="P74" svg:width="5.846cm" svg:height="1.816cm" svg:x="6.565cm" svg:y="1.616cm">
<text:p text:style-name="P75">3DPreview, zeigt einen Würfel</text:p> <text:p text:style-name="P74">3DPreview, zeigt einen Würfel</text:p>
<text:p text:style-name="P75">Mit der aktuell </text:p> <text:p text:style-name="P74">Mit der aktuell </text:p>
<text:p text:style-name="P75">ausgewählten Textur an</text:p> <text:p text:style-name="P74">ausgewählten Textur an</text:p>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800 ?f40 ?f41" draw:text-areas="0 0 21600 21600" draw:type="rectangular-callout" draw:modifiers="25327.0588235294 12163.1067961165" draw:enhanced-path="M 0 0 L 0 3590 ?f2 ?f3 0 8970 0 12630 ?f4 ?f5 0 18010 0 21600 3590 21600 ?f6 ?f7 8970 21600 12630 21600 ?f8 ?f9 18010 21600 21600 21600 21600 18010 ?f10 ?f11 21600 12630 21600 8970 ?f12 ?f13 21600 3590 21600 0 18010 0 ?f14 ?f15 12630 0 8970 0 ?f16 ?f17 3590 0 0 0 Z N"> <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800 ?f40 ?f41" draw:text-areas="0 0 21600 21600" draw:type="rectangular-callout" draw:modifiers="25327.0588235294 12163.1067961165" draw:enhanced-path="M 0 0 L 0 3590 ?f2 ?f3 0 8970 0 12630 ?f4 ?f5 0 18010 0 21600 3590 21600 ?f6 ?f7 8970 21600 12630 21600 ?f8 ?f9 18010 21600 21600 21600 21600 18010 ?f10 ?f11 21600 12630 21600 8970 ?f12 ?f13 21600 3590 21600 0 18010 0 ?f14 ?f15 12630 0 8970 0 ?f16 ?f17 3590 0 0 0 Z N">
<draw:equation draw:name="f0" draw:formula="$0 -10800"/> <draw:equation draw:name="f0" draw:formula="$0 -10800"/>
<draw:equation draw:name="f1" draw:formula="$1 -10800"/> <draw:equation draw:name="f1" draw:formula="$1 -10800"/>
@ -154563,10 +154563,10 @@
<draw:equation draw:name="f41" draw:formula="$1 "/> <draw:equation draw:name="f41" draw:formula="$1 "/>
<draw:handle draw:handle-position="$0 $1"/> <draw:handle draw:handle-position="$0 $1"/>
</draw:enhanced-geometry> </draw:enhanced-geometry>
</draw:custom-shape><draw:custom-shape text:anchor-type="paragraph" draw:z-index="7" draw:name="Form6" draw:style-name="gr6" draw:text-style-name="P75" svg:width="6.712cm" svg:height="1.479cm" svg:x="1.635cm" svg:y="10.134cm"> </draw:custom-shape><draw:custom-shape text:anchor-type="paragraph" draw:z-index="7" draw:name="Form6" draw:style-name="gr6" draw:text-style-name="P74" svg:width="6.712cm" svg:height="1.479cm" svg:x="1.635cm" svg:y="10.134cm">
<text:p text:style-name="P75">Gridpane, enthält alle </text:p> <text:p text:style-name="P74">Gridpane, enthält alle </text:p>
<text:p text:style-name="P75">TexturGUI-Elemente mit 2D-Preview</text:p> <text:p text:style-name="P74">TexturGUI-Elemente mit 2D-Preview</text:p>
<text:p text:style-name="P75">und Name</text:p> <text:p text:style-name="P74">und Name</text:p>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800 ?f40 ?f41" draw:text-areas="0 0 21600 21600" draw:type="rectangular-callout" draw:modifiers="-380.241723594325 -37046.9606674613" draw:enhanced-path="M 0 0 L 0 3590 ?f2 ?f3 0 8970 0 12630 ?f4 ?f5 0 18010 0 21600 3590 21600 ?f6 ?f7 8970 21600 12630 21600 ?f8 ?f9 18010 21600 21600 21600 21600 18010 ?f10 ?f11 21600 12630 21600 8970 ?f12 ?f13 21600 3590 21600 0 18010 0 ?f14 ?f15 12630 0 8970 0 ?f16 ?f17 3590 0 0 0 Z N"> <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800 ?f40 ?f41" draw:text-areas="0 0 21600 21600" draw:type="rectangular-callout" draw:modifiers="-380.241723594325 -37046.9606674613" draw:enhanced-path="M 0 0 L 0 3590 ?f2 ?f3 0 8970 0 12630 ?f4 ?f5 0 18010 0 21600 3590 21600 ?f6 ?f7 8970 21600 12630 21600 ?f8 ?f9 18010 21600 21600 21600 21600 18010 ?f10 ?f11 21600 12630 21600 8970 ?f12 ?f13 21600 3590 21600 0 18010 0 ?f14 ?f15 12630 0 8970 0 ?f16 ?f17 3590 0 0 0 Z N">
<draw:equation draw:name="f0" draw:formula="$0 -10800"/> <draw:equation draw:name="f0" draw:formula="$0 -10800"/>
<draw:equation draw:name="f1" draw:formula="$1 -10800"/> <draw:equation draw:name="f1" draw:formula="$1 -10800"/>
@ -154612,9 +154612,9 @@
<draw:equation draw:name="f41" draw:formula="$1 "/> <draw:equation draw:name="f41" draw:formula="$1 "/>
<draw:handle draw:handle-position="$0 $1"/> <draw:handle draw:handle-position="$0 $1"/>
</draw:enhanced-geometry> </draw:enhanced-geometry>
</draw:custom-shape><draw:custom-shape text:anchor-type="paragraph" draw:z-index="9" draw:name="Form8" draw:style-name="gr8" draw:text-style-name="P75" svg:width="8.275cm" svg:height="1.107cm" svg:x="4.618cm" svg:y="5.099cm"> </draw:custom-shape><draw:custom-shape text:anchor-type="paragraph" draw:z-index="9" draw:name="Form8" draw:style-name="gr8" draw:text-style-name="P74" svg:width="8.275cm" svg:height="1.107cm" svg:x="4.618cm" svg:y="5.099cm">
<text:p text:style-name="P75">DetailView, zeigt Informationen</text:p> <text:p text:style-name="P74">DetailView, zeigt Informationen</text:p>
<text:p text:style-name="P75">wie Name, Tags, Auflösung und Einfügedatum</text:p> <text:p text:style-name="P74">wie Name, Tags, Auflösung und Einfügedatum</text:p>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800 ?f40 ?f41" draw:text-areas="0 0 21600 21600" draw:type="rectangular-callout" draw:modifiers="22852.1739130435 9252.22929936306" draw:enhanced-path="M 0 0 L 0 3590 ?f2 ?f3 0 8970 0 12630 ?f4 ?f5 0 18010 0 21600 3590 21600 ?f6 ?f7 8970 21600 12630 21600 ?f8 ?f9 18010 21600 21600 21600 21600 18010 ?f10 ?f11 21600 12630 21600 8970 ?f12 ?f13 21600 3590 21600 0 18010 0 ?f14 ?f15 12630 0 8970 0 ?f16 ?f17 3590 0 0 0 Z N"> <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800 ?f40 ?f41" draw:text-areas="0 0 21600 21600" draw:type="rectangular-callout" draw:modifiers="22852.1739130435 9252.22929936306" draw:enhanced-path="M 0 0 L 0 3590 ?f2 ?f3 0 8970 0 12630 ?f4 ?f5 0 18010 0 21600 3590 21600 ?f6 ?f7 8970 21600 12630 21600 ?f8 ?f9 18010 21600 21600 21600 21600 18010 ?f10 ?f11 21600 12630 21600 8970 ?f12 ?f13 21600 3590 21600 0 18010 0 ?f14 ?f15 12630 0 8970 0 ?f16 ?f17 3590 0 0 0 Z N">
<draw:equation draw:name="f0" draw:formula="$0 -10800"/> <draw:equation draw:name="f0" draw:formula="$0 -10800"/>
<draw:equation draw:name="f1" draw:formula="$1 -10800"/> <draw:equation draw:name="f1" draw:formula="$1 -10800"/>
@ -154661,9 +154661,9 @@
<draw:handle draw:handle-position="$0 $1"/> <draw:handle draw:handle-position="$0 $1"/>
</draw:enhanced-geometry> </draw:enhanced-geometry>
</draw:custom-shape></text:p> </draw:custom-shape></text:p>
<text:p text:style-name="Text_20_body"><draw:custom-shape text:anchor-type="paragraph" draw:z-index="8" draw:name="Form7" draw:style-name="gr7" draw:text-style-name="P76" svg:width="5.68cm" svg:height="1.265cm" svg:x="10.437cm" svg:y="-0.307cm"> <text:p text:style-name="Text_20_body"><draw:custom-shape text:anchor-type="paragraph" draw:z-index="8" draw:name="Form7" draw:style-name="gr7" draw:text-style-name="P75" svg:width="5.68cm" svg:height="1.265cm" svg:x="10.437cm" svg:y="-0.307cm">
<text:p text:style-name="P75"><text:span text:style-name="T23">JFXButton, hierüber lässt sich </text:span></text:p> <text:p text:style-name="P74"><text:span text:style-name="T23">JFXButton, hierüber lässt sich </text:span></text:p>
<text:p text:style-name="P75"><text:span text:style-name="T23">die ImportView aufrufen</text:span></text:p> <text:p text:style-name="P74"><text:span text:style-name="T23">die ImportView aufrufen</text:span></text:p>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800 ?f40 ?f41" draw:text-areas="0 0 21600 21600" draw:type="rectangular-callout" draw:modifiers="21586.5880161441 -19072.9805013928" draw:enhanced-path="M 0 0 L 0 3590 ?f2 ?f3 0 8970 0 12630 ?f4 ?f5 0 18010 0 21600 3590 21600 ?f6 ?f7 8970 21600 12630 21600 ?f8 ?f9 18010 21600 21600 21600 21600 18010 ?f10 ?f11 21600 12630 21600 8970 ?f12 ?f13 21600 3590 21600 0 18010 0 ?f14 ?f15 12630 0 8970 0 ?f16 ?f17 3590 0 0 0 Z N"> <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800 ?f40 ?f41" draw:text-areas="0 0 21600 21600" draw:type="rectangular-callout" draw:modifiers="21586.5880161441 -19072.9805013928" draw:enhanced-path="M 0 0 L 0 3590 ?f2 ?f3 0 8970 0 12630 ?f4 ?f5 0 18010 0 21600 3590 21600 ?f6 ?f7 8970 21600 12630 21600 ?f8 ?f9 18010 21600 21600 21600 21600 18010 ?f10 ?f11 21600 12630 21600 8970 ?f12 ?f13 21600 3590 21600 0 18010 0 ?f14 ?f15 12630 0 8970 0 ?f16 ?f17 3590 0 0 0 Z N">
<draw:equation draw:name="f0" draw:formula="$0 -10800"/> <draw:equation draw:name="f0" draw:formula="$0 -10800"/>
<draw:equation draw:name="f1" draw:formula="$1 -10800"/> <draw:equation draw:name="f1" draw:formula="$1 -10800"/>
@ -154714,8 +154714,8 @@
<text:p text:style-name="P17">Die MainView wird angezeigt sobald das Programm fertig initialisiert ist. Sie enthält eine Scrollpane mit einer Gridpane, welche alle <text:span text:style-name="T24">gefunden</text:span> Texturen anzeigt. Die DetailView besteht aus einer 3D-Preview und einer Anzeige von Name, Tags, <text:span text:style-name="T24">Auflösung und dem Einfügedatum</text:span>. Die Tags werden in einer ChipView dargestellt. <text:span text:style-name="T24">Das Editieren der Tags ist direkt in der ChipView möglich.</text:span></text:p> <text:p text:style-name="P17">Die MainView wird angezeigt sobald das Programm fertig initialisiert ist. Sie enthält eine Scrollpane mit einer Gridpane, welche alle <text:span text:style-name="T24">gefunden</text:span> Texturen anzeigt. Die DetailView besteht aus einer 3D-Preview und einer Anzeige von Name, Tags, <text:span text:style-name="T24">Auflösung und dem Einfügedatum</text:span>. Die Tags werden in einer ChipView dargestellt. <text:span text:style-name="T24">Das Editieren der Tags ist direkt in der ChipView möglich.</text:span></text:p>
<text:p text:style-name="P19">Über ein<text:span text:style-name="T25">en</text:span> Button lässt sich die komplette Textur löschen, hierfür wird der Lösch-Dialog aufgerufen.</text:p> <text:p text:style-name="P19">Über ein<text:span text:style-name="T25">en</text:span> Button lässt sich die komplette Textur löschen, hierfür wird der Lösch-Dialog aufgerufen.</text:p>
<text:p text:style-name="P19">Ein Hinzufügen-Symbol wie ein „+“ startet den Vorgang für das Hinzufügen der Textur.</text:p> <text:p text:style-name="P19">Ein Hinzufügen-Symbol wie ein „+“ startet den Vorgang für das Hinzufügen der Textur.</text:p>
<text:p text:style-name="P67">Das Exportiren einer Textur erfolgt über das Kontextmenü welches beim Rechts-Klick auf die Textur erscheint.</text:p> <text:p text:style-name="P20">Das Exportiren einer Textur erfolgt über das Kontextmenü welches beim Rechts-Klick auf die Textur erscheint.</text:p>
<text:h text:style-name="P54" text:outline-level="2"><text:bookmark-start text:name="__RefHeading___Toc444_4157948899"/><text:soft-page-break/>Dialog<text:bookmark-end text:name="__RefHeading___Toc444_4157948899"/></text:h> <text:h text:style-name="P56" text:outline-level="2"><text:bookmark-start text:name="__RefHeading___Toc444_4157948899"/><text:soft-page-break/>Dialog<text:bookmark-end text:name="__RefHeading___Toc444_4157948899"/></text:h>
<text:p text:style-name="P18"><draw:frame draw:style-name="fr2" draw:name="Bild3" text:anchor-type="paragraph" svg:width="17.006cm" svg:height="9.802cm" draw:z-index="10"><draw:image loext:mime-type="image/png"> <text:p text:style-name="P18"><draw:frame draw:style-name="fr2" draw:name="Bild3" text:anchor-type="paragraph" svg:width="17.006cm" svg:height="9.802cm" draw:z-index="10"><draw:image loext:mime-type="image/png">
<office:binary-data>iVBORw0KGgoAAAANSUhEUgAABIUAAAKbCAYAAABrQDp8AAAgAElEQVR4nOzde5hbVb3w8bQF <office:binary-data>iVBORw0KGgoAAAANSUhEUgAABIUAAAKbCAYAAABrQDp8AAAgAElEQVR4nOzde5hbVb3w8bQF
W6BQtOAj6gMeq+mFMpRepjBtpzLTmcxkppOZzDWZmWQmmQRBON4O6MHL6+ODHLxwUI9aL+hR W6BQtOAj6gMeq+mFMpRepjBtpzLTmcxkppOZzDWZmWQmmQRBON4O6MHL6+ODHLxwUI9aL+hR
@ -155773,8 +155773,8 @@
TkSuQmCC TkSuQmCC
</office:binary-data> </office:binary-data>
</draw:image> </draw:image>
</draw:frame><draw:custom-shape text:anchor-type="paragraph" draw:z-index="12" draw:name="Form9" draw:style-name="gr9" draw:text-style-name="P75" svg:width="5.726cm" svg:height="1.638cm" svg:x="0.769cm" svg:y="5.366cm"> </draw:frame><draw:custom-shape text:anchor-type="paragraph" draw:z-index="12" draw:name="Form9" draw:style-name="gr9" draw:text-style-name="P74" svg:width="5.726cm" svg:height="1.638cm" svg:x="0.769cm" svg:y="5.366cm">
<text:p text:style-name="P75">Dialog, besteht aus Heading <text:line-break/>und Description</text:p> <text:p text:style-name="P74">Dialog, besteht aus Heading <text:line-break/>und Description</text:p>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800 ?f40 ?f41" draw:text-areas="0 0 21600 21600" draw:type="rectangular-callout" draw:modifiers="27666.8925161688 -11578.9020452099" draw:enhanced-path="M 0 0 L 0 3590 ?f2 ?f3 0 8970 0 12630 ?f4 ?f5 0 18010 0 21600 3590 21600 ?f6 ?f7 8970 21600 12630 21600 ?f8 ?f9 18010 21600 21600 21600 21600 18010 ?f10 ?f11 21600 12630 21600 8970 ?f12 ?f13 21600 3590 21600 0 18010 0 ?f14 ?f15 12630 0 8970 0 ?f16 ?f17 3590 0 0 0 Z N"> <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800 ?f40 ?f41" draw:text-areas="0 0 21600 21600" draw:type="rectangular-callout" draw:modifiers="27666.8925161688 -11578.9020452099" draw:enhanced-path="M 0 0 L 0 3590 ?f2 ?f3 0 8970 0 12630 ?f4 ?f5 0 18010 0 21600 3590 21600 ?f6 ?f7 8970 21600 12630 21600 ?f8 ?f9 18010 21600 21600 21600 21600 18010 ?f10 ?f11 21600 12630 21600 8970 ?f12 ?f13 21600 3590 21600 0 18010 0 ?f14 ?f15 12630 0 8970 0 ?f16 ?f17 3590 0 0 0 Z N">
<draw:equation draw:name="f0" draw:formula="$0 -10800"/> <draw:equation draw:name="f0" draw:formula="$0 -10800"/>
<draw:equation draw:name="f1" draw:formula="$1 -10800"/> <draw:equation draw:name="f1" draw:formula="$1 -10800"/>
@ -155820,8 +155820,8 @@
<draw:equation draw:name="f41" draw:formula="$1 "/> <draw:equation draw:name="f41" draw:formula="$1 "/>
<draw:handle draw:handle-position="$0 $1"/> <draw:handle draw:handle-position="$0 $1"/>
</draw:enhanced-geometry> </draw:enhanced-geometry>
</draw:custom-shape><draw:custom-shape text:anchor-type="paragraph" draw:z-index="14" draw:name="Form11" draw:style-name="gr11" draw:text-style-name="P75" svg:width="4.5cm" svg:height="1.407cm" svg:x="9.379cm" svg:y="6.883cm"> </draw:custom-shape><draw:custom-shape text:anchor-type="paragraph" draw:z-index="14" draw:name="Form11" draw:style-name="gr11" draw:text-style-name="P74" svg:width="4.5cm" svg:height="1.407cm" svg:x="9.379cm" svg:y="6.883cm">
<text:p text:style-name="P75">JFXButton, abbrechen <text:line-break/>oder ausführen</text:p> <text:p text:style-name="P74">JFXButton, abbrechen <text:line-break/>oder ausführen</text:p>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800 ?f40 ?f41" draw:text-areas="0 0 21600 21600" draw:type="rectangular-callout" draw:modifiers="6940.43887147335 -15320.3007518797" draw:enhanced-path="M 0 0 L 0 3590 ?f2 ?f3 0 8970 0 12630 ?f4 ?f5 0 18010 0 21600 3590 21600 ?f6 ?f7 8970 21600 12630 21600 ?f8 ?f9 18010 21600 21600 21600 21600 18010 ?f10 ?f11 21600 12630 21600 8970 ?f12 ?f13 21600 3590 21600 0 18010 0 ?f14 ?f15 12630 0 8970 0 ?f16 ?f17 3590 0 0 0 Z N"> <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800 ?f40 ?f41" draw:text-areas="0 0 21600 21600" draw:type="rectangular-callout" draw:modifiers="6940.43887147335 -15320.3007518797" draw:enhanced-path="M 0 0 L 0 3590 ?f2 ?f3 0 8970 0 12630 ?f4 ?f5 0 18010 0 21600 3590 21600 ?f6 ?f7 8970 21600 12630 21600 ?f8 ?f9 18010 21600 21600 21600 21600 18010 ?f10 ?f11 21600 12630 21600 8970 ?f12 ?f13 21600 3590 21600 0 18010 0 ?f14 ?f15 12630 0 8970 0 ?f16 ?f17 3590 0 0 0 Z N">
<draw:equation draw:name="f0" draw:formula="$0 -10800"/> <draw:equation draw:name="f0" draw:formula="$0 -10800"/>
<draw:equation draw:name="f1" draw:formula="$1 -10800"/> <draw:equation draw:name="f1" draw:formula="$1 -10800"/>
@ -155872,7 +155872,7 @@
<text:p text:style-name="P19">Der Dialog wird zum Beispiel für das Bestätigen des Löschens oder bei Fehlermeldungen eingesetzt.</text:p> <text:p text:style-name="P19">Der Dialog wird zum Beispiel für das Bestätigen des Löschens oder bei Fehlermeldungen eingesetzt.</text:p>
<text:p text:style-name="P18"/> <text:p text:style-name="P18"/>
<text:p text:style-name="P18"/> <text:p text:style-name="P18"/>
<text:h text:style-name="Heading_20_2" text:outline-level="2"><text:bookmark-start text:name="__RefHeading___Toc446_4157948899"/>Textur importieren<text:bookmark-end text:name="__RefHeading___Toc446_4157948899"/></text:h> <text:h text:style-name="Heading_20_2" text:outline-level="2"><text:bookmark-start text:name="__RefHeading___Toc446_4157948899"/><text:soft-page-break/>Textur importieren<text:bookmark-end text:name="__RefHeading___Toc446_4157948899"/></text:h>
<text:p text:style-name="P18"><draw:frame draw:style-name="fr2" draw:name="Bild4" text:anchor-type="paragraph" svg:width="17.006cm" svg:height="9.045cm" draw:z-index="11"><draw:image loext:mime-type="image/png"> <text:p text:style-name="P18"><draw:frame draw:style-name="fr2" draw:name="Bild4" text:anchor-type="paragraph" svg:width="17.006cm" svg:height="9.045cm" draw:z-index="11"><draw:image loext:mime-type="image/png">
<office:binary-data>iVBORw0KGgoAAAANSUhEUgAAAvAAAAGQCAYAAADIulS9AAAgAElEQVR4nOzdeVhV1eI+8MWM <office:binary-data>iVBORw0KGgoAAAANSUhEUgAAAvAAAAGQCAYAAADIulS9AAAgAElEQVR4nOzdeVhV1eI+8MWM
zAioIII5oowKioAKkkqO4DwWlkNqGta362w4p+kNNUstNfNWzmCOqSkomrPmvV27qaU55oiG zAioIII5oowKioAKkkqO4DwWlkNqGta362w4p+kNNUstNfNWzmCOqSkomrPmvV27qaU55oiG
@ -156333,8 +156333,8 @@
SUVORK5CYII= SUVORK5CYII=
</office:binary-data> </office:binary-data>
</draw:image> </draw:image>
</draw:frame><draw:custom-shape text:anchor-type="paragraph" draw:z-index="13" draw:name="Form10" draw:style-name="gr10" draw:text-style-name="P75" svg:width="4.329cm" svg:height="1.955cm" svg:x="0.288cm" svg:y="0.958cm"> </draw:frame><draw:custom-shape text:anchor-type="paragraph" draw:z-index="13" draw:name="Form10" draw:style-name="gr10" draw:text-style-name="P74" svg:width="4.329cm" svg:height="1.955cm" svg:x="0.288cm" svg:y="0.958cm">
<text:p text:style-name="P75">JFXTextfield, hier lässt <text:line-break/>sich ein Pfad zu einer <text:line-break/>Textur eingeben</text:p> <text:p text:style-name="P74">JFXTextfield, hier lässt <text:line-break/>sich ein Pfad zu einer <text:line-break/>Textur eingeben</text:p>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800 ?f40 ?f41" draw:text-areas="0 0 21600 21600" draw:type="rectangular-callout" draw:modifiers="22435.8452138493 31630.6582506763" draw:enhanced-path="M 0 0 L 0 3590 ?f2 ?f3 0 8970 0 12630 ?f4 ?f5 0 18010 0 21600 3590 21600 ?f6 ?f7 8970 21600 12630 21600 ?f8 ?f9 18010 21600 21600 21600 21600 18010 ?f10 ?f11 21600 12630 21600 8970 ?f12 ?f13 21600 3590 21600 0 18010 0 ?f14 ?f15 12630 0 8970 0 ?f16 ?f17 3590 0 0 0 Z N"> <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800 ?f40 ?f41" draw:text-areas="0 0 21600 21600" draw:type="rectangular-callout" draw:modifiers="22435.8452138493 31630.6582506763" draw:enhanced-path="M 0 0 L 0 3590 ?f2 ?f3 0 8970 0 12630 ?f4 ?f5 0 18010 0 21600 3590 21600 ?f6 ?f7 8970 21600 12630 21600 ?f8 ?f9 18010 21600 21600 21600 21600 18010 ?f10 ?f11 21600 12630 21600 8970 ?f12 ?f13 21600 3590 21600 0 18010 0 ?f14 ?f15 12630 0 8970 0 ?f16 ?f17 3590 0 0 0 Z N">
<draw:equation draw:name="f0" draw:formula="$0 -10800"/> <draw:equation draw:name="f0" draw:formula="$0 -10800"/>
<draw:equation draw:name="f1" draw:formula="$1 -10800"/> <draw:equation draw:name="f1" draw:formula="$1 -10800"/>
@ -156380,8 +156380,8 @@
<draw:equation draw:name="f41" draw:formula="$1 "/> <draw:equation draw:name="f41" draw:formula="$1 "/>
<draw:handle draw:handle-position="$0 $1"/> <draw:handle draw:handle-position="$0 $1"/>
</draw:enhanced-geometry> </draw:enhanced-geometry>
</draw:custom-shape><draw:custom-shape text:anchor-type="paragraph" draw:z-index="15" draw:name="Form12" draw:style-name="gr12" draw:text-style-name="P76" svg:width="5.462cm" svg:height="1.306cm" svg:x="11.4cm" svg:y="0.702cm"> </draw:custom-shape><draw:custom-shape text:anchor-type="paragraph" draw:z-index="15" draw:name="Form12" draw:style-name="gr12" draw:text-style-name="P75" svg:width="5.462cm" svg:height="1.306cm" svg:x="11.4cm" svg:y="0.702cm">
<text:p text:style-name="P75"><text:span text:style-name="T23">JFXButton, öffnet FileChooser</text:span></text:p> <text:p text:style-name="P74"><text:span text:style-name="T23">JFXButton, öffnet FileChooser</text:span></text:p>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800 ?f40 ?f41" draw:text-areas="0 0 21600 21600" draw:type="rectangular-callout" draw:modifiers="857.862447529868 44482.5910931174" draw:enhanced-path="M 0 0 L 0 3590 ?f2 ?f3 0 8970 0 12630 ?f4 ?f5 0 18010 0 21600 3590 21600 ?f6 ?f7 8970 21600 12630 21600 ?f8 ?f9 18010 21600 21600 21600 21600 18010 ?f10 ?f11 21600 12630 21600 8970 ?f12 ?f13 21600 3590 21600 0 18010 0 ?f14 ?f15 12630 0 8970 0 ?f16 ?f17 3590 0 0 0 Z N"> <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800 ?f40 ?f41" draw:text-areas="0 0 21600 21600" draw:type="rectangular-callout" draw:modifiers="857.862447529868 44482.5910931174" draw:enhanced-path="M 0 0 L 0 3590 ?f2 ?f3 0 8970 0 12630 ?f4 ?f5 0 18010 0 21600 3590 21600 ?f6 ?f7 8970 21600 12630 21600 ?f8 ?f9 18010 21600 21600 21600 21600 18010 ?f10 ?f11 21600 12630 21600 8970 ?f12 ?f13 21600 3590 21600 0 18010 0 ?f14 ?f15 12630 0 8970 0 ?f16 ?f17 3590 0 0 0 Z N">
<draw:equation draw:name="f0" draw:formula="$0 -10800"/> <draw:equation draw:name="f0" draw:formula="$0 -10800"/>
<draw:equation draw:name="f1" draw:formula="$1 -10800"/> <draw:equation draw:name="f1" draw:formula="$1 -10800"/>
@ -156427,8 +156427,8 @@
<draw:equation draw:name="f41" draw:formula="$1 "/> <draw:equation draw:name="f41" draw:formula="$1 "/>
<draw:handle draw:handle-position="$0 $1"/> <draw:handle draw:handle-position="$0 $1"/>
</draw:enhanced-geometry> </draw:enhanced-geometry>
</draw:custom-shape><draw:custom-shape text:anchor-type="paragraph" draw:z-index="16" draw:name="Form13" draw:style-name="gr13" draw:text-style-name="P76" svg:width="4.234cm" svg:height="2.745cm" svg:x="0.24cm" svg:y="4.826cm"> </draw:custom-shape><draw:custom-shape text:anchor-type="paragraph" draw:z-index="16" draw:name="Form13" draw:style-name="gr13" draw:text-style-name="P75" svg:width="4.234cm" svg:height="2.745cm" svg:x="0.24cm" svg:y="4.826cm">
<text:p text:style-name="P75"><text:span text:style-name="T23">JFXTextfield, hier wird </text:span><text:span text:style-name="T23"><text:line-break/></text:span><text:span text:style-name="T23">der Name der </text:span><text:span text:style-name="T23"><text:line-break/></text:span><text:span text:style-name="T23">ausgewählten Textur </text:span><text:span text:style-name="T23"><text:line-break/></text:span><text:span text:style-name="T23">angezeigt </text:span><text:span text:style-name="T23"><text:line-break/></text:span><text:span text:style-name="T23">und lässt sich ändern</text:span></text:p> <text:p text:style-name="P74"><text:span text:style-name="T23">JFXTextfield, hier wird </text:span><text:span text:style-name="T23"><text:line-break/></text:span><text:span text:style-name="T23">der Name der </text:span><text:span text:style-name="T23"><text:line-break/></text:span><text:span text:style-name="T23">ausgewählten Textur </text:span><text:span text:style-name="T23"><text:line-break/></text:span><text:span text:style-name="T23">angezeigt </text:span><text:span text:style-name="T23"><text:line-break/></text:span><text:span text:style-name="T23">und lässt sich ändern</text:span></text:p>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800 ?f40 ?f41" draw:text-areas="0 0 21600 21600" draw:type="rectangular-callout" draw:modifiers="23435.2353186172 2552.60115606936" draw:enhanced-path="M 0 0 L 0 3590 ?f2 ?f3 0 8970 0 12630 ?f4 ?f5 0 18010 0 21600 3590 21600 ?f6 ?f7 8970 21600 12630 21600 ?f8 ?f9 18010 21600 21600 21600 21600 18010 ?f10 ?f11 21600 12630 21600 8970 ?f12 ?f13 21600 3590 21600 0 18010 0 ?f14 ?f15 12630 0 8970 0 ?f16 ?f17 3590 0 0 0 Z N"> <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800 ?f40 ?f41" draw:text-areas="0 0 21600 21600" draw:type="rectangular-callout" draw:modifiers="23435.2353186172 2552.60115606936" draw:enhanced-path="M 0 0 L 0 3590 ?f2 ?f3 0 8970 0 12630 ?f4 ?f5 0 18010 0 21600 3590 21600 ?f6 ?f7 8970 21600 12630 21600 ?f8 ?f9 18010 21600 21600 21600 21600 18010 ?f10 ?f11 21600 12630 21600 8970 ?f12 ?f13 21600 3590 21600 0 18010 0 ?f14 ?f15 12630 0 8970 0 ?f16 ?f17 3590 0 0 0 Z N">
<draw:equation draw:name="f0" draw:formula="$0 -10800"/> <draw:equation draw:name="f0" draw:formula="$0 -10800"/>
<draw:equation draw:name="f1" draw:formula="$1 -10800"/> <draw:equation draw:name="f1" draw:formula="$1 -10800"/>
@ -156474,8 +156474,8 @@
<draw:equation draw:name="f41" draw:formula="$1 "/> <draw:equation draw:name="f41" draw:formula="$1 "/>
<draw:handle draw:handle-position="$0 $1"/> <draw:handle draw:handle-position="$0 $1"/>
</draw:enhanced-geometry> </draw:enhanced-geometry>
</draw:custom-shape><draw:custom-shape text:anchor-type="paragraph" draw:z-index="17" draw:name="Form14" draw:style-name="gr14" draw:text-style-name="P75" svg:width="4.259cm" svg:height="2.936cm" svg:x="12.603cm" svg:y="5.283cm"> </draw:custom-shape><draw:custom-shape text:anchor-type="paragraph" draw:z-index="17" draw:name="Form14" draw:style-name="gr14" draw:text-style-name="P74" svg:width="4.259cm" svg:height="2.936cm" svg:x="12.603cm" svg:y="5.283cm">
<text:p text:style-name="P75">JFXChipView, hier <text:line-break/>lassen sich Tags setzen. <text:line-break/>Resolution und Date<text:line-break/>werden automatisch <text:line-break/>gesetzt</text:p> <text:p text:style-name="P74">JFXChipView, hier <text:line-break/>lassen sich Tags setzen. <text:line-break/>Resolution und Date<text:line-break/>werden automatisch <text:line-break/>gesetzt</text:p>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800 ?f40 ?f41" draw:text-areas="0 0 21600 21600" draw:type="rectangular-callout" draw:modifiers="-8657.88819875776 10871.3513513514" draw:enhanced-path="M 0 0 L 0 3590 ?f2 ?f3 0 8970 0 12630 ?f4 ?f5 0 18010 0 21600 3590 21600 ?f6 ?f7 8970 21600 12630 21600 ?f8 ?f9 18010 21600 21600 21600 21600 18010 ?f10 ?f11 21600 12630 21600 8970 ?f12 ?f13 21600 3590 21600 0 18010 0 ?f14 ?f15 12630 0 8970 0 ?f16 ?f17 3590 0 0 0 Z N"> <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800 ?f40 ?f41" draw:text-areas="0 0 21600 21600" draw:type="rectangular-callout" draw:modifiers="-8657.88819875776 10871.3513513514" draw:enhanced-path="M 0 0 L 0 3590 ?f2 ?f3 0 8970 0 12630 ?f4 ?f5 0 18010 0 21600 3590 21600 ?f6 ?f7 8970 21600 12630 21600 ?f8 ?f9 18010 21600 21600 21600 21600 18010 ?f10 ?f11 21600 12630 21600 8970 ?f12 ?f13 21600 3590 21600 0 18010 0 ?f14 ?f15 12630 0 8970 0 ?f16 ?f17 3590 0 0 0 Z N">
<draw:equation draw:name="f0" draw:formula="$0 -10800"/> <draw:equation draw:name="f0" draw:formula="$0 -10800"/>
<draw:equation draw:name="f1" draw:formula="$1 -10800"/> <draw:equation draw:name="f1" draw:formula="$1 -10800"/>
@ -156521,9 +156521,9 @@
<draw:equation draw:name="f41" draw:formula="$1 "/> <draw:equation draw:name="f41" draw:formula="$1 "/>
<draw:handle draw:handle-position="$0 $1"/> <draw:handle draw:handle-position="$0 $1"/>
</draw:enhanced-geometry> </draw:enhanced-geometry>
</draw:custom-shape><text:soft-page-break/></text:p> </draw:custom-shape></text:p>
<text:p text:style-name="P18">Die ImportView wird angezeigt wenn man eine neue Textur importier<text:span text:style-name="T24">t</text:span>. Sie besteht aus einem Textfield, in welchem sich der Pfad zur Textur eingeben lässt. <text:span text:style-name="T26">W</text:span>ird die Textur über den FileChooser ausgewählt, wird dieser Pfad im Textfield angezeigt. Über ein weiteres Textfield lässt sich ein beliebiger eindeutiger Name setzen, dieser ist am Anfang auf den Name der Textur gesetzt. Tags lassen sich über eine JFXChipView setzen. </text:p> <text:p text:style-name="P18">Die ImportView wird angezeigt wenn man eine neue Textur importier<text:span text:style-name="T24">t</text:span>. Sie besteht aus einem Textfield, in welchem sich der Pfad zur Textur eingeben lässt. <text:span text:style-name="T26">W</text:span>ird die Textur über den FileChooser ausgewählt, wird dieser Pfad im Textfield angezeigt. Über ein weiteres Textfield lässt sich ein beliebiger eindeutiger Name setzen, dieser ist am Anfang auf den Name der Textur gesetzt. Tags lassen sich über eine JFXChipView setzen. </text:p>
<text:h text:style-name="P38" text:outline-level="1"><text:bookmark-start text:name="__RefHeading___Toc752_3921231312"/>Changelog<text:bookmark-end text:name="__RefHeading___Toc752_3921231312"/></text:h> <text:h text:style-name="P40" text:outline-level="1"><text:bookmark-start text:name="__RefHeading___Toc752_3921231312"/>Changelog<text:bookmark-end text:name="__RefHeading___Toc752_3921231312"/></text:h>
<table:table table:name="Tabelle3" table:style-name="Tabelle3"> <table:table table:name="Tabelle3" table:style-name="Tabelle3">
<table:table-column table:style-name="Tabelle3.A"/> <table:table-column table:style-name="Tabelle3.A"/>
<table:table-column table:style-name="Tabelle3.B"/> <table:table-column table:style-name="Tabelle3.B"/>
@ -156537,34 +156537,34 @@
</table:table-row> </table:table-row>
<table:table-row> <table:table-row>
<table:table-cell table:style-name="Tabelle3.A2" office:value-type="string"> <table:table-cell table:style-name="Tabelle3.A2" office:value-type="string">
<text:p text:style-name="P31">1.0.<text:span text:style-name="T21">0</text:span></text:p> <text:p text:style-name="P32">1.0.<text:span text:style-name="T21">0</text:span></text:p>
</table:table-cell> </table:table-cell>
<table:table-cell table:style-name="Tabelle3.B2" office:value-type="string"> <table:table-cell table:style-name="Tabelle3.B2" office:value-type="string">
<text:p text:style-name="P31">Dokument <text:span text:style-name="T21">UI Elemente</text:span> erstellt</text:p> <text:p text:style-name="P32">Dokument <text:span text:style-name="T21">UI Elemente</text:span> erstellt</text:p>
</table:table-cell> </table:table-cell>
</table:table-row> </table:table-row>
<table:table-row> <table:table-row>
<table:table-cell table:style-name="Tabelle3.A3" office:value-type="string"> <table:table-cell table:style-name="Tabelle3.A3" office:value-type="string">
<text:p text:style-name="P35">1.1.0</text:p> <text:p text:style-name="P36">1.1.0</text:p>
</table:table-cell> </table:table-cell>
<table:table-cell table:style-name="Tabelle3.B3" office:value-type="string"> <table:table-cell table:style-name="Tabelle3.B3" office:value-type="string">
<text:p text:style-name="P35">Detailbeschreibung hinzugefügt</text:p> <text:p text:style-name="P36">Detailbeschreibung hinzugefügt</text:p>
</table:table-cell> </table:table-cell>
</table:table-row> </table:table-row>
<table:table-row> <table:table-row>
<table:table-cell table:style-name="Tabelle3.A4" office:value-type="string"> <table:table-cell table:style-name="Tabelle3.A4" office:value-type="string">
<text:p text:style-name="P36">1.2.0</text:p> <text:p text:style-name="P37">1.2.0</text:p>
</table:table-cell> </table:table-cell>
<table:table-cell table:style-name="Tabelle3.B4" office:value-type="string"> <table:table-cell table:style-name="Tabelle3.B4" office:value-type="string">
<text:p text:style-name="P36">Einleitung und Diagramm hinzugefügt</text:p> <text:p text:style-name="P37">Einleitung und Diagramm hinzugefügt</text:p>
</table:table-cell> </table:table-cell>
</table:table-row> </table:table-row>
<table:table-row> <table:table-row>
<table:table-cell table:style-name="Tabelle3.A5" office:value-type="string"> <table:table-cell table:style-name="Tabelle3.A5" office:value-type="string">
<text:p text:style-name="P68">1.2.1</text:p> <text:p text:style-name="P38">1.2.1</text:p>
</table:table-cell> </table:table-cell>
<table:table-cell table:style-name="Tabelle3.B5" office:value-type="string"> <table:table-cell table:style-name="Tabelle3.B5" office:value-type="string">
<text:p text:style-name="P68">Exportiren mittels Kontextmenü</text:p> <text:p text:style-name="P38"><text:span text:style-name="T27">Exportieren</text:span> mittels Kontextmenü</text:p>
</table:table-cell> </table:table-cell>
</table:table-row> </table:table-row>
</table:table> </table:table>

Binary file not shown.

View File

@ -351,30 +351,30 @@ th.gantt-day-header {
</h1> </h1>
<table class="proj-header"> <table class="proj-header">
<tr> <tr>
<td class="header">Firma:</td> <td class="header">Company:</td>
<td>AI4 - HS Offenburg</td> <td>AI4 - HS Offenburg</td>
</tr> </tr>
<tr> <tr>
<td class="header">Koordinator:</td> <td class="header">Manager:</td>
<td>Hendrik Schutter</td> <td>Hendrik Schutter</td>
</tr> </tr>
<tr> <tr>
<td class="header">Beginn:</td> <td class="header">Start:</td>
<td>22. März 2019</td> <td>March 22, 2019</td>
</tr> </tr>
<tr> <tr>
<td class="header">Ende:</td> <td class="header">Finish:</td>
<td>1. Januar 1970</td> <td>January 1, 1970</td>
</tr> </tr>
<tr> <tr>
<td class="header">Datum des Berichts:</td> <td class="header">Report Date:</td>
<td>1. Januar 1970</td> <td>January 1, 1970</td>
</tr> </tr>
</table> </table>
<div class="separator"></div> <div class="separator"></div>
<div class="gantt"> <div class="gantt">
<h2> <h2>
<a name="gantt" id="gantt">Gantt-Diagramm</a> <a name="gantt" id="gantt">Gantt Chart</a>
</h2> </h2>
<div class="gantt-tasklist"> <div class="gantt-tasklist">
<table cellspacing="0" cellpadding="0" border="1"> <table cellspacing="0" cellpadding="0" border="1">
@ -386,7 +386,7 @@ th.gantt-day-header {
<span>Name</span> <span>Name</span>
</th> </th>
<th> <th>
<span>Arbeit</span> <span>Work</span>
</th> </th>
</tr> </tr>
<tr class="header"> <tr class="header">
@ -933,18 +933,18 @@ th.gantt-day-header {
<table cellspacing="0" cellpadding="0" border="1" style="table-layout: fixed;"> <table cellspacing="0" cellpadding="0" border="1" style="table-layout: fixed;">
<tr class="header" align="left"> <tr class="header" align="left">
<th class="gantt-3day-header" colspan="3"></th> <th class="gantt-3day-header" colspan="3"></th>
<th class="gantt-week-header" align="center" colspan="7">Woche 13, 2019</th> <th class="gantt-week-header" align="center" colspan="7">Week 13, 2019</th>
<th class="gantt-week-header" align="center" colspan="7">Woche 14, 2019</th> <th class="gantt-week-header" align="center" colspan="7">Week 14, 2019</th>
<th class="gantt-week-header" align="center" colspan="7">Woche 15, 2019</th> <th class="gantt-week-header" align="center" colspan="7">Week 15, 2019</th>
<th class="gantt-week-header" align="center" colspan="7">Woche 16, 2019</th> <th class="gantt-week-header" align="center" colspan="7">Week 16, 2019</th>
<th class="gantt-week-header" align="center" colspan="7">Woche 17, 2019</th> <th class="gantt-week-header" align="center" colspan="7">Week 17, 2019</th>
<th class="gantt-week-header" align="center" colspan="7">Woche 18, 2019</th> <th class="gantt-week-header" align="center" colspan="7">Week 18, 2019</th>
<th class="gantt-week-header" align="center" colspan="7">Woche 19, 2019</th> <th class="gantt-week-header" align="center" colspan="7">Week 19, 2019</th>
<th class="gantt-week-header" align="center" colspan="7">Woche 20, 2019</th> <th class="gantt-week-header" align="center" colspan="7">Week 20, 2019</th>
<th class="gantt-week-header" align="center" colspan="7">Woche 21, 2019</th> <th class="gantt-week-header" align="center" colspan="7">Week 21, 2019</th>
<th class="gantt-week-header" align="center" colspan="7">Woche 22, 2019</th> <th class="gantt-week-header" align="center" colspan="7">Week 22, 2019</th>
<th class="gantt-week-header" align="center" colspan="7">Woche 23, 2019</th> <th class="gantt-week-header" align="center" colspan="7">Week 23, 2019</th>
<th class="gantt-week-header" align="center" colspan="7">Woche 24, 2019</th> <th class="gantt-week-header" align="center" colspan="7">Week 24, 2019</th>
<th class="gantt-2day-header" colspan="2"></th> <th class="gantt-2day-header" colspan="2"></th>
<th></th> <th></th>
</tr> </tr>
@ -1185,7 +1185,7 @@ th.gantt-day-header {
<div style="width: 1781px; white-space: nowrap;"> <div style="width: 1781px; white-space: nowrap;">
<div class="gantt-empty-begin" style="width: 371px;"></div> <div class="gantt-empty-begin" style="width: 371px;"></div>
<div class="gantt-complete-notdone" style="width: 140px;"> <div class="gantt-complete-notdone" style="width: 140px;">
<div class="gantt-complete-done" style="width: 14px;"></div> <div class="gantt-complete-done" style="width: 140px;"></div>
</div> </div>
<div class="gantt-empty-end"></div> <div class="gantt-empty-end"></div>
<div class="gantt-resources">J</div> <div class="gantt-resources">J</div>
@ -1279,7 +1279,9 @@ th.gantt-day-header {
<td colspan="90"> <td colspan="90">
<div style="width: 1781px; white-space: nowrap;"> <div style="width: 1781px; white-space: nowrap;">
<div class="gantt-empty-begin" style="width: 666px;"></div> <div class="gantt-empty-begin" style="width: 666px;"></div>
<div class="gantt-complete-notdone" style="width: 68px;"></div> <div class="gantt-complete-notdone" style="width: 68px;">
<div class="gantt-complete-done" style="width: 34px;"></div>
</div>
<div class="gantt-empty-end"></div> <div class="gantt-empty-end"></div>
<div class="gantt-resources"></div> <div class="gantt-resources"></div>
</div> </div>
@ -1309,7 +1311,9 @@ th.gantt-day-header {
<td colspan="90"> <td colspan="90">
<div style="width: 1781px; white-space: nowrap;"> <div style="width: 1781px; white-space: nowrap;">
<div class="gantt-empty-begin" style="width: 646px;"></div> <div class="gantt-empty-begin" style="width: 646px;"></div>
<div class="gantt-complete-notdone" style="width: 88px;"></div> <div class="gantt-complete-notdone" style="width: 88px;">
<div class="gantt-complete-done" style="width: 61px;"></div>
</div>
<div class="gantt-empty-end"></div> <div class="gantt-empty-end"></div>
<div class="gantt-resources">H[50], J[50]</div> <div class="gantt-resources">H[50], J[50]</div>
</div> </div>
@ -1334,7 +1338,9 @@ th.gantt-day-header {
<td colspan="90"> <td colspan="90">
<div style="width: 1781px; white-space: nowrap;"> <div style="width: 1781px; white-space: nowrap;">
<div class="gantt-empty-begin" style="width: 646px;"></div> <div class="gantt-empty-begin" style="width: 646px;"></div>
<div class="gantt-complete-notdone" style="width: 228px;"></div> <div class="gantt-complete-notdone" style="width: 228px;">
<div class="gantt-complete-done" style="width: 228px;"></div>
</div>
<div class="gantt-empty-end"></div> <div class="gantt-empty-end"></div>
<div class="gantt-resources"></div> <div class="gantt-resources"></div>
</div> </div>
@ -1345,7 +1351,7 @@ th.gantt-day-header {
<div style="width: 1781px; white-space: nowrap;"> <div style="width: 1781px; white-space: nowrap;">
<div class="gantt-empty-begin" style="width: 646px;"></div> <div class="gantt-empty-begin" style="width: 646px;"></div>
<div class="gantt-complete-notdone" style="width: 228px;"> <div class="gantt-complete-notdone" style="width: 228px;">
<div class="gantt-complete-done" style="width: 11px;"></div> <div class="gantt-complete-done" style="width: 228px;"></div>
</div> </div>
<div class="gantt-empty-end"></div> <div class="gantt-empty-end"></div>
<div class="gantt-resources">R</div> <div class="gantt-resources">R</div>
@ -1356,7 +1362,9 @@ th.gantt-day-header {
<td colspan="90"> <td colspan="90">
<div style="width: 1781px; white-space: nowrap;"> <div style="width: 1781px; white-space: nowrap;">
<div class="gantt-empty-begin" style="width: 926px;"></div> <div class="gantt-empty-begin" style="width: 926px;"></div>
<div class="gantt-complete-notdone" style="width: 88px;"></div> <div class="gantt-complete-notdone" style="width: 88px;">
<div class="gantt-complete-done" style="width: 88px;"></div>
</div>
<div class="gantt-empty-end"></div> <div class="gantt-empty-end"></div>
<div class="gantt-resources"></div> <div class="gantt-resources"></div>
</div> </div>
@ -1366,7 +1374,9 @@ th.gantt-day-header {
<td colspan="90"> <td colspan="90">
<div style="width: 1781px; white-space: nowrap;"> <div style="width: 1781px; white-space: nowrap;">
<div class="gantt-empty-begin" style="width: 926px;"></div> <div class="gantt-empty-begin" style="width: 926px;"></div>
<div class="gantt-complete-notdone" style="width: 28px;"></div> <div class="gantt-complete-notdone" style="width: 28px;">
<div class="gantt-complete-done" style="width: 28px;"></div>
</div>
<div class="gantt-empty-end"></div> <div class="gantt-empty-end"></div>
<div class="gantt-resources"></div> <div class="gantt-resources"></div>
</div> </div>
@ -1432,7 +1442,7 @@ th.gantt-day-header {
<div class="separator"></div> <div class="separator"></div>
<div class="tasklist"> <div class="tasklist">
<h2> <h2>
<a name="tasks" id="tasks">Aufgaben</a> <a name="tasks" id="tasks">Tasks</a>
</h2> </h2>
<div class="tasklist-table"> <div class="tasklist-table">
<table cellspacing="0" cellpadding="0" border="1"> <table cellspacing="0" cellpadding="0" border="1">
@ -1444,22 +1454,22 @@ th.gantt-day-header {
<span>Name</span> <span>Name</span>
</th> </th>
<th> <th>
<span>Beginn</span> <span>Start</span>
</th> </th>
<th> <th>
<span>Ende</span> <span>Finish</span>
</th> </th>
<th> <th>
<span>Arbeit</span> <span>Work</span>
</th> </th>
<th> <th>
<span>Abgeschlossen</span> <span>Complete</span>
</th> </th>
<th> <th>
<span>Kosten</span> <span>Cost</span>
</th> </th>
<th> <th>
<span>Zugewiesen zu</span> <span>Assigned to</span>
</th> </th>
<th class="note"> <th class="note">
<span>Notes</span> <span>Notes</span>
@ -1892,7 +1902,7 @@ th.gantt-day-header {
<span>3d </span> <span>3d </span>
</td> </td>
<td> <td>
<span>10% <span>100%
</span> </span>
</td> </td>
<td> <td>
@ -2205,7 +2215,7 @@ th.gantt-day-header {
<span>2d </span> <span>2d </span>
</td> </td>
<td> <td>
<span>0% <span>50%
</span> </span>
</td> </td>
<td> <td>
@ -2295,7 +2305,7 @@ th.gantt-day-header {
<span>3d </span> <span>3d </span>
</td> </td>
<td> <td>
<span>0% <span>70%
</span> </span>
</td> </td>
<td> <td>
@ -2382,7 +2392,7 @@ th.gantt-day-header {
<span>6d </span> <span>6d </span>
</td> </td>
<td> <td>
<span>0% <span>100%
</span> </span>
</td> </td>
<td> <td>
@ -2412,7 +2422,7 @@ th.gantt-day-header {
<span>6d </span> <span>6d </span>
</td> </td>
<td> <td>
<span>5% <span>100%
</span> </span>
</td> </td>
<td> <td>
@ -2442,7 +2452,7 @@ th.gantt-day-header {
<span>3d </span> <span>3d </span>
</td> </td>
<td> <td>
<span>0% <span>100%
</span> </span>
</td> </td>
<td> <td>
@ -2472,7 +2482,7 @@ th.gantt-day-header {
<span>2d </span> <span>2d </span>
</td> </td>
<td> <td>
<span>0% <span>100%
</span> </span>
</td> </td>
<td> <td>
@ -2663,7 +2673,7 @@ th.gantt-day-header {
<div class="separator"></div> <div class="separator"></div>
<div class="resourcelist"> <div class="resourcelist">
<h2> <h2>
<a name="resources" id="resources">Ressourcen</a> <a name="resources" id="resources">Resources</a>
</h2> </h2>
<div class="resourcelist-table"> <div class="resourcelist-table">
<table cellspacing="0" cellpadding="0" border="1" width="100%"> <table cellspacing="0" cellpadding="0" border="1" width="100%">
@ -2672,19 +2682,19 @@ th.gantt-day-header {
<span>Name</span> <span>Name</span>
</th> </th>
<th> <th>
<span>Kurzname</span> <span>Short name</span>
</th> </th>
<th> <th>
<span>Typ</span> <span>Type</span>
</th> </th>
<th> <th>
<span>Gruppe</span> <span>Group</span>
</th> </th>
<th> <th>
<span>E-Mail</span> <span>Email</span>
</th> </th>
<th> <th>
<span>Kosten</span> <span>Cost</span>
</th> </th>
</tr> </tr>
<tr class="odd"> <tr class="odd">
@ -2697,7 +2707,7 @@ th.gantt-day-header {
<span>H</span> <span>H</span>
</td> </td>
<td> <td>
<span>Arbeit</span> <span>Work</span>
</td> </td>
<td> <td>
<span></span> <span></span>
@ -2721,7 +2731,7 @@ th.gantt-day-header {
<span>J</span> <span>J</span>
</td> </td>
<td> <td>
<span>Arbeit</span> <span>Work</span>
</td> </td>
<td> <td>
<span></span> <span></span>
@ -2745,7 +2755,7 @@ th.gantt-day-header {
<span>L</span> <span>L</span>
</td> </td>
<td> <td>
<span>Arbeit</span> <span>Work</span>
</td> </td>
<td> <td>
<span></span> <span></span>
@ -2769,7 +2779,7 @@ th.gantt-day-header {
<span>R</span> <span>R</span>
</td> </td>
<td> <td>
<span>Arbeit</span> <span>Work</span>
</td> </td>
<td> <td>
<span></span> <span></span>
@ -2787,7 +2797,7 @@ th.gantt-day-header {
</div> </div>
</div> </div>
<div class="footer"> <div class="footer">
<div>Diese Datei wurde erstellt von  <div>This file was generated by 
<a href="http://live.gnome.org/Planner/" style="text-decoration: underline;">Planner</a></div> <a href="http://live.gnome.org/Planner/" style="text-decoration: underline;">Planner</a></div>
</div> </div>
</body> </body>

View File

@ -4,9 +4,9 @@
<phases/> <phases/>
<calendars> <calendars>
<day-types> <day-types>
<day-type id="0" name="Arbeiten" description="Ein Vorgabe-Arbeitstag"/> <day-type id="0" name="Working" description="A default working day"/>
<day-type id="1" name="Nicht Arbeiten" description="Ein Vorgabetag, an dem nicht gearbeitet wird"/> <day-type id="1" name="Nonworking" description="A default non working day"/>
<day-type id="2" name="Basis verwenden" description="Tag vom Basiskalender verwenden"/> <day-type id="2" name="Use base" description="Use day from base calendar"/>
</day-types> </day-types>
<calendar id="1" name="Vorgabe"> <calendar id="1" name="Vorgabe">
<default-week mon="1" tue="0" wed="0" thu="1" fri="1" sat="0" sun="1"/> <default-week mon="1" tue="0" wed="0" thu="1" fri="1" sat="0" sun="1"/>
@ -69,7 +69,7 @@
<predecessor id="1" predecessor-id="8" type="FS"/> <predecessor id="1" predecessor-id="8" type="FS"/>
</predecessors> </predecessors>
</task> </task>
<task id="15" name="UI Elemente beschreiben" note="" work="86400" start="20190409T133640Z" end="20190416T133640Z" work-start="20190409T133640Z" percent-complete="10" priority="0" type="normal" scheduling="fixed-work"> <task id="15" name="UI Elemente beschreiben" note="" work="86400" start="20190409T133640Z" end="20190416T133640Z" work-start="20190409T133640Z" percent-complete="100" priority="0" type="normal" scheduling="fixed-work">
<predecessors> <predecessors>
<predecessor id="1" predecessor-id="8" type="FS"/> <predecessor id="1" predecessor-id="8" type="FS"/>
</predecessors> </predecessors>
@ -114,11 +114,11 @@
</predecessors> </predecessors>
<task id="24" name="Previews" note="" work="86400" start="20190423T170000Z" end="20190430T170000Z" work-start="20190424T080000Z" percent-complete="0" priority="0" type="normal" scheduling="fixed-work"/> <task id="24" name="Previews" note="" work="86400" start="20190423T170000Z" end="20190430T170000Z" work-start="20190424T080000Z" percent-complete="0" priority="0" type="normal" scheduling="fixed-work"/>
<task id="25" name="Filter UI" note="" work="86400" start="20190423T170000Z" end="20190430T170000Z" work-start="20190424T080000Z" percent-complete="0" priority="0" type="normal" scheduling="fixed-work"/> <task id="25" name="Filter UI" note="" work="86400" start="20190423T170000Z" end="20190430T170000Z" work-start="20190424T080000Z" percent-complete="0" priority="0" type="normal" scheduling="fixed-work"/>
<task id="26" name="3D Visualisierung" note="" work="57600" start="20190423T170000Z" end="20190427T170000Z" work-start="20190424T080000Z" percent-complete="0" priority="0" type="normal" scheduling="fixed-work"/> <task id="26" name="3D Visualisierung" note="" work="57600" start="20190423T170000Z" end="20190427T170000Z" work-start="20190424T080000Z" percent-complete="50" priority="0" type="normal" scheduling="fixed-work"/>
<task id="27" name="Dateien hinzuf&#xFC;gen" note="" work="28800" start="20190423T170000Z" end="20190424T170000Z" work-start="20190424T080000Z" percent-complete="0" priority="0" type="normal" scheduling="fixed-work"/> <task id="27" name="Dateien hinzuf&#xFC;gen" note="" work="28800" start="20190423T170000Z" end="20190424T170000Z" work-start="20190424T080000Z" percent-complete="0" priority="0" type="normal" scheduling="fixed-work"/>
<task id="28" name="Dateien lokal abspeichern" note="" work="28800" start="20190423T170000Z" end="20190424T170000Z" work-start="20190424T080000Z" percent-complete="0" priority="0" type="normal" scheduling="fixed-work"/> <task id="28" name="Dateien lokal abspeichern" note="" work="28800" start="20190423T170000Z" end="20190424T170000Z" work-start="20190424T080000Z" percent-complete="0" priority="0" type="normal" scheduling="fixed-work"/>
</task> </task>
<task id="29" name="Grund Architektur" note="" work="86400" start="20190423T000000Z" end="20190427T170000Z" work-start="20190423T080000Z" percent-complete="0" priority="0" type="normal" scheduling="fixed-work"> <task id="29" name="Grund Architektur" note="" work="86400" start="20190423T000000Z" end="20190427T170000Z" work-start="20190423T080000Z" percent-complete="70" priority="0" type="normal" scheduling="fixed-work">
<constraint type="start-no-earlier-than" time="20190423T000000Z"/> <constraint type="start-no-earlier-than" time="20190423T000000Z"/>
</task> </task>
<task id="30" name="Protokoll implementieren" note="" work="172800" start="20190423T000000Z" end="20190504T170000Z" work-start="20190423T080000Z" percent-complete="0" priority="0" type="normal" scheduling="fixed-work"> <task id="30" name="Protokoll implementieren" note="" work="172800" start="20190423T000000Z" end="20190504T170000Z" work-start="20190423T080000Z" percent-complete="0" priority="0" type="normal" scheduling="fixed-work">
@ -129,18 +129,18 @@
<predecessors> <predecessors>
<predecessor id="1" predecessor-id="11" type="FS"/> <predecessor id="1" predecessor-id="11" type="FS"/>
</predecessors> </predecessors>
<task id="32" name="Dateien speichern/verwalten" note="" work="172800" start="20190423T000000Z" end="20190504T170000Z" work-start="20190423T080000Z" percent-complete="0" priority="0" type="normal" scheduling="fixed-work"> <task id="32" name="Dateien speichern/verwalten" note="" work="172800" start="20190423T000000Z" end="20190504T170000Z" work-start="20190423T080000Z" percent-complete="100" priority="0" type="normal" scheduling="fixed-work">
<constraint type="must-start-on" time="20190423T000000Z"/> <constraint type="must-start-on" time="20190423T000000Z"/>
</task> </task>
<task id="33" name="Protokoll implementieren" note="" work="172800" start="20190423T000000Z" end="20190504T170000Z" work-start="20190423T080000Z" percent-complete="5" priority="0" type="normal" scheduling="fixed-work"> <task id="33" name="Protokoll implementieren" note="" work="172800" start="20190423T000000Z" end="20190504T170000Z" work-start="20190423T080000Z" percent-complete="100" priority="0" type="normal" scheduling="fixed-work">
<constraint type="must-start-on" time="20190423T000000Z"/> <constraint type="must-start-on" time="20190423T000000Z"/>
</task> </task>
<task id="34" name="Suche implementieren" note="" work="86400" start="20190504T170000Z" end="20190511T170000Z" work-start="20190507T080000Z" percent-complete="0" priority="0" type="normal" scheduling="fixed-work"> <task id="34" name="Suche implementieren" note="" work="86400" start="20190504T170000Z" end="20190511T170000Z" work-start="20190507T080000Z" percent-complete="100" priority="0" type="normal" scheduling="fixed-work">
<predecessors> <predecessors>
<predecessor id="1" predecessor-id="32" type="FS"/> <predecessor id="1" predecessor-id="32" type="FS"/>
</predecessors> </predecessors>
</task> </task>
<task id="35" name="Hauptlogik implementieren" note="Haupts&#xE4;chlich Glue-Code&#10;&#10;" work="57600" start="20190504T170000Z" end="20190508T170000Z" work-start="20190507T080000Z" percent-complete="0" priority="0" type="normal" scheduling="fixed-work"> <task id="35" name="Hauptlogik implementieren" note="Haupts&#xE4;chlich Glue-Code&#10;&#10;" work="57600" start="20190504T170000Z" end="20190508T170000Z" work-start="20190507T080000Z" percent-complete="100" priority="0" type="normal" scheduling="fixed-work">
<predecessors> <predecessors>
<predecessor id="1" predecessor-id="33" type="FS"/> <predecessor id="1" predecessor-id="33" type="FS"/>
<predecessor id="1" predecessor-id="32" type="FS"/> <predecessor id="1" predecessor-id="32" type="FS"/>

BIN
orga/statusberichte/.odt Normal file

Binary file not shown.

View File

@ -8,44 +8,40 @@ hier der Statusbericht der vergangenen Woche TextureSync.
#Vergangene Arbeitswoche #Vergangene Arbeitswoche
##Server ##Server
Lukas Fürderer hat das Persistence Module implementiert. * Lukas Fürderer hat das Persistence Module implementiert.
Robin Willmann erstellte das Grundgerüst des kompletten Servers. * Robin Willmann erstellte das Grundgerüst des kompletten Servers.
Das Netzwerkprotrokoll wurde im Server implementiert. * Das Netzwerkprotrokoll wurde im Server implementiert.
##Client ##Client
Jannik Seiler und Hendrik Schutter erstellten das Grundgerüst des Clients. * Jannik Seiler und Hendrik Schutter erstellten das Grundgerüst des Clients.
##Feindesign - UI-Elemente ##Feindesign - UI-Elemente
Jannik Seiler erstellte das Dokument. Hendrik Schutter ergänzte. * Jannik Seiler erstellte das Dokument. Hendrik Schutter ergänzte.
##Review alle Design Dokumente auf Grundlage der Rückmeldung vom 01.05. ##Review alle Design Dokumente auf Grundlage der Rückmeldung vom 01.05.
###Beispiele zur Suche * Beispiele zur Suche
###After-Date zur Suche hinzugefügt * After-Date zur Suche hinzugefügt
###Client checkt Query explizit * Client checkt Query explizit
###Suchergrbnis bei leerem Query ergänzt * Suchergrbnis bei leerem Query ergänzt
###Fehlermeldungen im Pflichtenheft ergänzt * Fehlermeldungen im Pflichtenheft ergänzt
###Doppelte Bestätigung beim Löschen im Pflichtenheft beschrieben * Doppelte Bestätigung beim Löschen im Pflichtenheft beschrieben
###Import im Pflichtenheft beschrieben * Import im Pflichtenheft beschrieben
###Mehrfachaktionen gelöscht * Mehrfachaktionen gelöscht
##Planung ##Planung
In der Planung des Projektes wurden die erledigten Aufgaben aktualisiert. In der Planung des Projektes wurden die erledigten Aufgaben aktualisiert.
#Nächste Arbeitswoche #Nächste Arbeitswoche
##Feindesign fertigstellen (UI Elemente) * Feindesign fertigstellen (UI Elemente)
* Milestone End of Design
##Milestone End of Design * Suche auf dem Server implementieren
* MainView des Clients implementieren
##Suche auf dem Server implementieren
##MainView des Clients implementieren
#Aktuelle Informationen über das Projekt #Aktuelle Informationen über das Projekt
##Website mit aktuellem Projektplan: https://planner.mosad.xyz/TextureSync.html * Website mit aktuellem Projektplan: https://planner.mosad.xyz/TextureSync.html
* Repository mit Code und Dokumenten: https://git.mosad.xyz/localhorst/TextureSync
##Repository mit Code und Dokumenten: https://git.mosad.xyz/localhorst/TextureSync
Sollten Sie Fragen haben, können Sie sich gern bei uns melden. Sollten Sie Fragen haben, können Sie sich gern bei uns melden.

View File

@ -0,0 +1,42 @@
#Statusbericht KW20 - TextureSync
Sehr geehrter Herr Nikolaropoulos,
hier der Statusbericht der vergangenen Woche TextureSync.
#Vergangene Arbeitswoche
##Server
* Robin Willmann überarbeite die Locking-Mechanismen.
##Client
* Jannik Seiler designte ein Model für die Daten des Netzwerk-Controller und der UI.
##Review alle Design Dokumente auf Grundlage der Review am 10.05
* Feindesign der UI-Elemnte um das Kontextmenü für Exportieren der Bilder ergänzt
* Im Lastenheft wurde um eine Funktionalität ergänzt
* Im Pflichtenheft wurden das Einfügedatum in MK#5 und die Fehlermeldungen hinzugefügt
##Planung
In der Planung des Projektes wurden die erledigten Aufgaben aktualisiert.
#Nächste Arbeitswoche
* Server Test vervollständigen
* Client Netzwerkschnittstelle
#Aktuelle Informationen über das Projekt
* Website mit aktuellem Projektplan: https://planner.mosad.xyz/TextureSync.html
* Repository mit Code und Dokumenten: https://git.mosad.xyz/localhorst/TextureSync
Sollten Sie Fragen haben, können Sie sich gern bei uns melden.
Mit freundlichen Grüßen
Hendrik Schutter und Team TextureSync