unit25.~dfm

来自「本人帮别人写的一个卡特尔16F性格检测程序」· ~DFM 代码 · 共 58 行

~DFM
58
字号
object Form2: TForm2
  Left = 270
  Top = 107
  Width = 686
  Height = 91
  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 Panel4: TPanel
    Left = 8
    Top = 8
    Width = 657
    Height = 41
    BevelOuter = bvNone
    Ctl3D = False
    ParentCtl3D = False
    TabOrder = 0
    object Label9: TLabel
      Left = 0
      Top = 0
      Width = 32
      Height = 13
      Caption = 'Label9'
    end
    object RadioButton1: TRadioButton
      Left = 24
      Top = 24
      Width = 201
      Height = 17
      Caption = 'RadioButton1'
      TabOrder = 0
    end
    object RadioButton2: TRadioButton
      Left = 224
      Top = 24
      Width = 233
      Height = 17
      Caption = 'RadioButton1'
      TabOrder = 1
    end
    object RadioButton3: TRadioButton
      Left = 456
      Top = 24
      Width = 201
      Height = 17
      Caption = 'RadioButton1'
      TabOrder = 2
    end
  end
end

⌨️ 快捷键说明

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