Componentes.Terceros.DevExp.../internal/x.44/1/ExpressNavBar/Packages/dcldxNavBarD6.dpk
2009-06-29 12:09:02 +00:00

45 lines
772 B
ObjectPascal

package dcldxNavBarD6;
{$R *.res}
{$R dxNavBarReg.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 'ExpressNavBar by Developer Express Inc.'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
requires
designide,
vcl,
rtl,
dxNavBarD6,
cxLibraryVCLD6,
dclcxLibraryVCLD6;
contains
dxNavBarDsgnConsts,
dxfmNavBarDsgnEditor,
dxNavBarDsgnUtils,
dxNavBarReg;
end.