home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Shareware for Win 95
/
Chip-Shareware-Win95.bin
/
ostatni
/
delphi
/
ruzne
/
zcd30120.exe
/
Demo
/
V110_2.dpr
< prev
next >
Wrap
Text File
|
1997-06-20
|
709b
|
32 lines
program V110_2;
{
V110_2.DPR, a testprogram for:
TzTrayIcon
TzShowApp
TzTitleBar
The ZieglerCollection one (TM)
Version 1,10
(C) Copyright 1997 By ZieglerSoft, all rights reserved
}
{$IfnDef Win32}
Can only be compiled in 32-bit versions of Delphi
{$Endif}
uses
Forms,
V11_2 in 'V11_2.pas' {Form1};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.