📄 keyedit.dfm
字号:
object KeyEditForm: TKeyEditForm
Left = 320
Top = 285
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Edit entry...'
ClientHeight = 244
ClientWidth = 269
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 64
Width = 41
Height = 13
Caption = 'Address:'
end
object Label2: TLabel
Left = 24
Top = 80
Width = 30
Height = 13
Caption = 'Value:'
end
object Label3: TLabel
Left = 24
Top = 104
Width = 31
Height = 13
Caption = 'Name:'
end
object Label4: TLabel
Left = 24
Top = 136
Width = 23
Height = 13
Caption = 'Keys'
end
object Address: TLabel
Left = 72
Top = 64
Width = 38
Height = 13
Caption = 'Address'
end
object Value: TLabel
Left = 72
Top = 80
Width = 27
Height = 13
Caption = 'Value'
end
object Label5: TLabel
Left = 80
Top = 160
Width = 120
Height = 26
Caption = '(only letters a..z, A..Z and'#13#10' digits 0..9 are sent)'
end
object Label6: TLabel
Left = 8
Top = 16
Width = 253
Height = 26
Caption =
'Enter chars into the "Keys" edit and the program will'#13#10'send the ' +
'chars to whatever application has the focus.'
end
object OK: TButton
Left = 40
Top = 200
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 2
end
object Cancel: TButton
Left = 152
Top = 200
Width = 75
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object Name: TEdit
Left = 72
Top = 104
Width = 169
Height = 21
TabOrder = 0
end
object Keys: TEdit
Left = 72
Top = 136
Width = 169
Height = 21
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -