section        = movieplayer

  window       = main
    decoration = disable
    base       = main,             -1,  -1

    button     = exit,             310, 15,  15,  15, evExit
    button     = full,             310, 33,  15,  15, evFullScreen
    button     = button_rewind,    27,  16,  35,  35, evNext
    button     = button_play,      52,  14,  39,  39, evPlay
    button     = button_forward,   80,  16,  35,  35, evPrev

    hpotmeter  = pos, 11, 6, NULL, 100,  0,  129, 33, 163, 15, evSetMoviePosition
    hpotmeter  = vol, 16, 9, NULL, 100,  -,  32,  49, 64,  15, evSetVolume

    font       = font, font

    dlabel     = 132, 19, 52, 0, font, "$1"
    dlabel     = 190, 19, 95, 0, font, "$o"
  end

  window       = sub
    base       = sub, -0, -0
    background = 0,0,0
  end

end
