?? ioirmain.dfm
字號:
object MainForm: TMainForm
Left = 192
Top = 116
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'IO-Warrior Infrared Receiver'
ClientHeight = 418
ClientWidth = 343
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
PixelsPerInch = 96
TextHeight = 13
object IOWarriorDetected: TLabel
Left = 8
Top = 16
Width = 329
Height = 13
Alignment = taCenter
AutoSize = False
end
object Description: TLabel
Left = 8
Top = 40
Width = 208
Height = 26
Caption =
'Press keys on your IR remote to add entries.'#13#10'Double click entry' +
' to edit.'
Enabled = False
end
object CodeList: TListView
Left = 8
Top = 72
Width = 330
Height = 337
Columns = <
item
Caption = 'Address'
Width = 80
end
item
Caption = 'Value'
end
item
Caption = 'Name'
Width = 100
end
item
Caption = 'Keys'
Width = 80
end>
ColumnClick = False
GridLines = True
ReadOnly = True
RowSelect = True
TabOrder = 0
ViewStyle = vsReport
OnDblClick = CodeListDblClick
end
object HidCtl: TJvHidDeviceController
OnDeviceChange = HidCtlDeviceChange
OnDeviceData = HidCtlDeviceData
Left = 256
Top = 16
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -