📄 displayform.dfm
字号:
object frmDisplay: TfrmDisplay
Left = 309
Top = 236
Width = 452
Height = 312
Caption = 'Display the Voltage Value'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 6
Top = 56
Width = 427
Height = 219
Shape = bsFrame
end
object Label1: TLabel
Left = 24
Top = 40
Width = 39
Height = 13
Caption = '0 / Stop'
end
object Label2: TLabel
Left = 264
Top = 40
Width = 70
Height = 13
Caption = '10 Times/Sec.'
end
object shapLed: TShape
Left = 8
Top = 16
Width = 17
Height = 25
Brush.Color = clGray
Shape = stCircle
end
object trbTimer: TTrackBar
Left = 32
Top = 16
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 = 344
Top = 16
Width = 75
Height = 25
Caption = 'Exit'
TabOrder = 1
OnClick = btnExitClick
end
object ScanTimer: TTimer
Enabled = False
OnTimer = ScanTimerTimer
Left = 304
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -