object DMConnection: TDMConnection
  Height = 264
  Width = 395
  object ApiConnection: TXDataWebConnection
    OnError = ApiConnectionError
    OnRequest = ApiConnectionRequest
    OnResponse = ApiConnectionResponse
    Left = 48
    Top = 80
  end
  object AuthConnection: TXDataWebConnection
    OnError = AuthConnectionError
    Left = 48
    Top = 16
  end
  object XDataWebClient1: TXDataWebClient
    Connection = AuthConnection
    Left = 269
    Top = 164
  end
end