git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@58 05c56307-c608-d34a-929d-697000501d7a
69 lines
1.5 KiB
ObjectPascal
69 lines
1.5 KiB
ObjectPascal
package cxSchedulerD11;
|
|
|
|
{$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 3 by Developer Express Inc.'}
|
|
{$RUNONLY}
|
|
{$IMPLICITBUILD OFF}
|
|
|
|
requires
|
|
rtl,
|
|
cxDataD11,
|
|
cxEditorsD11,
|
|
cxExtEditorsD11,
|
|
cxExportD11,
|
|
cxLibraryD11,
|
|
dxThemeD11;
|
|
|
|
contains
|
|
cxScheduler,
|
|
cxSchedulerAggregateStorage,
|
|
cxSchedulerCustomControls,
|
|
cxSchedulerCustomResourceView,
|
|
cxSchedulerDateNavigator,
|
|
cxSchedulerDayView,
|
|
cxSchedulerDBStorage,
|
|
cxSchedulerDialogs,
|
|
cxSchedulerEventEditor,
|
|
cxSchedulerGoToDateDialog,
|
|
cxSchedulerRecurrenceEditor,
|
|
cxSchedulerRecurrenceSelectionDialog,
|
|
cxSchedulerResourcesLayoutEditor,
|
|
cxSchedulerStorage,
|
|
cxSchedulerStrs,
|
|
cxSchedulerUtils,
|
|
cxExportSchedulerLink,
|
|
cxSchedulerOutlookExchange,
|
|
cxDateNavigator,
|
|
cxSchedulerReminderWindow,
|
|
cxSchedulerTimeGridView,
|
|
cxSchedulerYearView,
|
|
cxSchedulerWeekView,
|
|
cxSchedulerGanttView,
|
|
cxSchedulerHolidaysLocationHolidayEditor,
|
|
cxSchedulerHolidays,
|
|
cxSchedulerHolidaysEditor,
|
|
cxSchedulerHolidaysLocationEditor,
|
|
cxSchedulerTaskDependencyEditor;
|
|
|
|
end.
|