
genex.bmp
|
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):
- x=48: item background (background to edits, listviews, etc.)
- x=50: item foreground (text colour of edits, listviews, etc.)
- x=52: window background (used to set the bg color for the dialog)
- x=54: button text colour
- x=56: window text colour
- x=58: colour of dividers and sunken borders
- x=60: selection colour for entries inside playlists (nothing else yet)
- x=62: listview header background colour
- x=64: listview header text colour
- x=66: listview header frame top and left colour
- x=68: listview header frame bottom and right colour
- x=70: listview header frame colour, when pressed
- x=72: listview header dead area colour
- x=74: scrollbar colour #1
- x=76: scrollbar colour #2
- x=78: pressed scrollbar colour #1
- x=80: pressed scrollbar colour #2
- 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.
|
|