📄 speed1.dfm
字号:
object Speed: TSpeed
Left = 120
Top = 106
BorderStyle = bsDialog
Caption = '计算机基本信息'
ClientHeight = 198
ClientWidth = 375
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 14
object Label1: TLabel
Left = 38
Top = 124
Width = 300
Height = 14
Alignment = taCenter
AutoSize = False
Caption = 'Label1'
end
object Label2: TLabel
Left = 38
Top = 28
Width = 300
Height = 14
Alignment = taCenter
AutoSize = False
Caption = 'Label2'
end
object Label3: TLabel
Left = 38
Top = 92
Width = 300
Height = 14
Alignment = taCenter
AutoSize = False
Caption = 'Label3'
end
object Label4: TLabel
Left = 38
Top = 60
Width = 300
Height = 14
Alignment = taCenter
AutoSize = False
Caption = 'Label4'
end
object Label5: TLabel
Left = 38
Top = 156
Width = 300
Height = 14
Alignment = taCenter
AutoSize = False
Caption = 'Label5'
WordWrap = True
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -