| 12345678910111213141516171819202122232425 | object PHPWeb: TPHPWeb  OldCreateOrder = False  OnCreate = DataModuleCreate  Left = 771  Top = 216  Height = 226  Width = 281  object IdHTTP: TIdHTTP    MaxLineAction = maException    ReadTimeout = 0    AllowCookies = True    ProxyParams.BasicAuthentication = False    ProxyParams.ProxyPort = 0    Request.ContentLength = -1    Request.ContentRangeEnd = 0    Request.ContentRangeStart = 0    Request.ContentType = 'text/html'    Request.Accept = 'text/html, */*'    Request.BasicAuthentication = False    Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'    HTTPOptions = [hoForceEncodeParams]    Left = 64    Top = 48  endend
 |