section = movieplayer
  window = main
    base = main, -1, -1

    button = settings,    10,  7, 34, 19, evPreferences
    button = playlist,    10, 29, 34, 19, evPlaylist
    button = skins,       10, 51, 34, 19, evSkinBrowser
    button = load,        10, 73, 34, 19, evLoadPlay

    button = equalizer,  276,  7, 34, 19, evEqualizer
    button = subtitles,  276, 29, 34, 19, evLoadSubtitle
    button = fullscreen, 276, 51, 34, 19, evFullScreen
    button = quit,       276, 73, 34, 19, evExit

    button = NULL,       220, 15, 13, 14, evMute

    button = previous,    50, 64, 28, 28, evPrev
    button = rev,         83, 64, 28, 28, evBackward10sec
    button = play,       116, 64, 28, 28, evPlaySwitchToPause
    button = play,       116, 64, 28, 28, evPauseSwitchToPlay
    button = stop,       149, 64, 28, 28, evStop
    button = fwd,        182, 64, 28, 28, evForward10sec
    button = next,       215, 64, 28, 28, evNext

    hpotmeter = pos,     7,  5, NULL, 100,  0,  63, 47, 167,  5, evSetMoviePosition
    vpotmeter = posvol, 13, 12, NULL,  50, 50, 253,  7,  13, 85, evSetVolume

    font = symbols, symbols
    font = font,    font

    dlabel =  60, 15,  48, 0,    font, "$1"
    dlabel = 123, 15,  48, 0,    font, "$6"
    dlabel = 203, 14,   7, 0, symbols, "$l"
    dlabel = 203, 14,   8, 0, symbols, "$s"
    dlabel = 203, 14,   6, 0, symbols, "$e"
    dlabel = 220, 14,  13, 0, symbols, "$a"

    dlabel =  60, 29, 137, 0,    font, "$o"
    dlabel = 203, 30,  31, 0, symbols, "$T"
  end

  window = playbar
    base = playbar, -1, -2

    button = barprevious,  45, 30, 25, 15, evPrev
    button = barrev,       90, 30, 21, 15, evBackward10sec
    button = barplay,     132, 30, 20, 15, evPlaySwitchToPause
    button = barplay,     132, 30, 20, 15, evPauseSwitchToPlay
    button = barstop,     169, 30, 27, 15, evStop
    button = barfwd,      210, 30, 22, 15, evForward10sec
    button = barnext,     251, 30, 25, 15, evNext

    hpotmeter = pospb, 8, 6, NULL, 100,  0, 48, 57, 225, 6, evSetMoviePosition
  end

  window = sub
    base = disc, -1, -1, 640, 360
    background = 0, 0, 0
  end
end
