Font directory = fonts
 
[Options]
font1 = Font(file: "RedSystem20.bmp")
panel = Panel(dims: {600, 400})
delay = Spinner(dims: {20, 20})
graphics = Spinner(dims: {20, 20})
back = Button(pos: {Panel.left + Panel.xPadding, 
                          Panel.bottom - self.h - Panel.yPadding}, 
              dims: {60, 40}, 
              text: Text(font: Font1, text: "Back..."))
back.action = Action(type: QUIT, menu: Options)

report(delay.value, graphics.value)