jf-roku/components/config/ConfigScene.xml
2021-12-29 20:51:39 -07:00

28 lines
716 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<component name="ConfigScene" extends="JFGroup">
<children>
<label text="Enter Configuration"
id="prompt"
font="font:LargeBoldSystemFont"
translation="[150, 150]" />
<ConfigList
id="configOptions"
translation="[150, 240]" />
<CheckList
id="onOff"
translation="[200, 450]" />
<Button
id="submit"
text="Submit"
showFocusFootprint="false"
translation="[150, 550]" />
<label text=""
id="alert"
wrap="true"
width="1620"
font="font:MediumSystemFont"
translation="[150, 680]" />
</children>
<script type="text/brightscript" uri="ConfigScene.brs"/>
</component>