home *** CD-ROM | disk | FTP | other *** search
- {*******************************************}
- { GTDBForm Component By GenoTechs, Inc. }
- { Copyright(c) GenoTechs, Inc. 1996 }
- { All rights reserved }
- {*******************************************}
-
- program GTDBForm;
-
- uses
- Forms,
- GTDBSizr in 'GTDBSIZR.PAS';
-
- {$R *.RES}
-
- begin
- Application.Initialize;
- Application.HelpFile := 'H:\GTSIZE\GTHELP.HLP';
- Application.Run;
- end.
-