Componentes.Terceros.RemObj.../internal/6.0.43.801/1/RemObjects Samples/RemObjects SDK for Delphi/Named Pipes/NamedPipeClientMain.dfm
2010-01-29 16:17:43 +00:00

70 lines
1.5 KiB
Plaintext

object NamedPipeClientMainForm: TNamedPipeClientMainForm
Left = 240
Top = 150
AutoScroll = False
Caption = 'Named Pipes Client'
ClientHeight = 306
ClientWidth = 379
Color = clBtnFace
ParentFont = True
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