object SuperTCPChannelChat_ClientMainForm: TSuperTCPChannelChat_ClientMainForm Left = 92 Top = 108 AutoScroll = False Caption = 'SuperTCPChannelChat - Client' ClientHeight = 244 ClientWidth = 424 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ROPoweredByRemObjectsButton1: TROPoweredByRemObjectsButton Left = 12 Top = 12 Width = 212 Height = 48 Cursor = crHandPoint end object edOutput: TMemo Left = 12 Top = 62 Width = 282 Height = 143 Anchors = [akLeft, akTop, akRight, akBottom] ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end object edUsers: TListBox Left = 300 Top = 62 Width = 112 Height = 143 Anchors = [akTop, akRight, akBottom] ItemHeight = 13 Items.Strings = ( '[All Users]') TabOrder = 1 end object edText: TEdit Left = 12 Top = 211 Width = 315 Height = 21 Anchors = [akLeft, akRight, akBottom] TabOrder = 2 end object SendButton: TButton Left = 333 Top = 209 Width = 79 Height = 22 Anchors = [akRight, akBottom] Caption = '&Send' Default = True TabOrder = 3 OnClick = SendButtonClick end object LogonButton: TButton Left = 336 Top = 5 Width = 75 Height = 22 Anchors = [akTop, akRight] Caption = 'Log On' TabOrder = 4 OnClick = LogonButtonClick end object LogoffButton: TButton Left = 336 Top = 33 Width = 75 Height = 22 Anchors = [akTop, akRight] Caption = 'Log Off' TabOrder = 5 OnClick = LogoffButtonClick end object ROMessage: TROBinMessage Left = 36 Top = 8 end object ROChannel: TROSuperTcpChannel ServerLocators = <> DispatchOptions = [] Host = 'localhost' Left = 8 Top = 8 end object RORemoteService: TRORemoteService ServiceName = 'ChatServerService' Message = ROMessage Channel = ROChannel Left = 64 Top = 8 end object ROEventReceiver: TROEventReceiver Message = ROMessage Channel = ROChannel ServiceName = 'LoginService' Left = 241 Top = 16 end end