section = movieplayer

 window = main

  base     = main,         -2,  -2

  button   = pause,       135, 166,  34,  34,             evPauseSwitchToPlay
  button   = play,        135, 166,  34,  34,             evPlaySwitchToPause
  button   = stop,        106, 170,  28,  26,             evStop
  button   = prev,        170, 169,  28,  27,             evPrev
  button   = next,        199, 169,  28,  27,             evNext
  button   = seek_dec,    108, 221,  11,  11,             evBackward10sec
  button   = seek_inc,     93, 175,  11,  11,             evForward10sec
  potmeter = seek,         26,   0,  58, 167,  73, 113,   evSetMoviePosition

  button   = volume_dec,  227, 197,  11,  11,             evDecVolume
  button   = volume_inc,  223, 149,  11,  11,             evIncVolume
  button   = mute,        200, 144,  20,  20,             evMute
  potmeter = volume,       26,   0, 230, 130,  47, 128,   evSetVolume

  button   = full_scr,    112, 121,  44,  28,             evFullScreen
  button   = icon_scr,    103, 135,  44,  23,             evIconify
  button   = exit_scr,     96, 149,  44,  22,             evExit

  button   = pref_scr,    206, 207,  25,  24,             evPreferences
  button   = plist_scr,   194, 219,  25,  24,             evPlaylist
  button   = eq_scr,      181, 228,  25,  24,             evEqualizer

  button   = about_scr,   119, 222,  22,  23,             evAbout
  button   = load_scr,    132, 229,  24,  24,             evLoad

  button   = skins,        67,  60,  48,  48,             evSkinBrowser
  button   = exit,        233, 107,  23,  23,             evExit

  font     = font,                                        font
  font     = symbols,                                     symbols

  dlabel   =              128, 205,  78,   1,             font, "$t - $o  "
  dlabel   =              132, 148,  30,   1,             symbols, "$4"
  dlabel   =              169, 148,  30,   1,             symbols, "$5"

 end

 window = sub
  base = sub,-1,-1
  background = 0, 25, 62
 end

end
