This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
LuisLeon_FactuGES/Source/Base/uDataModuleConexion.dfm

33 lines
733 B
Plaintext
Raw Normal View History

object dmConexion: TdmConexion
OldCreateOrder = False
Height = 264
Width = 275
object ROChannel: TROWinInetHTTPChannel
OnFailure = ROChannelFailure
ServerLocators = <>
DispatchOptions = []
ProbeServers = False
ProbeFrequency = 60000
UserAgent = 'RemObjects SDK'
TargetURL = 'http://localhost:8099/bin'
KeepConnection = True
Left = 42
Top = 16
end
object ROMessage: TROBinMessage
Left = 42
Top = 88
end
object DABINAdapter: TDABINAdapter
Left = 136
Top = 16
end
object RORemoteService: TRORemoteService
ServiceName = 'srvConfiguracion'
Message = ROMessage
Channel = ROChannel
Left = 136
Top = 88
end
end