📄 untremotecmd.dfm
字号:
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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -