style.dfm

来自「是个文档,和软件工程类似,如何实现一工程所需步骤」· DFM 代码 · 共 59 行

DFM
59
字号
object frmstyle: Tfrmstyle
  Left = 247
  Top = 210
  Width = 237
  Height = 198
  Caption = #39118#26684
  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 = 32
    Top = 16
    Width = 153
    Height = 129
    Caption = #39118#26684#35774#32622
    TabOrder = 0
    object RadioButton1: TRadioButton
      Left = 32
      Top = 72
      Width = 113
      Height = 17
      Caption = 'XP'
      TabOrder = 0
    end
    object RadioButton2: TRadioButton
      Left = 32
      Top = 48
      Width = 113
      Height = 17
      Caption = #32463#20856
      TabOrder = 1
    end
    object RadioButton3: TRadioButton
      Left = 32
      Top = 24
      Width = 113
      Height = 17
      Caption = #40664#35748
      Checked = True
      TabOrder = 2
      TabStop = True
    end
    object RadioButton4: TRadioButton
      Left = 32
      Top = 96
      Width = 113
      Height = 17
      Caption = 'MAC'
      TabOrder = 3
    end
  end
end

⌨️ 快捷键说明

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