object DispatchNotifierClientMainForm: TDispatchNotifierClientMainForm Left = 10 Top = 8 AutoScroll = False Caption = 'Dispatch Notifier Client' ClientHeight = 151 ClientWidth = 344 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 64 Width = 46 Height = 13 Caption = 'Message:' end object ROPoweredByRemObjectsButton1: TROPoweredByRemObjectsButton Left = 59 Top = 96 Width = 212 Height = 48 Cursor = crHandPoint ApplicationType = atClient end object eSimpleMessage: TEdit Left = 64 Top = 60 Width = 193 Height = 25 TabOrder = 1 Text = 'A simple text message...' end object SendButton: TButton Left = 264 Top = 58 Width = 75 Height = 25 Caption = 'Send' TabOrder = 2 OnClick = SendButtonClick end object rgChannel: TRadioGroup Left = 104 Top = 8 Width = 137 Height = 41 Caption = 'Channel' Columns = 2 ItemIndex = 0 Items.Strings = ( 'TCP' 'HTTP') TabOrder = 0 end object IndyTCPChannel: TROIndyTCPChannel ServerLocators = <> DispatchOptions = [] Port = 8099 Host = '127.0.0.1' Left = 24 Top = 16 end object BINMessage: TROBinMessage Left = 72 Top = 88 end object IndyHTTPChannel: TROIndyHTTPChannel ServerLocators = <> DispatchOptions = [] TargetURL = 'http://localhost:8090/BIN' Left = 24 Top = 88 end end