git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@58 05c56307-c608-d34a-929d-697000501d7a
50 lines
855 B
ObjectPascal
50 lines
855 B
ObjectPascal
package dxBarD11;
|
|
|
|
{$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 'ExpressBars by Developer Express Inc.'}
|
|
{$RUNONLY}
|
|
{$IMPLICITBUILD OFF}
|
|
|
|
requires
|
|
dxCoreD11,
|
|
dxComnD11,
|
|
cxLibraryD11;
|
|
|
|
contains
|
|
dxBarStrs,
|
|
dxBarAddGroupItemsEd,
|
|
dxBarCommon,
|
|
dxBarCustomCustomizationForm,
|
|
dxBarCustForm,
|
|
dxBarItemEd,
|
|
dxBarNameEd,
|
|
dxBarPopupMenuEd,
|
|
dxStatusBar,
|
|
dxBar,
|
|
dxBarSkinConsts,
|
|
dxBarSkin,
|
|
dxBarAccessibility;
|
|
|
|
end.
|