?? 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
OnActivate = FormActivate
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 + -