3、在第2步新建的资源集中引用资源集ZJM;引用系统空间\用户界面基础\界面\系统接口
实现CreateMainForm
function CreateMainForm(AContext: TContext): TForm; override;
在单元的uses中增加Business.Forms
function TSystemInterface.CreateMainForm(AContext: TContext): TForm;
begin
Result:= ZJM.TSIMPLEChild.Create(AContext);