FileDownLoadFrm.dfm 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. object FileDownLoadForm: TFileDownLoadForm
  2. Left = 680
  3. Top = 367
  4. BorderIcons = [biSystemMenu]
  5. BorderStyle = bsDialog
  6. Caption = #26032#29256#26412#19979#36733
  7. ClientHeight = 183
  8. ClientWidth = 463
  9. Color = clBtnFace
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -13
  13. Font.Name = #24494#36719#38597#40657
  14. Font.Style = []
  15. FormStyle = fsStayOnTop
  16. OldCreateOrder = False
  17. Position = poScreenCenter
  18. OnCreate = FormCreate
  19. PixelsPerInch = 96
  20. TextHeight = 19
  21. object lblFileName: TLabel
  22. Left = 24
  23. Top = 32
  24. Width = 86
  25. Height = 20
  26. Caption = 'lblFileName'
  27. Font.Charset = DEFAULT_CHARSET
  28. Font.Color = clWindowText
  29. Font.Height = -15
  30. Font.Name = #24494#36719#38597#40657
  31. Font.Style = []
  32. ParentFont = False
  33. end
  34. object gDown: TGauge
  35. Left = 24
  36. Top = 64
  37. Width = 417
  38. Height = 35
  39. ForeColor = clBlue
  40. Font.Charset = DEFAULT_CHARSET
  41. Font.Color = clBlack
  42. Font.Height = -16
  43. Font.Name = #24494#36719#38597#40657
  44. Font.Style = []
  45. ParentFont = False
  46. Progress = 0
  47. end
  48. object ITPDown: TIdHTTP
  49. MaxLineAction = maException
  50. ReadTimeout = 0
  51. OnWork = ITPDownWork
  52. OnWorkBegin = ITPDownWorkBegin
  53. OnWorkEnd = ITPDownWorkEnd
  54. AllowCookies = True
  55. ProxyParams.BasicAuthentication = False
  56. ProxyParams.ProxyPort = 0
  57. Request.ContentLength = -1
  58. Request.ContentRangeEnd = 0
  59. Request.ContentRangeStart = 0
  60. Request.ContentType = 'text/html'
  61. Request.Accept = 'text/html, */*'
  62. Request.BasicAuthentication = False
  63. Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
  64. HTTPOptions = [hoForceEncodeParams]
  65. Left = 280
  66. Top = 32
  67. end
  68. end