51 lines
1.1 KiB
ObjectPascal

package ZComponentDesign;
{$R *.res}
{$R '..\..\src\component\ZComponent.dcr'}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION OFF}
{$OVERFLOWCHECKS ON}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE DEBUG}
{$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'Zeos Database Components'}
{$LIBSUFFIX '190'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
requires
dbrtl,
designide,
ZParseSql,
ZCore,
ZPlain,
ZDbc,
ZComponent;
contains
ZPropertyEditor in '..\..\src\component\ZPropertyEditor.pas',
ZUpdateSqlEditor in '..\..\src\component\ZUpdateSqlEditor.pas' {ZUpdateSQLEditForm},
ZComponentReg in '..\..\src\component\ZComponentReg.pas' {,
ZIBEventAlerter in '..\..\src\component\ZIBEventAlerter.pas',
ZPgEventAlerter in '..\..\src\component\ZPgEventAlerter.pas'};
end.