-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathFFreeNotifications.fmx
59 lines (59 loc) · 1.8 KB
/
FFreeNotifications.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
inherited FrameFreeNotifications: TFrameFreeNotifications
inherited Memo: TMemo
Size.Height = 306.000000000000000000
Viewport.Width = 304.000000000000000000
Viewport.Height = 306.000000000000000000
end
inherited ToolBar: TToolBar
inherited LabelCaption: TLabel
Text = 'Free Notifications'
end
end
object ButtonCreateObjects: TButton
Align = Top
Margins.Left = 8.000000000000000000
Margins.Top = 8.000000000000000000
Margins.Right = 8.000000000000000000
Position.X = 8.000000000000000000
Position.Y = 52.000000000000000000
Size.Width = 304.000000000000000000
Size.Height = 30.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'listitembutton'
TabOrder = 4
Text = 'Create two objects'
OnClick = ButtonCreateObjectsClick
end
object ButtonFreeFirst: TButton
Align = Top
Enabled = False
Margins.Left = 8.000000000000000000
Margins.Top = 8.000000000000000000
Margins.Right = 8.000000000000000000
Position.X = 8.000000000000000000
Position.Y = 90.000000000000000000
Size.Width = 304.000000000000000000
Size.Height = 30.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'listitembutton'
TabOrder = 1
Text = 'Free first object'
OnClick = ButtonFreeFirstClick
end
object ButtonFreeSecond: TButton
Align = Top
Enabled = False
Margins.Left = 8.000000000000000000
Margins.Top = 8.000000000000000000
Margins.Right = 8.000000000000000000
Position.X = 8.000000000000000000
Position.Y = 128.000000000000000000
Size.Width = 304.000000000000000000
Size.Height = 30.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'listitembutton'
TabOrder = 2
Text = 'Free second object'
OnClick = ButtonFreeSecondClick
end
end