git-svn-id: https://192.168.0.254/svn/Proyectos.Varela_PuntosVenta/branches/DA5_D2007@53 1c943782-d109-9647-9548-93b3ac332352
76 lines
1.7 KiB
ObjectPascal
76 lines
1.7 KiB
ObjectPascal
package FicherosEDI;
|
|
|
|
{$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 ON}
|
|
{$DEFINE DEBUG}
|
|
|
|
requires
|
|
vcl,
|
|
rtl,
|
|
PluginSDK_D10R,
|
|
GUISDK_D10,
|
|
PNG_D10,
|
|
PngComponentsD10,
|
|
BaseD10,
|
|
JvWizardD10R,
|
|
dbrtl,
|
|
vclx,
|
|
dsnap,
|
|
adortl,
|
|
cxLibraryD10,
|
|
dxThemeD10,
|
|
cxEditorsD10,
|
|
cxDataD10,
|
|
vcljpg,
|
|
vcldb,
|
|
cxGridD10,
|
|
cxPageControlD10,
|
|
cxExtEditorsD10,
|
|
cxExportD10,
|
|
dxPSCoreD10,
|
|
dxComnD10,
|
|
vclactnband,
|
|
tb2k_D10,
|
|
tbx_D10,
|
|
JvCoreD10R,
|
|
Jcl,
|
|
JclVcl,
|
|
JvSystemD10R,
|
|
JvPageCompsD10R,
|
|
JvStdCtrlsD10R;
|
|
|
|
contains
|
|
uPluginControllerFicherosEDI in 'uPluginControllerFicherosEDI.pas' {ModuleFicherosEDI: TModuleController},
|
|
uAsistenteCargaFicheros in 'uAsistenteCargaFicheros.pas' {fAsistenteCargaFicheros},
|
|
uSubirFicheros in 'uSubirFicheros.pas',
|
|
uCargarFicheros in 'uCargarFicheros.pas',
|
|
uEditorHistorialCargasEDI in 'uEditorHistorialCargasEDI.pas' {fEditorHistorialCargasEDI: TCustomEditor},
|
|
uViewHistorialCargasEDI in 'uViewHistorialCargasEDI.pas' {frViewHistorialCargasEDI: TCustomView},
|
|
uDataModuleFicherosEDI in 'uDataModuleFicherosEDI.pas' {dmFicherosEDI: TDAClientDataModule},
|
|
schEDILogClient_Intf in '..\Reglas\schEDILogClient_Intf.pas',
|
|
uBizEDILog in '..\Reglas\uBizEDILog.pas',
|
|
schEDILogServer_Intf in '..\Reglas\schEDILogServer_Intf.pas';
|
|
|
|
end.
|