123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- object Form1: TForm1
- Left = 0
- Top = 0
- Caption = 'Form1'
- ClientHeight = 480
- ClientWidth = 383
- FormFactor.Width = 320
- FormFactor.Height = 480
- FormFactor.Devices = [Desktop]
- 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)
- Anchors = [akLeft, akTop, akRight, akBottom]
- Position.Y = 137.000000000000000000
- Size.Width = 383.000000000000000000
- Size.Height = 343.000000000000000000
- Size.PlatformDefault = False
- TabOrder = 0
- Viewport.Width = 379.000000000000000000
- Viewport.Height = 323.000000000000000000
- end
- object btn1: TButton
- Anchors = [akLeft, akTop, akRight]
- Position.X = 9.000000000000000000
- Position.Y = 10.000000000000000000
- Size.Width = 361.000000000000000000
- Size.Height = 28.000000000000000000
- Size.PlatformDefault = False
- TabOrder = 1
- Text = 'ACTION_PICK'
- OnClick = btn1Click
- end
- object btn2: TButton
- Anchors = [akLeft, akTop, akRight]
- Position.X = 9.000000000000000000
- Position.Y = 49.000000000000000000
- Size.Width = 361.000000000000000000
- Size.Height = 28.000000000000000000
- Size.PlatformDefault = False
- TabOrder = 3
- Text = 'ACTION_GET_CONTENT'
- OnClick = btn2Click
- end
- object Button1: TButton
- Anchors = [akLeft, akTop, akRight]
- Position.X = 9.000000000000000000
- Position.Y = 88.000000000000000000
- Size.Width = 361.000000000000000000
- Size.Height = 28.000000000000000000
- Size.PlatformDefault = False
- TabOrder = 2
- Text = 'ACTION_OPEN_DOCUMENT'
- OnClick = Button1Click
- end
- end
|