📄 foutform.dfm
字号:
object frmFout: TfrmFout
Left = 192
Top = 107
BorderStyle = bsDialog
Caption = 'Freq Out'
ClientHeight = 175
ClientWidth = 417
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 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 btnStart: TButton
Left = 16
Top = 136
Width = 73
Height = 25
Caption = 'Start'
TabOrder = 1
OnClick = btnStartClick
end
object btnStop: TButton
Left = 168
Top = 136
Width = 73
Height = 25
Caption = 'Stop'
TabOrder = 2
OnClick = btnStopClick
end
object btnExit: TButton
Left = 311
Top = 136
Width = 75
Height = 25
Caption = 'Exit'
TabOrder = 3
OnClick = btnExitClick
end
object grpChannel: TGroupBox
Left = 8
Top = 80
Width = 97
Height = 41
Caption = 'Channel'
TabOrder = 4
object cmbChannel: TComboBox
Left = 16
Top = 16
Width = 65
Height = 21
ItemHeight = 13
TabOrder = 0
Text = '0'
Items.Strings = (
'0'
'1'
'2'
'3'
'4'
'5')
end
end
object grpFoutSrc: TGroupBox
Left = 152
Top = 80
Width = 97
Height = 41
Caption = 'FoutSrc'
TabOrder = 5
object cmbFoutSrc: TComboBox
Left = 16
Top = 16
Width = 73
Height = 21
ItemHeight = 13
TabOrder = 0
Text = '10MHz'
Items.Strings = (
'10MHZ')
end
end
object grpDivider: TGroupBox
Left = 296
Top = 80
Width = 97
Height = 41
Caption = 'Divider'
TabOrder = 6
object EditDivider: TEdit
Left = 16
Top = 16
Width = 73
Height = 21
TabOrder = 0
Text = '1000'
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -