DCMenu is easy to use but very powerful menu enhancer.
It allows to make your main menu and popup menus look like in MS Office.

The usage of DCMenu is quite simple :

1. Place DCMenu on the form
2. Place ImageList on the form
3. Link Images property of DCMenu to ImageList.
4. Set CheckImage and RadioImage properties
5. Call items editor.
6. Add any main menu item if you want MainMenu to be cute.
8. Add all menu items for which you'd like to have an image.

Note that DCMenu doesn't replace MainMenu and PopupMenu components - you need to
edit MainMenu first and then edit DCMenu items.

Note that you can edit items from different menus in one instance of DCMenu so
you don't need to create several instances of DCMenu on the form
(and by the way you can't do it :)

Example of using DCMenu in the application is placed in EXAMPLES\DCMENU 
directory.

