//--------------------------------------------------------------------------- #include #pragma hdrstop USERES("cxSchedulerC5.res"); USEPACKAGE("vcl50.bpi"); USEPACKAGE("vclx50.bpi"); USEPACKAGE("vcldb50.bpi"); USEPACKAGE("cxEditorsC5.bpi"); USEPACKAGE("cxExtEditorsC5.bpi"); USEPACKAGE("cxLibraryVCLC5.bpi"); USEPACKAGE("cxExportC5.bpi"); USEPACKAGE("cxDataC5.bpi"); USEPACKAGE("dxThemeC5.bpi"); USEUNIT("cxScheduler.pas"); USEUNIT("cxSchedulerCustomControls.pas"); USEUNIT("cxSchedulerCustomResourceView.pas"); USEUNIT("cxSchedulerDateNavigator.pas"); USEUNIT("cxSchedulerDayView.pas"); USEUNIT("cxSchedulerDBStorage.pas"); USEUNIT("cxSchedulerDialogs.pas"); USEUNIT("cxSchedulerEventEditor.pas"); USEUNIT("cxSchedulerGoToDateDialog.pas"); USEUNIT("cxSchedulerRecurrenceEditor.pas"); USEUNIT("cxSchedulerRecurrenceSelectionDialog.pas"); USEUNIT("cxSchedulerResourcesLayoutEditor.pas"); USEUNIT("cxSchedulerStorage.pas"); USEUNIT("cxSchedulerStrs.pas"); USEUNIT("cxSchedulerUtils.pas"); USEUNIT("cxExportSchedulerLink.pas"); USEUNIT("cxSchedulerWeekView.pas"); USEUNIT("cxSchedulerOutlookExchange.pas"); USEUNIT("cxDateNavigator.pas"); //--------------------------------------------------------------------------- #pragma package(smart_init) //--------------------------------------------------------------------------- // Package source. //--------------------------------------------------------------------------- int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) { return 1; } //---------------------------------------------------------------------------