Componentes.Terceros.DevExp.../internal/x.48/1/Lib/D11/cxExtEditorsD11.dpk
2010-01-18 18:37:26 +00:00

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.