unit1.~dfm

来自「这有很多Delphi应用的例子」· ~DFM 代码 · 共 50 行

~DFM
50
字号
object Form1: TForm1
  Left = 200
  Top = 204
  Width = 384
  Height = 324
  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 CheckBox1: TCheckBox
    Left = 56
    Top = 32
    Width = 169
    Height = 17
    Caption = #26159#21542#22312'Memo'#20013#22686#21152#25991#26412
    TabOrder = 0
  end
  object Button1: TButton
    Left = 248
    Top = 32
    Width = 75
    Height = 25
    Caption = #22686#21152#25991#26412
    TabOrder = 1
    OnClick = Button1Click
  end
  object RadioButton1: TRadioButton
    Left = 56
    Top = 96
    Width = 113
    Height = 17
    Caption = 'RadioButton1'
    TabOrder = 2
  end
  object RadioButton2: TRadioButton
    Left = 64
    Top = 144
    Width = 113
    Height = 17
    Caption = 'RadioButton2'
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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