git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.PNGComponents@2 a60baaea-e768-c94d-9a73-13206b75eb30
40 lines
848 B
ObjectPascal
40 lines
848 B
ObjectPascal
package PngComponentsD7D;
|
|
|
|
{$R *.res}
|
|
{$R '..\Design\PngComponents.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 'Png components designtime'}
|
|
{$DESIGNONLY}
|
|
{$IMPLICITBUILD ON}
|
|
|
|
requires
|
|
designide,
|
|
PngComponentsD7;
|
|
|
|
contains
|
|
PngComponentsRegister in '..\Design\PngComponentsRegister.pas',
|
|
PngComponentEditors in '..\Design\PngComponentEditors.pas',
|
|
PngImageListEditor in '..\Design\PngImageListEditor.pas' {PngImageListEditorDlg};
|
|
|
|
end.
|