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