git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@26 05c56307-c608-d34a-929d-697000501d7a
43 lines
797 B
ObjectPascal
43 lines
797 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 by Developer Express Inc.'}
|
|
{$DESIGNONLY}
|
|
{$IMPLICITBUILD OFF}
|
|
|
|
requires
|
|
rtl,
|
|
designide,
|
|
dxLayoutControlD10,
|
|
dclcxLibraryD10;
|
|
|
|
contains
|
|
dxLayoutLookAndFeelListDesignForm,
|
|
dxLayoutDesignCommon,
|
|
dxLayoutDesignForm,
|
|
dxLayoutControlReg;
|
|
|
|
end.
|