module.messaging.lfm 500 B

123456789101112131415161718192021222324
  1. object dmMessaging: TdmMessaging
  2. OldCreateOrder = False
  3. Height = 263
  4. HorizontalOffset = 561
  5. VerticalOffset = 273
  6. Width = 439
  7. object RegisterSubscription: TJSONRPCHandler
  8. OnExecute = RegisterSubscriptionExecute
  9. Options = []
  10. ParamDefs = <
  11. item
  12. Name = 'Token'
  13. end>
  14. Left = 98
  15. Top = 128
  16. end
  17. object SendNotification: TJSONRPCHandler
  18. OnExecute = SendNotificationExecute
  19. Options = []
  20. ParamDefs = <>
  21. Left = 96
  22. Top = 63
  23. end
  24. end