home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 November
/
Chip_2002-11_cd1.bin
/
zkuste
/
delphi
/
unity
/
d3456
/
JBSTR.ZIP
/
TESTSTR.DPR
< prev
next >
Wrap
Text File
|
2000-07-09
|
191b
|
14 lines
program Teststr;
uses
Forms,
Teststr1 in 'TESTSTR1.PAS' {Form1},
Jbstr in 'JBSTR.PAS';
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.