Componentes.Terceros.RemObj.../internal/5.0.23.613/1/RemObjects SDK for Delphi/Samples/Async/AsyncServerMain.dfm
david 472097efe5 - Eliminadas las librerías para Delphi 6 (Dcu\D6) en RO y DA.
- Recompilación de todos los paquetes de RO para poner RemObjects_Core_D10 como paquete de runtime/designtime.

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@5 b6239004-a887-0f4b-9937-50029ccdca16
2007-09-10 11:08:08 +00:00

70 lines
1.7 KiB
Plaintext

object AsyncServerMainForm: TAsyncServerMainForm
Left = 41
Top = 65
BorderStyle = bsDialog
Caption = 'Async Server'
ClientHeight = 63
ClientWidth = 227
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 RoPoweredByRemObjectsButton1: TROPoweredByRemObjectsButton
Left = 8
Top = 8
Width = 212
Height = 48
Cursor = crHandPoint
end
object ROMessage: TROBinMessage
Left = 40
Top = 8
end
object ROBPDXHTTPServer1: TROBPDXHTTPServer
Dispatchers = <
item
Name = 'ROMessage'
Message = ROMessage
Enabled = True
PathInfo = 'BIN'
end>
BPDXServer.ReleaseDate = '2002-09-01'
BPDXServer.ListenerThreadPriority = tpIdle
BPDXServer.SpawnedThreadPriority = tpIdle
BPDXServer.Suspend = False
BPDXServer.UseSSL = False
BPDXServer.UseThreadPool = True
BPDXServer.ServerPort = 8099
BPDXServer.ProtocolToBind = wpTCPOnly
BPDXServer.SocketOutputBufferSize = bsfNormal
BPDXServer.ServerType = stThreadBlocking
BPDXServer.ThreadCacheSize = 1000
BPDXServer.Timeout = 50000
BPDXServer.SupportKeepAlive = True
Port = 8099
SupportKeepAlive = True
Left = 8
Top = 8
end
object ROIndyUDPServer1: TROIndyUDPServer
Dispatchers = <
item
Name = 'ROMessage'
Message = ROMessage
Enabled = True
end>
IndyUDPServer.Bindings = <>
IndyUDPServer.DefaultPort = 8098
Port = 8098
Left = 72
Top = 8
end
end