Unit1.fmx 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. ' Delphi'#40664#35748#30340#34892#20026#37324#65292#33719#21462#25991#20214#22320#22336#21644#20869#23481#26159#38752#28040#24687#30340#12290
  20. ' '#27880#24847#65306'Delphi'#30340#33719#21462#22320#22336#30340#28040#24687#65292#22320#22336#26159#26412#22320#30340#65292#20063#23601#26159#35828#20182#20808#25335#36125#20102#25968#25454#22312#33258#24049#30340#32531#23384#21306#20570#20102#23384#20648
  21. ''
  22. 'ACTION_GET_CONTENT'
  23. ' '#36739#20026#36890#29992#30340#36873#21462#26041#24335
  24. ''
  25. 'ACTION_OPEN_DOCUMENT'
  26. ' '#26032#24335#36873#21462#26041#24335#65292#20294#37096#20998'URI'#26080#27861#36716#25104#25991#20214#36335#24452#65292#36825#20010#26102#20505#23601#21482#33021#26159#33719#21462#25991#20214#25968#25454#20102
  27. ' '#22914#65306#31995#32479#19979#36733#30446#24405#65292#23433#21331'10'#24320#22987#30340#25152#26377#25991#26723#31867#22411#30446#24405
  28. ''
  29. #20851#20110#22810#36873
  30. ' ACTION_PICK '#19981#25903#25345#22810#36873
  31. ' '#26377#20123#25163#26426#22810#36873#38656#35201#20320#20808#38271#25353#20854#20013#19968#20010#25991#20214#25165#20250#20986#29616#22810#36873#26694
  32. ''
  33. #20851#20110#26435#38480
  34. ' '#23433#21331'10'#30340#26102#20505#65292'ACTION_PICK'#27809#26377#36816#34892#26102#30340#23384#20648#26435#38480#20063#21487#20197#33719#21462#22320#22336#65292#20854#20182#20004#20010#19981#34892)
  35. TextSettings.WordWrap = True
  36. Anchors = [akLeft, akTop, akRight, akBottom]
  37. Position.Y = 186.000000000000000000
  38. Size.Width = 383.000000000000000000
  39. Size.Height = 294.000000000000000000
  40. Size.PlatformDefault = False
  41. TabOrder = 0
  42. Viewport.Width = 363.000000000000000000
  43. Viewport.Height = 290.000000000000000000
  44. end
  45. object btn1: TButton
  46. Anchors = [akLeft, akTop, akRight]
  47. Position.X = 10.000000000000000000
  48. Position.Y = 44.000000000000000000
  49. Size.Width = 361.000000000000000000
  50. Size.Height = 28.000000000000000000
  51. Size.PlatformDefault = False
  52. TabOrder = 2
  53. Text = 'ACTION_PICK'
  54. OnClick = btn1Click
  55. end
  56. object btn2: TButton
  57. Anchors = [akLeft, akTop, akRight]
  58. Position.X = 10.000000000000000000
  59. Position.Y = 83.000000000000000000
  60. Size.Width = 361.000000000000000000
  61. Size.Height = 28.000000000000000000
  62. Size.PlatformDefault = False
  63. TabOrder = 4
  64. Text = 'ACTION_GET_CONTENT'
  65. OnClick = btn2Click
  66. end
  67. object btn3: TButton
  68. Anchors = [akLeft, akTop, akRight]
  69. Position.X = 10.000000000000000000
  70. Position.Y = 122.000000000000000000
  71. Size.Width = 361.000000000000000000
  72. Size.Height = 28.000000000000000000
  73. Size.PlatformDefault = False
  74. TabOrder = 3
  75. Text = 'ACTION_OPEN_DOCUMENT'
  76. OnClick = btn3Click
  77. end
  78. object btn4: TButton
  79. Anchors = [akLeft, akTop, akRight]
  80. Position.X = 10.000000000000000000
  81. Position.Y = 6.000000000000000000
  82. Size.Width = 361.000000000000000000
  83. Size.Height = 28.000000000000000000
  84. Size.PlatformDefault = False
  85. TabOrder = 1
  86. Text = 'FMXMediaLibrary.takeImageFromLibrary'
  87. OnClick = btn4Click
  88. end
  89. object chkAllowMultiSelect: TCheckBox
  90. Position.X = 11.000000000000000000
  91. Position.Y = 161.000000000000000000
  92. Size.Width = 358.000000000000000000
  93. Size.Height = 19.000000000000000000
  94. Size.PlatformDefault = False
  95. TabOrder = 5
  96. Text = 'chkAllowMultiSelect'
  97. end
  98. end