git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@31 05c56307-c608-d34a-929d-697000501d7a
52 lines
983 B
ObjectPascal
52 lines
983 B
ObjectPascal
package dclcxLibraryVCLD5;
|
|
|
|
{$R *.RES}
|
|
{$R cxLibraryReg.dcr}
|
|
{$ALIGN OFF}
|
|
{$ASSERTIONS OFF}
|
|
{$BOOLEVAL OFF}
|
|
{$DEBUGINFO OFF}
|
|
{$EXTENDEDSYNTAX ON}
|
|
{$IMPORTEDDATA OFF}
|
|
{$IOCHECKS ON}
|
|
{$LOCALSYMBOLS OFF}
|
|
{$LONGSTRINGS ON}
|
|
{$OPENSTRINGS ON}
|
|
{$OPTIMIZATION OFF}
|
|
{$OVERFLOWCHECKS OFF}
|
|
{$RANGECHECKS OFF}
|
|
{$REFERENCEINFO OFF}
|
|
{$SAFEDIVIDE OFF}
|
|
{$STACKFRAMES ON}
|
|
{$TYPEDADDRESS OFF}
|
|
{$VARSTRINGCHECKS ON}
|
|
{$WRITEABLECONST ON}
|
|
{$MINENUMSIZE 1}
|
|
{$IMAGEBASE $400000}
|
|
{$DESCRIPTION 'Express Cross Platform Library (VCL Edition) by Developer Express Inc.'}
|
|
{$DESIGNONLY}
|
|
{$IMPLICITBUILD OFF}
|
|
|
|
requires
|
|
vcl50,
|
|
cxLibraryVCLD5,
|
|
dxGDIPlusD5,
|
|
dsnide50,
|
|
Vcldb50;
|
|
|
|
contains
|
|
cxDesignWindows,
|
|
cxStyleRepositoryEditor,
|
|
cxPropEditors,
|
|
cxLibraryReg,
|
|
cxStyleSheetsLoad,
|
|
cxPropertiesStoreEditor,
|
|
cxImportDialog,
|
|
cxConverterFactory,
|
|
cxComponentCollectionEditor,
|
|
cxImageListEditor,
|
|
cxImageListEditorView,
|
|
cxClassesReg;
|
|
|
|
end.
|