📄 digoutform.dfm
字号:
object frmDigout: TfrmDigout
Left = 328
Top = 197
BorderStyle = bsDialog
Caption = 'Digout'
ClientHeight = 233
ClientWidth = 330
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 = 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 = 224
Top = 8
Width = 54
Height = 13
Caption = 'Output Port'
end
object Label1: TLabel
Left = 224
Top = 112
Width = 26
Height = 13
Caption = 'Mask'
end
object lstModule: TListBox
Left = 16
Top = 112
Width = 193
Height = 57
ItemHeight = 13
TabOrder = 0
OnClick = lstModuleClick
end
object cmdRun: TButton
Left = 31
Top = 184
Width = 89
Height = 33
Caption = '&Run'
TabOrder = 1
OnClick = cmdRunClick
end
object lstChannel: TListBox
Left = 224
Top = 24
Width = 89
Height = 65
ItemHeight = 13
TabOrder = 2
end
object cmdExit: TButton
Left = 224
Top = 184
Width = 89
Height = 33
Caption = '&Exit'
TabOrder = 3
OnClick = cmdExitClick
end
object lstDevice: TListBox
Left = 16
Top = 24
Width = 193
Height = 65
ItemHeight = 13
TabOrder = 4
OnClick = lstDeviceClick
end
object txtMask: TEdit
Left = 224
Top = 144
Width = 89
Height = 21
TabOrder = 5
Text = '0xff'
OnExit = txtMaskExit
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -