The Forms in the Zoom Accounts project are heavily reliant on form inheritance, successively implementing the functionality of each descendant component.
The LKDataComponent and it's descendants each have 2 forms - a form to show the data as a list and a form to show an individual record. Both forms may not be implemented for every component where there is no applicable new visual functionality.
To edit the forms or to inherit new forms from them you will normally need to open all ancestor forms in Delphi so that the form can be shown in the designer.
The forms use visual controls included in the LKUtilities and LKRecords packages so both packages should be compiled and installed before attempting to open the form units in Delphi.
Anonymous