checkform.dfm
来自「16 relay output channels and 16 isolated」· DFM 代码 · 共 67 行
DFM
67 行
object frmCheck: TfrmCheck
Left = 343
Top = 379
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Check the Event'
ClientHeight = 134
ClientWidth = 269
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 = 87
Height = 13
Caption = 'Underrun 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 = 96
Top = 96
Width = 75
Height = 25
Caption = 'Stop'
TabOrder = 0
OnClick = StopClick
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?