Componentes.Terceros.RemObj.../internal/5.0.23.613/1/RemObjects SDK for Delphi/Samples/Named Pipes/NamedPipeClientMain.dfm
david 2824855ea7 - Modificación del paquete RemObjects_Core_D10 para que sea un paquete de runtime/designtime (antes era designtime sólo)
- 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
2007-09-10 14:06:19 +00:00

74 lines
1.6 KiB
Plaintext

object NamedPipeClientMainForm: TNamedPipeClientMainForm
Left = 240
Top = 150
AutoScroll = False
Caption = 'Named Pipes Client'
ClientHeight = 306
ClientWidth = 379
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object GetPathButton: TButton
Left = 9
Top = 12
Width = 75
Height = 25
Caption = 'Get Path'
TabOrder = 0
OnClick = GetPathButtonClick
end
object Memo: TMemo
Left = 7
Top = 52
Width = 365
Height = 245
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 3
end
object UpTimeButton: TButton
Left = 88
Top = 12
Width = 91
Height = 25
Caption = 'Server UpTime'
TabOrder = 1
OnClick = UpTimeButtonClick
end
object GetConnectedUsersCountButton: TButton
Left = 182
Top = 12
Width = 148
Height = 25
Caption = 'Get Connected Users Count'
TabOrder = 2
OnClick = GetConnectedUsersCountButtonClick
end
object ROMessage: TROBinMessage
Left = 132
Top = 66
end
object ROChannel: TRONamedPipeChannel
ServerLocators = <>
DispatchOptions = []
ServerID = 'NamedPipeServerService_ID'
ServerName = '.'
Left = 104
Top = 66
end
object RONamedPipeServer: TRORemoteService
Message = ROMessage
Channel = ROChannel
ServiceName = 'NamedPipeService'
Left = 160
Top = 66
end
end