⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 style.dfm

📁 是个文档,和软件工程类似,如何实现一工程所需步骤
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -