git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES2/trunk@6 40301925-124e-1c4e-b97d-170ad7a8785b
24 lines
563 B
Plaintext
24 lines
563 B
Plaintext
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
|