Delphi Compiler Error
X1056 Duplicate resource Type %s, ID %s; File %s resource kept; file %s resource discarded
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.)