AlonsoYSal_FactuGES2/Source/Base/Conexion/uDataModuleConexion.dfm

24 lines
563 B
Plaintext
Raw Normal View History

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