27 lines
719 B
XML
27 lines
719 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]" />
|
|
<label text=""
|
|
id="example"
|
|
font="font:smallSystemFont"
|
|
translation="[150, 350]" />
|
|
<Button
|
|
id="submit"
|
|
text="Submit"
|
|
showFocusFootprint="false"
|
|
translation="[150, 450]" />
|
|
<label text=""
|
|
id="alert"
|
|
font="font:MediumSystemFont"
|
|
translation="[150, 555]" />
|
|
</children>
|
|
<script type="text/brightscript" uri="ConfigScene.brs"/>
|
|
</component>
|