unit2.dfm

来自「Delphi面向对象编程思想附书源码 好用哦!」· DFM 代码 · 共 50 行

DFM
50
字号
object Form2: TForm2
  Left = 17
  Top = 27
  Width = 177
  Height = 218
  Caption = 'Form2'
  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 = 32
    Top = 72
    Width = 97
    Height = 17
    Caption = 'CheckBox1'
    TabOrder = 0
  end
  object RadioButton1: TRadioButton
    Left = 32
    Top = 40
    Width = 113
    Height = 17
    Caption = 'RadioButton1'
    TabOrder = 1
  end
  object BitBtn1: TBitBtn
    Left = 48
    Top = 136
    Width = 75
    Height = 25
    TabOrder = 2
    Kind = bkClose
  end
  object Button1: TButton
    Left = 48
    Top = 104
    Width = 75
    Height = 25
    Caption = #27979#35797
    TabOrder = 3
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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