Componentes.Terceros.DevExp.../official/x.30/ExpressNavBar/Packages/dxNavBarD7.dpk
2007-12-16 17:06:54 +00:00

53 lines
917 B
ObjectPascal

package dxNavBarD7;
{$R *.res}
{$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.'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
vcl,
vcljpg,
dxThemeD7,
cxLibraryVCLD7,
dxGDIPlusD7;
contains
dxNavBar,
dxNavBarStyles,
dxNavBarCollns,
dxNavBarViewsFact,
dxNavBarVSToolBoxViews,
dxNavBarXPViews,
dxNavBarExplorerViews,
dxNavBarOfficeViews,
dxNavBarBaseViews,
dxNavBarConsts,
dxNavBarBase,
dxNavBarGraphics,
dxNavBarOffice11Views;
end.