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

57 lines
1.2 KiB
ObjectPascal

package dxSpellCheckerD7;
{$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 'ExpressSpellChecker by Developer Express Inc.'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
rtl,
cxDataD7,
cxEditorsVCLD7,
cxExtEditorsVCLD7,
cxLibraryVCLD7,
dxThemeD7;
contains
dxCustomDictionaryDialog,
dxISpellDecompressor,
dxSpellChecker,
dxSpellCheckerAutoCorrect,
dxSpellCheckerAlgorithms,
dxSpellCheckerBaseForm,
dxSpellCheckerDialogs,
dxSpellCheckerOutlookDialog,
dxSpellCheckerRules,
dxSpellCheckerStrs,
dxSpellCheckerUtils,
dxSpellCheckerWordDialog,
dxSpellCheckerCheckAsYouType,
dxSpellCheckerSpellingOptionsDialog,
dxSpellCheckerAutoCorrectExceptionDialog,
dxSpellCheckerAutoCorrectOptionsDialog,
dxSpellCheckerExceptionsFrame;
end.