untRemoteCmd.dfm
上传用户:sinothink
上传日期:2022-07-15
资源大小:459k
文件大小:1k
- object Form6: TForm6
- Left = 703
- Top = 192
- Width = 361
- Height = 281
- Caption = 'miniRAT - Remote Command'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- DesignSize = (
- 353
- 254)
- PixelsPerInch = 96
- TextHeight = 13
- object StatusBar1: TStatusBar
- Left = 0
- Top = 237
- Width = 353
- Height = 17
- Panels = <
- item
- Text = '0'
- Width = 80
- end
- item
- Text = '127.0.0.1:0000'
- Width = 50
- end>
- SimplePanel = False
- end
- object Memo1: TMemo
- Left = 0
- Top = 0
- Width = 353
- Height = 217
- Anchors = [akLeft, akTop, akRight, akBottom]
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Lucida Console'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 1
- end
- object Edit1: TEdit
- Left = 0
- Top = 216
- Width = 353
- Height = 19
- Anchors = [akLeft, akRight, akBottom]
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Lucida Console'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnKeyDown = Edit1KeyDown
- end
- end