home *** CD-ROM | disk | FTP | other *** search
- {*******************************************************************}
- { }
- { Vita Voom Software }
- { PGEDemo.dpr unit - PGEDemo Demo }
- { }
- { Copyright (c) 1998-2005 Vita Voom Software }
- { ALL RIGHTS RESERVED }
- {*******************************************************************}
- { }
- { Please refer to the Readme.txt file for details. }
- { }
-
- program PGEDemo;
-
- uses
- Forms,
- Main in 'Main.pas' {frmDemo},
- Reconcile in 'Reconcile.pas' {ReconcileErrorForm};
-
- {$IFDEF MSWINDOWS}
- {$R *.RES}
- {$ENDIF}
-
- begin
- Application.Initialize;
- Application.CreateForm(TfrmDemo, frmDemo);
- Application.Run;
- end.
-