home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
delphi
/
imagelib
/
simple.dp_
/
simple.dp
Wrap
Text File
|
1995-06-11
|
178b
|
13 lines
program Simple;
uses
Forms,
Usimple in 'USIMPLE.PAS' {SimpleForm};
{$R *.RES}
begin
Application.CreateForm(TSimpleForm, SimpleForm);
Application.Run;
end.