unit2.dfm
来自「类似弹珠的小游戏」· DFM 代码 · 共 46 行
DFM
46 行
object Form2: TForm2
Left = 216
Top = 338
Width = 272
Height = 191
Caption = '设置水平对话框'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 24
object RadioGroup1: TRadioGroup
Left = 8
Top = 8
Width = 145
Height = 153
Caption = '水平设置'
ItemIndex = 0
Items.Strings = (
'初级水平'
'中级水平'
'高级水平')
TabOrder = 0
end
object BitBtn1: TBitBtn
Left = 168
Top = 32
Width = 83
Height = 41
TabOrder = 1
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 168
Top = 96
Width = 91
Height = 41
TabOrder = 2
Kind = bkCancel
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?