DMClient.dfm 832 B

12345678910111213141516171819202122232425262728293031
  1. object Client: TClient
  2. OldCreateOrder = False
  3. Height = 150
  4. Width = 303
  5. object FDMemTable: TFDMemTable
  6. CachedUpdates = True
  7. FetchOptions.AssignedValues = [evMode]
  8. FetchOptions.Mode = fmAll
  9. ResourceOptions.AssignedValues = [rvSilentMode]
  10. ResourceOptions.SilentMode = True
  11. UpdateOptions.AssignedValues = [uvCheckRequired, uvAutoCommitUpdates]
  12. UpdateOptions.CheckRequired = False
  13. UpdateOptions.AutoCommitUpdates = True
  14. Left = 40
  15. Top = 48
  16. end
  17. object NetHTTPClient: TNetHTTPClient
  18. Asynchronous = False
  19. ConnectionTimeout = 60000
  20. ResponseTimeout = 60000
  21. AllowCookies = True
  22. HandleRedirects = False
  23. UserAgent = 'Embarcadero URI Client/1.0'
  24. Left = 232
  25. Top = 48
  26. end
  27. object FDStanStorageBinLink: TFDStanStorageBinLink
  28. Left = 136
  29. Top = 48
  30. end
  31. end