📄 ioirmain.dfm
字号:
object MainForm: TMainForm
Left = 192
Top = 116
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'IO-Warrior Infrared Receiver'
ClientHeight = 460
ClientWidth = 480
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
ShowHint = True
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object IOWarriorDetected: TLabel
Left = 8
Top = 24
Width = 465
Height = 13
Alignment = taCenter
AutoSize = False
end
object Description: TLabel
Left = 8
Top = 56
Width = 331
Height = 13
Caption =
'Press keys on your IR remote to add entries. Double click entry ' +
'to edit.'
Enabled = False
end
object CodeList: TListView
Left = 8
Top = 72
Width = 463
Height = 337
Columns = <
item
Caption = 'RC5-Address'
Width = 75
end
item
Caption = 'RC5-Value'
Width = 65
end
item
Caption = 'Name'
Width = 100
end
item
Caption = 'Assigned key combination'
Width = 200
end>
ColumnClick = False
GridLines = True
HideSelection = False
ReadOnly = True
RowSelect = True
TabOrder = 0
ViewStyle = vsReport
OnDblClick = CodeListDblClick
end
object Clear: TButton
Left = 216
Top = 424
Width = 75
Height = 25
Caption = 'Clear'
TabOrder = 1
OnClick = ClearClick
end
object HidCtl: TJvHidDeviceController
OnDeviceChange = HidCtlDeviceChange
OnDeviceData = HidCtlDeviceData
Left = 408
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -