📄 backlightset.~dfm
字号:
object Form7: TForm7
Left = 241
Top = 176
Width = 366
Height = 263
Caption = '背光设置'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object RadioGroup1: TRadioGroup
Left = 32
Top = 8
Width = 217
Height = 121
Caption = '背光设置:'
TabOrder = 0
end
object RadioButton1: TRadioButton
Left = 72
Top = 40
Width = 113
Height = 17
Caption = '打开'
TabOrder = 1
end
object RadioButton2: TRadioButton
Left = 72
Top = 88
Width = 113
Height = 17
Caption = '关闭'
TabOrder = 2
end
object BitBtn1: TBitBtn
Left = 24
Top = 144
Width = 75
Height = 25
Caption = '确定'
TabOrder = 3
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 184
Top = 144
Width = 75
Height = 25
Caption = '取消'
TabOrder = 4
OnClick = BitBtn2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -