Componentes.Terceros.DevExp.../internal/x.42/1/ExpressLayout Control/Packages/dcldxLayoutControlD11.dpk
2009-03-03 12:07:07 +00:00

43 lines
797 B
ObjectPascal

package dcldxLayoutControlD11;
{$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 by Developer Express Inc.'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
requires
rtl,
designide,
dxLayoutControlD11,
dclcxLibraryD11;
contains
dxLayoutLookAndFeelListDesignForm,
dxLayoutDesignCommon,
dxLayoutDesignForm,
dxLayoutControlReg;
end.