program AdminPV_Server; {#ROGEN:VARELA.rodl} // RemObjects: Careful, do not remove! uses uROComInit, Forms, fServerForm in 'fServerForm.pas' {ServerForm}, VARELA_Intf in 'VARELA_Intf.pas', VARELA_Invk in 'VARELA_Invk.pas', EDI_Reader in 'EDI\EDI_Reader.pas', EDI_INVRPT in 'EDI\EDI_INVRPT.pas', EDI_SLSRPT in 'EDI\EDI_SLSRPT.pas', schEDILogClient_Intf in '..\Modulos\FicherosEDI\Reglas\schEDILogClient_Intf.pas', schEDILogServer_Intf in '..\Modulos\FicherosEDI\Reglas\schEDILogServer_Intf.pas', uDataModuleServer in 'uDataModuleServer.pas' {dmServer: TDataModule}, uFrameConfiguracion in 'Configuracion\uFrameConfiguracion.pas' {FrameConfiguracion: TFrame}, uConexionBD in 'Configuracion\uConexionBD.pas' {frConexionBD: TFrame}, uConfGeneral in 'Configuracion\uConfGeneral.pas' {frConfGeneral: TFrame}, uConfiguracion in 'Configuracion\uConfiguracion.pas' {fConfiguracion}, uBizEDISales in 'Services\EDI_Sales\uBizEDISales.pas', schEDISalesClient_Intf in 'Services\EDI_Sales\schEDISalesClient_Intf.pas', schEDISalesServer_Intf in 'Services\EDI_Sales\schEDISalesServer_Intf.pas', uConfFicherosEDI in 'Configuracion\uConfFicherosEDI.pas' {frConfFicherosEDI: TFrame}, uDataModuleEDI_Sales in 'Services\EDI_Sales\uDataModuleEDI_Sales.pas' {dmEDISales: TDataModule}, uDataTableUtils in '..\Base\uDataTableUtils.pas', srvLogin_Impl in 'Services\Login\srvLogin_Impl.pas' {srvLogin: TDARemoteService}, srvInformes_Impl in 'srvInformes_Impl.pas' {srvInformes: TDARemoteService}, srvTransfereciaFicheros_Impl in 'Services\TransferenciaFicheros\srvTransfereciaFicheros_Impl.pas' {srvTransfereciaFicheros: TRORemoteDataModule}, srvControles_Impl in '..\ControlesBase\Servidor\srvControles_Impl.pas' {srvControles: TDARemoteService}, srvVentasEnProceso_Impl in '..\Modulos\VentasProceso\Servidor\srvVentasEnProceso_Impl.pas' {srvVentasEnProceso: TDARemoteService}, schVentasEnProcesoClient_Intf in '..\Modulos\VentasProceso\Reglas\schVentasEnProcesoClient_Intf.pas', schVentasEnProcesoServer_Intf in '..\Modulos\VentasProceso\Reglas\schVentasEnProcesoServer_Intf.pas', uSchemaUtilsServer in 'uSchemaUtilsServer.pas', srvVentasTerminadas_Impl in '..\Modulos\VentasTerminadas\Servidor\srvVentasTerminadas_Impl.pas' {srvVentasTerminadas: TDARemoteService}, schVentasTerminadasClient_Intf in '..\Modulos\VentasTerminadas\Reglas\schVentasTerminadasClient_Intf.pas', schVentasTerminadasServer_Intf in '..\Modulos\VentasTerminadas\Reglas\schVentasTerminadasServer_Intf.pas', srvReferenciaGenerica_Impl in '..\Modulos\ReferenciaGenerica\Servidor\srvReferenciaGenerica_Impl.pas' {srvReferenciaGenerica: TDARemoteService}, schReferenciaGenericaClient_Intf in '..\Modulos\ReferenciaGenerica\Reglas\schReferenciaGenericaClient_Intf.pas', schReferenciaGenericaServer_Intf in '..\Modulos\ReferenciaGenerica\Reglas\schReferenciaGenericaServer_Intf.pas', uBizReferenciaGenericaServer in '..\Modulos\ReferenciaGenerica\Reglas\uBizReferenciaGenericaServer.pas', uDataModuleEDI_Inventary in 'Services\EDI_Inventary\uDataModuleEDI_Inventary.pas' {dmEDIInventary: TDataModule}, schEDIInventaryClient_Intf in 'Services\EDI_Inventary\schEDIInventaryClient_Intf.pas', schEDIInventaryServer_Intf in 'Services\EDI_Inventary\schEDIInventaryServer_Intf.pas', uBizEDIInventary in 'Services\EDI_Inventary\uBizEDIInventary.pas', EDI_Utils in 'EDI_Utils.pas', srvRecepciones_Impl in '..\Modulos\Recepciones\Servidor\srvRecepciones_Impl.pas' {srvRecepciones: TDARemoteService}, srvDevoluciones_Impl in '..\Modulos\Devoluciones\Servidor\srvDevoluciones_Impl.pas' {srvDevoluciones: TDARemoteService}, srvTraspasos_Impl in '..\Modulos\Traspasos\Servidor\srvTraspasos_Impl.pas' {srvTraspasos: TDARemoteService}, srvStock_Impl in '..\Modulos\Stock\Servidor\srvStock_Impl.pas' {srvStock: TDARemoteService}, schStockClient_Intf in '..\Modulos\Stock\Reglas\schStockClient_Intf.pas', schStockServer_Intf in '..\Modulos\Stock\Reglas\schStockServer_Intf.pas', uAcercaDe in 'uAcercaDe.pas' {fAcercaDe}, srvParametros_Impl in '..\Modulos\Parametros\Servidor\srvParametros_Impl.pas' {srvParametros: TDARemoteService}, schParametrosClient_Intf in '..\Modulos\Parametros\Reglas\schParametrosClient_Intf.pas', schParametrosServer_Intf in '..\Modulos\Parametros\Reglas\schParametrosServer_Intf.pas', EDI_Inventary_Impl in 'EDI_Inventary_Impl.pas', EDI_Sales_Impl in 'EDI_Sales_Impl.pas', EDI_Log_Impl in 'EDI_Log_Impl.pas', schControlesClient_Intf in '..\ControlesBase\Reglas\schControlesClient_Intf.pas', schControlesServer_Intf in '..\ControlesBase\Reglas\schControlesServer_Intf.pas', RegExpr in 'RegExpr.pas'; {$R *.res} {$R RODLFile.res} begin Application.Initialize; Application.Title := ''; Application.CreateForm(TdmServer, dmServer); Application.CreateForm(TServerForm, ServerForm); Application.Run; end.