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 days, Delphi was delivered with a simple image editor which let you draw your bitmap and create the
↧