package dcldxLayoutControlD6; {$R *.RES} {$R dxLayoutControlReg.dcr} {$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.'} {$DESIGNONLY} {$IMPLICITBUILD OFF} requires rtl, designide, dxLayoutControlD6; contains dxLayoutDesignCommon, dxLayoutDesignForm, dxLayoutLookAndFeelListDesignForm, dxLayoutControlReg; end.