object VariantsClientMainForm: TVariantsClientMainForm Left = 102 Top = 118 AutoScroll = False Caption = 'Variants Client' ClientHeight = 220 ClientWidth = 328 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 TestButton: TButton Left = 8 Top = 8 Width = 75 Height = 25 Caption = 'Test Variants' TabOrder = 0 OnClick = TestButtonClick end object Memo: TMemo Left = 0 Top = 81 Width = 328 Height = 139 Align = alBottom ScrollBars = ssVertical TabOrder = 1 end object rgMessageType: TRadioGroup Left = 96 Top = 0 Width = 225 Height = 73 Caption = 'Message' TabOrder = 2 OnClick = rgMessageTypeClick end object BINMessage: TROBinMessage Left = 204 Top = 96 end object HTTPChannel: TROWinInetHTTPChannel ServerLocators = <> DispatchOptions = [] UserAgent = 'RemObjects SDK' TargetURL = 'http://localhost:8099/BIN' Left = 176 Top = 96 end object RORemoteService: TRORemoteService Message = BINMessage Channel = HTTPChannel ServiceName = 'NewService' Left = 232 Top = 96 end object SOAPMessage: TROSOAPMessage SerializationOptions = [xsoWriteMultiRefArray, xsoWriteMultiRefObject] Left = 144 Top = 96 end end