home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
Chip_2004-04_cd1.bin
/
program
/
delphi
/
download
/
nastroje
/
d234567
/
pd
/
PRODELD.ZIP
/
Protest.dpr
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-07-23
|
260 b
|
18 lines
//PROFILE-NO
{$O-}
{$WARNINGS OFF }
program Protest;
uses
Forms,
Protmain in 'Protmain.pas' {Form1},
Procal in 'Procal.pas';
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.