| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 | object FileDownLoadForm: TFileDownLoadForm  Left = 907  Top = 355  BorderIcons = [biSystemMenu]  BorderStyle = bsDialog  Caption = #26032#29256#26412#19979#36733  ClientHeight = 175  ClientWidth = 463  Color = clBtnFace  Font.Charset = DEFAULT_CHARSET  Font.Color = clWindowText  Font.Height = -13  Font.Name = #24494#36719#38597#40657  Font.Style = []  FormStyle = fsStayOnTop  OldCreateOrder = False  Position = poScreenCenter  OnCreate = FormCreate  PixelsPerInch = 96  TextHeight = 19  object lblFileName: TLabel    Left = 24    Top = 32    Width = 86    Height = 20    Caption = 'lblFileName'    Font.Charset = DEFAULT_CHARSET    Font.Color = clWindowText    Font.Height = -15    Font.Name = #24494#36719#38597#40657    Font.Style = []    ParentFont = False  end  object gDown: TGauge    Left = 24    Top = 64    Width = 417    Height = 35    ForeColor = clBlue    Font.Charset = DEFAULT_CHARSET    Font.Color = clBlack    Font.Height = -16    Font.Name = #24494#36719#38597#40657    Font.Style = []    ParentFont = False    Progress = 0  end  object ITPDown: TIdHTTP    MaxLineAction = maException    ReadTimeout = 0    OnWork = ITPDownWork    OnWorkBegin = ITPDownWorkBegin    OnWorkEnd = ITPDownWorkEnd    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 = 280    Top = 32  endend
 |