- 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
41 lines
932 B
Plaintext
41 lines
932 B
Plaintext
object DynamicRequestServerMainForm: TDynamicRequestServerMainForm
|
|
Left = 65
|
|
Top = 31
|
|
BorderStyle = bsDialog
|
|
Caption = 'Dynamic Request Server'
|
|
ClientHeight = 61
|
|
ClientWidth = 228
|
|
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 = 9
|
|
Top = 4
|
|
Width = 212
|
|
Height = 48
|
|
Cursor = crHandPoint
|
|
end
|
|
object BINMessage: TROBinMessage
|
|
Left = 40
|
|
end
|
|
object IndyHttpServer: TROIndyHTTPServer
|
|
Dispatchers = <
|
|
item
|
|
Name = 'BINMessage'
|
|
Message = BINMessage
|
|
Enabled = True
|
|
PathInfo = '/BIN'
|
|
end>
|
|
Port = 8099
|
|
Left = 80
|
|
end
|
|
end
|