untTransferView.dfm
上传用户:sinothink
上传日期:2022-07-15
资源大小:459k
文件大小:1k
源码类别:

远程控制编程

开发平台:

Delphi

  1. object Form2: TForm2
  2.   Left = 347
  3.   Top = 374
  4.   Width = 585
  5.   Height = 149
  6.   Caption = 'miniRAT - Transfer View'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   DesignSize = (
  15.     577
  16.     122)
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ListView1: TListView
  20.     Left = 0
  21.     Top = 0
  22.     Width = 577
  23.     Height = 121
  24.     Anchors = [akLeft, akTop, akRight, akBottom]
  25.     Columns = <
  26.       item
  27.         Caption = 'IP'
  28.         Width = 95
  29.       end
  30.       item
  31.         Caption = 'Port'
  32.       end
  33.       item
  34.         Caption = 'KB/s'
  35.         Width = 60
  36.       end
  37.       item
  38.         Caption = 'Filename'
  39.         Width = 95
  40.       end
  41.       item
  42.         Caption = 'U/D'
  43.         Width = 40
  44.       end
  45.       item
  46.         Caption = 'Size'
  47.         Width = 60
  48.       end
  49.       item
  50.         Caption = 'Time Left'
  51.         Width = 95
  52.       end
  53.       item
  54.         Caption = 'Status'
  55.         Width = 65
  56.       end>
  57.     ColumnClick = False
  58.     GridLines = True
  59.     ReadOnly = True
  60.     RowSelect = True
  61.     TabOrder = 0
  62.     ViewStyle = vsReport
  63.   end
  64. end