📄 keyedit.dfm
字号:
object KeyEditForm: TKeyEditForm
Left = 320
Top = 285
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Edit entry...'
ClientHeight = 189
ClientWidth = 304
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poOwnerFormCenter
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 16
Width = 65
Height = 13
Caption = 'RC5-Address:'
end
object Label2: TLabel
Left = 16
Top = 32
Width = 54
Height = 13
Caption = 'RC5-Value:'
end
object Label3: TLabel
Left = 16
Top = 64
Width = 31
Height = 13
Caption = 'Name:'
end
object Label4: TLabel
Left = 16
Top = 96
Width = 21
Height = 13
Caption = 'Key:'
end
object Address: TLabel
Left = 88
Top = 16
Width = 38
Height = 13
Caption = 'Address'
end
object Value: TLabel
Left = 88
Top = 32
Width = 27
Height = 13
Caption = 'Value'
end
object OK: TButton
Left = 72
Top = 160
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 2
end
object Cancel: TButton
Left = 168
Top = 160
Width = 75
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object Name: TEdit
Left = 56
Top = 64
Width = 233
Height = 21
TabOrder = 0
end
object Keys: TEdit
Left = 56
Top = 96
Width = 233
Height = 21
ReadOnly = True
TabOrder = 1
end
object ExtKey: TCheckBox
Left = 88
Top = 128
Width = 97
Height = 17
Caption = 'Extended Key'
TabOrder = 4
OnClick = ExtKeyClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -