2
0

Main.fmx 715 B

1234567891011121314151617181920212223242526
  1. object Form1: TForm1
  2. Left = 0
  3. Top = 0
  4. Caption = 'Form1'
  5. ClientHeight = 480
  6. ClientWidth = 640
  7. FormFactor.Width = 320
  8. FormFactor.Height = 480
  9. FormFactor.Devices = [Desktop]
  10. OnCreate = FormCreate
  11. DesignerMasterStyle = 0
  12. object Memo1: TMemo
  13. Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
  14. DataDetectorTypes = []
  15. ShowSizeGrip = True
  16. StyledSettings = [Family, Style, FontColor]
  17. TextSettings.Font.Size = 9.000000000000000000
  18. Align = Client
  19. Size.Width = 640.000000000000000000
  20. Size.Height = 480.000000000000000000
  21. Size.PlatformDefault = False
  22. TabOrder = 0
  23. Viewport.Width = 636.000000000000000000
  24. Viewport.Height = 476.000000000000000000
  25. end
  26. end