home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOKAN 17
/
DOKAN17.iso
/
Progs
/
Pjv03dde.zip
/
PJV03DDE
/
SRCCODE
/
SAMPLE1
/
SAMPLE1.DPR
next >
Wrap
Text File
|
1999-06-13
|
193b
|
14 lines
program sample1;
uses
Forms,
sample1u in 'sample1u.pas' {Form1};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.