diffunit.dfm
来自「一个麻将程序。我的。」· DFM 代码 · 共 62 行
DFM
62 行
object difficult: Tdifficult
Left = 644
Top = 333
Width = 112
Height = 155
Caption = '难度'
Color = 12615808
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 = 32
Top = 24
Width = 57
Height = 17
Caption = '难'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 0
end
object RadioButton2: TRadioButton
Left = 32
Top = 52
Width = 57
Height = 17
Caption = '中'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 1
end
object RadioButton3: TRadioButton
Left = 32
Top = 80
Width = 57
Height = 17
Caption = '易'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?