Q:  How do I use my own bitmap on the toolbar?

A:  First, make a .DCR file (component resource) that has a bitmap (24 x 24) using the image editor.  Name the bitmap the same as the class name of your component.  ALL CAPS!!!

The DCR filename must match the PAS filename.
The bitmap's name must match the components classname (e.g. TFOO).