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

42 lines
961 B
Plaintext

object ProxyServer_ProxyServer_MainForm: TProxyServer_ProxyServer_MainForm
Left = 177
Top = 117
Width = 290
Height = 120
Caption = 'ProxyServer - Proxy Server'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Memo: TMemo
Left = 0
Top = 0
Width = 282
Height = 87
Align = alClient
TabOrder = 0
end
object ROWinMessageServer: TROWinMessageServer
Dispatchers = <
item
Name = 'ROBINMessage1'
Message = ROBINMessage1
Enabled = True
end>
OnReadFromStream = ROWinMessageServerReadFromStream
ServerID = '{F5B38440-F071-45B8-AF67-1023F20C179D}'
Left = 72
Top = 32
end
object ROBINMessage1: TROBinMessage
Left = 104
Top = 32
end
end