www.pudn.com > linuxserver.rar > ServerUnit.xfm
object Form1: TForm1
Left = 202
Top = 155
Width = 696
Height = 480
HorzScrollBar.Range = 585
VertScrollBar.Range = 409
ActiveControl = Button1
Caption = 'Form1'
Color = clBackground
PixelsPerInch = 75
TextHeight = 15
TextWidth = 7
object Button1: TButton
Left = 296
Top = 96
Width = 75
Height = 25
Caption = 'start'
TabOrder = 0
OnClick = Button1Click
end
object edtPort: TEdit
Left = 96
Top = 48
Width = 100
Height = 23
TabOrder = 1
Text = '6666'
end
object Memo1: TMemo
Left = 88
Top = 176
Width = 185
Height = 233
Lines.Strings = (
'Memo1')
TabOrder = 2
end
object Button2: TButton
Left = 304
Top = 160
Width = 75
Height = 25
Caption = 'stop'
TabOrder = 3
OnClick = Button2Click
end
object lblSUm: TLabel
Left = 96
Top = 88
Width = 9
Height = 15
Caption = '0'
end
object edtData: TEdit
Left = 328
Top = 232
Width = 257
Height = 23
TabOrder = 5
Text = 'edtData'
end
object IdTCPServer: TIdTCPServer
Bindings = <>
CommandHandlers = <>
DefaultPort = 6666
Greeting.NumericCode = 0
MaxConnectionReply.NumericCode = 0
OnConnect = IdTCPServerConnect
OnExecute = IdTCPServerExecute
OnDisconnect = IdTCPServerDisconnect
OnException = IdTCPServerException
ReplyExceptionCode = 0
ReplyTexts = <>
ReplyUnknownCommand.NumericCode = 0
Left = 96
Top = 112
end
object Timer1: TTimer
Left = 480
Top = 56
end
object IdAntiFreeze1: TIdAntiFreeze
Left = 48
Top = 56
end
end