📄 unit2_.dfm
字号:
object SettingsForm: TSettingsForm
Left = 720
Top = 676
BorderStyle = bsNone
Caption = 'SettingsForm'
ClientHeight = 150
ClientWidth = 104
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 81
Height = 129
Caption = 'Bits Per Pixel'
TabOrder = 0
object BPP32: TRadioButton
Left = 24
Top = 24
Width = 41
Height = 17
Caption = '32'
TabOrder = 0
OnClick = BPP32Click
end
object bpp24: TRadioButton
Left = 24
Top = 48
Width = 41
Height = 17
Caption = '24'
TabOrder = 1
OnClick = BPP32Click
end
object bpp16: TRadioButton
Left = 24
Top = 72
Width = 41
Height = 17
Caption = '16'
TabOrder = 2
OnClick = BPP32Click
end
object BPP8: TRadioButton
Left = 24
Top = 96
Width = 41
Height = 17
Caption = '8'
TabOrder = 3
OnClick = BPP32Click
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -