PHPWebDm.dfm 662 B

12345678910111213141516171819202122232425
  1. object PHPWeb: TPHPWeb
  2. OldCreateOrder = False
  3. OnCreate = DataModuleCreate
  4. Left = 771
  5. Top = 216
  6. Height = 226
  7. Width = 281
  8. object IdHTTP: TIdHTTP
  9. MaxLineAction = maException
  10. ReadTimeout = 0
  11. AllowCookies = True
  12. ProxyParams.BasicAuthentication = False
  13. ProxyParams.ProxyPort = 0
  14. Request.ContentLength = -1
  15. Request.ContentRangeEnd = 0
  16. Request.ContentRangeStart = 0
  17. Request.ContentType = 'text/html'
  18. Request.Accept = 'text/html, */*'
  19. Request.BasicAuthentication = False
  20. Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
  21. HTTPOptions = [hoForceEncodeParams]
  22. Left = 64
  23. Top = 48
  24. end
  25. end