-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathufmFireMonkeyMain.fmx
68 lines (68 loc) · 2.01 KB
/
ufmFireMonkeyMain.fmx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
object fmMain: TfmMain
Left = 0
Top = 0
Caption =
'(C) 2017 by [email protected]. DELPHI DX10 FireMonkey. Microsoft Cog' +
'nitive services FaceAPI demo.'
ClientHeight = 482
ClientWidth = 641
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
DesignerMasterStyle = 0
object btnDetectInUrl: TButton
Position.X = 8.000000000000000000
Position.Y = 8.000000000000000000
Size.Width = 113.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
Text = 'Detect in URL'
OnClick = btnDetectInUrlClick
end
object memLog: TMemo
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
DataDetectorTypes = []
TextSettings.WordWrap = True
Anchors = [akLeft, akTop, akRight, akBottom]
Position.X = 8.000000000000000000
Position.Y = 224.000000000000000000
Size.Width = 625.000000000000000000
Size.Height = 249.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
Viewport.Width = 621.000000000000000000
Viewport.Height = 245.000000000000000000
end
object edtAccessKey: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 2
Position.X = 8.000000000000000000
Position.Y = 120.000000000000000000
Size.Width = 209.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
end
object lblAccessKey: TLabel
Position.X = 8.000000000000000000
Position.Y = 104.000000000000000000
Text = 'Access Key'
end
object btnListPersonGroups: TButton
Position.X = 160.000000000000000000
Position.Y = 8.000000000000000000
Size.Width = 113.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 4
Text = 'List Person Groups'
OnClick = btnListPersonGroupsClick
end
object btnClearLog: TButton
Position.X = 8.000000000000000000
Position.Y = 195.000000000000000000
TabOrder = 6
Text = 'Clear Log'
OnClick = btnClearLogClick
end
end