home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
delphi
/
imagelib
/
demoall.dp_
/
demoall.dp
Wrap
Text File
|
1995-11-19
|
2KB
|
85 lines
(*
National and International Distributors of ImageLib
USA:
ZAC Catalogs
Zachary Software Inc.
Product #: 4260-01325
106 Access Road
Norwood MA 02062
Phone (800) GO DELPHI
Phone (617) 551-0860
FAX (617) 551-0857
CompuServe 74762,3663
Germany, Austria and Switzerland:
K&R Software
Darshovener Strasse 7
D-50181 Bedburg
Germany
Phone +49 - (0)2272-2887
Phone +49 - (0)2272-901966
Fax +49 - (0)2272-901585
CompuServe 74777,3414 * GO KRSOFT
Sweden
DATABITEN AB
Box 115
S81122 SandViken
Sweden
Phone +46 (0)26-256 493
Fax +46 (0)26-253 641
CompuServe 100066,2606
Great Britain
QBS Software Ltd.
10 Barley Mow Passage
London W44PH
England
Phone +44 181-994-4824
Fax +44 181-994-3441
Internet Info@qbss.co.uk
Spain
DanySoft Internacional
Paseo de Albacete, 73
28700 San Sebastian de los Reyes
Madrid Spain
Phone +34 1 654 6298 or 1 651 7040
Fax +34 1 654 6382
CompuServe 71774,1614
Internet danysoft@stnet.es
More national and international distributors will be added soon.
Send an e-mail describing your company if you want to become
an ImageLib distributor.
*)
program Demoall;
uses
Forms,
Udemo in 'UDEMO.PAS' {Form1},
Ufullscr in 'UFULLSCR.PAS' {FullSlide},
Uabout in 'UABOUT.PAS' {AboutBox};
{$R *.RES}
{$R skyline.res}
begin
Application.CreateForm(TForm1, Form1);
Application.CreateForm(TFullSlide, FullSlide);
Application.CreateForm(TAboutBox, AboutBox);
Application.Run;
end.