Componentes.Terceros.DevExp.../internal/x.44/1/ExpressLayout Control 2/Packages/dcldxLayoutControlD10.dpk
2009-06-29 12:09:02 +00:00

41 lines
751 B
ObjectPascal

package dcldxLayoutControlD10;
{$R *.res}
{$R dxLayoutControlReg.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 'ExpressLayout Control 2 by Developer Express Inc.'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
requires
rtl,
designide,
dxLayoutControlD10,
dclcxLibraryD10;
contains
dxLayoutLookAndFeelListDesignForm,
dxLayoutControlReg;
end.