home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
delphi
/
tenpack.lzh
/
DEMOCRYP.DPR
< prev
next >
Wrap
Text File
|
1995-05-13
|
232b
|
14 lines
program Democryp;
uses
Forms,
crypdemo in 'CRYPDEMO.PAS' {DemoCrypt};
{$R *.RES}
begin
Application.Title := 'File Encryption Component';
Application.CreateForm(TDemoCrypt, DemoCrypt);
Application.Run;
end.