QrCodeGeneratorDemoFMXForm.fmx 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. object QRCodeGeneratorFMXDemoForm: TQRCodeGeneratorFMXDemoForm
  2. Left = 0
  3. Top = 0
  4. BorderIcons = [biSystemMenu, biMinimize]
  5. BorderStyle = Single
  6. Caption = 'QRCodeGeneratorFMXDemo'
  7. ClientHeight = 383
  8. ClientWidth = 640
  9. Position = DesktopCenter
  10. FormFactor.Width = 320
  11. FormFactor.Height = 480
  12. FormFactor.Devices = [Desktop]
  13. DesignerMasterStyle = 0
  14. object mmoLogger: TMemo
  15. Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
  16. DataDetectorTypes = []
  17. ReadOnly = True
  18. Position.X = 32.000000000000000000
  19. Position.Y = 32.000000000000000000
  20. Size.Width = 569.000000000000000000
  21. Size.Height = 289.000000000000000000
  22. Size.PlatformDefault = False
  23. TabOrder = 0
  24. Viewport.Width = 565.000000000000000000
  25. Viewport.Height = 285.000000000000000000
  26. end
  27. object btnRunDemos: TButton
  28. Position.X = 520.000000000000000000
  29. Position.Y = 336.000000000000000000
  30. Size.Width = 81.000000000000000000
  31. Size.Height = 33.000000000000000000
  32. Size.PlatformDefault = False
  33. TabOrder = 1
  34. Text = 'RunDemos'
  35. OnClick = btnRunDemosClick
  36. end
  37. end