unitspeed.dfm

来自「俄罗斯方块双打版」· DFM 代码 · 共 54 行

DFM
54
字号
object FormSpeed: TFormSpeed
  Left = 715
  Top = 314
  Width = 229
  Height = 124
  Caption = #36895#24230#35774#32622
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 28
    Width = 59
    Height = 13
    Caption = #36895#24230#31561#32423':'
  end
  object Edit1: TEdit
    Left = 88
    Top = 24
    Width = 73
    Height = 21
    TabOrder = 0
    Text = '0'
  end
  object UpDown1: TUpDown
    Left = 161
    Top = 24
    Width = 15
    Height = 21
    Associate = Edit1
    Min = 0
    Position = 0
    TabOrder = 1
    Wrap = False
  end
  object BitBtn1: TBitBtn
    Left = 80
    Top = 64
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
    Kind = bkOK
    Spacing = 6
  end
end

⌨️ 快捷键说明

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