home *** CD-ROM | disk | FTP | other *** search
- program Mlrdemo;
-
- uses
- Forms,
- Mlrdemo1 in 'MLRDEMO1.PAS' {Form1},
- Matrix in 'MATRIX.PAS',
- Maxdata in 'MAXDATA.PAS',
- OGTools in 'OGTools.pas';
-
- {$R *.RES}
-
- begin
- Application.Title := 'MLR Test App';
- Application.CreateForm(TForm1, Form1);
- Application.Run;
- end.
-