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

📄 main.dfm

📁 delphi写的http的download来Update的源码
💻 DFM
字号:
object Form1: TForm1
  Left = 0
  Top = 0
  Width = 744
  Height = 619
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label3: TLabel
    Left = 8
    Top = 520
    Width = 60
    Height = 13
    Caption = #24403#21069#36827#24230#65306
  end
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 72
    Height = 13
    Caption = #21319#32423#26381#21153#22120#65306
  end
  object Label2: TLabel
    Left = 8
    Top = 72
    Width = 84
    Height = 13
    Caption = #21319#32423#25991#20214#21015#34920#65306
  end
  object g1: TGauge
    Left = 64
    Top = 518
    Width = 648
    Height = 17
    Progress = 0
  end
  object lblCount: TLabel
    Left = 64
    Top = 539
    Width = 3
    Height = 13
  end
  object Label4: TLabel
    Left = 512
    Top = 539
    Width = 60
    Height = 13
    Caption = #19979#36733#36895#24230#65306
  end
  object lblSpeed: TLabel
    Left = 576
    Top = 539
    Width = 3
    Height = 13
  end
  object cbb1: TComboBox
    Left = 8
    Top = 27
    Width = 145
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 0
  end
  object lv1: TListView
    Left = 8
    Top = 91
    Width = 704
    Height = 406
    Columns = <>
    TabOrder = 1
  end
  object chk1: TCheckBox
    Left = 8
    Top = 497
    Width = 53
    Height = 17
    Caption = #20840#36873
    TabOrder = 2
    OnClick = chk1Click
  end
  object chk2: TCheckBox
    Left = 67
    Top = 497
    Width = 52
    Height = 17
    Caption = #24517#39035
    TabOrder = 3
    OnClick = chk2Click
  end
  object btn1: TButton
    Left = 608
    Top = 8
    Width = 75
    Height = 25
    Caption = #21319#32423
    TabOrder = 4
    OnClick = btn1Click
  end
  object btn2: TButton
    Left = 608
    Top = 32
    Width = 75
    Height = 25
    Caption = #21462#28040
    Enabled = False
    TabOrder = 5
    OnClick = btn2Click
  end
end

⌨️ 快捷键说明

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