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

远程控制编程

开发平台:

Delphi

  1. object Form5: TForm5
  2.   Left = 633
  3.   Top = 105
  4.   Width = 401
  5.   Height = 269
  6.   Caption = 'miniRAT - Process List'
  7.   Color = clBtnFace
  8.   Constraints.MinHeight = 269
  9.   Constraints.MinWidth = 327
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnClose = FormClose
  17.   DesignSize = (
  18.     393
  19.     242)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object TreeView1: TTreeView
  23.     Left = 0
  24.     Top = 0
  25.     Width = 393
  26.     Height = 225
  27.     Anchors = [akLeft, akTop, akRight, akBottom]
  28.     Constraints.MinHeight = 225
  29.     Constraints.MinWidth = 297
  30.     Indent = 19
  31.     PopupMenu = PopupMenu1
  32.     ReadOnly = True
  33.     RowSelect = True
  34.     TabOrder = 0
  35.   end
  36.   object StatusBar1: TStatusBar
  37.     Left = 0
  38.     Top = 225
  39.     Width = 393
  40.     Height = 17
  41.     Panels = <
  42.       item
  43.         Text = '0'
  44.         Width = 70
  45.       end
  46.       item
  47.         Text = '127.0.0.1:0000'
  48.         Width = 150
  49.       end
  50.       item
  51.         Text = '0 Processes'
  52.         Width = 90
  53.       end
  54.       item
  55.         Text = '0 Modules'
  56.         Width = 90
  57.       end>
  58.     SimplePanel = False
  59.   end
  60.   object PopupMenu1: TPopupMenu
  61.     Left = 8
  62.     Top = 8
  63.     object Refresh1: TMenuItem
  64.       Caption = '&Refresh'
  65.       OnClick = Refresh1Click
  66.     end
  67.     object ListModules1: TMenuItem
  68.       AutoCheck = True
  69.       Caption = 'List Modules'
  70.       Checked = True
  71.     end
  72.     object N1: TMenuItem
  73.       Caption = '-'
  74.     end
  75.     object EndProcess1: TMenuItem
  76.       Caption = 'End Process'
  77.       OnClick = EndProcess1Click
  78.     end
  79.   end
  80. end