git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES/trunk@5 9a1d36f3-7752-2d40-8ccb-50eb49674c68
86 lines
1.8 KiB
ObjectPascal
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.
|