Componentes.Terceros.RemObj.../official/5.0.23.613/RemObjects SDK for Delphi/Samples/Proxy Server/ProxyServer_MainServer_Main.dfm

43 lines
909 B
Plaintext

object ProxyServer_MainServer_MainForm: TProxyServer_MainServer_MainForm
Left = 202
Top = 241
Width = 232
Height = 109
Caption = 'ProxyServer - Main Server'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Memo: TMemo
Left = 0
Top = 0
Width = 224
Height = 76
Align = alClient
TabOrder = 0
end
object ROMessage: TROBinMessage
Left = 88
Top = 8
end
object ROServer: TROIndyTCPServer
Dispatchers = <
item
Name = 'ROMessage'
Message = ROMessage
Enabled = True
end>
OnReadFromStream = ROServerReadFromStream
Port = 8090
Left = 56
Top = 8
end
end