home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 December
/
Chip_2002-12_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d234567
/
COOLTRAY.ZIP
/
CoolTrayIcon_D5.dpk
< prev
next >
Wrap
Text File
|
2002-04-11
|
774b
|
41 lines
package CoolTrayIcon_D5;
{$R *.RES}
{$R 'CoolTrayIcon.dcr'}
{$R 'TextTrayIcon.dcr'}
{$ALIGN ON}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'CoolTrayIcon and Friends'}
{$IMPLICITBUILD OFF}
requires
VCL50;
contains
SimpleTimer in 'SimpleTimer.pas',
TextTrayIcon in 'TextTrayIcon.pas',
CoolTrayIcon in 'CoolTrayIcon.pas',
RegisterTrayIcons in 'RegisterTrayIcons.pas';
end.