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

📄 speedform.dfm

📁 C++网络麻将源代码
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -