unit1.dfm

来自「HttpGet.rar 上传下载控件」· DFM 代码 · 共 67 行

DFM
67
字号
object Form1: TForm1
  Left = 198
  Top = 112
  Width = 870
  Height = 291
  Caption = 'Form1'
  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 Edit1: TEdit
    Left = 80
    Top = 32
    Width = 705
    Height = 21
    TabOrder = 0
    Text = 'http://download.zbox.com.cn/download/zbox3setup.exe'
  end
  object Button1: TButton
    Left = 240
    Top = 112
    Width = 145
    Height = 57
    Caption = #19979#36733
    TabOrder = 1
    OnClick = Button1Click
  end
  object Edit2: TEdit
    Left = 80
    Top = 72
    Width = 425
    Height = 21
    TabOrder = 2
    Text = 'd:\setup.exe'
  end
  object pb: TProgressBar
    Left = 24
    Top = 200
    Width = 801
    Height = 33
    TabOrder = 3
  end
  object Button2: TButton
    Left = 432
    Top = 112
    Width = 161
    Height = 57
    Caption = #20013#26029
    TabOrder = 4
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 624
    Top = 112
    Width = 169
    Height = 57
    Caption = #32487#32493
    TabOrder = 5
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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