📄 newspy.dfm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -