📄 freqinform.dfm
字号:
object frmFreq: TfrmFreq
Left = 192
Top = 107
BorderStyle = bsDialog
Caption = 'Freqin'
ClientHeight = 221
ClientWidth = 414
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 192
Width = 33
Height = 13
Caption = '0/Stop'
end
object Label2: TLabel
Left = 248
Top = 192
Width = 63
Height = 13
Caption = '10 times/Sec'
end
object grpDeviceSelection: TGroupBox
Left = 8
Top = 16
Width = 385
Height = 41
Caption = 'Device Selection'
TabOrder = 0
object labDeviceName: TLabel
Left = 11
Top = 14
Width = 261
Height = 19
AutoSize = False
end
object btnSelectDevice: TButton
Left = 288
Top = 11
Width = 89
Height = 25
Caption = 'Select Device'
TabOrder = 0
OnClick = btnSelectDeviceClick
end
end
object grpChannel: TGroupBox
Left = 8
Top = 80
Width = 97
Height = 65
Caption = 'Channel'
TabOrder = 1
object cmbChannel: TComboBox
Left = 8
Top = 28
Width = 81
Height = 21
ItemHeight = 13
TabOrder = 0
Text = '0'
end
end
object btnStart: TButton
Left = 320
Top = 88
Width = 75
Height = 25
Caption = 'Start'
TabOrder = 2
OnClick = btnStartClick
end
object btnExit: TButton
Left = 320
Top = 168
Width = 75
Height = 25
Caption = 'Exit'
TabOrder = 3
OnClick = btnExitClick
end
object grpFreqReading: TGroupBox
Left = 112
Top = 80
Width = 177
Height = 65
Caption = 'Frequency Reading'
TabOrder = 4
object stFreq: TStaticText
Left = 16
Top = 16
Width = 145
Height = 41
Alignment = taCenter
AutoSize = False
BorderStyle = sbsSunken
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
end
end
object tbScanTime: TTrackBar
Left = 8
Top = 152
Width = 281
Height = 33
Orientation = trHorizontal
Frequency = 1
Position = 1
SelEnd = 0
SelStart = 0
TabOrder = 5
TickMarks = tmBottomRight
TickStyle = tsAuto
OnChange = tbScanTimeChange
end
object btnStop: TButton
Left = 320
Top = 131
Width = 75
Height = 25
Caption = 'Stop'
Enabled = False
TabOrder = 6
OnClick = btnStopClick
end
object ScanTimer: TTimer
Enabled = False
OnTimer = ScanTimerTimer
Left = 288
Top = 64
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -