jvvirtualkeyselectionframe.dfm
来自「East make Tray Icon in delphi」· DFM 代码 · 共 51 行
DFM
51 行
object JvVirtualKeySelectionFrame: TJvVirtualKeySelectionFrame
Left = 0
Top = 0
Width = 213
Height = 50
TabOrder = 0
object lblVirtualKey: TLabel
Left = 0
Top = 4
Width = 69
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Virtual key'
end
object lblModifiers: TLabel
Left = 0
Top = 32
Width = 69
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Modifiers'
end
object cmbVirtualKey: TComboBox
Left = 80
Top = 0
Width = 133
Height = 21
ItemHeight = 13
Sorted = True
TabOrder = 0
end
object chkShift: TCheckBox
Left = 88
Top = 32
Width = 57
Height = 17
Caption = 'Shift'
TabOrder = 1
end
object chkCtrl: TCheckBox
Left = 156
Top = 32
Width = 57
Height = 17
Caption = 'Ctrl'
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?