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