Design Window/Toolbar shows the Toolbar Dialog. This dialog manages the form toolbar.
A toolbar is a set of buttons that show across the top of form, below the menu.
The buttons are drawn from a bitmap. The File button allows you to select the bitmap for your toolbar. The selected bitmap shows across the top of the dialog with the buttons numbered.
A line in the edit box gives the id for the toolbar button, the index of the bitmap picture to use, a tooltip to display when the mouse rests on the button, and statushelp to display in the status bar.
A line with just an index is a separator where the index is the width.
For example:
idnew 0 new file _ Create a new file.
idsave 2 save file _ Save file.
25
idprint 6 print file _ Print file
A toolbar button is usually a shortcut for a menu item and in this case they should have the same id.