📄 checkform.dfm
字号:
object frmCheck: TfrmCheck
Left = 318
Top = 353
Width = 282
Height = 168
BorderIcons = [biMinimize, biMaximize]
Caption = 'Check the Event'
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 Label1: TLabel
Left = 48
Top = 16
Width = 82
Height = 13
Caption = 'Interrupt Counter:'
end
object labInterrupt: TLabel
Left = 136
Top = 16
Width = 3
Height = 13
end
object Label3: TLabel
Left = 48
Top = 40
Width = 110
Height = 13
Caption = 'Buffer change Counter:'
end
object Label4: TLabel
Left = 48
Top = 64
Width = 81
Height = 13
Caption = 'Overrun Counter:'
end
object labBuffChange: TLabel
Left = 171
Top = 40
Width = 3
Height = 13
end
object labOverrun: TLabel
Left = 147
Top = 64
Width = 3
Height = 13
end
object Stop: TButton
Left = 160
Top = 96
Width = 75
Height = 25
Caption = 'Stop'
TabOrder = 0
OnClick = StopClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -