📄 unit1.dfm
字号:
object Form1: TForm1
Left = 439
Top = 309
Width = 238
Height = 144
Caption = '检测声卡是否安装'
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 = 8
Top = 8
Width = 217
Height = 73
Caption = '结果'
Items.Strings = (
'已安装声卡'
'未安装声卡')
TabOrder = 0
end
object Button1: TButton
Left = 80
Top = 87
Width = 75
Height = 25
Caption = '检测'
TabOrder = 1
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -