When you create a component for Delphi, you need a bitmap to represent your component in the component palette. This bitmap must be saved as a DCR file and linked into the component
package. DCR stands for Delphi Component Resource. It is a binary resource file (RES) renamed to DCR. In the old ...
More...