?? 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 + -