📄 mainform.dfm
字号:
object frmMain: TfrmMain
Left = 285
Top = 234
Width = 355
Height = 315
Caption = 'Demo Analog Output with bus master DMA'
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 labDevice: TLabel
Left = 24
Top = 16
Width = 51
Height = 13
Caption = 'No Device'
end
object Label13: TLabel
Left = 190
Top = 156
Width = 54
Height = 13
Caption = 'Pacer Rate'
end
object Label14: TLabel
Left = 190
Top = 183
Width = 35
Height = 13
Caption = 'Conv.#'
end
object Label15: TLabel
Left = 190
Top = 132
Width = 39
Height = 13
Caption = 'Channel'
end
object GroupBox1: TGroupBox
Left = 230
Top = 44
Width = 91
Height = 69
Caption = 'Single/Auto'
TabOrder = 0
object radCyclic: TRadioButton
Left = 13
Top = 22
Width = 49
Height = 17
Caption = 'Cyclic'
Checked = True
TabOrder = 0
TabStop = True
end
object radNoCyclic: TRadioButton
Left = 13
Top = 41
Width = 65
Height = 17
Caption = 'NoCyclic'
TabOrder = 1
end
end
object GroupBox2: TGroupBox
Left = 14
Top = 44
Width = 91
Height = 69
Caption = 'Trigger Source'
TabOrder = 1
object radInternal: TRadioButton
Left = 16
Top = 24
Width = 57
Height = 17
Caption = 'Internal'
Checked = True
TabOrder = 0
TabStop = True
end
object radExternal: TRadioButton
Left = 16
Top = 40
Width = 65
Height = 17
Caption = 'External'
TabOrder = 1
end
end
object GroupBox3: TGroupBox
Left = 126
Top = 44
Width = 83
Height = 69
Caption = 'Event'
TabOrder = 2
object radEnable: TRadioButton
Left = 16
Top = 24
Width = 57
Height = 17
Caption = 'Enable'
Checked = True
TabOrder = 0
TabStop = True
end
object eadDisable: TRadioButton
Left = 16
Top = 40
Width = 57
Height = 17
Caption = 'Disable'
TabOrder = 1
end
end
object Select: TButton
Left = 248
Top = 8
Width = 75
Height = 25
Caption = 'Select'
TabOrder = 3
OnClick = SelectClick
end
object Start: TButton
Left = 240
Top = 216
Width = 75
Height = 25
Caption = 'Start'
TabOrder = 4
OnClick = StartClick
end
object GroupBox4: TGroupBox
Left = 14
Top = 124
Width = 163
Height = 157
Caption = 'Output Wave'
TabOrder = 5
object Label4: TLabel
Left = 8
Top = 24
Width = 49
Height = 13
Caption = 'Waveform'
end
object Label5: TLabel
Left = 17
Top = 64
Width = 63
Height = 13
Caption = 'Magnitude V)'
end
object Label6: TLabel
Left = 17
Top = 96
Width = 44
Height = 13
Caption = 'Offset (V)'
end
object Label7: TLabel
Left = 17
Top = 128
Width = 68
Height = 13
Caption = 'Period (Points)'
end
object cmbWaveForm: TComboBox
Left = 64
Top = 24
Width = 89
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
Items.Strings = (
'Sine'
'Triangle'
'Square')
end
object edtMagnitude: TEdit
Left = 90
Top = 61
Width = 55
Height = 21
TabOrder = 1
Text = '2'
end
object edtOffset: TEdit
Left = 90
Top = 93
Width = 55
Height = 21
TabOrder = 2
Text = '2'
end
object edtPeriod: TEdit
Left = 90
Top = 125
Width = 55
Height = 21
TabOrder = 3
Text = '500'
end
end
object edtRate: TEdit
Left = 246
Top = 156
Width = 67
Height = 21
TabOrder = 6
Text = '100000'
end
object edtConv: TEdit
Left = 246
Top = 180
Width = 67
Height = 21
TabOrder = 7
Text = '32768'
end
object cmbChannel: TComboBox
Left = 238
Top = 124
Width = 75
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 8
end
object butExit: TButton
Left = 240
Top = 248
Width = 75
Height = 25
Caption = 'Exit'
TabOrder = 9
OnClick = butExitClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -