-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathuActivityFrame.fmx
53 lines (53 loc) · 1.62 KB
/
uActivityFrame.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
object ActivityFrame: TActivityFrame
Size.Width = 633.000000000000000000
Size.Height = 504.000000000000000000
Size.PlatformDefault = False
object BackgroundRect: TRectangle
Align = Contents
Fill.Color = claBlack
Opacity = 0.750000000000000000
Size.Width = 633.000000000000000000
Size.Height = 504.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
end
object ActivityCircle: TCircle
Align = Center
Fill.Kind = None
Size.Width = 105.000000000000000000
Size.Height = 105.000000000000000000
Size.PlatformDefault = False
Stroke.Color = claAqua
object ActivityArc: TArc
Align = Client
Size.Width = 105.000000000000000000
Size.Height = 105.000000000000000000
Size.PlatformDefault = False
Stroke.Color = claAqua
Stroke.Thickness = 5.000000000000000000
Stroke.Cap = Round
Stroke.Dash = Dot
StartAngle = -45.000000000000000000
EndAngle = -45.000000000000000000
object ActivityFloatAni: TFloatAnimation
Duration = 1.000000000000000000
Loop = True
PropertyName = 'RotationAngle'
StartValue = 0.000000000000000000
StopValue = 360.000000000000000000
end
end
object ClipCircle: TCircle
Align = Client
Fill.Kind = None
Margins.Left = 5.000000000000000000
Margins.Top = 5.000000000000000000
Margins.Right = 5.000000000000000000
Margins.Bottom = 5.000000000000000000
Size.Width = 95.000000000000000000
Size.Height = 95.000000000000000000
Size.PlatformDefault = False
Stroke.Color = claAqua
end
end
end