📄 formstart.dfm
字号:
object Form1: TForm1
Left = 344
Top = 142
BorderStyle = bsDialog
Caption = 'Analog Input Demo: Select Input Device'
ClientHeight = 267
ClientWidth = 360
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 labSelDev: TLabel
Left = 16
Top = 8
Width = 112
Height = 13
Caption = 'Select a device from list'
end
object labModule: TLabel
Left = 16
Top = 96
Width = 79
Height = 13
Caption = 'Select a module'
end
object labChannel: TLabel
Left = 16
Top = 176
Width = 66
Height = 13
Caption = 'Input Channel'
end
object labVoltageRange: TLabel
Left = 120
Top = 176
Width = 71
Height = 13
Caption = 'Voltage Range'
end
object Label1: TLabel
Left = 144
Top = 64
Width = 32
Height = 13
Caption = 'Label1'
end
object lstDevice: TListBox
Left = 16
Top = 24
Width = 217
Height = 65
ItemHeight = 13
TabOrder = 0
OnClick = lstDeviceClick
end
object cmdRun: TButton
Left = 256
Top = 40
Width = 97
Height = 33
Caption = '&Run'
TabOrder = 2
OnClick = cmdRunClick
end
object lstChannel: TListBox
Left = 16
Top = 192
Width = 89
Height = 65
ItemHeight = 13
TabOrder = 3
end
object lstVoltageRange: TListBox
Left = 120
Top = 192
Width = 113
Height = 65
ItemHeight = 13
TabOrder = 4
end
object cmdExit: TButton
Left = 256
Top = 112
Width = 97
Height = 33
Caption = 'E&xit'
TabOrder = 5
OnClick = cmdExitClick
end
object lstModule: TListBox
Left = 16
Top = 112
Width = 217
Height = 57
ItemHeight = 13
TabOrder = 1
OnClick = lstModuleClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -