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

📄 unit1.dfm

📁 用C++ Builder调用VxD的程序
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 328
  Height = 257
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 16
    Top = 8
    Width = 153
    Height = 193
    Caption = '禁止热键选项'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 6
  end
  object CtrlAltDel: TCheckBox
    Left = 40
    Top = 32
    Width = 97
    Height = 17
    Caption = 'Ctrl+Alt+Del'
    TabOrder = 0
  end
  object Win: TCheckBox
    Left = 40
    Top = 64
    Width = 97
    Height = 17
    Caption = 'LWin或RWin'
    TabOrder = 1
  end
  object AltF4: TCheckBox
    Left = 40
    Top = 96
    Width = 97
    Height = 17
    Caption = 'Alt+F4'
    TabOrder = 2
  end
  object AltEsc: TCheckBox
    Left = 40
    Top = 128
    Width = 97
    Height = 17
    Caption = 'Alt+Esc'
    TabOrder = 3
  end
  object Button1: TButton
    Left = 208
    Top = 24
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 4
    OnClick = Button1Click
  end
  object AltTab: TCheckBox
    Left = 40
    Top = 160
    Width = 97
    Height = 17
    Caption = 'Alt+Tab'
    TabOrder = 5
  end
  object Edit1: TEdit
    Left = 192
    Top = 152
    Width = 121
    Height = 21
    TabOrder = 7
    Text = 'Edit1'
  end
end

⌨️ 快捷键说明

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