git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@310 0c75b7a4-871f-7646-8a2f-f78d34cc349f
29 lines
855 B
Plaintext
29 lines
855 B
Plaintext
object dmConexion: TdmConexion
|
|
OldCreateOrder = False
|
|
OnCreate = DataModuleCreate
|
|
OnDestroy = DataModuleDestroy
|
|
Height = 177
|
|
Width = 265
|
|
object ROMessage: TROBinMessage
|
|
Left = 42
|
|
Top = 88
|
|
end
|
|
object ROChannel: TROIndyHTTPChannel
|
|
OnFailure = ROChannelFailure
|
|
OnException = ROChannelFailure
|
|
ServerLocators = <>
|
|
DispatchOptions = []
|
|
IndyClient.AllowCookies = True
|
|
IndyClient.ProxyParams.BasicAuthentication = False
|
|
IndyClient.ProxyParams.ProxyPort = 0
|
|
IndyClient.Request.ContentLength = -1
|
|
IndyClient.Request.Accept = 'text/html, */*'
|
|
IndyClient.Request.BasicAuthentication = False
|
|
IndyClient.Request.UserAgent = 'RemObjects SDK'
|
|
IndyClient.HTTPOptions = [hoForceEncodeParams]
|
|
TargetURL = 'http://localhost:8099/bin'
|
|
Left = 40
|
|
Top = 16
|
|
end
|
|
end
|