
// A list of the icons in Toolbar
// Run and Stop must be first, in that order

enum Icon
{
    icoRun = 0,
    icoStop,
    icoOpen,
    icoOptions,
    icoRecent,
    icoWritingDocument,
    icoClock,
};
