- 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
83 lines
1.7 KiB
Plaintext
83 lines
1.7 KiB
Plaintext
object DispatchNotifierClientMainForm: TDispatchNotifierClientMainForm
|
|
Left = 10
|
|
Top = 8
|
|
AutoScroll = False
|
|
Caption = 'Dispatch Notifier Client'
|
|
ClientHeight = 151
|
|
ClientWidth = 344
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Top = 64
|
|
Width = 46
|
|
Height = 13
|
|
Caption = 'Message:'
|
|
end
|
|
object ROPoweredByRemObjectsButton1: TROPoweredByRemObjectsButton
|
|
Left = 59
|
|
Top = 96
|
|
Width = 212
|
|
Height = 48
|
|
Cursor = crHandPoint
|
|
ApplicationType = atClient
|
|
end
|
|
object eSimpleMessage: TEdit
|
|
Left = 64
|
|
Top = 60
|
|
Width = 193
|
|
Height = 25
|
|
TabOrder = 1
|
|
Text = 'A simple text message...'
|
|
end
|
|
object SendButton: TButton
|
|
Left = 264
|
|
Top = 58
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Send'
|
|
TabOrder = 2
|
|
OnClick = SendButtonClick
|
|
end
|
|
object rgChannel: TRadioGroup
|
|
Left = 104
|
|
Top = 8
|
|
Width = 137
|
|
Height = 41
|
|
Caption = 'Channel'
|
|
Columns = 2
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'TCP'
|
|
'HTTP')
|
|
TabOrder = 0
|
|
end
|
|
object IndyTCPChannel: TROIndyTCPChannel
|
|
ServerLocators = <>
|
|
DispatchOptions = []
|
|
Port = 8099
|
|
Host = '127.0.0.1'
|
|
Left = 24
|
|
Top = 16
|
|
end
|
|
object BINMessage: TROBinMessage
|
|
Left = 72
|
|
Top = 88
|
|
end
|
|
object IndyHTTPChannel: TROIndyHTTPChannel
|
|
ServerLocators = <>
|
|
DispatchOptions = []
|
|
TargetURL = 'http://localhost:8090/BIN'
|
|
Left = 24
|
|
Top = 88
|
|
end
|
|
end
|