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

📄 unit_main.dfm

📁 设备管理器。就像Window的设备管理器一样。源码来自网络
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 523
  Height = 480
  Caption = 'Device Manager'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 14
  object TreeView1: TTreeView
    Left = 0
    Top = 0
    Width = 515
    Height = 446
    Align = alClient
    HideSelection = False
    HotTrack = True
    Images = ImageList1
    Indent = 19
    ParentShowHint = False
    ReadOnly = True
    RightClickSelect = True
    ShowHint = True
    TabOrder = 0
    OnChange = TreeView1Change
    OnDeletion = TreeView1Deletion
    OnMouseDown = TreeView1MouseDown
  end
  object Panel1: TPanel
    Left = 112
    Top = 216
    Width = 313
    Height = 41
    TabOrder = 1
    Visible = False
  end
  object ImageList1: TImageList
    Left = 352
    Top = 192
  end
  object PopupMenu1: TPopupMenu
    Left = 200
    Top = 136
    object N1: TMenuItem
      Caption = #21551#29992
      Enabled = False
      OnClick = N1Click
    end
    object N2: TMenuItem
      Caption = #31105#29992
      Enabled = False
      OnClick = N2Click
    end
    object N3: TMenuItem
      Caption = #24377#20986
      Enabled = False
      OnClick = N3Click
    end
    object N7: TMenuItem
      Caption = '-'
    end
    object N6: TMenuItem
      Caption = #26597#35810#20449#24687
      Enabled = False
      OnClick = N6Click
    end
    object N8: TMenuItem
      Caption = #26174#31034#38544#34255#35774#22791
      OnClick = N8Click
    end
    object N4: TMenuItem
      Caption = '-'
    end
    object N5: TMenuItem
      Caption = #21047#26032
      OnClick = N5Click
    end
  end
end

⌨️ 快捷键说明

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