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

📄 main.dfm

📁 Monitor Device Change Message INclude Mass Storage ,HID,USB Audio Devices
💻 DFM
字号:
object MainForm: TMainForm
  Left = 309
  Top = 98
  Width = 370
  Height = 374
  Caption = 'Test Device Change'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 116
    Top = 24
    Width = 94
    Height = 13
    Alignment = taRightJustify
    Caption = 'DEVICE ARRIVAL: '
  end
  object Label2: TLabel
    Left = 52
    Top = 48
    Width = 158
    Height = 13
    Alignment = taRightJustify
    Caption = 'DEVICE_REMOVE_COMPLETE:'
  end
  object LB_Arrival: TLabel
    Left = 220
    Top = 24
    Width = 9
    Height = 13
    Caption = '0 '
  end
  object LB_Removed: TLabel
    Left = 220
    Top = 48
    Width = 30
    Height = 13
    Caption = '0        '
  end
  object Label3: TLabel
    Left = 65
    Top = 72
    Width = 145
    Height = 13
    Alignment = taRightJustify
    Caption = 'DEVICE_NODES_CHANGED:'
  end
  object LB_NodeChange: TLabel
    Left = 220
    Top = 72
    Width = 21
    Height = 13
    Caption = '0     '
  end
  object Label13: TLabel
    Left = 62
    Top = 96
    Width = 148
    Height = 13
    Alignment = taRightJustify
    Caption = 'CONFIGCHANGECANCELED: '
  end
  object Label5: TLabel
    Left = 114
    Top = 120
    Width = 96
    Height = 13
    Alignment = taRightJustify
    Caption = 'CONFIGCHANGED:'
  end
  object Label6: TLabel
    Left = 84
    Top = 140
    Width = 126
    Height = 13
    Alignment = taRightJustify
    Caption = 'DEVICEQUERYREMOVE:'
  end
  object Label7: TLabel
    Left = 47
    Top = 161
    Width = 163
    Height = 13
    Alignment = taRightJustify
    Caption = 'DEVICEQUERYREMOVEFAILED:'
  end
  object Label8: TLabel
    Left = 73
    Top = 182
    Width = 137
    Height = 13
    Alignment = taRightJustify
    Caption = 'DEVICEREMOVEPENDING:'
  end
  object Label9: TLabel
    Left = 93
    Top = 203
    Width = 117
    Height = 13
    Alignment = taRightJustify
    Caption = 'DEVICETYPESPECIFIC:'
  end
  object LAbel15: TLabel
    Left = 84
    Top = 226
    Width = 126
    Height = 13
    Alignment = taRightJustify
    Caption = 'QUERYCHANGECONFIG:'
  end
  object LB_ConfigChangeCanceled: TLabel
    Left = 220
    Top = 96
    Width = 9
    Height = 13
    Caption = '0 '
  end
  object LB_ConfigChanged: TLabel
    Left = 220
    Top = 120
    Width = 9
    Height = 13
    Caption = '0 '
  end
  object LB_QueryRemoved: TLabel
    Left = 220
    Top = 140
    Width = 9
    Height = 13
    Caption = '0 '
  end
  object LB_QueryRemoveFailed: TLabel
    Left = 220
    Top = 161
    Width = 9
    Height = 13
    Caption = '0 '
  end
  object LB_RemovePending: TLabel
    Left = 220
    Top = 182
    Width = 9
    Height = 13
    Caption = '0 '
  end
  object LB_Specific: TLabel
    Left = 220
    Top = 204
    Width = 9
    Height = 13
    Caption = '0 '
  end
  object LB_QueryChangeConfig: TLabel
    Left = 220
    Top = 226
    Width = 9
    Height = 13
    Caption = '0 '
  end
  object Button1: TButton
    Left = 264
    Top = 96
    Width = 75
    Height = 25
    Caption = 'Reset'
    TabOrder = 0
    OnClick = Button1Click
  end
  object RegHIDButton: TButton
    Left = 56
    Top = 256
    Width = 137
    Height = 25
    Caption = 'Register HID Class'
    TabOrder = 1
    OnClick = RegHIDButtonClick
  end
  object BitBtn1: TBitBtn
    Left = 56
    Top = 288
    Width = 137
    Height = 25
    Caption = 'Register Audio Device'
    TabOrder = 2
    OnClick = BitBtn1Click
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 321
    Width = 362
    Height = 19
    Panels = <
      item
        Width = 200
      end>
    SimplePanel = False
  end
end

⌨️ 快捷键说明

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