unit1.dfm

来自「C++Builder高级应用开发指南随书源码」· DFM 代码 · 共 74 行

DFM
74
字号
object Form1: TForm1
  Left = 396
  Top = 206
  Width = 383
  Height = 224
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 40
    Width = 24
    Height = 12
    Caption = 'URL:'
  end
  object Label2: TLabel
    Left = 16
    Top = 80
    Width = 30
    Height = 12
    Caption = 'File:'
  end
  object ProgressBar1: TProgressBar
    Left = 24
    Top = 120
    Width = 337
    Height = 16
    Min = 0
    Max = 100
    TabOrder = 0
  end
  object Button1: TButton
    Left = 72
    Top = 160
    Width = 75
    Height = 25
    Caption = '下载'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 232
    Top = 160
    Width = 75
    Height = 25
    Caption = '停止'
    TabOrder = 2
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 48
    Top = 32
    Width = 313
    Height = 20
    TabOrder = 3
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 48
    Top = 72
    Width = 313
    Height = 20
    TabOrder = 4
    Text = 'Edit2'
  end
end

⌨️ 快捷键说明

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