unit1.~dfm

来自「simple system devices enumeration」· ~DFM 代码 · 共 60 行

~DFM
60
字号
object Form1: TForm1
  Left = 262
  Top = 299
  Width = 540
  Height = 216
  Caption = #1053#1091#1084#1077#1088#1072#1094#1080#1103' '#1091#1089#1090#1088#1086#1081#1089#1090#1074
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object ListBox1: TListBox
    Left = 0
    Top = 0
    Width = 398
    Height = 189
    Align = alClient
    ItemHeight = 13
    TabOrder = 0
  end
  object Panel1: TPanel
    Left = 398
    Top = 0
    Width = 134
    Height = 189
    Align = alRight
    BorderStyle = bsSingle
    TabOrder = 1
    object rgDeviceType: TRadioGroup
      Left = 4
      Top = 3
      Width = 121
      Height = 142
      Caption = #1058#1080#1087' '#1091#1089#1090#1088#1086#1081#1089#1090#1074' '
      ItemIndex = 0
      Items.Strings = (
        #1042#1089#1077
        #1042#1080#1076#1077#1086#1072#1076#1072#1087#1090#1077#1088#1099
        'USB-'#1091#1089#1090#1088#1086#1081#1089#1090#1074#1072
        'HID-'#1091#1089#1090#1088#1086#1081#1089#1090#1074#1072)
      TabOrder = 0
    end
    object Button2: TButton
      Left = 5
      Top = 155
      Width = 121
      Height = 25
      Caption = #1054#1090#1086#1073#1088#1072#1079#1080#1090#1100
      TabOrder = 1
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

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