59 lines
1.7 KiB
XML
Executable File
59 lines
1.7 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Niagara Presentation XML -->
|
|
<px version="1.0" media="workbench:WbPxMedia">
|
|
<import>
|
|
<module name="baja"/>
|
|
<module name="bajaui"/>
|
|
<module name="converters"/>
|
|
<module name="gx"/>
|
|
<module name="kitPx"/>
|
|
</import>
|
|
<content>
|
|
<BorderPane padding="0" border="1.0 inset black" fill="#cccccc">
|
|
|
|
<BorderPane name="content" border="1.0 solid black">
|
|
|
|
<GridPane name="content" columnCount="1">
|
|
|
|
<BorderPane padding="0" border="1.0 inset black">
|
|
|
|
<Label name="content" image="module://demoAppliance/appliance/ui/InitechSplash.png"/>
|
|
|
|
</BorderPane>
|
|
|
|
<CanvasPane viewSize="450.0,100.0">
|
|
|
|
<Label layout="110,40,100,20" text="Outside Air Temp" halign="left"/>
|
|
|
|
<BoundLabel layout="210,40,130,20" border="1.0 inset black">
|
|
<BoundLabelBinding ord="station:|slot:/Stuff/OAT">
|
|
<ObjectToString name="text" format="%out.value%"/>
|
|
</BoundLabelBinding>
|
|
</BoundLabel>
|
|
|
|
<Label layout="110,70,100,20" text="Current Time" halign="left"/>
|
|
|
|
<BoundLabel layout="210,70,130,20" border="1.0 inset black">
|
|
<BoundLabelBinding ord="station:|slot:/Stuff/OAT">
|
|
<ObjectToString name="text" format="%time()%"/>
|
|
</BoundLabelBinding>
|
|
</BoundLabel>
|
|
|
|
<Label layout="110,10,100,20" text="Site Name" halign="left"/>
|
|
|
|
<BoundLabel layout="210,10,130,20" border="1.0 inset black">
|
|
<BoundLabelBinding ord="station:|slot:/">
|
|
<ObjectToString name="text" format="%stationName%"/>
|
|
</BoundLabelBinding>
|
|
</BoundLabel>
|
|
|
|
</CanvasPane>
|
|
|
|
</GridPane>
|
|
|
|
</BorderPane>
|
|
|
|
</BorderPane>
|
|
</content>
|
|
</px>
|