report.~dfm
来自「系統硬件測試,主板的型號」· ~DFM 代码 · 共 68 行
~DFM
68 行
object FrmReport: TFrmReport
Left = 380
Top = 268
BorderStyle = bsNone
Caption = 'FrmReport'
ClientHeight = 99
ClientWidth = 308
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 308
Height = 99
Align = alClient
TabOrder = 0
object Label1: TLabel
Left = 19
Top = 28
Width = 272
Height = 16
Caption = #35531#31245#24460#27491#22312#23566#20986#30828#20214#21450#23433#35037#36575#39636#22577#34920
Font.Charset = ANSI_CHARSET
Font.Color = clGreen
Font.Height = -16
Font.Name = #27161#26999#39636
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 98
Top = 60
Width = 108
Height = 16
Caption = '............'
Font.Charset = ANSI_CHARSET
Font.Color = clGreen
Font.Height = -16
Font.Name = #27161#26999#39636
Font.Style = [fsBold]
ParentFont = False
end
end
object Timer1: TTimer
Enabled = False
Interval = 3000
OnTimer = Timer1Timer
Left = 16
Top = 56
end
object Timer2: TTimer
Interval = 100
OnTimer = Timer2Timer
Left = 16
Top = 16
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?