Varela_PuntosVenta/Source/Servidor/AdminPV_Server.dpr
2008-04-15 09:28:58 +00:00

82 lines
5.4 KiB
ObjectPascal

program AdminPV_Server;
{#ROGEN:VARELA.rodl} // RemObjects: Careful, do not remove!
uses
uROComInit,
Forms,
fServerForm in 'fServerForm.pas' {ServerForm},
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},
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 'Utiles\uSchemaUtilsServer.pas',
srvVentasTerminadas_Impl in '..\Modulos\VentasTerminadas\Servidor\srvVentasTerminadas_Impl.pas' {srvVentasTerminadas: TDARemoteService},
srvReferenciaGenerica_Impl in '..\Modulos\ReferenciaGenerica\Servidor\srvReferenciaGenerica_Impl.pas' {srvReferenciaGenerica: TDARemoteService},
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 'Utiles\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},
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\EDI_Inventary_Impl.pas',
EDI_Sales_Impl in 'EDI\EDI_Sales_Impl.pas',
EDI_Log_Impl in 'EDI\EDI_Log_Impl.pas',
schControlesClient_Intf in '..\ControlesBase\Reglas\schControlesClient_Intf.pas',
schControlesServer_Intf in '..\ControlesBase\Reglas\schControlesServer_Intf.pas',
RegExpr in 'Utiles\RegExpr.pas',
schReferenciaGenericaClient_Intf in '..\Modulos\ReferenciaGenerica\Reglas\schReferenciaGenericaClient_Intf.pas',
schReferenciaGenericaServer_Intf in '..\Modulos\ReferenciaGenerica\Reglas\schReferenciaGenericaServer_Intf.pas',
schVentasTerminadasClient_Intf in '..\Modulos\VentasTerminadas\Reglas\schVentasTerminadasClient_Intf.pas',
schVentasTerminadasServer_Intf in '..\Modulos\VentasTerminadas\Reglas\schVentasTerminadasServer_Intf.pas',
schStockClient_Intf in '..\Modulos\Stock\Reglas\schStockClient_Intf.pas',
schStockServer_Intf in '..\Modulos\Stock\Reglas\schStockServer_Intf.pas',
Login_Impl in 'Login_Impl.pas',
VARELA_Invk in '..\Servicios\VARELA_Invk.pas',
VARELA_Intf in '..\Servicios\VARELA_Intf.pas',
srvUsuarios_Impl in '..\ApplicationBase\Usuarios\Servidor\srvUsuarios_Impl.pas' {srvUsuarios: TDataAbstractService},
uIntegerList in '..\Base\Utiles\uIntegerList.pas',
uDataTableUtils in '..\Base\Utiles\uDataTableUtils.pas',
uDBSelectionList in '..\Base\Utiles\uDBSelectionList.pas',
schUsuariosClient_Intf in '..\ApplicationBase\Usuarios\Model\schUsuariosClient_Intf.pas',
schUsuariosServer_Intf in '..\ApplicationBase\Usuarios\Model\schUsuariosServer_Intf.pas';
{$R *.res}
{$R RODLFile.res}
begin
Application.Initialize;
Application.Title := '';
Application.CreateForm(TdmServer, dmServer);
Application.CreateForm(TServerForm, ServerForm);
Application.ShowMainForm := False;
// Application.MainFormOnTaskBar := False;
Application.Run;
end.