git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@58 05c56307-c608-d34a-929d-697000501d7a
82 lines
1.4 KiB
ObjectPascal
82 lines
1.4 KiB
ObjectPascal
package cxExtEditorsD11;
|
|
|
|
{$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 OFF}
|
|
{$MINENUMSIZE 1}
|
|
{$IMAGEBASE $400000}
|
|
{$DESCRIPTION 'ExpressExtendedEditors Library 5 by Developer Express Inc.'}
|
|
{$RUNONLY}
|
|
{$IMPLICITBUILD OFF}
|
|
|
|
requires
|
|
rtl,
|
|
vcl,
|
|
vclx,
|
|
dbrtl,
|
|
vcljpg,
|
|
vcldb,
|
|
cxLibraryD11,
|
|
dxThemeD11,
|
|
cxEditorsD11,
|
|
cxDataD11;
|
|
|
|
contains
|
|
cxCheckListBox,
|
|
cxProgressBar,
|
|
cxLabel,
|
|
cxTrackBar,
|
|
cxFontNameComboBox,
|
|
cxColorComboBox,
|
|
cxExtEditUtils,
|
|
cxCheckComboBox,
|
|
cxTreeView,
|
|
cxSplitter,
|
|
cxDBColorComboBox,
|
|
cxDBProgressBar,
|
|
cxDBLabel,
|
|
cxDBTrackBar,
|
|
cxHint,
|
|
cxMCListBox,
|
|
cxListView,
|
|
cxHeader,
|
|
cxDBCheckListBox,
|
|
cxDBCheckComboBox,
|
|
cxExtEditConsts,
|
|
cxSpinButton,
|
|
cxDBFontNameComboBox,
|
|
cxShellComboBox,
|
|
cxShellCommon,
|
|
cxShellControls,
|
|
cxShellListView,
|
|
cxShellTreeView,
|
|
cxDBShellComboBox,
|
|
cxShellBrowser,
|
|
cxShellBrowserDialog,
|
|
cxShellDlgs,
|
|
cxExtEditRepositoryItems,
|
|
cxShellEditRepositoryItems,
|
|
cxCheckGroup,
|
|
cxDBCheckGroup,
|
|
cxRichEdit,
|
|
cxDBRichEdit;
|
|
|
|
end.
|