IDM toolbar skin consists of six 24bit BMP image files.
Large buttons:
- Normal Large buttons
- Active Large buttons (on mouse pointer)
- Disabled Large buttons
Small buttons:
- Normal Small buttons
- Active Small buttons (on mouse pointer)
- Disabled Small buttons
The file size of pictures 1, 2, and 3 should be equal. The same applies for the file size of pictures 4, 5, and 6. Every image file consists of buttons images in the following order: "Add URL", "Resume", "Stop", "Stop All", "Delete", "Delete Completed", "Options", "Scheduler", "Start Queue", "Stop Queue", "Grabber", and "Tell a Friend". The images of buttons should not have any separators; IDM will divide a large picture on the number of buttons, and add padding spaces. The color of RGB(192,192,192) value is the transparent color, IDM will change it to default Windows background color when drawing toolbar.
If you would like IDM to find your toolbar skin, you should create a toolbar information file, and place it to "Toolbar"subfolder of IDM root folder ("C:\Program Files\Internet Download Manager" by default). The structure of TBI files is the following:
[ParameterName=Value] v=2 large=3d_large.bmp name=3D Style largeHot=3d_largeHot.bmp largeDisabled=3d_largeDisabled.bmp smallDisabled=3d_smallDisabled.bmp small=3d_small.bmp smallHot=3d_smallHot.bmp