Componentes.Terceros.DevExp.../internal/x.36/1/ExpressEditors Library 5/Packages/dclcxEditorsD9.dpk
2008-09-04 11:31:51 +00:00

50 lines
892 B
ObjectPascal

package dclcxEditorsD9;
{$R *.res}
{$R cxEditReg.dcr}
{$R cxFilterControlReg.dcr}
{$ALIGN 8}
{$ASSERTIONS OFF}
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'ExpressEditors Library 5 by Developer Express Inc.'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
requires
rtl,
vcl,
vcldb,
cxEditorsD9,
designide,
dcldb,
dclcxLibraryD9;
contains
cxEditReg,
cxEditRepositoryEditor,
cxMaskEditTextEditor,
cxSelectEditRepositoryItem,
cxFilterControlReg,
cxEditPropEditors,
cxInplaceContainerReg;
end.