📄 readform.dfm
字号:
object frmValue: TfrmValue
Left = 447
Top = 288
Width = 271
Height = 220
Caption = 'Read analog Input Value'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 24
Top = 8
Width = 217
Height = 57
Caption = 'Value'
TabOrder = 0
object EdtVolt: TEdit
Left = 40
Top = 16
Width = 121
Height = 32
Color = clNone
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -20
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 0
end
end
object GroupBox2: TGroupBox
Left = 24
Top = 72
Width = 217
Height = 73
Caption = 'Sample Rate'
TabOrder = 1
object Label1: TLabel
Left = 16
Top = 40
Width = 6
Height = 13
Caption = '1'
end
object Label2: TLabel
Left = 200
Top = 40
Width = 12
Height = 13
Caption = '10'
end
object Label3: TLabel
Left = 160
Top = 56
Width = 40
Height = 13
Caption = 'Times/S'
end
object ScrSampleRate: TScrollBar
Left = 16
Top = 24
Width = 193
Height = 16
PageSize = 0
TabOrder = 0
OnChange = ScrSampleRateChange
end
end
object BtnStop: TButton
Left = 32
Top = 160
Width = 75
Height = 25
Caption = 'Stop'
TabOrder = 2
OnClick = BtnStopClick
end
object BtnReadData: TButton
Left = 136
Top = 160
Width = 97
Height = 25
Caption = 'Read a data'
TabOrder = 3
OnClick = BtnReadDataClick
end
object Timer1: TTimer
Enabled = False
OnTimer = Timer1Timer
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -