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

📄 info.dfm

📁 Jedi Code Library JCL JVCL 组件包 JCL+JVCL超过300个组件的非可视/可视大型组件包。
💻 DFM
字号:
object InfoForm: TInfoForm
  Left = 302
  Top = 120
  Width = 573
  Height = 409
  BorderIcons = [biSystemMenu]
  Caption = 'HID Device Info'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 232
    Top = 8
    Width = 41
    Height = 16
    Caption = 'Strings'
  end
  object Label2: TLabel
    Left = 8
    Top = 72
    Width = 25
    Height = 16
    Caption = 'VID:'
  end
  object Label3: TLabel
    Left = 8
    Top = 88
    Width = 25
    Height = 16
    Caption = 'PID:'
  end
  object Label4: TLabel
    Left = 8
    Top = 104
    Width = 49
    Height = 16
    Caption = 'Version:'
  end
  object Vid: TLabel
    Left = 64
    Top = 72
    Width = 20
    Height = 16
    Caption = 'Vid'
  end
  object Pid: TLabel
    Left = 64
    Top = 88
    Width = 20
    Height = 16
    Caption = 'Pid'
  end
  object Vers: TLabel
    Left = 64
    Top = 104
    Width = 28
    Height = 16
    Caption = 'Vers'
  end
  object Label5: TLabel
    Left = 8
    Top = 136
    Width = 84
    Height = 16
    Caption = 'Report Length'
  end
  object Label6: TLabel
    Left = 8
    Top = 160
    Width = 31
    Height = 16
    Caption = 'Input:'
  end
  object Label7: TLabel
    Left = 8
    Top = 176
    Width = 41
    Height = 16
    Caption = 'Output:'
  end
  object Label8: TLabel
    Left = 8
    Top = 192
    Width = 49
    Height = 16
    Caption = 'Feature:'
  end
  object InputLen: TLabel
    Left = 72
    Top = 160
    Width = 7
    Height = 16
    Caption = '0'
  end
  object OutputLen: TLabel
    Left = 72
    Top = 176
    Width = 7
    Height = 16
    Caption = '0'
  end
  object FeatureLen: TLabel
    Left = 72
    Top = 192
    Width = 7
    Height = 16
    Caption = '0'
  end
  object Label9: TLabel
    Left = 8
    Top = 24
    Width = 86
    Height = 16
    Caption = 'Product name:'
  end
  object Label10: TLabel
    Left = 8
    Top = 8
    Width = 84
    Height = 16
    Caption = 'Vendor name:'
  end
  object VendorName: TLabel
    Left = 96
    Top = 8
    Width = 81
    Height = 16
    Caption = 'VendorName'
  end
  object ProductName: TLabel
    Left = 96
    Top = 24
    Width = 83
    Height = 16
    Caption = 'ProductName'
  end
  object Label11: TLabel
    Left = 8
    Top = 40
    Width = 59
    Height = 16
    Caption = 'Serial No:'
  end
  object SerialNo: TLabel
    Left = 96
    Top = 40
    Width = 53
    Height = 16
    Caption = 'SerialNo'
  end
  object Label12: TLabel
    Left = 400
    Top = 8
    Width = 68
    Height = 16
    Caption = 'Languages'
  end
  object DevStrings: TListBox
    Left = 232
    Top = 24
    Width = 161
    Height = 345
    Anchors = [akLeft, akTop, akRight, akBottom]
    ItemHeight = 16
    TabOrder = 0
  end
  object LangStrings: TListBox
    Left = 400
    Top = 24
    Width = 161
    Height = 345
    Anchors = [akTop, akRight, akBottom]
    ItemHeight = 16
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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