37 lines
1.2 KiB
XML
Executable File
37 lines
1.2 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="gx"/>
|
|
</import>
|
|
<content>
|
|
<BorderPane padding="0.0" border="1.0 inset black">
|
|
|
|
<ScrollPane name="content">
|
|
|
|
<CanvasPane name="content" viewSize="730.0,550.0" background="linearGradient( stop(0.0% #004b6981) stop(0.0% #384b5a) stop(50.0% #4b6981) stop(100.0% #384b5a) )">
|
|
|
|
<Rect fill="#283540" stroke="black" geom="10.0,60.0,710.0,480.0"/>
|
|
|
|
<Rect fill="black" stroke="black" geom="10.0,10.0,710.0,50.0"/>
|
|
|
|
<Label layout="25.0,15.0,110.0,40.0" text="Alarming" font="26.0pt Tahoma" foreground="white" halign="left"/>
|
|
|
|
<Button layout="50.0,210.0,630.0,70.0" text="Alarm Console" font="20.0pt Tahoma">
|
|
<ValueBinding hyperlink="station:|slot:/Services/AlarmService/ConsoleRecipient"/>
|
|
</Button>
|
|
|
|
<Button layout="50.0,305.0,630.0,70.0" text="Real-Time Alarm Demo" font="20.0pt Tahoma">
|
|
<ValueBinding hyperlink="station:|slot:/PxHome/Alarm/AlarmDemo"/>
|
|
</Button>
|
|
|
|
</CanvasPane>
|
|
|
|
</ScrollPane>
|
|
|
|
</BorderPane>
|
|
</content>
|
|
</px>
|