home *** CD-ROM | disk | FTP | other *** search
- program ImgFXdem;
-
- uses
- Forms,
- Imgfxfrm in 'IMGFXFRM.PAS' {Form1},
- Abtimgfx in 'ABTIMGFX.PAS' {AboutBox};
-
- {$R *.RES}
-
- begin
- Application.CreateForm(TForm1, Form1);
- Application.CreateForm(TAboutBox, AboutBox);
- Application.Run;
- end.
-