📄 mainform.dfm
字号:
object frmMain: TfrmMain
Left = 269
Top = 183
Width = 474
Height = 244
Caption = 'Software Data Transfer'
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 Label2: TLabel
Left = 23
Top = 0
Width = 70
Height = 13
Caption = 'Select Device:'
end
object Label1: TLabel
Left = 15
Top = 112
Width = 76
Height = 13
Caption = 'Select a module'
end
object GroupBox1: TGroupBox
Left = 216
Top = 120
Width = 153
Height = 81
Caption = 'Scan Channel'
TabOrder = 0
object Label4: TLabel
Left = 11
Top = 20
Width = 53
Height = 13
Caption = 'Start Chan:'
end
object Label6: TLabel
Left = 11
Top = 48
Width = 90
Height = 13
Caption = 'Logical Chan Num:'
end
object cmbChannel: TComboBox
Left = 84
Top = 16
Width = 57
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
end
object txtScanNum: TEdit
Left = 104
Top = 48
Width = 35
Height = 21
TabOrder = 1
Text = '2'
end
end
object butStart: TButton
Left = 378
Top = 128
Width = 75
Height = 25
Caption = 'Start'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = butStartClick
end
object lstDevice: TListBox
Left = 12
Top = 16
Width = 193
Height = 81
ItemHeight = 13
TabOrder = 2
OnClick = lstDeviceClick
end
object butExit: TButton
Left = 378
Top = 168
Width = 75
Height = 25
Caption = 'Exit'
TabOrder = 3
OnClick = butExitClick
end
object GroupBox2: TGroupBox
Left = 216
Top = 8
Width = 209
Height = 97
Caption = 'Gain Setting'
TabOrder = 4
object cmbGain: TComboBox
Left = 88
Top = 20
Width = 105
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
OnChange = cmbGainChange
end
object radOverall: TRadioButton
Left = 16
Top = 24
Width = 65
Height = 17
Caption = 'Overall '
Checked = True
TabOrder = 1
TabStop = True
OnClick = radOverallClick
end
object radGainList: TRadioButton
Left = 16
Top = 56
Width = 73
Height = 17
Caption = 'GainList'
TabOrder = 2
OnClick = radGainListClick
end
object butGainList: TButton
Left = 96
Top = 56
Width = 75
Height = 25
Caption = 'GainList'
Enabled = False
TabOrder = 3
OnClick = butGainListClick
end
end
object lstModule: TListBox
Left = 16
Top = 128
Width = 193
Height = 73
ItemHeight = 13
TabOrder = 5
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -