This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AlonsoYSal_FactuGES/Modulos/Asientos/Cliente/Asientos.dpk
2007-06-21 16:02:50 +00:00

86 lines
1.8 KiB
ObjectPascal

package Asientos;
{$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,
PluginSDK_D7R,
GUISDK_D7,
ccpack70,
designide,
vclactnband,
vclx,
cfpack,
JvAppFrmD7R,
JvStdCtrlsD7R,
vcljpg,
JvCoreD7R,
JvSystemD7R,
PngComponentsD7,
PNG_D7,
dbrtl,
dsnap,
adortl,
vcldb,
BaseD7,
Usuarios,
cxLibraryVCLD7,
dxThemeD7,
dxPSCoreD7,
dxComnD7,
cxDataD7,
cxEditorsVCLD7,
cxGridVCLD7,
cxPageControlVCLD7,
cxExtEditorsVCLD7,
cxExportVCLD7,
cxIntlPrintSys3D7,
dxPScxCommonD7,
dxPSLnksD7,
vclshlctrls,
dxPScxGridLnkD7,
dclcxLibraryVCLD7,
JvPageCompsD7R,
tb2k_d7,
tbx_d7,
Cuentas,
Intervalos,
dxLayoutControlD7;
contains
uPluginControllerAsientos in 'uPluginControllerAsientos.pas' {ModuleAsientos: TModuleController},
uDataModuleAsientos in 'uDataModuleAsientos.pas' {dmAsientos: TDAClientDataModule},
uBizAsientos in '..\Reglas\uBizAsientos.pas',
uViewAsientos in 'uViewAsientos.pas' {frViewAsientos: TCustomView},
uEditorAsientos in 'uEditorAsientos.pas' {fEditorAsientos: TCustomEditor},
uViewAsiento in 'uViewAsiento.pas' {frViewAsiento: TCustomView},
uEditorAsiento in 'uEditorAsiento.pas' {fEditorAsiento: TCustomEditor},
uCerrarCaja in 'uCerrarCaja.pas' {frCerrarCaja},
schAsientosClient_Intf in '..\Reglas\schAsientosClient_Intf.pas',
schAsientosServer_Intf in '..\Reglas\schAsientosServer_Intf.pas';
end.