section = movieplayer

 window = main

  base = main, 0, 0

  button = equel,      50, 118,  15,  15, evEqualizer
  button = playl,      66, 118,  15,  15, evPlaylist
  button = skinb,      82, 118,  15,  15, evSkinBrowser
  button = pref,       98, 118,  15,  15, evPreferences

  button = play,       24,  14,  50,  50, evPlaySwitchToPause
  button = pause,      24,  14,  50,  50, evPauseSwitchToPlay

  button = prev,      152,  70,  30,  30, evPrev
  button = rew,       182,  70,  30,  30, evBackward10sec
  button = stop,      212,  70,  30,  30, evStop
  button = ff,        242,  70,  30,  30, evForward10sec
  button = next,      272,  70,  30,  30, evNext
  button = open,      302,  70,  30,  30, evLoadPlay

  button = about,     307,  11,  15,  15, evAbout
  button = fullscr,   319,  22,  15,  15, evFullScreen
  button = icon,      328,  36,  15,  15, evIconify
  button = exit,      333,  51,  15,  15, evExit

  button = dvd,       115, 107,  58,  27, evPlayDVD

  hpotmeter = slider, 14, 7, NULL, 100,  0,  7,  70, 129, 7, evSetMoviePosition
  hpotmeter = knob,    7, 7, NULL, 100,  -,196, 112,  66, 7, evSetVolume
  potmeter  = waves,  11, 0,  188, 107,  0,  0, evSetVolume

  font = symbols,  symbols
  font = font,     font
  font = font2,    font2
  font = font3,    font3

  dlabel =  130,  16, 165,  0,   font2, "$o    " ; song title
  dlabel =  143,  36,  28,  0,   font3, "$t "    ; track num
  dlabel =  250,  39,  15,  0, symbols, "$l"     ; play symbol?
  dlabel =  250,  39,  15,  0, symbols, "$s"     ; pause symbol?
  dlabel =  250,  39,  15,  0, symbols, "$e"     ; stop symbol?
  dlabel =  186,  36,  62,  0,   font3, "$1"     ; time
  dlabel =  270, 107,  92,  0,    font, "$v"     ; volume
  dlabel =  183,  51,  25,  0, symbols, "$T"     ; file, dvd, or cd?

 end

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

end

