Genex.bmp is used for the buttons and sliders used in the general purpose windows.
 It also contains the colour controls for this window. The top button is the active
 state button. The one right below it is the inactive or pressed state button. These
 buttons have a four pixel wide border around it. The borders stay 4 pixels thick, no
 matter the size of the buttons or window. Beside these buttons is a row of pixels used
 to control the various colors and background of the gen window. The coordinates of the
 pixels are for as follows (y=0)

   1. x=48 item background (background to edits, listviews, etc.)
   2. x=50 item foreground (text colour of edits, listviews, etc.)
   3. x=52 window background (used to set the bg color for the dialog)
   4. x=54 button text colour
   5. x=56 window text colour
   6. x=58 colour of dividers and sunken borders
   7. x=60 selection colour for entries inside playlists (nothing else yet)
   8. x=62 listview header background colour
   9. x=64 listview header text colour
  10. x=66 listview header frame top and left colour
  11. x=68 listview header frame bottom and right colour
  12. x=70 listview header frame colour, when pressed
  13. x=72 listview header dead area colour
  14. x=74 scrollbar colour #1
  15. x=76 scrollbar colour #2
  16. x=78 pressed scrollbar colour #1
  17. x=80 pressed scrollbar colour #2
  18. x=82 scrollbar dead area colour 

Below these are the scroll buttons. The first four buttons are these buttons (from left to
 right) the scroll up unpressed, scroll down unpressed, scroll up pressed, scroll down
 pressed. Immediately below these are (from left to right) the scroll left unpressed,
 scroll right unpressed, scroll left pressed, scroll right pressed. Beside these two rows
 of scroll buttons are the sliders. The first one from the left is the vertical slider
 unpressed, the second one is the vertical slider pressed. Beside it, on the top is the
 horizontal slider unpressed. Below this is the horizontal slider pressed.