Delphi Error – E2285 Duplicate resource id type %d id %d

Delphi Compiler Error

E2285 Duplicate resource id type %d id %d

Reason for the Error & Solution

A resource linked into the project has the same type and name, or same type and resource ID, as another resource linked into the project. (In Delphi, duplicate resources are ignored with a warning.)