home *** CD-ROM | disk | FTP | other *** search
- program <default>;
-
- uses
- ClassDict in '..\src\ClassDict.pas', // For qualified associations
- Forms
- ;
-
- {$R *.RES}
-
- begin
- Application.Initialize;
- Application.Run;
- end.
-
- // Do not delete this block -- regeneration marker -- start
- // Do not delete this block -- regeneration marker -- end
-