📄 digform.dfm
字号:
object DISOFTForm: TDISOFTForm
Left = 414
Top = 195
BorderStyle = bsDialog
Caption = 'Digital Input'
ClientHeight = 189
ClientWidth = 325
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 imgBit0: TImage
Left = 15
Top = 144
Width = 17
Height = 17
end
object imgBit1: TImage
Left = 39
Top = 144
Width = 17
Height = 17
end
object imgBit2: TImage
Left = 63
Top = 144
Width = 17
Height = 17
end
object imgBit3: TImage
Left = 87
Top = 144
Width = 17
Height = 17
end
object imgBit4: TImage
Left = 118
Top = 144
Width = 17
Height = 17
end
object imgBit5: TImage
Left = 142
Top = 144
Width = 17
Height = 17
end
object imgBit6: TImage
Left = 166
Top = 144
Width = 17
Height = 17
end
object imgBit7: TImage
Left = 190
Top = 144
Width = 17
Height = 17
end
object Label1: TLabel
Left = 24
Top = 8
Width = 70
Height = 13
Caption = 'Select Device:'
end
object Label2: TLabel
Left = 216
Top = 8
Width = 44
Height = 13
Caption = 'Port Num'
end
object Label3: TLabel
Left = 18
Top = 168
Width = 6
Height = 13
Caption = '0'
end
object Label4: TLabel
Left = 42
Top = 168
Width = 6
Height = 13
Caption = '1'
end
object Label5: TLabel
Left = 64
Top = 168
Width = 6
Height = 13
Caption = '2'
end
object Label6: TLabel
Left = 92
Top = 168
Width = 6
Height = 13
Caption = '3'
end
object Label7: TLabel
Left = 124
Top = 168
Width = 6
Height = 13
Caption = '4'
end
object Label8: TLabel
Left = 147
Top = 168
Width = 6
Height = 13
Caption = '5'
end
object Label9: TLabel
Left = 171
Top = 168
Width = 6
Height = 13
Caption = '6'
end
object Label10: TLabel
Left = 195
Top = 168
Width = 6
Height = 13
Caption = '7'
end
object lstDevice: TListBox
Left = 21
Top = 24
Width = 172
Height = 97
ItemHeight = 13
TabOrder = 0
OnClick = lstDeviceClick
end
object butStop: TButton
Left = 232
Top = 144
Width = 65
Height = 25
Caption = 'Stop'
TabOrder = 1
OnClick = butStopClick
end
object butStart: TButton
Left = 232
Top = 112
Width = 65
Height = 25
Caption = 'Start'
TabOrder = 2
OnClick = butStartClick
end
object lstPort: TListBox
Left = 208
Top = 24
Width = 97
Height = 65
ItemHeight = 13
TabOrder = 3
end
object timer: TTimer
Interval = 200
OnTimer = timerTimer
Left = 176
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -