📄 daform.dfm
字号:
object DASoftForm: TDASoftForm
Left = 406
Top = 204
BorderStyle = bsDialog
Caption = 'Anolog Output '
ClientHeight = 134
ClientWidth = 342
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
DesignSize = (
342
134)
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 186
Top = 19
Width = 39
Height = 13
Caption = 'Channel'
end
object lstDevice: TListBox
Left = 13
Top = 16
Width = 153
Height = 97
ItemHeight = 13
TabOrder = 0
OnClick = lstDeviceClick
end
object cmbChan: TComboBox
Left = 233
Top = 16
Width = 77
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 1
end
object scrVoltage: TScrollBar
Left = 208
Top = 72
Width = 97
Height = 16
PageSize = 0
TabOrder = 2
OnChange = scrVoltageChange
end
object editVolt: TEdit
Left = 208
Top = 40
Width = 97
Height = 24
Anchors = [akLeft, akTop, akRight]
Font.Charset = DEFAULT_CHARSET
Font.Color = clTeal
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 3
end
object butStop: TButton
Left = 264
Top = 96
Width = 65
Height = 25
Caption = 'Stop'
TabOrder = 4
OnClick = butStopClick
end
object butStart: TButton
Left = 184
Top = 96
Width = 65
Height = 25
Caption = 'Start'
TabOrder = 5
OnClick = butStartClick
end
object timer: TTimer
Interval = 200
OnTimer = timerTimer
Left = 120
Top = 136
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -