What button type I need to use?

Hello,

I am trying to find out waht button I need to use 5 png images with alpha transparency.
My pngs are 51 x 22 pixels with transparency . I want to use just the 6 different images for :
 

xxx1 is actually the Disabled On Version<?: prefix = o ns = "urn:schemas-microsoft-com:office:office" />

xxx2 is the Hover Over/Mouse Over On Version

xxx3 is the On Version

xxx4 is the disabled off Version

xxx5 is the Hover/Mouse Over Off Version

xxx6 is the Off Version

 
If you can help me I can send you a pack of png images to get a sample proyect in Delphi 2010.
I don´t know how to do this.

Any help is appreciatted.

Thanks in advance.
Montxo Garcia
montxo@zioaudio.com
 

The button TadvGlowButton provides following states:

DisabledPicture : disabled state
HotPicture : hover state
Picture: normal state

If you have two states On&Off, you’d need to load the set of 3 images (normal/disabled/hover) depending on the state as currently TAdvGlowButton doesn’t have this concept of 2 states On &  Off.