Unit1.fmx 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. OnCreate = FormCreate
  11. OnDestroy = FormDestroy
  12. DesignerMasterStyle = 0
  13. object mmo1: TMemo
  14. Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
  15. DataDetectorTypes = []
  16. Lines.Strings = (
  17. 'ACTION_PICK'
  18. ' 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
  19. ''
  20. 'ACTION_GET_CONTENT'
  21. ' '#36739#20026#36890#29992#30340#36873#21462#26041#24335
  22. ''
  23. 'ACTION_OPEN_DOCUMENT'
  24. ' '#26032#24335#36873#21462#26041#24335#65292#20294#37096#20998'URI'#26080#27861#36716#25104#25991#20214#36335#24452
  25. ' '#22914#65306#31995#32479#19979#36733#30446#24405#65292#23433#21331'10'#24320#22987#30340#25152#26377#25991#26723#31867#22411#30446#24405)
  26. TextSettings.WordWrap = True
  27. Anchors = [akLeft, akTop, akRight, akBottom]
  28. Position.Y = 172.000000000000000000
  29. Size.Width = 383.000000000000000000
  30. Size.Height = 308.000000000000000000
  31. Size.PlatformDefault = False
  32. TabOrder = 0
  33. Viewport.Width = 379.000000000000000000
  34. Viewport.Height = 304.000000000000000000
  35. end
  36. object btn1: TButton
  37. Anchors = [akLeft, akTop, akRight]
  38. Position.X = 10.000000000000000000
  39. Position.Y = 46.000000000000000000
  40. Size.Width = 361.000000000000000000
  41. Size.Height = 28.000000000000000000
  42. Size.PlatformDefault = False
  43. TabOrder = 2
  44. Text = 'ACTION_PICK'
  45. OnClick = btn1Click
  46. end
  47. object btn2: TButton
  48. Anchors = [akLeft, akTop, akRight]
  49. Position.X = 10.000000000000000000
  50. Position.Y = 87.000000000000000000
  51. Size.Width = 361.000000000000000000
  52. Size.Height = 28.000000000000000000
  53. Size.PlatformDefault = False
  54. TabOrder = 4
  55. Text = 'ACTION_GET_CONTENT'
  56. OnClick = btn2Click
  57. end
  58. object btn3: TButton
  59. Anchors = [akLeft, akTop, akRight]
  60. Position.X = 10.000000000000000000
  61. Position.Y = 128.000000000000000000
  62. Size.Width = 361.000000000000000000
  63. Size.Height = 28.000000000000000000
  64. Size.PlatformDefault = False
  65. TabOrder = 3
  66. Text = 'ACTION_OPEN_DOCUMENT'
  67. OnClick = btn3Click
  68. end
  69. object btn4: TButton
  70. Anchors = [akLeft, akTop, akRight]
  71. Position.X = 10.000000000000000000
  72. Position.Y = 6.000000000000000000
  73. Size.Width = 361.000000000000000000
  74. Size.Height = 28.000000000000000000
  75. Size.PlatformDefault = False
  76. TabOrder = 1
  77. Text = 'FMXMediaLibrary.takeImageFromLibrary'
  78. OnClick = btn4Click
  79. end
  80. end