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

📄 settings.dfm

📁 可以得到鼠标的确切位置
💻 DFM
字号:
object SettingsForm: TSettingsForm
  Left = 0
  Top = 0
  AlphaBlendValue = 128
  BorderStyle = bsDialog
  Caption = 'xMouse Settings'
  ClientHeight = 252
  ClientWidth = 154
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object colorBox: TColorListBox
    Left = 8
    Top = 8
    Width = 137
    Height = 177
    Style = [cbStandardColors, cbExtendedColors, cbPrettyNames, cbCustomColors]
    ItemHeight = 16
    TabOrder = 0
  end
  object btnOk: TBitBtn
    Left = 29
    Top = 203
    Width = 97
    Height = 33
    TabOrder = 1
    Kind = bkOK
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -