object ArraysClientMainForm: TArraysClientMainForm Left = 284 Top = 179 AutoScroll = False Caption = 'RemObjects Client' ClientHeight = 326 ClientWidth = 524 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 OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Splitter1: TSplitter Left = 0 Top = 126 Width = 524 Height = 8 Cursor = crVSplit Align = alBottom Beveled = True end object CustomersGrid: TStringGrid Left = 0 Top = 34 Width = 524 Height = 92 Align = alClient ColCount = 1 DefaultRowHeight = 16 FixedCols = 0 RowCount = 1 FixedRows = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing] TabOrder = 0 OnSelectCell = CustomersGridSelectCell end object OrdersGrid: TStringGrid Left = 0 Top = 134 Width = 524 Height = 192 Align = alBottom ColCount = 1 DefaultRowHeight = 16 FixedCols = 0 RowCount = 1 FixedRows = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing] TabOrder = 1 end object Panel1: TPanel Left = 0 Top = 0 Width = 524 Height = 34 Align = alTop BevelOuter = bvNone TabOrder = 2 object OpenButton: TButton Left = 7 Top = 5 Width = 75 Height = 25 Caption = 'Open' TabOrder = 0 OnClick = OpenButtonClick end end object ROMessage: TROBinMessage Left = 41 Top = 79 end object ROChannel: TROWinInetHTTPChannel UserAgent = 'RemObjects SDK' TargetURL = 'http://localhost:8099/BIN' ServerLocators = <> DispatchOptions = [] Left = 13 Top = 79 end object RORemoteService: TRORemoteService Message = ROMessage Channel = ROChannel ServiceName = 'ArraysService' Left = 69 Top = 79 end end