Componentes.Terceros.DevExp.../official/x.48/ExpressLayout Control 2/Packages/dcldxLayoutControlD12.dpk
2010-01-18 18:33:24 +00:00

42 lines
770 B
ObjectPascal

package dcldxLayoutControlD12;
{$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,
dxLayoutControlD12,
dclcxLibraryD12;
contains
dxLayoutLookAndFeelListDesignForm,
dxLayoutImport,
dxLayoutControlReg;
end.