unit1.~dfm

来自「动态创建VCL控件并显示在界面上 创建控件的个数由用户指定 创建后自动排列控」· ~DFM 代码 · 共 57 行

~DFM
57
字号
object Form1: TForm1
  Left = 194
  Top = 133
  Width = 696
  Height = 480
  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 Label1: TLabel
    Left = 4
    Top = 19
    Width = 24
    Height = 13
    Caption = #25968#37327
  end
  object Label2: TLabel
    Left = 388
    Top = 11
    Width = 32
    Height = 13
    Caption = 'Label2'
  end
  object Button1: TButton
    Left = 153
    Top = 11
    Width = 75
    Height = 25
    Caption = #21019#24314
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 43
    Top = 14
    Width = 94
    Height = 21
    TabOrder = 1
    Text = '100'
  end
  object Button2: TButton
    Left = 282
    Top = 14
    Width = 75
    Height = 25
    Caption = 'Button2'
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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