⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jvvirtualkeyselectionframe.dfm

📁 East make Tray Icon in delphi
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -