Tecsitel_FactuGES2/Source/Base/Conexion/uDataModuleConexion.dfm

21 lines
471 B
Plaintext

object dmConexion: TdmConexion
OldCreateOrder = False
Height = 177
Width = 121
object ROChannel: TROWinInetHTTPChannel
OnFailure = ROChannelFailure
OnException = ROChannelFailure
UserAgent = 'RemObjects SDK'
TargetURL = 'http://localhost:8099/bin'
KeepConnection = True
ServerLocators = <>
DispatchOptions = []
Left = 42
Top = 16
end
object ROMessage: TROBinMessage
Left = 42
Top = 88
end
end