Unit1.dfm 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. object Form1: TForm1
  2. Left = 192
  3. Top = 131
  4. Width = 479
  5. Height = 496
  6. Caption = 'Form1'
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'MS Sans Serif'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. PixelsPerInch = 96
  15. TextHeight = 13
  16. object btnPost: TButton
  17. Left = 232
  18. Top = 168
  19. Width = 75
  20. Height = 25
  21. Caption = 'Post'
  22. TabOrder = 0
  23. OnClick = btnPostClick
  24. end
  25. object mmInfo: TMemo
  26. Left = 32
  27. Top = 24
  28. Width = 273
  29. Height = 129
  30. Lines.Strings = (
  31. '{"product":"'#27979#35797#25968#25454'","version":"10.1.3","countdate":"2021/10/13","c' +
  32. 'odekey":"TScProjectGLJ.FixDataError.1"}')
  33. ScrollBars = ssBoth
  34. TabOrder = 1
  35. end
  36. object mmResult: TMemo
  37. Left = 32
  38. Top = 216
  39. Width = 273
  40. Height = 137
  41. ScrollBars = ssBoth
  42. TabOrder = 2
  43. end
  44. object IDHTTP: TIdHTTP
  45. MaxLineAction = maException
  46. ReadTimeout = 0
  47. AllowCookies = True
  48. ProxyParams.BasicAuthentication = False
  49. ProxyParams.ProxyPort = 0
  50. Request.ContentLength = -1
  51. Request.ContentRangeEnd = 0
  52. Request.ContentRangeStart = 0
  53. Request.ContentType = 'text/html'
  54. Request.Accept = 'text/html, */*'
  55. Request.BasicAuthentication = False
  56. Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
  57. HTTPOptions = [hoForceEncodeParams]
  58. Left = 136
  59. Top = 155
  60. end
  61. end