📄 serverc.dfm
字号:
object ServerFrm: TServerFrm
Left = 354
Top = 140
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = '多線程Socket服務器端'
ClientHeight = 332
ClientWidth = 286
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 5
Top = 308
Width = 78
Height = 12
Caption = '当前连接数:0'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Button1: TButton
Left = 192
Top = 304
Width = 89
Height = 25
Caption = '关闭所有连接'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = Button1Click
end
object Memo1: TMemo
Left = 0
Top = 0
Width = 286
Height = 297
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
Lines.Strings = (
'沒有用戶連接....')
ParentFont = False
TabOrder = 1
end
object ServerSocket1: TServerSocket
Active = True
Port = 1220
ServerType = stThreadBlocking
OnGetThread = ServerSocket1GetThread
Left = 32
Top = 56
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -