Componentes.Terceros.DevExp.../official/x.19/ExpressLayout Control/Packages/dxLayoutControlD9.dpk
2007-09-09 11:27:22 +00:00

43 lines
763 B
ObjectPascal

package dxLayoutControlD9;
{$R *.res}
{$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 'ExpressLayout Control by Developer Express Inc.'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
rtl,
dxComnD9,
cxLibraryD9;
contains
dxLayoutLookAndFeels,
dxLayoutControl,
dxLayoutControlAdapters,
dxLayoutCustomizeForm,
dxLayoutEditForm,
dxLayoutCommon;
end.