unit2_.dfm

来自「类似超级玛丽模型之二(DELPHIX)」· DFM 代码 · 共 64 行

DFM
64
字号
object SettingsForm: TSettingsForm
  Left = 720
  Top = 676
  BorderStyle = bsNone
  Caption = 'SettingsForm'
  ClientHeight = 150
  ClientWidth = 104
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 81
    Height = 129
    Caption = 'Bits Per Pixel'
    TabOrder = 0
    object BPP32: TRadioButton
      Left = 24
      Top = 24
      Width = 41
      Height = 17
      Caption = '32'
      TabOrder = 0
      OnClick = BPP32Click
    end
    object bpp24: TRadioButton
      Left = 24
      Top = 48
      Width = 41
      Height = 17
      Caption = '24'
      TabOrder = 1
      OnClick = BPP32Click
    end
    object bpp16: TRadioButton
      Left = 24
      Top = 72
      Width = 41
      Height = 17
      Caption = '16'
      TabOrder = 2
      OnClick = BPP32Click
    end
    object BPP8: TRadioButton
      Left = 24
      Top = 96
      Width = 41
      Height = 17
      Caption = '8'
      TabOrder = 3
      OnClick = BPP32Click
    end
  end
end

⌨️ 快捷键说明

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