main.fmx 647 B

12345678910111213141516171819202122232425
  1. object frmMain: TfrmMain
  2. Left = 0
  3. Top = 0
  4. Caption = 'Form1'
  5. ClientHeight = 480
  6. ClientWidth = 331
  7. FormFactor.Width = 320
  8. FormFactor.Height = 480
  9. FormFactor.Devices = [Desktop]
  10. OnActivate = FormActivate
  11. OnCreate = FormCreate
  12. OnClose = FormClose
  13. DesignerMasterStyle = 0
  14. object meLog: TMemo
  15. Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
  16. DataDetectorTypes = []
  17. Align = Client
  18. Size.Width = 331.000000000000000000
  19. Size.Height = 480.000000000000000000
  20. Size.PlatformDefault = False
  21. TabOrder = 0
  22. Viewport.Width = 327.000000000000000000
  23. Viewport.Height = 476.000000000000000000
  24. end
  25. end