Unit1.fmx 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. object Form1: TForm1
  2. Left = 0
  3. Top = 0
  4. Caption = 'Form1'
  5. ClientHeight = 480
  6. ClientWidth = 383
  7. FormFactor.Width = 320
  8. FormFactor.Height = 480
  9. FormFactor.Devices = [Desktop]
  10. DesignerMasterStyle = 0
  11. object mmo1: TMemo
  12. Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
  13. DataDetectorTypes = []
  14. Lines.Strings = (
  15. 'ACTION_PICK'
  16. ' Delphi'#22270#24211#40664#35748#29992#30340#26041#24335#65292#21487#20197#36873#21462' '#25991#20214#65292#22270#29255#65292#35270#39057#65292#38899#39057#65292#32852#31995#20154#65292#31561#31561
  17. ''
  18. 'ACTION_GET_CONTENT'
  19. ' '#36739#20026#36890#29992#30340#36873#21462#26041#24335
  20. ''
  21. 'ACTION_OPEN_DOCUMENT'
  22. ' '#26032#24335#36873#21462#26041#24335#65292#20294#37096#20998'URI'#26080#27861#36716#25104#25991#20214#36335#24452
  23. ' '#22914#65306#31995#32479#19979#36733#30446#24405#65292#23433#21331'10'#24320#22987#30340#25152#26377#25991#26723#31867#22411#30446#24405)
  24. Anchors = [akLeft, akTop, akRight, akBottom]
  25. Position.Y = 137.000000000000000000
  26. Size.Width = 383.000000000000000000
  27. Size.Height = 343.000000000000000000
  28. Size.PlatformDefault = False
  29. TabOrder = 0
  30. Viewport.Width = 379.000000000000000000
  31. Viewport.Height = 323.000000000000000000
  32. end
  33. object btn1: TButton
  34. Anchors = [akLeft, akTop, akRight]
  35. Position.X = 9.000000000000000000
  36. Position.Y = 10.000000000000000000
  37. Size.Width = 361.000000000000000000
  38. Size.Height = 28.000000000000000000
  39. Size.PlatformDefault = False
  40. TabOrder = 1
  41. Text = 'ACTION_PICK'
  42. OnClick = btn1Click
  43. end
  44. object btn2: TButton
  45. Anchors = [akLeft, akTop, akRight]
  46. Position.X = 9.000000000000000000
  47. Position.Y = 49.000000000000000000
  48. Size.Width = 361.000000000000000000
  49. Size.Height = 28.000000000000000000
  50. Size.PlatformDefault = False
  51. TabOrder = 3
  52. Text = 'ACTION_GET_CONTENT'
  53. OnClick = btn2Click
  54. end
  55. object Button1: TButton
  56. Anchors = [akLeft, akTop, akRight]
  57. Position.X = 9.000000000000000000
  58. Position.Y = 88.000000000000000000
  59. Size.Width = 361.000000000000000000
  60. Size.Height = 28.000000000000000000
  61. Size.PlatformDefault = False
  62. TabOrder = 2
  63. Text = 'ACTION_OPEN_DOCUMENT'
  64. OnClick = Button1Click
  65. end
  66. end