Componentes.Terceros.DevExp.../official/x.38/ExpressLayout Control/Packages/dxLayoutControlD5.dpk
2008-08-27 11:56:15 +00:00

43 lines
771 B
ObjectPascal

package dxLayoutControlD5;
{$R *.RES}
{$ALIGN ON}
{$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 $00400000}
{$DESCRIPTION 'ExpressLayout Control by Developer Express Inc.'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
vcl50,
dxComnD5,
cxLibraryVCLD5;
contains
dxLayoutCommon,
dxLayoutControl,
dxLayoutControlAdapters,
dxLayoutCustomizeForm,
dxLayoutEditForm,
dxLayoutLookAndFeels;
end.