untInformationView.dfm
Upload User: sinothink
Upload Date: 2022-07-15
Package Size: 459k
Code Size: 2k
Category:

Remote Control

Development Platform:

Delphi

  1. object Form3: TForm3
  2.   Left = 633
  3.   Top = 374
  4.   Width = 305
  5.   Height = 261
  6.   Caption = 'miniRAT - Information View'
  7.   Color = clBtnFace
  8.   Constraints.MinHeight = 261
  9.   Constraints.MinWidth = 305
  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.     297
  19.     234)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 32
  25.     Width = 281
  26.     Height = 17
  27.     AutoSize = False
  28.     Caption = 'Network domains may be really slow, so please be patient'
  29.   end
  30.   object ListView1: TListView
  31.     Left = 8
  32.     Top = 48
  33.     Width = 281
  34.     Height = 161
  35.     Anchors = [akLeft, akTop, akRight, akBottom]
  36.     Columns = <
  37.       item
  38.         Caption = 'Information'
  39.         Width = 130
  40.       end
  41.       item
  42.         Caption = 'Value'
  43.         Width = 130
  44.       end>
  45.     ColumnClick = False
  46.     GridLines = True
  47.     ReadOnly = True
  48.     RowSelect = True
  49.     TabOrder = 0
  50.     ViewStyle = vsReport
  51.   end
  52.   object StatusBar1: TStatusBar
  53.     Left = 0
  54.     Top = 217
  55.     Width = 297
  56.     Height = 17
  57.     Panels = <
  58.       item
  59.         Text = '0'
  60.         Width = 70
  61.       end
  62.       item
  63.         Text = '127.0.0.1:0000'
  64.         Width = 50
  65.       end>
  66.     SimplePanel = False
  67.   end
  68.   object Button1: TButton
  69.     Left = 8
  70.     Top = 8
  71.     Width = 89
  72.     Height = 21
  73.     Caption = 'Local System'
  74.     TabOrder = 2
  75.     OnClick = Button1Click
  76.   end
  77.   object Button2: TButton
  78.     Left = 104
  79.     Top = 8
  80.     Width = 89
  81.     Height = 21
  82.     Caption = 'Server Details'
  83.     TabOrder = 3
  84.     OnClick = Button2Click
  85.   end
  86.   object Button3: TButton
  87.     Left = 200
  88.     Top = 8
  89.     Width = 89
  90.     Height = 21
  91.     Hint = 'This function might take up to one or more minutes.'
  92.     Caption = 'Network Domains'
  93.     ParentShowHint = False
  94.     ShowHint = True
  95.     TabOrder = 4
  96.     OnClick = Button3Click
  97.   end
  98. end