80 lines
1.9 KiB
ObjectPascal
80 lines
1.9 KiB
ObjectPascal
|
|
package Calendarios;
|
||
|
|
|
||
|
|
{$R *.res}
|
||
|
|
{$ALIGN 8}
|
||
|
|
{$ASSERTIONS ON}
|
||
|
|
{$BOOLEVAL OFF}
|
||
|
|
{$DEBUGINFO ON}
|
||
|
|
{$EXTENDEDSYNTAX ON}
|
||
|
|
{$IMPORTEDDATA ON}
|
||
|
|
{$IOCHECKS ON}
|
||
|
|
{$LOCALSYMBOLS ON}
|
||
|
|
{$LONGSTRINGS ON}
|
||
|
|
{$OPENSTRINGS ON}
|
||
|
|
{$OPTIMIZATION OFF}
|
||
|
|
{$OVERFLOWCHECKS OFF}
|
||
|
|
{$RANGECHECKS OFF}
|
||
|
|
{$REFERENCEINFO ON}
|
||
|
|
{$SAFEDIVIDE OFF}
|
||
|
|
{$STACKFRAMES OFF}
|
||
|
|
{$TYPEDADDRESS OFF}
|
||
|
|
{$VARSTRINGCHECKS ON}
|
||
|
|
{$WRITEABLECONST OFF}
|
||
|
|
{$MINENUMSIZE 1}
|
||
|
|
{$IMAGEBASE $400000}
|
||
|
|
{$IMPLICITBUILD OFF}
|
||
|
|
|
||
|
|
requires
|
||
|
|
BaseD7,
|
||
|
|
PluginSDK_D7R,
|
||
|
|
rtl,
|
||
|
|
vcl,
|
||
|
|
cxLibraryVCLD7,
|
||
|
|
dxThemeD7,
|
||
|
|
cxEditorsVCLD7,
|
||
|
|
cxDataD7,
|
||
|
|
dbrtl,
|
||
|
|
vcljpg,
|
||
|
|
vcldb,
|
||
|
|
cxExtEditorsVCLD7,
|
||
|
|
vclx,
|
||
|
|
cxExportVCLD7,
|
||
|
|
cxSchedulerVCLD7,
|
||
|
|
dxPScxScheduler2LnkD7,
|
||
|
|
cxGridVCLD7,
|
||
|
|
cxPageControlVCLD7,
|
||
|
|
dxPSCoreD7,
|
||
|
|
dxComnD7,
|
||
|
|
dxPScxGridLnkD7,
|
||
|
|
dxPScxCommonD7,
|
||
|
|
dxPSLnksD7,
|
||
|
|
designide,
|
||
|
|
vclactnband,
|
||
|
|
vclshlctrls,
|
||
|
|
dclcxLibraryVCLD7,
|
||
|
|
dsnap,
|
||
|
|
adortl,
|
||
|
|
PngComponentsD7,
|
||
|
|
PNG_D7,
|
||
|
|
tb2k_d7,
|
||
|
|
tbx_d7,
|
||
|
|
JvCoreD7R,
|
||
|
|
Jcl,
|
||
|
|
JclVcl,
|
||
|
|
JvSystemD7R,
|
||
|
|
JvPageCompsD7R,
|
||
|
|
JvStdCtrlsD7R;
|
||
|
|
|
||
|
|
contains
|
||
|
|
uPluginControllerCalendarios in 'uPluginControllerCalendarios.pas' {ModuleCalendarios: TModuleController},
|
||
|
|
uDataModuleCalendarios in 'uDataModuleCalendarios.pas' {dmCalendarios: TDAClientDataModule},
|
||
|
|
uViewCalendarioBase in 'uViewCalendarioBase.pas' {frViewCalendarioBase: TCustomView},
|
||
|
|
uBizCitas in '..\Reglas\uBizCitas.pas',
|
||
|
|
uEditorCalendarioBase in 'uEditorCalendarioBase.pas' {fEditorCalendarioBase: TCustomEditor},
|
||
|
|
uEditorCalendarioMediciones in 'uEditorCalendarioMediciones.pas' {fEditorCalendarioMediciones: TCustomEditor},
|
||
|
|
uViewCalendarioConFiltro in 'uViewCalendarioConFiltro.pas' {frViewCalendarioConFiltro: TCustomView},
|
||
|
|
EditorEventos in 'EditorEventos.pas' {frEditorEventos},
|
||
|
|
uEditorCalendarioConFiltro in 'uEditorCalendarioConFiltro.pas' {fEditorCalendarioConFiltro: TCustomEditor};
|
||
|
|
|
||
|
|
end.
|