unit1.dfm

来自「DELPHI经典程序」· DFM 代码 · 共 81 行

DFM
81
字号
object Form1: TForm1
  Left = 242
  Top = 198
  Width = 260
  Height = 150
  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 GroupBox1: TGroupBox
    Left = 12
    Top = 10
    Width = 105
    Height = 105
    Caption = #20320#21916#27426#30340#23089#20048
    TabOrder = 0
    object CheckBox1: TCheckBox
      Left = 12
      Top = 20
      Width = 80
      Height = 20
      Caption = #30005#33041#28216#25103
      TabOrder = 0
    end
    object CheckBox2: TCheckBox
      Left = 12
      Top = 47
      Width = 80
      Height = 20
      Caption = #19978#32593
      TabOrder = 1
    end
    object CheckBox3: TCheckBox
      Left = 12
      Top = 74
      Width = 80
      Height = 20
      Caption = #21809#27468
      TabOrder = 2
    end
  end
  object GroupBox2: TGroupBox
    Left = 118
    Top = 10
    Width = 119
    Height = 105
    Caption = #20320#35748#20026#23089#20048#37325#35201#21527#65311
    TabOrder = 1
    object RadioButton1: TRadioButton
      Left = 6
      Top = 22
      Width = 87
      Height = 19
      Caption = #24456#37325#35201
      TabOrder = 0
    end
    object RadioButton2: TRadioButton
      Left = 6
      Top = 48
      Width = 100
      Height = 20
      Caption = #19981#37325#35201
      TabOrder = 1
    end
    object RadioButton3: TRadioButton
      Left = 6
      Top = 74
      Width = 100
      Height = 20
      Caption = #27809#24847#35265
      TabOrder = 2
    end
  end
end

⌨️ 快捷键说明

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