home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Shareware for Win 95
/
Chip-Shareware-Win95.bin
/
ostatni
/
delphi
/
ruzne
/
zcd30120.exe
/
Demo
/
test1.dpr
< prev
next >
Wrap
Text File
|
1997-01-07
|
938b
|
28 lines
{
TEST1.DPR, a testprogram for:
TzAnimated
TzFrame
TzVerSplit
TzSegmentLabel
TzSegmentClock
TzBitmap
TzSlideBar
TzGauge
The ZieglerCollection one (TM)
Version 1,01
(C) Copyright 1995,96,97 By ZieglerSoft, all rights reserved
}
program Test1;
uses
Forms,
T1 in 'T1.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.