| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- object Form1: TForm1
- Left = 192
- Top = 131
- Width = 479
- Height = 496
- Caption = 'Form1'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object btnPost: TButton
- Left = 232
- Top = 168
- Width = 75
- Height = 25
- Caption = 'Post'
- TabOrder = 0
- OnClick = btnPostClick
- end
- object mmInfo: TMemo
- Left = 32
- Top = 24
- Width = 273
- Height = 129
- Lines.Strings = (
-
- '{"product":"'#27979#35797#25968#25454'","version":"10.1.3","countdate":"2021/10/13","c' +
- 'odekey":"TScProjectGLJ.FixDataError.1"}')
- ScrollBars = ssBoth
- TabOrder = 1
- end
- object mmResult: TMemo
- Left = 32
- Top = 216
- Width = 273
- Height = 137
- ScrollBars = ssBoth
- TabOrder = 2
- end
- 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 = 136
- Top = 155
- end
- end
|