Componentes.Terceros.DevExp.../official/x.42/ExpressLayout Control/Packages/dxLayoutControlD7.dpk
2009-02-27 12:02:10 +00:00

43 lines
766 B
ObjectPascal

package dxLayoutControlD7;
{$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,
dxComnD7,
cxLibraryVCLD7;
contains
dxLayoutLookAndFeels,
dxLayoutControl,
dxLayoutControlAdapters,
dxLayoutCustomizeForm,
dxLayoutEditForm,
dxLayoutCommon;
end.