⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unitmutithreadmainform.~dfm

📁 多线程下载 delphi 源代码
💻 ~DFM
字号:
object Form1: TForm1
  Left = 175
  Top = 132
  Width = 510
  Height = 298
  Caption = #22810#32447#31243#19979#36733#19968#20010#22270#29255
  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 Label2: TLabel
    Left = 8
    Top = 64
    Width = 36
    Height = 13
    Caption = #32447#31243#25968
  end
  object Button1: TButton
    Left = 184
    Top = 168
    Width = 75
    Height = 25
    Caption = #24320#22987#19979#36733
    TabOrder = 0
    OnClick = Button1Click
  end
  object ProgressBar1: TProgressBar
    Left = 56
    Top = 104
    Width = 150
    Height = 17
    TabOrder = 1
  end
  object Button2: TButton
    Left = 272
    Top = 168
    Width = 75
    Height = 25
    Caption = #26242#20572
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 360
    Top = 168
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 3
    OnClick = Button3Click
  end
  object ListBox1: TListBox
    Left = 56
    Top = 136
    Width = 121
    Height = 97
    ItemHeight = 13
    TabOrder = 4
  end
  object Edit1: TEdit
    Left = 56
    Top = 16
    Width = 409
    Height = 21
    TabOrder = 5
  end
  object Edit2: TEdit
    Left = 56
    Top = 56
    Width = 81
    Height = 21
    TabOrder = 6
    Text = '5'
  end
  object IdAntiFreeze1: TIdAntiFreeze
    OnlyWhenIdle = False
    Left = 384
    Top = 40
  end
  object IdHTTP1: 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 = 416
    Top = 112
  end
  object SaveDialog1: TSaveDialog
    Left = 432
    Top = 184
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -