27 lines
672 B
XML
27 lines
672 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<component name="ConfigScene" extends="Scene">
|
|
<children>
|
|
<Overhang
|
|
id="overhang"
|
|
title="Configure"
|
|
/>
|
|
<label text="Enter Configuration"
|
|
id="prompt"
|
|
font="font:LargeBoldSystemFont"
|
|
translation="[150, 150]" />
|
|
<ConfigList
|
|
id="configOptions"
|
|
translation="[150, 250]" />
|
|
<Button
|
|
id="submit"
|
|
text="Submit"
|
|
showFocusFootprint="false"
|
|
translation="[150, 450]" />
|
|
<label text=""
|
|
id="alert"
|
|
font="font:MediumSystemFont"
|
|
translation="[150, 550]" />
|
|
</children>
|
|
<script type="text/brightscript" uri="scene.brs"/>
|
|
</component>
|