1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- object Form1: TForm1
- Left = 0
- Top = 0
- Caption = 'Form1'
- ClientHeight = 480
- ClientWidth = 383
- FormFactor.Width = 320
- FormFactor.Height = 480
- FormFactor.Devices = [Desktop]
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- DesignerMasterStyle = 0
- object mmo1: TMemo
- Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
- DataDetectorTypes = []
- Lines.Strings = (
- 'ACTION_PICK'
- ' 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
- ''
- 'ACTION_GET_CONTENT'
- ' '#36739#20026#36890#29992#30340#36873#21462#26041#24335
- ''
- 'ACTION_OPEN_DOCUMENT'
- ' '#26032#24335#36873#21462#26041#24335#65292#20294#37096#20998'URI'#26080#27861#36716#25104#25991#20214#36335#24452
- ' '#22914#65306#31995#32479#19979#36733#30446#24405#65292#23433#21331'10'#24320#22987#30340#25152#26377#25991#26723#31867#22411#30446#24405)
- TextSettings.WordWrap = True
- Anchors = [akLeft, akTop, akRight, akBottom]
- Position.Y = 172.000000000000000000
- Size.Width = 383.000000000000000000
- Size.Height = 308.000000000000000000
- Size.PlatformDefault = False
- TabOrder = 0
- Viewport.Width = 379.000000000000000000
- Viewport.Height = 304.000000000000000000
- end
- object btn1: TButton
- Anchors = [akLeft, akTop, akRight]
- Position.X = 10.000000000000000000
- Position.Y = 46.000000000000000000
- Size.Width = 361.000000000000000000
- Size.Height = 28.000000000000000000
- Size.PlatformDefault = False
- TabOrder = 2
- Text = 'ACTION_PICK'
- OnClick = btn1Click
- end
- object btn2: TButton
- Anchors = [akLeft, akTop, akRight]
- Position.X = 10.000000000000000000
- Position.Y = 87.000000000000000000
- Size.Width = 361.000000000000000000
- Size.Height = 28.000000000000000000
- Size.PlatformDefault = False
- TabOrder = 4
- Text = 'ACTION_GET_CONTENT'
- OnClick = btn2Click
- end
- object btn3: TButton
- Anchors = [akLeft, akTop, akRight]
- Position.X = 10.000000000000000000
- Position.Y = 128.000000000000000000
- Size.Width = 361.000000000000000000
- Size.Height = 28.000000000000000000
- Size.PlatformDefault = False
- TabOrder = 3
- Text = 'ACTION_OPEN_DOCUMENT'
- OnClick = btn3Click
- end
- object btn4: TButton
- Anchors = [akLeft, akTop, akRight]
- Position.X = 10.000000000000000000
- Position.Y = 6.000000000000000000
- Size.Width = 361.000000000000000000
- Size.Height = 28.000000000000000000
- Size.PlatformDefault = False
- TabOrder = 1
- Text = 'FMXMediaLibrary.takeImageFromLibrary'
- OnClick = btn4Click
- end
- end
|