git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@32 05c56307-c608-d34a-929d-697000501d7a
43 lines
1.6 KiB
C++
43 lines
1.6 KiB
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#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;
|
|
}
|
|
//---------------------------------------------------------------------------
|