CoolTrayIcon_D6plus.dpk
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:1k
源码类别:
Delphi控件源码
开发平台:
Delphi
- package CoolTrayIcon_D6plus;
- {$R *.res}
- {$R 'CoolTrayIcon.dcr'}
- {$R 'TextTrayIcon.dcr'}
- {$ALIGN 8}
- {$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
- rtl,
- vcl;
- contains
- SimpleTimer in 'SimpleTimer.pas',
- TextTrayIcon in 'TextTrayIcon.pas',
- CoolTrayIcon in 'CoolTrayIcon.pas',
- RegisterTrayIcons in 'RegisterTrayIcons.pas';
- end.