-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathChatFMX.Frame.Attachment.Sticker.fmx
39 lines (39 loc) · 1.21 KB
/
ChatFMX.Frame.Attachment.Sticker.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
inherited FrameAttachmentSticker: TFrameAttachmentSticker
Padding.Left = 7.000000000000000000
Padding.Top = 9.000000000000000000
Padding.Right = 7.000000000000000000
Padding.Bottom = 10.000000000000000000
Size.Width = 320.000000000000000000
Size.Height = 147.000000000000000000
object ImageSticker: TImage
MultiResBitmap.Height = 276
MultiResBitmap.Width = 276
MultiResBitmap = <
item
end>
Align = Left
Position.X = 7.000000000000000000
Position.Y = 9.000000000000000000
Size.Width = 128.000000000000000000
Size.Height = 128.000000000000000000
Size.PlatformDefault = False
object ShadowEffect1: TShadowEffect
Distance = 0.001000000047497451
Direction = 45.000000000000000000
Softness = 0.100000001490116100
Opacity = 1.000000000000000000
ShadowColor = claWhite
end
end
object AnimatedImageSticker: TSkAnimatedImage
Align = Left
HitTest = True
Position.X = 135.000000000000000000
Position.Y = 9.000000000000000000
Size.Width = 128.000000000000000000
Size.Height = 128.000000000000000000
Size.PlatformDefault = False
OnMouseEnter = AnimatedImageStickerMouseEnter
Animation.Loop = False
end
end