home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 December
/
Chip_2001-12_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d123456
/
ANRMLB.ZIP
/
sample
/
sample.dpr
< prev
next >
Wrap
Text File
|
2001-09-03
|
196b
|
14 lines
program Sample;
uses
Forms,
Sample1 in 'SAMPLE1.PAS' {Form1},
mlb2 in '..\OBJECT\MLB2.PAS';
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.