SimpleMain.fmx 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. object Form2: TForm2
  2. Left = 0
  3. Top = 0
  4. Caption = 'Form2'
  5. ClientHeight = 438
  6. ClientWidth = 401
  7. FormFactor.Width = 320
  8. FormFactor.Height = 480
  9. FormFactor.Devices = [Desktop]
  10. OnResize = txtDataChangeTracking
  11. DesignerMasterStyle = 0
  12. object txtData: TEdit
  13. Touch.InteractiveGestures = [LongTap, DoubleTap]
  14. Anchors = [akLeft, akTop, akRight]
  15. TabOrder = 0
  16. Text = 'https://bitbucket.org/sivv/qr'
  17. Position.X = 8.000000000000000000
  18. Position.Y = 8.000000000000000000
  19. Size.Width = 385.000000000000000000
  20. Size.Height = 22.000000000000000000
  21. Size.PlatformDefault = False
  22. OnChangeTracking = txtDataChangeTracking
  23. end
  24. object imgQR: TImage
  25. MultiResBitmap = <
  26. item
  27. end>
  28. Anchors = [akLeft, akTop, akRight, akBottom]
  29. Position.X = 8.000000000000000000
  30. Position.Y = 40.000000000000000000
  31. Size.Width = 385.000000000000000000
  32. Size.Height = 385.000000000000000000
  33. Size.PlatformDefault = False
  34. WrapMode = Original
  35. end
  36. end