selectdir.~dfm

来自「专门针对基于钩子技术、动态链接库(DLL)设计的一类特殊木马的查杀系统」· ~DFM 代码 · 共 52 行

~DFM
52
字号
object SelectDirForm: TSelectDirForm
  Left = 341
  Top = 136
  Width = 227
  Height = 375
  Caption = #36873#25321#26597#26432#36335#24452'...'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object DirectoryListBox1: TDirectoryListBox
    Left = 8
    Top = 10
    Width = 201
    Height = 265
    ItemHeight = 16
    TabOrder = 0
  end
  object DriveComboBox1: TDriveComboBox
    Left = 8
    Top = 280
    Width = 201
    Height = 19
    DirList = DirectoryListBox1
    TabOrder = 1
  end
  object BitBtn1: TBitBtn
    Left = 16
    Top = 309
    Width = 75
    Height = 25
    Caption = #30830'  '#23450'(&O)'
    TabOrder = 2
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 128
    Top = 309
    Width = 75
    Height = 25
    Caption = #21462'  '#28040'(&C)'
    TabOrder = 3
    Kind = bkCancel
  end
end

⌨️ 快捷键说明

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