- Recompilación en Delphi10 de todos los paquetes de RO para generar las DCU's en Lib\D10 - Recompilación en Delphi10 de todos los paquetes de DA para generar las DCU's en Lib\D10 git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@9 b6239004-a887-0f4b-9937-50029ccdca16
70 lines
1.7 KiB
Plaintext
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
|