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

远程控制编程

开发平台:

Delphi

  1. object Form6: TForm6
  2.   Left = 703
  3.   Top = 192
  4.   Width = 361
  5.   Height = 281
  6.   Caption = 'miniRAT - Remote Command'
  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.   OnClose = FormClose
  15.   DesignSize = (
  16.     353
  17.     254)
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object StatusBar1: TStatusBar
  21.     Left = 0
  22.     Top = 237
  23.     Width = 353
  24.     Height = 17
  25.     Panels = <
  26.       item
  27.         Text = '0'
  28.         Width = 80
  29.       end
  30.       item
  31.         Text = '127.0.0.1:0000'
  32.         Width = 50
  33.       end>
  34.     SimplePanel = False
  35.   end
  36.   object Memo1: TMemo
  37.     Left = 0
  38.     Top = 0
  39.     Width = 353
  40.     Height = 217
  41.     Anchors = [akLeft, akTop, akRight, akBottom]
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -11
  45.     Font.Name = 'Lucida Console'
  46.     Font.Style = []
  47.     ParentFont = False
  48.     ReadOnly = True
  49.     ScrollBars = ssVertical
  50.     TabOrder = 1
  51.   end
  52.   object Edit1: TEdit
  53.     Left = 0
  54.     Top = 216
  55.     Width = 353
  56.     Height = 19
  57.     Anchors = [akLeft, akRight, akBottom]
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clWindowText
  60.     Font.Height = -11
  61.     Font.Name = 'Lucida Console'
  62.     Font.Style = []
  63.     ParentFont = False
  64.     TabOrder = 2
  65.     OnKeyDown = Edit1KeyDown
  66.   end
  67. end