speedform.dfm

来自「一个麻将程序。我的。」· DFM 代码 · 共 44 行

DFM
44
字号
object speedset: Tspeedset
  Left = 321
  Top = 181
  Width = 112
  Height = 150
  Caption = '速度'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object RadioButton1: TRadioButton
    Left = 24
    Top = 16
    Width = 65
    Height = 17
    Caption = '快速'
    TabOrder = 0
  end
  object RadioButton2: TRadioButton
    Left = 24
    Top = 48
    Width = 65
    Height = 17
    Caption = '中速'
    TabOrder = 1
  end
  object RadioButton3: TRadioButton
    Left = 24
    Top = 80
    Width = 65
    Height = 17
    Caption = '慢速'
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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