I don't fully understand what you mean...
Guessing:
- Add a TImageList on the form, set its Width and Height properties to something greater than 32 (which is the height of the image bar shown in your post)
- Doubleclick on the ImageList, click "Add sliced" and select the image strip downloaded from your post. This function takes the ImageList.Width and .Height as base dimension, calculates how many images are contained in the strip and then splits the large image into several smaller images of size Width x Height.
- Now you can place SpeedButtons, BitBtn, a Toolbar, a menu etc on the form, assign their Images property to the ImageList and their ImageIndex to the index of the requested icon.