FileDownLoadFrm.dfm 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. object FileDownLoadForm: TFileDownLoadForm
  2. Left = 680
  3. Top = 367
  4. BorderIcons = []
  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. PixelsPerInch = 96
  19. TextHeight = 19
  20. object lblFileName: TLabel
  21. Left = 24
  22. Top = 32
  23. Width = 86
  24. Height = 20
  25. Caption = 'lblFileName'
  26. Font.Charset = DEFAULT_CHARSET
  27. Font.Color = clWindowText
  28. Font.Height = -15
  29. Font.Name = #24494#36719#38597#40657
  30. Font.Style = []
  31. ParentFont = False
  32. end
  33. object gDown: TGauge
  34. Left = 24
  35. Top = 64
  36. Width = 417
  37. Height = 41
  38. ForeColor = clOlive
  39. Font.Charset = DEFAULT_CHARSET
  40. Font.Color = clRed
  41. Font.Height = -16
  42. Font.Name = #24494#36719#38597#40657
  43. Font.Style = []
  44. ParentFont = False
  45. Progress = 0
  46. end
  47. object ITPDown: TIdHTTP
  48. MaxLineAction = maException
  49. ReadTimeout = 0
  50. OnWork = ITPDownWork
  51. OnWorkBegin = ITPDownWorkBegin
  52. OnWorkEnd = ITPDownWorkEnd
  53. AllowCookies = True
  54. ProxyParams.BasicAuthentication = False
  55. ProxyParams.ProxyPort = 0
  56. Request.ContentLength = -1
  57. Request.ContentRangeEnd = 0
  58. Request.ContentRangeStart = 0
  59. Request.ContentType = 'text/html'
  60. Request.Accept = 'text/html, */*'
  61. Request.BasicAuthentication = False
  62. Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
  63. HTTPOptions = [hoForceEncodeParams]
  64. Left = 280
  65. Top = 32
  66. end
  67. end