2026-03-17 13:31:18 -07:00

52 lines
1.8 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>
<CanvasPane viewSize="750.0,600.0" background="white">
<Rect fill="red" stroke="black" geom="0,60,740,10"/>
<Rect fill="linearGradient( angle(-20) stop(0% #eeeeee) stop(100% silver) )" stroke="black" geom="410,170,310,210"/>
<BoundLabel layout="430,190,pref,pref" font="36pt Tahoma">
<BoundLabelBinding ord="station:|slot:/DemoChotchkie/Flair1/NumericWritable" statusEffect="none">
<ObjectToString name="text"/>
</BoundLabelBinding>
</BoundLabel>
<BoundLabel layout="430,250,pref,pref" font="36pt Tahoma">
<BoundLabelBinding ord="station:|slot:/DemoChotchkie/Flair1/NumericWritable1" statusEffect="none">
<ObjectToString name="text"/>
</BoundLabelBinding>
</BoundLabel>
<BoundLabel layout="430,310,pref,pref" font="36pt Tahoma">
<BoundLabelBinding ord="station:|slot:/DemoChotchkie/Flair1/NumericWritable2" statusEffect="none">
<ObjectToString name="text"/>
</BoundLabelBinding>
</BoundLabel>
<Label layout="290,80,450,50" text="Pieces of Flair #1" font="bold 48pt Tahoma" foreground="black" halign="right"/>
<Label layout="10,10,267,150" image="module://demoChotchkie/rc/chotchkies.png"/>
<BoundLabel layout="290,170,100,100">
<BoundLabelBinding ord="station:|slot:/DemoChotchkie/Flair1/BooleanWritable">
<IBooleanToSimple name="image">
<Image name="trueValue" value="module://kitPxHvac/boolean/bulbTrue.gif"/>
<Image name="falseValue" value="module://kitPxHvac/boolean/bulbFalse.gif"/>
</IBooleanToSimple>
</BoundLabelBinding>
</BoundLabel>
</CanvasPane>
</content>
</px>