git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@35 05c56307-c608-d34a-929d-697000501d7a
102 lines
1.6 KiB
ObjectPascal
102 lines
1.6 KiB
ObjectPascal
package dxPSCoreD7;
|
|
|
|
{$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 'ExpressPrinting System by Developer Express Inc.'}
|
|
{$RUNONLY}
|
|
{$IMPLICITBUILD OFF}
|
|
|
|
requires
|
|
rtl,
|
|
vcl,
|
|
vclx,
|
|
dbrtl,
|
|
vcljpg,
|
|
dxComnD7,
|
|
cxLibraryVCLD7;
|
|
|
|
contains
|
|
dxWrap,
|
|
dxBkGnd,
|
|
dxBrhDlg,
|
|
dxExtCtrls,
|
|
dxExtCtrlsStrs,
|
|
dxFEFDlg,
|
|
dxfmChFN,
|
|
dxfmClr,
|
|
dxfmDfnStl,
|
|
dxfmDTFmt,
|
|
dxfmMnPg,
|
|
dxfmPNFmt,
|
|
dxfmZoom,
|
|
dxPcPrVw,
|
|
dxPgsDlg,
|
|
dxPpAttr,
|
|
dxPreVw,
|
|
dxPrnDev,
|
|
dxPrnDlg,
|
|
dxPrnPg,
|
|
dxPSAutoHFTextMnuBld,
|
|
dxPSCompsProvider,
|
|
dxPSCore,
|
|
dxPSCPDsg,
|
|
dxPSEdgePatterns,
|
|
dxPSEngn,
|
|
dxPSESys,
|
|
dxPSEvnt,
|
|
dxPSExcelEdgePatterns,
|
|
dxPSExcelFillPatterns,
|
|
dxPSFillPatterns,
|
|
dxPSfmAutoHFTextFmt,
|
|
dxPSfmCompositionAdd,
|
|
dxPSfmCompositionDsg,
|
|
dxPSfmEditDesc,
|
|
dxPSfmLnkAdd,
|
|
dxPSfmTtl,
|
|
dxPSForm,
|
|
dxPSGlbl,
|
|
dxPSGraphicLnk,
|
|
dxPSHFToolBarBld,
|
|
dxPSImgs,
|
|
dxPSPgsMnuBld,
|
|
dxPSPopupMan,
|
|
dxPSPrVw,
|
|
dxPSPrVwOpt,
|
|
dxPSPrVwStd,
|
|
dxPSRes,
|
|
dxPSSngltn,
|
|
dxPSUtl,
|
|
dxBase,
|
|
dxPSBaseGridLnk,
|
|
dxPSContainerLnk,
|
|
dxPSDBBasedXplorer,
|
|
dxPSExtDlgs,
|
|
dxPSFileBasedXplorer,
|
|
dxPSfmReportProperties,
|
|
dxPSShapes,
|
|
dxPSTextLnk,
|
|
dxPSStandardFillPatterns,
|
|
dxPSXplorerTreeView;
|
|
|
|
end.
|