home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 January
/
Chip_1999-01_cd.bin
/
zkuste
/
delphi
/
D1
/
GCAL.ZIP
/
DEMO.ZIP
/
GCALTEST.DPR
< prev
next >
Wrap
Text File
|
1996-09-01
|
161b
|
13 lines
program Gcaltest;
uses
Forms,
Unit1 in 'UNIT1.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.