home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 December
/
Chip_2002-12_cd1.bin
/
zkuste
/
delphi
/
nastroje
/
d23456
/
PRODEL.ZIP
/
PROTEST.DPR
< prev
next >
Wrap
Text File
|
2002-07-23
|
260b
|
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.