84 lines
1.5 KiB
ObjectPascal
84 lines
1.5 KiB
ObjectPascal
package Comisiones_controller;
|
|
|
|
{$R *.res}
|
|
{$ALIGN 8}
|
|
{$ASSERTIONS ON}
|
|
{$BOOLEVAL OFF}
|
|
{$DEBUGINFO ON}
|
|
{$EXTENDEDSYNTAX ON}
|
|
{$IMPORTEDDATA ON}
|
|
{$IOCHECKS ON}
|
|
{$LOCALSYMBOLS ON}
|
|
{$LONGSTRINGS ON}
|
|
{$OPENSTRINGS ON}
|
|
{$OPTIMIZATION ON}
|
|
{$OVERFLOWCHECKS OFF}
|
|
{$RANGECHECKS OFF}
|
|
{$REFERENCEINFO ON}
|
|
{$SAFEDIVIDE OFF}
|
|
{$STACKFRAMES OFF}
|
|
{$TYPEDADDRESS OFF}
|
|
{$VARSTRINGCHECKS ON}
|
|
{$WRITEABLECONST OFF}
|
|
{$MINENUMSIZE 1}
|
|
{$IMAGEBASE $400000}
|
|
{$IMPLICITBUILD OFF}
|
|
|
|
requires
|
|
rtl,
|
|
vcl,
|
|
dbrtl,
|
|
cxLibraryD10,
|
|
dxThemeD10,
|
|
dsnap,
|
|
vcldb,
|
|
adortl,
|
|
ControllerBase,
|
|
dxBarExtItemsD10,
|
|
dxComnD10,
|
|
dxBarD10,
|
|
dxLayoutControlD10,
|
|
dxPSCoreD10,
|
|
dxPScxCommonD10,
|
|
dxPScxGridLnkD10,
|
|
dxPsPrVwAdvD10,
|
|
Comisiones_data,
|
|
Comisiones_model,
|
|
cxEditorsD10,
|
|
cxDataD10,
|
|
vcljpg,
|
|
cxExtEditorsD10,
|
|
vclx,
|
|
cxGridD10,
|
|
cxPageControlD10,
|
|
cxExportD10,
|
|
dxPSLnksD10,
|
|
designide,
|
|
xmlrtl,
|
|
vclactnband,
|
|
vclshlctrls,
|
|
dclcxLibraryD10,
|
|
JvCoreD10R,
|
|
Jcl,
|
|
JclVcl,
|
|
JvAppFrmD10R,
|
|
JvSystemD10R,
|
|
PngComponentsD10,
|
|
PNG_D10,
|
|
cxIntlPrintSys3D10,
|
|
tbx_d10,
|
|
tb2k_d10,
|
|
JvStdCtrlsD10R,
|
|
JvPageCompsD10R,
|
|
FacturasCliente_controller,
|
|
FacturasCliente_model;
|
|
|
|
contains
|
|
uComisionesController in 'uComisionesController.pas',
|
|
uIEditorComisiones in 'View\uIEditorComisiones.pas',
|
|
uIEditorComision in 'View\uIEditorComision.pas',
|
|
uIEditorComisionesPreview in 'View\uIEditorComisionesPreview.pas',
|
|
uComisionesReportController in 'uComisionesReportController.pas';
|
|
|
|
end.
|