home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 September
/
Chip_2002-09_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d123456
/
STR_BIT.ZIP
/
32
/
skr32
/
TstScr.dpr
< prev
next >
Wrap
Text File
|
2000-03-30
|
249b
|
16 lines
program TstScr;
uses
Forms,
TestDes in 'TestDes.pas' {Form1},
strbit32 in '..\strbit32.pas',
SkrPr in 'SkrPr.pas';
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.