Componentes.Terceros.DevExp.../official/x.42/ExpressScheduler/Packages/cxSchedulerD5.dpk
2009-02-27 12:02:10 +00:00

60 lines
1.2 KiB
ObjectPascal

package cxSchedulerD5;
{$R *.res}
{$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 'ExpressScheduler (VCL Edition) by Developer Express Inc.'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
vcl50,
vcldb50,
cxDataD5,
cxLibraryVCLD5,
cxEditorsD5,
cxExtEditorsD5,
cxExportD5,
dxThemeD5;
contains
cxScheduler,
cxSchedulerCustomControls,
cxSchedulerCustomResourceView,
cxSchedulerDateNavigator,
cxSchedulerDayView,
cxSchedulerDBStorage,
cxSchedulerDialogs,
cxSchedulerEventEditor,
cxSchedulerGoToDateDialog,
cxSchedulerRecurrenceEditor,
cxSchedulerRecurrenceSelectionDialog,
cxSchedulerResourcesLayoutEditor,
cxSchedulerStorage,
cxSchedulerStrs,
cxSchedulerUtils,
cxExportSchedulerLink,
cxSchedulerOutlookExchange,
cxDateNavigator,
cxSchedulerWeekView;
end.