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

46 lines
777 B
ObjectPascal

package dcldxBarD6;
{$R *.RES}
{$R dxBarConverter.dcr}
{$R dxBarReg.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 'ExpressBars by Developer Express Inc.'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
requires
rtl,
designide,
vclx,
dxComnD6,
dxBarD6,
dclcxLibraryVCLD6;
contains
dxBarConverter,
dxBarReg,
dxStatusIndicatorEditor,
dxStatusBarReg;
end.