main.fmx 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. object Form1: TForm1
  2. Left = 0
  3. Top = 0
  4. Caption = 'Form1'
  5. ClientHeight = 552
  6. ClientWidth = 1182
  7. FormFactor.Width = 320
  8. FormFactor.Height = 480
  9. FormFactor.Devices = [Desktop]
  10. OnCreate = FormCreate
  11. OnClose = FormClose
  12. DesignerMasterStyle = 0
  13. object Memo1: TMemo
  14. Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
  15. DataDetectorTypes = []
  16. Position.X = 8.000000000000000000
  17. Position.Y = 8.000000000000000000
  18. Size.Width = 1169.000000000000000000
  19. Size.Height = 497.000000000000000000
  20. Size.PlatformDefault = False
  21. TabOrder = 0
  22. Viewport.Width = 1165.000000000000000000
  23. Viewport.Height = 493.000000000000000000
  24. end
  25. object btnToJson: TButton
  26. Position.X = 544.000000000000000000
  27. Position.Y = 520.000000000000000000
  28. TabOrder = 2
  29. Text = 'ToJson'
  30. OnClick = btnToJsonClick
  31. end
  32. object btnFromJson: TButton
  33. Position.X = 656.000000000000000000
  34. Position.Y = 520.000000000000000000
  35. TabOrder = 1
  36. Text = 'FromJson'
  37. OnClick = btnFromJsonClick
  38. end
  39. end