- Recompilación en Delphi10 de todos los paquetes de RO para generar las DCU's en Lib\D10 git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@7 b6239004-a887-0f4b-9937-50029ccdca16
86 lines
1.9 KiB
Plaintext
86 lines
1.9 KiB
Plaintext
object AutoServer_ClientMainForm: TAutoServer_ClientMainForm
|
|
Left = 62
|
|
Top = 102
|
|
AutoScroll = False
|
|
Caption = 'AutoServer - Client'
|
|
ClientHeight = 278
|
|
ClientWidth = 448
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 7
|
|
Top = 7
|
|
Width = 64
|
|
Height = 13
|
|
Caption = 'Environment:'
|
|
end
|
|
object cbShutdown: TCheckBox
|
|
Left = 7
|
|
Top = 49
|
|
Width = 145
|
|
Height = 17
|
|
Caption = 'Shutdown server on close'
|
|
TabOrder = 0
|
|
end
|
|
object Memo: TMemo
|
|
Left = 0
|
|
Top = 70
|
|
Width = 448
|
|
Height = 208
|
|
Align = alCustom
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
ScrollBars = ssVertical
|
|
TabOrder = 1
|
|
end
|
|
object cbEnvironment: TComboBox
|
|
Left = 7
|
|
Top = 23
|
|
Width = 334
|
|
Height = 21
|
|
Style = csDropDownList
|
|
Anchors = [akLeft, akTop, akRight]
|
|
ItemHeight = 13
|
|
TabOrder = 2
|
|
end
|
|
object GetEnvironmentButton: TButton
|
|
Left = 347
|
|
Top = 21
|
|
Width = 94
|
|
Height = 25
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Get environment'
|
|
TabOrder = 3
|
|
OnClick = GetEnvironmentButtonClick
|
|
end
|
|
object ROMessage: TROBinMessage
|
|
Left = 36
|
|
Top = 88
|
|
end
|
|
object ROChannel: TROWinInetHTTPChannel
|
|
ServerLocators = <>
|
|
DispatchOptions = []
|
|
UserAgent = 'RemObjects SDK'
|
|
TargetURL = 'http://localhost:8099/BIN'
|
|
Left = 8
|
|
Top = 88
|
|
end
|
|
object RORemoteService: TRORemoteService
|
|
ServiceName = 'AutoServerService'
|
|
Message = ROMessage
|
|
Channel = ROChannel
|
|
Left = 64
|
|
Top = 88
|
|
end
|
|
end
|