📄 unit1.dfm
字号:
object Form1: TForm1
Left = 287
Top = 229
Width = 265
Height = 156
Caption = '检测CD-ROM是否自动运行'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 12
object RadioGroup1: TRadioGroup
Left = 7
Top = 5
Width = 242
Height = 84
Caption = '检测/设置'
Items.Strings = (
'允许自动运行'
'禁止自动运行')
TabOrder = 0
end
object Button1: TButton
Left = 16
Top = 96
Width = 97
Height = 25
Caption = '检测'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 144
Top = 96
Width = 97
Height = 25
Caption = '设置'
TabOrder = 2
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -