home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 January
/
Chip_1999-01_cd.bin
/
zkuste
/
delphi
/
D1
/
SHAPEBUT.ZIP
/
SBDEMO.DPR
next >
Wrap
Text File
|
1996-04-06
|
163b
|
13 lines
program Sbdemo;
uses
Forms,
Sbdemo1 in 'SBDEMO1.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.