Main.fmx 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. OnClose = FormClose
  12. DesignerMasterStyle = 0
  13. object meInfo: TMemo
  14. Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
  15. DataDetectorTypes = []
  16. ReadOnly = True
  17. Align = Client
  18. Size.Width = 640.000000000000000000
  19. Size.Height = 432.000000000000000000
  20. Size.PlatformDefault = False
  21. TabOrder = 1
  22. Viewport.Width = 636.000000000000000000
  23. Viewport.Height = 428.000000000000000000
  24. end
  25. object Panel1: TPanel
  26. Align = MostBottom
  27. Position.Y = 432.000000000000000000
  28. Size.Width = 640.000000000000000000
  29. Size.Height = 48.000000000000000000
  30. Size.PlatformDefault = False
  31. TabOrder = 2
  32. object btnCheckIOC: TButton
  33. Align = Center
  34. Size.Width = 129.000000000000000000
  35. Size.Height = 39.000000000000000000
  36. Size.PlatformDefault = False
  37. TabOrder = 1
  38. Text = 'Check IOC'
  39. OnClick = btnCheckIOCClick
  40. end
  41. end
  42. end