pulseform.dfm
来自「16 relay output channels and 16 isolated」· DFM 代码 · 共 102 行
DFM
102 行
object frmStart: TfrmStart
Left = 407
Top = 159
BorderStyle = bsDialog
Caption = 'Start'
ClientHeight = 281
ClientWidth = 253
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 labSelDev: TLabel
Left = 16
Top = 8
Width = 130
Height = 13
Caption = ' Select a DeviceFrom List'
end
object labModule: TLabel
Left = 16
Top = 96
Width = 85
Height = 13
Caption = ' Select a module'
end
object labChannel: TLabel
Left = 16
Top = 176
Width = 66
Height = 13
Caption = 'Input Channel'
end
object labGateMode: TLabel
Left = 88
Top = 176
Width = 53
Height = 13
Caption = 'Gate Mode'
Enabled = False
end
object lstDevice: TListBox
Left = 16
Top = 24
Width = 217
Height = 65
ItemHeight = 13
TabOrder = 0
OnClick = lstDeviceClick
end
object lstModule: TListBox
Left = 16
Top = 112
Width = 217
Height = 57
ItemHeight = 13
TabOrder = 1
OnClick = lstModuleClick
end
object cmdRun: TButton
Left = 176
Top = 176
Width = 57
Height = 33
Caption = '&Run'
TabOrder = 2
OnClick = cmdRunClick
end
object lstChannel: TListBox
Left = 16
Top = 192
Width = 65
Height = 65
ItemHeight = 13
TabOrder = 3
end
object lstGateMode: TListBox
Left = 88
Top = 192
Width = 81
Height = 65
Enabled = False
ItemHeight = 13
TabOrder = 4
end
object cmdExit: TButton
Left = 176
Top = 224
Width = 57
Height = 33
Caption = '&Exit'
TabOrder = 5
OnClick = cmdExitClick
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?