📄 displayform.dfm
字号:
object frmDisplay: TfrmDisplay
Left = 294
Top = 141
Width = 427
Height = 359
Caption = 'Voltage Value'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 0
Top = 32
Width = 39
Height = 13
Caption = '0 / Stop'
end
object Label2: TLabel
Left = 240
Top = 32
Width = 70
Height = 13
Caption = '10 Times/Sec.'
end
object trbTimer: TTrackBar
Left = 8
Top = 8
Width = 273
Height = 25
Orientation = trHorizontal
Frequency = 1
Position = 1
SelEnd = 0
SelStart = 0
TabOrder = 0
TickMarks = tmBottomRight
TickStyle = tsAuto
OnChange = trbTimerChange
end
object btnExit: TButton
Left = 320
Top = 8
Width = 75
Height = 25
Caption = 'Exit'
TabOrder = 1
OnClick = btnExitClick
end
object ScanTimer: TTimer
Enabled = False
OnTimer = ScanTimerTimer
Top = 48
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -