44 lines
978 B
Plaintext
44 lines
978 B
Plaintext
package PngComponentsDDesign;
|
|
|
|
{$R *.res}
|
|
{$R '..\..\..\Design\PngComponents.dcr'}
|
|
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
|
|
{$ALIGN 8}
|
|
{$ASSERTIONS ON}
|
|
{$BOOLEVAL OFF}
|
|
{$DEBUGINFO OFF}
|
|
{$EXTENDEDSYNTAX ON}
|
|
{$IMPORTEDDATA ON}
|
|
{$IOCHECKS ON}
|
|
{$LOCALSYMBOLS OFF}
|
|
{$LONGSTRINGS ON}
|
|
{$OPENSTRINGS ON}
|
|
{$OPTIMIZATION ON}
|
|
{$OVERFLOWCHECKS OFF}
|
|
{$RANGECHECKS OFF}
|
|
{$REFERENCEINFO OFF}
|
|
{$SAFEDIVIDE OFF}
|
|
{$STACKFRAMES OFF}
|
|
{$TYPEDADDRESS OFF}
|
|
{$VARSTRINGCHECKS ON}
|
|
{$WRITEABLECONST OFF}
|
|
{$MINENUMSIZE 1}
|
|
{$IMAGEBASE $400000}
|
|
{$DEFINE RELEASE}
|
|
{$ENDIF IMPLICITBUILDING}
|
|
{$DESCRIPTION 'Png components for Delphi designtime'}
|
|
{$LIBSUFFIX '260'}
|
|
{$DESIGNONLY}
|
|
{$IMPLICITBUILD ON}
|
|
|
|
requires
|
|
designide,
|
|
PngComponentsD;
|
|
|
|
contains
|
|
PngComponentsRegister in '..\..\..\Design\PngComponentsRegister.pas',
|
|
PngComponentEditors in '..\..\..\Design\PngComponentEditors.pas',
|
|
PngImageListEditor in '..\..\..\Design\PngImageListEditor.pas' {PngImageListEditorDlg};
|
|
|
|
end.
|